Consider the following function:
$$f : R^3 → R,\space\space f(x, y, z) = \sqrt{(x^2 + y^2 + z^2)^3}$$
Using the definition, compute the partial derivatives of $f$ at $(x, y, z) = (0, 0, 0).$
Solving with respect to $x$
Definition:
$$\frac{\partial f}{\partial x}=\lim_{h\to 0}\frac{f(x+h,y,z)-f(x,y,z)}{h}$$
Substiuting our function $f$ in the definition, we see;
$$\frac{\partial f}{\partial x}=\lim_{h\to 0}\frac{\sqrt{((x+h)^2+y^2+z^2)^3}-\sqrt{(x^2+y^2+z^2})^3}{h}$$
Using the fact that $f(0,0,0)=0,$
$$\frac{\partial f}{\partial x}=\lim_{h\to 0}\frac{\sqrt{((0+h)^2+0+0)^3}-0}{h}=\lim_{h\to 0}\left(\frac{h^3}{h}\right)=\lim_{h\to 0}h^2=0$$
We would then find the same for $y$ and $z$.
Is my solution correct?
It's almost correct. The definition of derivaitve includes a limit:
$$\frac{\partial f}{\partial x}= \lim_{h \to 0}\frac{f(x+h,y,z)-f(x,y,z)}{h}$$
Perform now the needed calculations and take the limit. Of course, the quantity $\frac{\partial f}{\partial x}$ must not depend on $h$