Motion in Space: Velocity and Acceleration

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

Homework Statement


For V(t) = (1+t)i + (t^2-2t)j find:

1. velocity
2.Acceleration
3. speed/length
4. Unit Tangent
5. tangential component
6. normal component at t=2

Homework Equations


The Attempt at a Solution



1. v'(t) = <1,2t-2> = <1, 2(t-1)>
2. a(t) = <0,2>
3. length = Square root of (1+4(t-1)^2)
4. Unit Tangent = <1,2(t-1)> / square root (1+4(t-1)^2)
from here I'm stuck trying to find the tangential component and normal component. [/B]
 
Physics news on Phys.org
Physicsnoob90 said:

Homework Statement


For V(t) = (1+t)i + (t^2-2t)j find:

1. velocity
2.Acceleration
3. speed/length
4. Unit Tangent
5. tangential component
6. normal component at t=2

Homework Equations


The Attempt at a Solution



1. v'(t) = <1,2t-2> = <1, 2(t-1)>
2. a(t) = <0,2>
3. length = Square root of (1+4(t-1)^2)
4. Unit Tangent = <1,2(t-1)> / square root (1+4(t-1)^2)
from here I'm stuck trying to find the tangential component and normal component. [/B]

First decide: normal and tangential component of WHAT? In general, if you have two vectors ##\vec{a}, \vec{b}## the component ##\vec{a}_{||}## of ##\vec{a}## parallel to ##\vec{b}## and the component ##\vec{a}_{\perp}## perpendicular to ##\vec{b}## are
[tex]\vec{a}_{||} = \frac{\vec{a} \cdot \vec{b}}{\vec{b} \cdot \vec{b}} \vec{b} \\<br /> \vec{a}_{\perp} = \vec{a} - \frac{\vec{a} \cdot \vec{b}}{\vec{b} \cdot \vec{b}} \vec{b}[/tex]