Parametric equations for trajectory

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
plexus0208
Messages
49
Reaction score
0

Homework Statement


A jet takes off from (1, 1, 0) at time t = 0 and moves with constant speed v = (−5, 0, 1).
In a flight simulator, the trajectory of the jet is displayed in the yz-plane as it would appear to an observer at the point (1, 0, 0). Find the formula (in the form y = y(t), z = z(t)) for the trajectory on the screen.

Homework Equations



The Attempt at a Solution


y(t) = 1
z(t) = t
Is that right?
 
Physics news on Phys.org
That would be the "parallel projection" onto the yz-plane, not "it would appear to an observer at the point (1, 0, 0)". The position of the jet, in 3 dimensions, is (1- 5t, 1, t). A straight line from (1, 0, 0) through that, in parameter s, would be (1- 5st, 1+ s, ts). That passes through the "yz-plane" (x= 0) when 1- 5st= 0 or s= 1/5t: (0, 1+1/5t, 1/5).