Related rates problem with planes

860 Views Asked by At

I'm stumped on this question:

Two planes flying at the same altitude are heading toward an airport. The paths of these planes form a right triangle. One is flying due east toward the airport at 450 mph. The other is approaching the airport from the south at 275 mph. When each is 100 miles from the airport how fast is the distance between the planes changing?

I used the pythagorean theorem ($2xx' + 2yy' = 2dd'$) to calculate the rate at which the distance is changing, and I got:

$2(100)(450) + 2(100)(275) = 2(√(100^2 + 100^2))(d')$

And plugging the above in a calculator, I got 512.652 miles/hr. But this is wrong, and I don't know why. Can someone please help? Thanks!

2

There are 2 best solutions below

2
On

There’s a sign issue. The distance is decreasing, since both $x,x’$ and $y,y’$ have opposite signs.

0
On

Your answer is almost right. The only missing thign is the sign of the result. As the distances of the planes are getting smaller as time passes, the sign of their derivatives must be negattive, so: $$2(100)(-450) + 2(100)(-275) = 2 \sqrt{100^2 + 100^2}d'$$ When you calculate your $d'$ the result is $d' = -512.65$ mph. This means that the distance is also getting smaller as time passes.