Related Rates - Not getting answer in book

GeoMike
Messages
64
Reaction score
0
The problem given in my book is:

A plane flying horizontally at an altitude of 1mi and a speed of 500 mi/h passes directly over a radar station. Find the rate at which the distance from the plane to the station is increasing when it is 2mi away from the station.

I set up and solved the problem this way:
dx/dt = 500 mi/h
x = 2mi
y = 1mi (constant)

Distance:
s2 = y2 + x2

s2 = 1 + x2

s = (1 + x2)1/2

d/dt = d/dt[sqrt(1 + x2)1/2]

ds/dt = (1/2)(1 + x2)-1/2 * (2x(dx/dt))

ds/dt = (1 + x2)-1/2 * (x(dx/dt))

ds/dt = \frac{x(dx/dt)}{(1 + x^2)^{1/2}}

Substiting:
ds/dt = \frac{(2)(500)}{(1 + (2)^2)^{1/2}}

ds/dt = \frac{1000}{\sqrt{5}}

The final answer:
ds/dt = 200\sqrt{5} mi/h

However the back of my book has: 250\sqrt{3} mi/h

What am I doing wrong?
Thank you,
-GM-
 
Last edited:
Physics news on Phys.org
don't solve for s, just leave it at s^2=1+x^2 and differentiate implicitly to get

2s\frac{ds}{dt}=2x\frac{dx}{dt}

solve for ds/dt

\frac{ds}{dt}=\frac{x}{s}\frac{dx}{dt}
 
You work was correct that far, however, since s=\sqrt{x^2+1} anyhow. The error is the sqrt(5) should be sqrt(3): 2 mi away is straight line distance.
 
You have misinterpreted the meaning of "2 mi away from the station".

It is s that equals 2, not x!

Thus, you have:
2^{2}=y^{2}+x^{2}\to{x}=\sqrt{3}
 
AH! Thank you!
I understand now, I was taking 2mi as horizontal distance.

Thanks!
-GM-
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top