0

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:

  1. $\lim_{\Delta{x} \to 0}\frac{\sin(\Delta{x})}{\Delta{x}} = 1$ (1) and
  2. $\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!

J.G.
  • 115,835

1 Answers1

1

If you are willing to accept 1. in the question, then there is a straightforward estimate.

We have $\cos x = \sqrt{1-\sin^2 x}$, and for $|x| \le {1 \over 2} $ the mean value theorem gives $|\sqrt{1-x^2} - 1 | \le K x^2$ for some constant $K$.

Hence $| \cos x -1 | \le K \sin^2 x$ for sufficiently small $x$ and so $| { \cos x -1 \over x } | \le K x ({ \sin x \over x} )^2 $ from which the desired result follows.

copper.hat
  • 172,524