0

I am having trouble completing this proof.

Prove that $$\lim_{x \to 0} \frac{\cos x-1}{x}=0$$ using the mean value theorem.

The mean value theorem guarantees that we have a c such that $\displaystyle f'(c)= \frac{f(b)-f(a)}{b-a}$. In our case, we can write $\displaystyle \frac{f(x)-f(0)}{f-0}=f' (c)$. But that is just the definition of the derivative, so I don't see how to go from this to the limit?

vadim123
  • 82,796

1 Answers1

2

Hint: Consider a very small positive $x$, together with $f(x) := \cos x$. Then

$$\frac{\cos x - 1}{x} = \frac{f(x) - f(0)}{x - 0} = f'(c) = \sin c$$

for some $0 < c < x$.

  • If x is small, the numerator would be close to 1 and the denominator would be very small, so wouldn't the fraction blow up? – clickclock Feb 25 '14 at 04:07
  • 1
    The numerator goes to zero more quickly than the denominator does. –  Feb 25 '14 at 04:41