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?
We define $\sin$ and $\cos$ to be functions $\mathbb{R}\rightarrow\mathbb{R}$ such that $\sin(t+2\pi)=\sin(t)$ and $\cos(t+2\pi)=\cos(t)$ for every $t\in\mathbb{R}$, $\sin(0)=0$ and $\cos(0)=1$, and $\cos(t)^2+\sin(t)^2=1$ for every $t\in\mathbb{R}$. This uniquely defines the functions in question, and it does using nothing but analytic geometry, without defining its derivatives a priori, or even continuity a priori.
The equation $$\lim_{h\to0}\frac{1-\cos(h)}{h}=0$$ can actually be proven from $$\lim_{h\to0}\frac{\sin(h)}{h}=1$$ directly, since $$\lim_{h\to0}\frac{1-\cos(h)}{h}=\lim_{h\to0}\frac{1-\cos(h)}{h}\frac{1+\cos(h)}{1+\cos(h)}=\lim_{h\to0}\frac{1-\cos(h)^2}{h[1+\cos(h)]}=\lim_{h\to0}\frac{\sin(h)^2}{h[1+\cos(h)]}=\lim_{h\to0}\frac{\sin(h)}{h}\frac{\sin(h)}{1+\cos(h)}=\lim_{h\to0}\frac{\sin(h)}{h}\lim_{h\to0}\frac{\sin(h)}{1+\cos(h)}=\lim_{h\to0}\frac{\sin(h)}{1+\cos(h)}=0.$$
As such, one merely needs to prove $$\lim_{h\to0}\frac{\sin(h)}{h}=1.$$ Here is the standard proof. For $h\in(0,\pi)$, $$\sin(h)\leq{h}\leq\frac{\sin(h)}{\cos(h)},$$ while for $h\in(-\pi,0)$, $$\frac{\sin(h)}{\cos(h)}\leq{h}\leq\sin(h).$$ For both cases, it follows that $$1\leq\frac{h}{\sin(h)}\leq\frac{1}{\cos(h)}$$ which implies $$\cos(h)\leq\frac{\sin(h)}{h}\leq1.$$ Since $$\lim_{h\to0}\cos(h)=1$$ and $$\lim_{h\to0}1=1,$$ it follows by the squeeze theorem that $$\lim_{h\to0}\frac{\sin(h)}{h}=1.$$