For example, I have the following function
$$f(x,y,z) = \begin{cases} \sqrt{|xyz|} & \text{if $(x,y,z) \ne (0,0,0)$} \\ 0 & \text{if $(x,y,z)=(0,0,0)$} \end{cases}$$
whose partial derivative with respect to x, if I followed the differentiation rules correctly, is
$$\frac{\partial f}{\partial x}(x,y,z) = \frac{xy^{2}z^{2}}{2|xyz|^{3/2}}\ $$
Now, I'm asked to evaluate the partial derivative at the origin (0,0,0); but as you can probably see, it's undefined at that point!
So what is there to be done? It's not the first exercise that leads me to this situation. Many thanks!
I think the partial derivatives simply do not exist. For simplicity, we can consider the function $$f(x) = \sqrt{|x|}.$$ At $x = 0$, the tangent line to the graph of the equation $y = f(x)$ is a vertical line, i.e. slope = $+/-\infty$. In other words, $f'(0)$ does not exist.