Wolfram Computation Meets Knowledge

Cylinder Lateral Surface Area

A cylinder is the surface formed by the points at a fixed distance from a given straight line called the axis of the cylinder. Lateral surface area refers to the area covered by the curved side of the cylinder.

The lateral surface area equals the product of \[Pi], the diameter and the length of the cylinder.

Formula

QuantityVariable["S", "Area"] == Pi*QuantityVariable["d", "Diameter"]*QuantityVariable["L", "Length"]

symbol description physical quantity
S lateral surface area "Area"
d diameter "Diameter"
L length "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Cylinder Lateral Surface Area"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Cylinder Lateral Surface Area"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Cylinder Lateral Surface Area"], {QuantityVariable["L","Length"] ->
    Quantity[2, "Centimeters"]}]
Out[3]=

Publisher Information