For function $f(x)$, let \begin{equation} f(c)=\lim_{x \to c} f(x). \end{equation} Under what conditions the following holds? \begin{equation} f'(c)=\lim_{x\to c} f'(x). \end{equation} For instance, let $f(x)=\frac{\sin(x)}{x}$, \begin{equation} f(0)=\lim_{x\to 0}\frac{\sin(x)}{x}=1. \end{equation} Is the following true? \begin{equation} f'(0)=\lim_{x\to 0}\left(\frac{\sin(x)}{x}\right)' \end{equation}
Asked
Active
Viewed 206 times
2
1 Answers
1
Recall that
$$f(c)=\lim_{x \to c} f(x)$$
is true if and only if $f(x)$ is continuous at $x=c$ and therefore
$$f'(c)=\lim_{x\to c} f'(x)$$
is true if and only if also $f'(x)$ is continuous at $x=c$.
For the example
$$f(x)=\frac{\sin(x)}{x} \implies f'(x)=\frac{x\cos x-\sin x}{x^2}$$
by $f(0)=1$ and $f'(0)=0$, are continuous at $x=0$ and both identities hold.
But the property is not true in general, e.g. $f(x)=|x|$.

user
- 154,566
$\lim_{x\to c}g(x)=g(c)$ to hold, it suffices that $g$ be continuous at $c$.
So your question can be rephrased as "under what conditions is a derivative continuous?". A sufficient condition is the function twice differentiable, but this is not necessary.
– Nov 30 '19 at 08:27