So I have this question here:
$f(x)=\frac{1}{1+|x|}+\frac{1}{1+|x-a|},a>0$
I am asked to find the derivative and I correctly found it as:
$f'(x)=-\frac{x-a}{|x-a|(|x-a|+1)^2}-\frac{x}{|x|(|x|+1)^2},a>0$
I am then asked to determine if $f'(0)$ and $f'(a)$ exist.
My understanding is that they don't exist because the derivative of $|x|$and$|x-a|$ don't exist at 0 and a by the definition of the derivative (There is a corner at those particular points.)
Is that correct? Or am I making a mistake?