I'm really asking sorry for this question because I know it's a poor question, but I need a final anwer about.
Suppose I have a function $f(x, y)$, defined in some way when $(x, y) \neq (0, 0)$ and defined as $0$ (or a constant $k$) when $(x, y) = (0, 0)$.
- When I have to check for the partial derivatives (first derivatives) to be continuous, (at the origin) what I have to do is to show that
$$\lim_{(x, y) \to (0, 0)} f'_x (x, y)$$ must be equal to
$$\lim_{h\to 0} \frac{f(h, 0) - f(0, 0)}{h}$$
right?
If the two values are the same, then $f'_x$ is continuous (at the origin), otherwise they are not.
The same speech holds for $f'_y$.
This clearly generalizes to mixed derivatives, and second derivatives, right?