Chapter 3: Applications of Differentiation
Section 3.6: Related Rates
|
Example 3.6.2
|
|
At 1:00 PM a ship traveling at 9 knots sets sail north-east along a line that makes a angle with a line running due east. An hour later, a second ship sets sail due north, and at 11:00 PM, the distance between the ships is observed to be increasing at a rate of knots. Assuming it travels at constant speed, how fast is the north-bound ship traveling?
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
In the labeled diagram in Figure 3.6.2(a), is the distance sailed by the first ship; , the distance sailed by the second. The distance between the ships is .
|
•
|
Let be the time at which the second ship starts.
This is 2:00, so at 11:00, this second ship will have sailed for 9 hours.
(The first ship will have sailed for 10 hours.)
|
•
|
Since is not known, call this speed .
|
•
|
At time , the first ship will have sailed nautical miles; the second ship, .
|
•
|
See Table 3.6.2(a) for a summary of this data.
|
•
|
Apply the law of cosines to the triangle shown in Figure 3.6.2(a), obtaining
|
|
|
|
|
|
|
•
|
Set and solve for .
|
•
|
Find
|
|
>
|
p1:=Student:-VectorCalculus:-PlotVector([<0,2>,<3*cos(Pi/6),3*sin(Pi/6)>],color=black,width=.1,head_length=.5):
p2:=plot([[3*cos(Pi/6),3*sin(Pi/6)],[0,2]],style=line,color=black):
p3:=plots:-textplot({[1.17,1.9,typeset(d(t))],[.19,1,typeset(b(t))],[1.1,.89,typeset(a(t))]},font=[Times,12]):
p4:=plots:-textplot({[.7,.14,typeset(Pi/6)],[.19,.37,typeset(Pi/3)]}):
plots:-display(p1,p2,p3,p4,scaling=constrained,tickmarks=[0,0]);
unassign('p1','p2','p3','p4'):
|
|
Table 3.6.2(a) Data for the given problem
|
Figure 3.6.2(a) Coordinate system for the ships
|
|
|
|
|
Maple Solution
|
|
Construct and obtain
|
•
|
Construct the radical on the right-hand side of the law of cosines, replacing and with the expressions listed in Table 3.6.2(a).
|
•
|
Context Panel:
Differentiate≻With Respect To≻
|
•
|
Context Panel: Evaluate at a Point≻
|
|
| (1) |
|
Solve for
|
•
|
Using its equation label, set the derivative equal to and press the Enter key.
|
•
|
Context Panel: Solve≻Solve
|
|
|
Approximate the second solution
|
•
|
Control-drag the second solution
|
•
|
Context Panel: Approximate≻5
|
|
|
|
|
•
|
The second solution is negative, and is therefore rejected. The first solution, namely, , gives the speed of the north-bound ship.
|
|
|
|
<< Previous Example Section 3.6
Next Example >>
© 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
|