If $f(x) = |x|^3$, show $f'''(0)$ does not exist.
So I've computed the first, second and third derivatives, so
$f'(x) = 3x|x|$
$f''(x) = \begin{cases} 0, & \text{if x = 0} \\ \frac{6x^2}{|x|}, & \text{if x $\ne$ 0} \end{cases}$
$f'''(x) = \frac{6x^3}{|x|^3}$.
I know if I were to simply plug in $0$ for $x$, I would end up with $\frac{0}{0} = 0$, but that doesn't bring me to the $DNE$ conclusion. Is this someplace I should be using L'Hopital's Rule? The question didn't use the word "limit", but it's the only option I can come up with...
Most straightforward is to say:
$f(x) = \begin{cases} -x^3 & x < 0\\x^3 & x\ge 0 \end{cases}$
The derivatives of $f$ will have the same piece-wise structure.
$f'''(x)$ will appear to have a jump discontinuity.
The derivative is defined as a limit, if the left hand limit does not equal the right hand limit, the limit does not exist. The derivative does not exist at the point of this jump.