In an informal exam tonight, my professor asked me to demonstrate that for $f(x)=\sin(x),\, f'(x)=\cos(x)$ using the definition of the derivative, $f'(x)=\lim_{h\rightarrow0}\frac{f(x+h)-f(x)}{h}$.
Well, plugging things in, we get $$\lim_{h\rightarrow0}\frac{\sin(x+h)-\sin(x)}{h}$$ $$=\lim_{h\rightarrow0}\frac{\sin(x)\cos(h)+\cos(x)\sin(h)-\sin(x)}{h}$$$$=\lim_{h\rightarrow0}\frac{\sin(x)\left(\cos(h)-1\right)+\cos(x)\sin(h)}{h}$$
And here I managed to stump him. In order to prove that this equals $\cos(x)$, we need to demonstrate that $\lim_{h\rightarrow0}\frac{\cos(h)-1}{h}=0$ and that $\lim_{h\rightarrow0}\frac{\sin(h)}{h}=1$. You can't simply plug in $h=0$ because that would lead to an indeterminate form. L'Hôpital's Rule does indeed get you the required limits, but that requires the very derivative we're trying to prove.
Is there a way, using the definition of the derivative, to actually prove that the derivative of sine is cosine, without a proof by construction or a proof by contradiction?