Wolfram Computation Meets Knowledge

Torricelli's Theorem

Torricelli's law, also known as Torricelli's theorem, is a theorem in fluid dynamics relating the speed of fluid flowing out of an orifice to the height of fluid above the opening. The law states that the speed of efflux of a fluid through a sharp-edged hole at the bottom of a tank filled to a depth is the same as the speed that a body (in this case, a drop of water) would acquire in falling freely from a height.

The speed of efflux from the hole is proportional to the square root of the acceleration of gravity times the difference between the height of fluid in the vessel and the height of the efflux point from the base.

Formula

QuantityVariable[Subscript["v", "i"], "Speed"] == Sqrt[2]*Sqrt[Quantity[1, "StandardAccelerationOfGravity"]*(QuantityVariable["h", "Height"] - QuantityVariable[Subscript["h", "i"], "Height"])]

symbol description physical quantity
vi speed of efflux from the hole "Speed"
h height of fluid in the vessel "Height"
hi height of efflux point from the base "Height"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Torricelli's Theorem"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Torricelli's Theorem"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Torricelli's Theorem"], {QuantityVariable[
\!\(\*SubscriptBox[\("h"\), \("i"\)]\),"Height"] -> 
   Quantity[0.1`, "Meters"]}]
Out[3]=

Source Metadata

Publisher Information