Let $f:\mathbb R^n\to\mathbb R^n$ by $f(\mathbf x)=\|\mathbf x\|^2 \mathbf x$. To show, that the inverse function is not differentiable at $\mathbf 0$.
I am not able to find the inverse of the function. Since we know that inverse of column vectors does not exists.
Think about what $f(x)$ does: it scales every vector in $n$-space by the square of its length. In other words, it maps $x$ to a vector in the same direction, but with magnitude $\|x\|^3$ (because $x$ already has magnitude $\|x\|$). To find the inverse, let's say $u = f(x)$. Then we know $u$ is in the same direction as $x$, so we need only recover $\|x\|$ from $\|u\|$. But since $\|u\| = \|x\|^3$, we have $\|x\| = \|u\|^{1/3}$. So we can recover $x$ from $u$ by
\begin{equation*} f^{-1}(u) = \|u\|^{1/3} \frac{u}{\|u\|} = \|u\|^{-2/3} u \end{equation*}
for $u \neq 0$. We also define $f^{-1}(0) = 0$.
From here you can see that the problem with taking the derivative of $f^{-1}$ is that it will involve $\|u\|^{-4/3}$, which doesn't exist at zero. I'll let you work the full details of the derivative out for yourself.