chaoseverlasting
- 1,050
- 3
Homework Statement
There is a target at r_0=x_0i+y_0j+z_0k moving with a velocity of v=v_xi+v_yj+v_zk wrt a missle launcher. With what velocity should the missile be launched so as to hit the target, and find the equation of trajectory of the missile.
The Attempt at a Solution
I did this using relative velocity.
Let the velocity of the missile be v_m=vm_xi+vm_yj+vm_zk.
The relative velocity is v_{rel}=(v_x-vm_x)i+(v_y-vm_y)j+(v_z-vm_z)k.
The distance between them is r_0 and using equations of kinematics, r_0=v_{rel}t_0, where t_0 is the time to impact.
Now, here at least one of the two should be constant, either the speed of the missile or the time to impact. Assuming the time to impact to be constant, we get v_{rel}=\frac{r_0}{t_0}. Since we know the velocity of the target, we can find the velocity of the missile.
Integrating the velocity of the missile wrt t with limits 0 to t_0, we get the trajectory of the missile. Is this correct? Is there some other way to do this?