We want to compute this limit: $$\lim_{\Delta x\to0} {\sin\Delta x\over \Delta x}.$$ Equivalently, to make the notation a bit simpler, we can compute $$\lim_{x\to0} {\sin x\over x}.$$ In the original context we need to keep $x$ and $\Delta x$ separate, but here it doesn't hurt to rename $\Delta x$ to something more convenient.

To do this we need to be quite clever, and to employ some indirect reasoning. The indirect reasoning is embodied in a theorem, frequently called the squeeze theorem.

Theorem 4.3.1 (Squeeze Theorem) Suppose that $g(x) \le f(x) \le h(x)$ for all $x$ close to $a$ but not equal to $a$. If $\lim_{x\to a}g(x)=L=\lim_{x \to a}h(x)$, then $\lim_{x\to a}f(x)=L$. $\qed$

This theorem can be proved using the official definition of limit. We won't prove it here, but point out that it is easy to understand and believe graphically. The condition says that $f(x)$ is trapped between $g(x)$ below and $h(x)$ above, and that at $x=a$, both $g$ and $h$ approach the same value. This means the situation looks something like figure 4.3.1. The wiggly curve is $x^2\sin(\pi/x)$, the upper and lower curves are $x^2$ and $-x^2$. Since the sine function is always between $-1$ and $1$, $-x^2\le x^2\sin(\pi/x)\le x^2$, and it is easy to see that $\lim_{x\to0}-x^2=0=\lim_{x\to0}x^2$. It is not so easy to see directly, that is algebraically, that $\lim_{x\to0}x^2\sin(\pi/x)=0$, because the $\pi/x$ prevents us from simply plugging in $x=0$. The squeeze theorem makes this "hard limit'' as easy as the trivial limits involving $x^2$.

Figure 4.3.1. The squeeze theorem.

To do the hard limit that we want, $\lim_{x\to0} (\sin x)/x$, we will find two simpler functions $g$ and $h$ so that $g(x)\le (\sin x)/x\le h(x)$, and so that $\lim_{x\to0}g(x)=\lim_{x\to0}h(x)$. Not too surprisingly, this will require some trigonometry and geometry. Referring to figure 4.3.2, $x$ is the measure of the angle in radians. Since the circle has radius 1, the coordinates of point $A$ are $(\cos x,\sin x)$, and the area of the small triangle is $(\cos x\sin x)/2$. This triangle is completely contained within the circular wedge-shaped region bordered by two lines and the circle from $(1,0)$ to point $A$. Comparing the areas of the triangle and the wedge we see $(\cos x\sin x)/2 \le x/2$, since the area of a circular region with angle $\theta$ and radius $r$ is $\theta r^2/2$. With a little algebra this turns into $(\sin x)/x \le 1/\cos x$, giving us the $h$ we seek.

Figure 4.3.2. Visualizing $\sin x / x$.

To find $g$, we note that the circular wedge is completely contained inside the larger triangle. The height of the triangle, from $(1,0)$ to point $B$, is $\tan x$, so comparing areas we get $x/2 \le (\tan x)/2 = \sin x / (2\cos x)$. With a little algebra this becomes $\cos x \le (\sin x)/x$. So now we have $$ \cos x \le {\sin x\over x}\le {1\over\cos x}.$$ Finally, the two limits $\lim_{x\to0}\cos x$ and $\lim_{x\to0}1/\cos x$ are easy, because $\cos(0)=1$. By the squeeze theorem, $\lim_{x\to0} (\sin x)/x = 1$ as well.

Before we can complete the calculation of the derivative of the sine, we need one other limit: $$\lim_{x\to0}{\cos x - 1\over x}.$$ This limit is just as hard as $\sin x/x$, but closely related to it, so that we don't have to do a similar calculation; instead we can do a bit of tricky algebra. $${\cos x - 1\over x}={\cos x - 1\over x}{\cos x+1\over\cos x+1} ={\cos^2 x - 1\over x(\cos x+1)}={-\sin^2 x\over x(\cos x+1)}= -{\sin x\over x}{\sin x\over \cos x + 1}.$$ To compute the desired limit it is sufficient to compute the limits of the two final fractions, as $x$ goes to 0. The first of these is the hard limit we've just done, namely 1. The second turns out to be simple, because the denominator presents no problem: $$\lim_{x\to0}{\sin x\over \cos x + 1}={\sin 0\over \cos 0+1}= {0\over 2} = 0.$$ Thus, $$\lim_{x\to0}{\cos x - 1\over x}=0.$$

Exercises 4.3

Ex 4.3.1 Compute $\ds\lim_{x\to 0} {\sin (5x)\over x}$ (answer)

Ex 4.3.2 Compute $\ds\lim_{x\to 0 } {\sin(7x)\over\sin (2x)}$ (answer)

Ex 4.3.3 Compute $\ds\lim_{x\to 0 } {\cot (4x) \over\csc (3x)}$ (answer)

Ex 4.3.4 Compute $\ds\lim_{x\to 0 } {\tan x\over x}$ (answer)

Ex 4.3.5 Compute $\ds\lim_{x\to \pi/4} {\sin x -\cos x \over\cos (2x)}$ (answer)

Ex 4.3.6 For all $x\geq 0$, $4x-9 \leq f(x) \leq x^2 - 4x +7$. Find $\ds\lim_{x\to4}f(x)$. (answer)

Ex 4.3.7 For all $x$, $2x \leq g(x) \leq x^4 - x^2 +2$. Find $\ds\lim_{x\to1}g(x)$. (answer)

Ex 4.3.8 Use the Squeeze Theorem to show that $\ds\lim_{x\to0} x^4 \cos(2/x)=0$.