0
$\begingroup$

Suppose we have a continuous function $f:[a,b]\to\mathbb{R}$. We know that $f$ is differentiable on $(a,b]$ and that there is a finite limit:

$$\lim_{x\to a^{+}}f^{\prime}(x)$$

Can we prove that $f$ has a right derivative in point $a$?

2 Answers 2

1

For every $x>a$ there exists $\xi \in (a,x)$ such that $$f(x)-f(a)=f'(\xi)(x-a).$$ If $x \to a$, then $\xi \to a$, and ...

  • 0
    Hm... Well, we can write the mean value theorem as: $$f^{\prime}(\xi)=\frac{f(x)-f(a)}{x-a}$$ So, as you said, if $x\to{a}^{+}$, then $\xi\to{a}^{+}$ as well. Therefore, we can take limits from both sides:2012-09-11
  • 0
    ...and we have: $$\lim_{\xi\to{a}^{+}}f^{\prime}(\xi)=\lim_{x\to{a}^{+}}\frac{f(x)-f(a)}{x-a}$$ we know that the limit on the left side exists, and the limit on the right side is the right derivative in $a$... is that correct?2012-09-11
  • 0
    Yes. If you want to use kill a fly with a cannon, you can also use De l'Hospital. But it is too much, in this case.2012-09-11
  • 0
    I'm not sure if de l'Hospital would work, because $f^{\prime}(a)$ does not exist... We have only one-sided derivative in $a$.2012-09-11
1

$$f'_+(a)=\lim_{x \rightarrow a^+} \frac{f(x)-f(a)}{x-a}.$$ By continuity of $f$, we have here indefinite symbol $\frac{[0]}{[0]}$. Using de L'Hospital rule we obtain

$$f'_+(a)=\lim_{x \rightarrow a^+} f'(x).$$ (The last limit exists by assumption).

  • 0
    Oh yes, now I understand what Siminore meant (I got confused by the fact that $f^{\prime}(a)$ doesn't exist, but since $f(a)$ is a constant it doesn't bother us in this case). Thanks.2012-09-11