5

Please some one help me to do the following problem.

If $f : \mathbb R\to\mathbb R$ is differentiable at $0$ and $f'(0) =1$, find $\lim\limits_{x\to 0} \frac{f(x) - f(-x)}x$.

Chans
  • 61

1 Answers1

3

$\displaystyle \lim_{x \to 0} \frac{f(x) - f(0)}{x} = f'(0)$

$\displaystyle \lim_{x \to 0} \frac{f(-x) - f(0)}{-x}=$$\displaystyle \lim_{y \to 0}\frac{f(y) - f(0)}{y}=f^{'}(0)$

toufik_kh.17
  • 351
  • 2
  • 6
  • Thank you very much. Some how I was trying this problem in many ways. I understood it well now. – Chans Dec 14 '13 at 05:34