Trajectory and parametric equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
crystalplane
Messages
11
Reaction score
0

Homework Statement


a particle is on a trajectory defined by the parametric equations x(t)= 2t^2,y(t)= t^2-4t,
z(t)= 3t-5, where t is the time.Find the components of its velocity and acceleration at time =1, in the direcion i-3j+2k.


Homework Equations


what i thought is r(t)=x(t) i +y(t) j +z(t) k, then take first derivative and get velocity vector. take the second derivative and get the acceleration vector.
However, the question provides a direction vector and i have no idea how to deal with the direction vector.

The Attempt at a Solution


r(t)'=4t i + (2t-4) j+(3) k.
r(t)''= (4) i + (2)j +(0) k
 
Physics news on Phys.org
You are on the correct path to solving the problem. Once you find r'(1) and r''(1) you will project the components of these two vectors on to the vector given by i-3j+2k. The dot product gives the component of one vector onto another. Since this component is multiplied by the magnitude of other vector, you must divide by the magnitude of the vector i.e.

Let A = i-3j+2k

then

[tex]\mbox{component}=\frac{r'(1)\bullet\mbox{A}}{\mid\mbox{A}\mid}[/tex]

Use the same approach for r''(1).