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!