Differential Equation - Torricelli's Law

4.2k Views Asked by At

Just started a Differential equations class. Not sure if i'm understanding this right. Please verify if i'm correct, or please explain on how to go about this. Thanks!

Torricelli's Law.

Suppose a cylindrical container containing a fluid has a drain on the side. Torricelli's law states that the change in the height of the fluid above the middle of the drain is proportional to the square root of the height. Let $h(t)$ denote the height of the fluid above the middle of the drain. Determine a differential equation in $h(t)$ that models Torricelli's law.

What I came up with was...

$h(t) = \frac{2h^\frac{2}{3}}{3}$

1

There are 1 best solutions below

3
On BEST ANSWER

The question states that the change in height of the fluid is proportional to the square root of the height.

Therefore, we have: $$\frac{dh}{dt}\propto \sqrt{h} \tag{1}$$ Using a proportionality constant $k$, we obtain the following differential equation: $$\frac{dh}{dt}=-k\sqrt{h} \tag{2}$$ Note: I didn't use $\frac{dh}{dt}=k\sqrt{h}$, which is also correct, but I know that the height will always decrease. It is therefore convenient to use the form of $(2)$ instead since $k>0$.