Related Rates, Boats Moving Around

  • Thread starter Thread starter QuarkCharmer
  • Start date Start date
  • Tags Tags
    Related rates
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 3K views
QuarkCharmer
Messages
1,049
Reaction score
3

Homework Statement


Stewart Calculus 6E, 3.8 #14
At noon, ship A is 150km west of ship B. Ship A is sailing east at 35km/h, and ship B is sailing north at 25km/h. How fast is the distance between the ships changing at 4pm?

Homework Equations


Distance Formula I think.

The Attempt at a Solution


Again, I am having trouble phrasing the question. It seems to me, that I need to find an equation in terms of distance and then implicitly differentiate. If the coordinate points of the ships are A(0,0) and B(150,0) at time 12, I thought that I could solve for the distance like this.

[tex]D = \sqrt{\Delta X^2+\Delta Y^2}[/tex]

Since, I am looking for D', I would differentiate that to be:
[tex]D' = 1/2(\Delta X^2+\Delta Y^2)^{\frac{-1}{2}}\frac{d}{dt}(\Delta X^2+\Delta Y^2)[/tex]

[tex]D' = 1/2(\Delta X^2+\Delta Y^2)^{\frac{-1}{2}}(2 \Delta X \Delta X'+2 \Delta Y \Delta Y')[/tex]

...and that is where I realized that I am going about this all wrong.
 
Physics news on Phys.org
Boat A
What is the position of the boat at time 12?
(0,0)
What is the position one hour after?
(35,0)
Two hours after?
(70,0)
t hours after?
(35t,0)
 
Boat B
What is the position of the boat at time 12?
(150,0)
What is the position one hour after?
(150,25)
Two hours after?
(150,50)
t hours after?
(150,25t)
 
micromass said:
Ok, so at t, boat A is at (35t,0) and boat B is at (150,25t). What is the distance between the boats?

[tex]D(t)=\sqrt{(35t-150)^{2}+(0-25t)^{2}}[/tex]
[tex]D(t)=\sqrt{(35t-150)^{2}+(-25t)^{2}}[/tex]
?
 
micromass said:
Correct!

Now, how do you find how fast the ship changes?

You mean the distance right?
Find D'(t)
I'm working that out now...
 
[tex]D(t)=\sqrt{1225t^2-10500t+22500+625t^2}[/tex]
[tex]D(t)=\sqrt{1850t^2-10500t+22500}[/tex]
[tex]D(t)=\sqrt{50(37t^2-210t+450)}[/tex]
[tex]D(t)=5\sqrt{2(37t^2-210t+450)}[/tex]
[tex]D(t)=5\sqrt{74t^2-420t+900}[/tex]

[tex]D'(t)=5\frac{d}{dt}(74t^2-420t+900)^{\frac{1}{2}}[/tex]
[tex]D'(t)=5\frac{1}{2}(74t^2-420t+900)^{\frac{-1}{2}}\frac{d}{dt}(74t^2-420t+900)[/tex]
[tex]D'(t)=\frac{5}{2}(74t^2-420t+900)^{\frac{-1}{2}}(150t-420)[/tex]

Then for when t=4;
[tex]D'(4)=\frac{5}{2}(74(4)^2-420(4)+900)^{\frac{-1}{2}}(150(4)-420)[/tex]
[tex]D'(4)=\frac{5}{2}(86836)^{\frac{-1}{2}}(180)[/tex]
[tex]D'(4)=\frac{5}{2}(86836)^{\frac{-1}{2}}(180)[/tex]
[tex]D'(4)=132605.769105[/tex]

?? That can't be right! (It should be 21.3932995895, so says my calculator)
 
Last edited:
QuarkCharmer said:
[tex]D(t)=\sqrt{1225t^2-10500t+22500+625t^2}[/tex]
[tex]D(t)=\sqrt{1850t^2-10500t+22500}[/tex]
[tex]D(t)=\sqrt{50(37t^2-210t+450)}[/tex]
[tex]D(t)=5\sqrt{2(37t^2-210t+450)}[/tex]
[tex]D(t)=5\sqrt{74t^2-420t+900}[/tex]

[tex]D'(t)=5\frac{d}{dt}(74t^2-420t+900)^{\frac{1}{2}}[/tex]
[tex]D'(t)=5\frac{1}{2}(74t^2-420t+900)^{\frac{-1}{2}}\frac{d}{dt}(74t^2-420t+900)[/tex]
[tex]D'(t)=\frac{5}{2}(74t^2-420t+900)^{\frac{-1}{2}}(150t-420)[/tex]

In the last term I get 148t-420

Then for when t=4;
[tex]D'(4)=\frac{5}{2}(74(4)^2-420(4)+900)^{\frac{-1}{2}}(150(4)-420)[/tex]
[tex]D'(4)=\frac{5}{2}(86836)^{\frac{-1}{2}}(180)[/tex]

Wow, this step can't be correct! The 86836 is way to big! Can you calculate this again, I get something very different.
 
:blushing: Haha, yeah, I figured it out. I was just unsure how to set up the problem. Thanks for the help.