So, I just tried using Pythagoras theorem to prove: $\frac{d}{dx}\sin x= \cos x$ but it got me nowhere. Here is my work. $$\sin x= p/h.$$; where p and h are lengths of perpendicular and hypotenuse in a right angled triangle.
Differentiating w.r.t $x$, we get $$\frac{d}{dx}\sin x= \frac{1}{h^2} \left( h\frac{dp}{dx}-p\frac{dh}{dx}\right)\tag{i}$$
We know $h^2=p^2+b^2$. (Where b is the length of the base of the right angled triangle.) Differentiating w.r.t $x$, $$h\frac{dh}{dx}=p\frac{dp}{dx}$$ (If we put $b$ constant). Substituting in $(i)$,
\begin{align} \frac{d}{dx} \sin x&= \frac{1}{h^2} \left(h\frac{dp}{dx}-\frac{p^2}{h}\frac{ dp}{dx}\right)\\ & = \frac{1}{ph^2} \left(b^2\frac{dp}{dx}\right) \tag{ii} \end{align} Now, I lost track here because I didn't know how is that equal to $\cos x$. Can anyone help me continue from here?
(Note: I know how to derive this from first principle. I just wanted to try using Pythagoras theorem and trigonometric identities. I kept the base length constant because it appeared to me that if I changed the x, base length won't be effected. But as I can see in the answer, the hypotenuse remains constant. However, can we keep the base constant and end up getting the same result? Maybe not visualising a circle of radius h but just a right angled triangle whose base remains constant w.r.t the reference angle?
Ps: The called duplicate one is out of my understanding. I request a simpler version.