Trig Derivative: Understanding the Simplified Solution

  • Thread starter Thread starter yoleven
  • Start date Start date
  • Tags Tags
    Derivative Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 8K views
yoleven
Messages
78
Reaction score
1

Homework Statement


r(t)=(cos t +tsint)i + (sin t -tcost)j + 3k


Homework Equations


dr/dt=v(t)


The Attempt at a Solution


when I take the derivative of r(t) I get;
v(t)=(-sin t + tcost)i +(cos t +tsint)j

the book says;
v(t)=(t cos t)i +(tsint)j
could some one tell me why? Where did the -sint and the cos t go?
I guess it is an identity but I don't see it.
 
Physics news on Phys.org
yoleven said:

Homework Statement


r(t)=(cos t +tsint)i + (sin t -tcost)j + 3k


Homework Equations


dr/dt=v(t)


The Attempt at a Solution


when I take the derivative of r(t) I get;
v(t)=(-sin t + tcost)i +(cos t +tsint)j

the book says;
v(t)=(t cos t)i +(tsint)j
could some one tell me why? Where did the -sint and the cos t go?
I guess it is an identity but I don't see it.

Recall the chain rule to differentiate t sin t and - t cost t.

Example: to differentiate (t-1)t^2

= 1(t^2) + (t-1)(2)t
= t^2 + 2t(t-1)
 
Note that the rule in question is the product rule, not the chain rule.
 
Are you familiar with the product rule for derivatives? [tex]\frac{d}{dt}(uv)=uv^{'}+u^{'}v[/tex]

beat me to it :(
 
My bad, *product rule.