Assume that $\frac{d}{d\theta}\sin\theta = \cos\theta$. Use implicit differentiation to prove that $\frac{d}{d\theta}\cos\theta = - \sin\theta$
Here's my attempt:
$(\sin\theta)^2 + (\cos\theta)^2 = 1$
Differentiate both sides and we have:
$2\sin\theta(\frac{d}{d\theta}\sin\theta) + 2\cos\theta(\frac{d}{d\theta}\cos\theta) = 0$
Since $\frac{d}{d\theta}\sin\theta = \cos\theta$, it follows that:
$\cos\theta(\sin\theta + \frac{d}{d\theta}\cos\theta) = 0$
Now I'm stuck. We can't just conclude that $(\sin\theta + \frac{d}{d\theta}\cos\theta) = 0$ since it's possible that $\cos\theta = 0$ while the other expression isn't.
Please advise!