Given the function $$f(x,y)=|xy|$$ how to know if the graph of f has a tangent plane at $(0,0)$?
I know that $\frac{\partial f}{\partial x}$ and $\frac{\partial f}{\partial y}$ don't exist at $(0,0)$, is this enough to say that the tangent plane doesn't exist at that point?
My intuition says that maybe a tangent plane could exist since both axis are in the graph.
By linearization we have that the tangent plane at $p = (a,b,f(a,b))$ is given by;
$$z = f(a,b) + (x-a)f_x(p) + (y-b) f_y(p)$$
i.e you have $\langle f_x(p), f_y(p), -1 \rangle \cdot \langle x-a,y-b,z-f(a,b)\rangle = 0$ i.e $\langle f_x(p),f_y(p), -1 \rangle$ is the normal vector for the plane at $p$.
$$\frac{\partial f}{\partial x}(0,0) = \lim_{t \to 0} \frac{f(t,0) - f(0,0)}{t} = 0$$
$$\frac{\partial f}{\partial y}(0,0) = \lim_{t \to 0} \frac{f(0,t) - f(0,0)}{t} = 0$$