Derivative of absolute value function

179 Views Asked by At

What is $f'(x)$ and $f''(x)$ of $f(x) = x^{1/3}\vert 4-x \vert$?

Do you use two cases or can it be solved a different way?

3

There are 3 best solutions below

2
On

Ask yourself: is there any point on this curve where it is not differentiable? If there is, then the derivative clearly has to be in two 'pieces', so you have to use two cases.

2
On

I think it is easier to break it into two cases.
Another way is to use the derivative of $|x|$, which is $x/|x|$, but not defined at $x=0$,
and the second derivative which is $0$ but not defined at $x=0$.

0
On

It might be easier to do it by cases, but you can also use:

$\vert y \vert = (y^2)^{1/2}$