In the proof of $\frac{d}{dx} \sin(x) = \cos(x)$ using the first principle of derivatives:
$\lim_{\Delta{x} \to 0}\frac{\sin(x+\Delta{x})-\sin(x)}{\Delta{x}} = \lim_{\Delta{x} \to 0}\frac{\sin(x)\cos(\Delta{x}) + \cos(x)\sin(\Delta{x}) - \sin(x)}{\Delta{x}} = \lim_{\Delta{x} \to 0}\frac{\cos(x)\sin(\Delta{x})}{\Delta{x}} + \lim_{\Delta{x} \to 0}\frac{\sin(x)(\cos(\Delta{x}) - 1)}{\Delta{x}}$
we must show that:
- $\lim_{\Delta{x} \to 0}\frac{\sin(\Delta{x})}{\Delta{x}} = 1$ (1) and
- $\lim_{\Delta{x} \to 0}\frac{(\cos(\Delta{x}) - 1)}{\Delta{x}} = 0$ (2).
The proof of equation (1) can be done using the Sandwich Theorem, showing $\cos(\Delta{x}) < \frac{\sin(\Delta{x})}{\Delta{x}} < 1$. However, for the proof of equation (2), is there a more rigorous way to show that this is true other then identifying it as the slope of $f(x) = \cos(x)$ at $x=0$ and proving through graph that the slope at that point happens to be $0$?
I hope the way that I have worded my question is understandable. If not, please let me know.
Thank you!