I recently read a part of How to Solve it by the Hungarian mathematician George Polya (PΓ³lya GyΓΆrgy) and found a nice example of how basic math can be used in every-day life to infer practically useful information.
It's named 'A rate problem' and appears in Part I.
In this blog post, I try to retell it. π
β
Consider a vessel in the shape of a hollow inverted right-circular cone with horizontal base. The base of this cone is the opening of the vessel.
Measurements of the cone are:
Suppose water is entering into this vessel at a rate r.
We need to find the rate at which the water level is rising inside the vessel when the water level is at a height y from the pointed end of the cone.
The overall setup looks something like:
a
+----------+
| |
+--- +---------------------+
| \ . /
| \ . /
| \ . /
| \-------------/ ------+
| \ . / |
b | \ . / |
| \ . / | y = current water level
| \ . / |
| \ . / |
| \./ |
+------------ V --------------+
Let's write down the data we know:
What we need to find is:
Now the water level changes as time goes by since more water is entering the vessel without the vessel losing any of the water that's already inside it.
So we can say the y is a function of time t.
ie, the rate at which y increasing means rate at which the water level y is changing with respect to time.
Then what we need to find is:
dy
ββββ
dt
(Because derivative of a function gives with respect to a variable gives the rate of change of that function with respect to that variable.)
All right, we have now got a notation/name for what we need to find out.
Now we need to find a relation between the information that we know
and this dy/dt
.
Let's have a look at the water that's already inside the vessel, even as more water is entering the vessel at rate r.
We can see that the water that's already inside the vessel assumes the shape of a cone as well.
Let x be the radius of the base of this cone.
a x
+----------+-----+
| | |
+--- +---------------------+
| \ . /
| \ . /
| \ . /
| \-------------/ ------+
| \ . / |
b | \ . / |
| \ . / | y = current water level
| \ . / |
| \ . / |
| \./ |
+------------ V --------------+
Volume of a right circular cone is given by:
ΟrΒ²h
ββββββ
3
where r is radius of base and h is height.
So the volume of water that's already inside the vessel when the water level is y is
ΟxΒ²y
V = ββββββ
3
Like in the case of the water level, the volume of water inside the
vessel increases as time goes by. So V
is a function of
t
as well.
So the rate at which volume of water changes is:
dV
ββββ
dt
But we already know that water is entering the vessel at a rate r.
So
dV
r = ββββ
dt
Now, for a moment, consider the 3D vessel in 2D.
So it is like:
a x
+----------+------+
| | |
.
B P . C
+--- +----------+----------+
| \ | . /
| \ | . /
| \ O| ./
| +------+------+ ------+
| M \ | / N |
b | \ | / |
| \ | / | y = current water level
| \ | / |
| \ | / |
| \|/ |
+------------ V --------------+
A
where the vessel corresponds to ΞABC and the cone formed by the water that's already inside the vessel corresponds to ΞAMN.
Let's have a closer look at these two triangles.
β BAC = β MAN (same angle)
β ABC = β AMN (since BC β MN)
So, ΞABC
and ΞAMN
are similar triangles (by
AA similarity criterion).
ie,, ΞABC ~ ΞAMN
This means that the ratio of any two corresponding sides would be the same.
OM AO
ββββ = ββββ
PB AP
x y
=> βββ = βββ
a b
a.y
=> x = ββββββ
b
Cool! We got a relation between the base radius of the water cone and
a
, y
& b
.
Now recall that
ΟxΒ²y
V = ββββββ
3
ΟxΒ²y Ο(a.y/b)Β²y
=> V = βββββ = βββββββββββββ
3 3
ΟaΒ²yΒ²y
=> V = βββββββ
3bΒ²
3bΒ²V
=> yΒ³ = ββββββ
ΟaΒ²
Differentiating on both sides with respect to t,
dy 3bΒ² dV
3yΒ².ββββ = ββββββ * ββββ
dt ΟaΒ² dt
(β΅ a, b, h, etc are all constants.)
dy 3bΒ² dV
=> ββββ = ββββββββββ * ββββ
dt 3yΒ²*2ΟaΒ² dt
dy bΒ² dV
=> ββββ = βββββββββ * ββββ
dt yΒ²*2ΟaΒ² dt
And that's it! We have got dy/dt
, which is what we were
after.
Let's try an example case.
Suppose the values of constants were like:
Then the rate at which the water level is rising would be:
dy 3Β²
=> ββββ = ββββββββββ * 2
dt 1Β²*2Ο*4Β²
3Β²
= βββββββββββββ
1Β² * Ο * 4Β²
9
= βββββββββββββ
16Ο
So, if the conical vessel is of height 3m with base radius 4m, the water level inside it rises at a rate of 9/16Ο msβ»ΒΉ when the water level is 1m..