Rct33
- 16
- 0
Homework Statement
The problem describes an aircraft taking off from a point on a runway with constant speed V_{1}, climbing at a constant angle \alpha, at the point of takeoff, a car drives towards the aircraft a distance a away with speed V_{2}. I simply have to find the closest distance between the two objects
The Attempt at a Solution
The x component of the distance is given by (a-(V_{1}\cos(\alpha)+V_{2}))t
The y component of the distance is given by V_{1}\sin(\alpha)
Therefore the distance is given by \sqrt{((a-(V_{1}\cos(\alpha)+V_{2}))t)^2+(V_{2}\sin(\alpha))^2}
Which I need to minimise, expanding the brackets and simplifying as much as I can gives the distance as:
\sqrt{a^2-2aV_{2}t-2aV_{1}t\cos(\alpha)+V_{1}^2t^2+V_{2}^2t^2+2V_{1}V_{2}t^2\cos(\alpha)}
Kinda have no idea what to do next or if I even went in the right direction so any pointers would be great, thanks