2

Let $f:[0,2] \rightarrow \mathbb R$ be a continuous function such that, $f$ is differentiable everywhere on $[0,2]$ except possibly at $x=1.$ If $\lim_{x \rightarrow 1} f~'(x)=2015$. Prove that $f$ is differentiable at $x=1$.

Attempt:

$f:[0,2] \rightarrow \mathbb R$ be a continuous function $\implies ~\exists~m,M \in \mathbb R$ such that $m \le f(x) \le M~\forall x\in [0,2] $

It is given that $\lim_{x\rightarrow 1} f~'(x) = 2015$. We need to prove that $f~'(1) $ exists or that $$ \lim_{h^+ \rightarrow 0 } \dfrac {f(1-h)-f(1)}{h} = \lim_{h^+ \rightarrow 0 } \dfrac {f(1+h)-f(1)}{h}$$ Could someone please give me a hint on how to move ahead with this problem?

Thank you for your help in this regard.

MathMan
  • 8,974
  • 7
  • 70
  • 135

2 Answers2

7

Hint: write the definition of the derivative and use the Mean Value Theorem.

Martin Argerami
  • 205,756
5

Since the function is continuous at $1$, you have that $$ \lim_{x\to1}\frac{f(x)-f(1)}{x-1} $$ is in the indeterminate form $0/0$. Thus you can apply l'Hôpital and $$ \lim_{x\to1}\frac{f(x)-f(1)}{x-1}\overset{\mathrm{(H)}}{=} \lim_{x\to1}f'(x)=2015 $$ Since the last limit exists, also the limit we started with exists.

egreg
  • 238,574