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
![Copy to Clipboard QuantityVariable["V", "Volume"] == (Pi*QuantityVariable["d", "Diameter"]^2*QuantityVariable["L", "Length"])/4](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/0ba/0babc952-968b-45e9-a819-5d8e958f0fb6/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| V | volume | "Volume" |
| d | diameter | "Diameter" |
| L | length | "Length" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
