Wolfram Computation Meets Knowledge

Volume of a Solid Sphere

The volume of a solid sphere is the measure of the space enclosed by it.

The volume equals 4/3 \[Pi] times the radius to the third power.

Formula

QuantityVariable["V", "Volume"] == (4*Pi*QuantityVariable["r", "Radius"]^3)/3

symbol description physical quantity
V volume "Volume"
r radius "Radius"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Volume of a Solid Sphere"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Volume of a Solid Sphere"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Volume of a Solid Sphere"], {QuantityVariable["r","Radius"] -> 
   Quantity[3, "Centimeters"]}]
Out[3]=

Publisher Information