Given $f: \mathbb{R} \rightarrow \mathbb{R}$ defined by $f(x) = |x|^{3/2}$
Then choose the correct option
$1.$ $f$ is differentiable
$2.$ $f$ is differentiable but not continuously differentiable
My attempt: I think option $2$ is correct, i.e., $f$ is differentiable but not continuously differentiable because $f'(x) = 3/2 |x|^{1/2}$ and $f''(x) = 1/2 \frac{1}{\sqrt x}$ not continuous at $x=0$.
Is it true?