I haven't use derivatives in a long time and I'm having some difficulty remembering them. Can someone explain the derivative below?
$\frac{d}{dt}\sin\theta(t)= \frac{d(\sin\theta)}{d\theta}\frac{d\theta}{dt}$
What rule is applied here?
I haven't use derivatives in a long time and I'm having some difficulty remembering them. Can someone explain the derivative below?
$\frac{d}{dt}\sin\theta(t)= \frac{d(\sin\theta)}{d\theta}\frac{d\theta}{dt}$
What rule is applied here?
As was stated in the comments, this is an example of the chain rule.
The chain rule states:
$$F'(x) = f'(g(x)) g'(x)$$
In this case, $\sin(\theta)$ would be $f$ and $\theta(t)$ would be $g$