Wolfram Computation Meets Knowledge

Cylinder Volume

A cylinder is the surface formed by the points at a fixed distance from a given straight line called the axis of the cylinder. The volume is the space enclosed by the cylinder.

The volume equals the product of one-quarter \[Pi], the diameter squared and the length of the cylinder.

Formula

QuantityVariable["V", "Volume"] == (Pi*QuantityVariable["d", "Diameter"]^2*QuantityVariable["L", "Length"])/4

symbol description physical quantity
V volume "Volume"
d diameter "Diameter"
L length "Length"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Cylinder Volume"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Cylinder Volume"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Cylinder Volume"], {QuantityVariable["L","Length"] -> 
   Quantity[2, "Centimeters"], 
  QuantityVariable["V","Volume"] -> 
   Quantity[6.28`, ("Centimeters")^3]}]
Out[3]=

Publisher Information