Chapter 3: Applications of Differentiation
Section 3.6: Related Rates
|
Example 3.6.5
|
|
A right-circular conical tank, whose cross-section through its axis is shown in Figure 3.6.4, is being filled with water at the constant rate .
At time , find , the rate of change of the height of the water, where is the moment when the volume is times the volume of the tank, .
The dimensions of the tank and the rate of fill are all in consistent units. The height of the tank is , while the radius of the opening is . The varying radius of the circle at the level of the water is (green dotted line in Figure 3.6.5(a)), and the varying height of the water is .
Hint: The volume of the tank is
|
>
|
p1:=plot([[0,0],[2,5],[-2,5],[0,0]],style=line,color=black):
p2:=plot([[0,0],[0,5]],style=line,linestyle=dot,color=red):
p3:=plot([[0,3.5],[7/5,3.5]],style=line,linestyle=dot,color=green):
p4:=plots:-textplot({[1,5.2,typeset(R)],[-1,5.2,typeset(R)],[-.3,4.3,typeset(H)],[.7,3.3,typeset(r(t))],[.3,2.4,typeset(h(t))]},font=[Times,12]):
p5:=plots:-textplot({[-.2,3.5,A],[1.6,3.5,B],[.2,0,O],[0,5.2,C],[2,5.2,E]},font=[Times,BoldRoman,14]):
plots:-display(p||(1..5),scaling=constrained, axes=none);
|
|
Figure 3.6.5(a) Conical tank
|
|
|
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
In Figure 3.6.5(a), triangles OAB and OCE are similar, from which the proportion and the equation follows.
|
•
|
The time-varying volume of water in the tank is then .
|
•
|
The height of the water at time , that is, , is found from the equation
|
•
|
The rate of change of is obtained by setting equal to , and evaluating at .
|
|
|
|
|
|
|
|
|
|
|
•
|
The result is the surprising , a quantity independent of the height of the tank, but not the radius.
|
|
|
Maple Solution
|
|
The following interactive calculations are an implementation of those in the Mathematical Solution, with the one exception that the symbol is not used. (It's use is problematic for the Context Panel.)
Solve the equation for
|
•
|
Control-drag or type the equation .
Press the Enter key.
|
•
|
Context Panel:
Solve≻Isolate Expression for≻
|
•
|
Context Panel: All Values
|
•
|
Context Panel: Select Element≻1
|
•
|
Context Panel: Simplify≻Assuming Positive
|
|
| (1) |
|
Obtain
|
•
|
Control-drag (or type) the expression for .
Press the Enter key.
|
•
|
Context Panel: Differentiate≻With Respect To≻
|
|
| (2) |
|
Solve the equation for
|
•
|
Use the equation label to write the equation .
Press the Enter key.
|
•
|
Context Panel:
Solve≻Isolate Expression for≻diff(h(t),t)
|
•
|
Context Panel: Right-hand Side
|
|
| (3) |
|
In the expression for , replace
|
•
|
Expression palette: Evaluation template
Reference quantities via equation labels
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
|
|
|
<< Previous Example Section 3.6
Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|