aznshark4
- 14
- 0
Homework Statement
"An airplane flies at an altitude of 5 miles toward a point directly over an observer. The speed of the plane is 600 miles per hour. Find the rate at which the angle of elevation \theta is changing when the angle is 30\circ"
variables:
- x = ground distance of plane from the observer.
- \theta = angle of elevation from observer to plane.
given:
- altitude of plane is 5 miles.
- \frac{dx}{dt} = -600mi/h (because the plane is traveling towards observer, distance between them decreases).
Homework Equations
logic:
the situation creates a right triangle with base x and height 5 mi; hypotenuse is not necessary in this problem. Angle of elevation is \theta, so the base equation for this problem is:
tan \theta = \frac{5}{x}
The Attempt at a Solution
I first found what x was, since I would need x to solve my problem:
- tan \theta = \frac{5}{x}
- tan 30\circ = \frac{5}{x}
- x = 5\sqrt{3}
Then, I found the derivative of both sides of the base equation, so my work looks like this:
- tan \theta = \frac{5}{x}
- sec2 \theta \frac{d\theta}{dt} = 5 (-x-2) \frac{dx}{dt}
- \frac{d\theta}{dt} = \frac{-5cos^2\theta}{x^2} \frac{dx}{dt}
plugging in, the equation would turn into:
- \frac{d\theta}{dt} = \frac{-5cos^230}{(5\sqrt{3})^2} * -600 = 30
\frac{d\theta}{dt} = \frac{miles}{miles^2} * (miles/hour) = hour-1
the answer I had was in "nothing per hour" when the answer should be in "radians per hour".
What did I do wrong in this problem? Thanks in advance!