I have this problem in my book, and the answer (lower half). I'm completely lost as to why there are extra trig functions being added and subtracted from. I thought I was just taking the normal derivative of each part but... Can someone explain this?
2026-05-05 20:25:35.1778012735
Finding the derivative of the vector function $ \mathbf{r}(t) = \langle t \sin(t),t^{2},t \cos(2t) \rangle $.
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

Be reminded that Product rule applies when you differentiate the product of $2$ functions:
$$\frac d{dx}[f(x)g(x)]=f(x)g'(x)+f'(x)g(x)$$
For instance, in you context,
$$\frac {d(t\sin t)}{dt}=t(\sin t)'+(t)'\sin t=t\cos t+\sin t$$