Unit Tangent Vector at a Point

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 15K views
Wildcat04
Messages
33
Reaction score
0

Homework Statement


r(t) = costi + 2 sint j
Find the tangent vector r'(t) and the corresponding unit tangent vector u(t) at point P:(.5, 3.5,0)


Homework Equations


r'(t) = r(t)dt
u(t) = r'(t) / |r'(t)|


The Attempt at a Solution



r'(t) = -sinti + 2costj

|r'(t)| = [sin2t + 4cos2t].5
= [1-3cos2t].5

u(t) = {-sinti + 2costj} / {[1-3cos2t].5}

I think I am right so far, however I don't know what I am supposed to due with Point P to find the unit tangent vector at that point.

Thanks in advance for the help.
 
Physics news on Phys.org
So all that is required is to plug the i and j components of point P into both r'(t) and the u(t) equation to "evaluate" them at that point?
 
How would you plug in the components of one vector into another vector?

No, the idea is that you plug some t, which corresponds to the point P, into both r'(t) and u(t). You can consider r(t) as describing the position of a particle at time t, and r'(t) its velocity at that time. You can reformulate the question as: "Give the velocity of the particle when it is at P" or, equivalently: "Give the velocity of the particle at that time, at which its position vector is P".
 
Ahh...so you get =>

P = r(t)
<.5, 3.5,0> = <cos t, 2sin t, 0>

=> t = 60

From there evaluate r'(t) and u(t) at t=60.

Is this correct?
 
I know...degrees have always been hard to get out of my head. I need to start thinking in radians.

Thank you very much for the help!