Can someone please explain the steps/rules I need to preform to find the derivative of
$h(t)= \sin (\cos^{-1}t)$?
I tried to used the product rule, and realized it was obviously a failure. Using the chain rule I get:
$\frac{dy}{dx}= \cos(\cos^{-1}t)\frac{-t}{\sqrt{1-t^2}}$
I know I am not finished, what am I supposed to do with this?
\begin{align} h'(t) &= \frac{d}{dt}\sin(\arccos t) \\ &=\cos(\arccos t) \frac{d}{dt}(\arccos t) & \text{chain rule}\\ &=\cos(\arccos t) \cdot -\frac{1}{\sqrt{1-t^2}} & \text{$\frac{d}{dt}(\arccos t)=-\frac{1}{\sqrt{1-t^2}}$}\\ &=t \cdot -\frac{1}{\sqrt{1-t^2}} & \text{$\cos(\arccos t)=t$}\\ &= \frac{-t}{\sqrt{1-t^2}} \end{align}