Why is a derivative undefined at its discontinuities?

88 Views Asked by At

This question deals with why the derivative of $f$ is not defined at discontinuities in $f$. I found the answers satisfactory.

My question deals with why the derivative is not defined at discontinuities in itself. Take the following piecewise function:

$$f(x) = \begin{cases} g_1(x) & x < 1 \\ g_2(x) & x \ge 1 \end{cases} = \begin{cases} x^2 & x < 1 \\ x & x \ge 1 \end{cases}$$

This function is continuous, but its derivative is not. The function $g_2(x)$ has a derivative at $x = 1$, yet continuously gluing it with $g_1(x)$ apparently removes this tangent. Why is $f'(1)$ undefined instead of $f'(1) = 1$?

1

There are 1 best solutions below

2
On BEST ANSWER

The derivative of f(x), at $x= x_0$ is defined as $\lim_{h\to 0}\frac{f(x_0+ h)- f(x_0)}{h}$. Obviously, the denominator of that fraction is going to 0. In order for the limit to exist, the numerator, $f(x_0+ h)- f(x_0)$ must also go to 0 which means that f must be continuous at $x= x_0$.

(f being continuous is a "necessary" but NOT "sufficient" condition for f having a derivative. f(x)= |x| is continuous at x= 0 but does not have a derivative there.)