- #1
MatinSAR
- 612
- 188
- Homework Statement
- Find the shortest distance of an observer at the point (2, 1, 3) from a rocket in free
flight with velocity (1, 2, 3) m/s. The rocket was launched at time t = 0 from (1, 1, 1).
Lengths are in kilometers.
- Relevant Equations
- Please see below.
The rocket has constant velocity so we can write it's equation of motion as :
$$\vec r = \vec r_0+t \vec v_0 $$ We can write it for components along each axis :
$$x = x_0 + v_{0,x}t$$$$y = y_0 + v_{0,y}t$$$$z = z_0 + v_{0,z}t$$We put known values in above equations :$$x=1000+t$$$$y=1000+2t$$$$z=1000+3t$$We found position of rocket as a function of time. So we can use Distance formula in 3D to find distance of the observer from rocket as a function of time.$$D(t)=((t-1000)^2+(2t)^2+(3t-2000)^2)^{(\frac 1 2)}$$
We want to find "t" in which D(t) becomes minimum.
$$\frac {d}{dt} D(t) = 0$$
$$\frac {d}{dt} ((t-1000)^2+(2t)^2+(3t-2000)^2)^{(\frac 1 2)}=0$$$$2t-2000+8t+18t-12000=0$$$$28t-14000=0$$ $$t=500$$Minimum Distance between them :
$$D(t_{min})=D(t=500)=((500-1000)^2+(2*500)^2+(3*500-2000)^2)^{(\frac 1 2)}=1224.74 m$$
Is my answer correct?
Last edited: