Is there any geometric interpretation for the following second partial derivative?
$$f_{xy} = \frac {\partial^2 f} {\partial x \partial y}$$
In particular, I'm trying to understand the determinant from second partial derivative test for determining whether a critical point is a minima/maxima/saddle points:
$$D(a, b) = f_{xx}(a,b) f_{yy}(a,b) - f_{xy}(a,b)^2$$
I have no trouble understanding $f_{xx}(x,y)$ and $f_{yy}(x,y)$ as the of measure of concavity/convexity of $f$ in the direction of $x$ and $y$ axis. But what does $f_{xy}(x,y)$ mean?
Roughly, the mixed partial represents how fast (and in what direction) a tangent line "spins" as you "drag" the tangent point across a surface. At least this is how I think of it. Consider a surface such as $z = xy$, which is a fairly simple case. Its mixed partial is identically $1$, so the discriminant is identically $-1$ and the critical point at $(0, 0)$ is a saddle point (as expected). If you draw a tangent line at $(-1, 0)$ parallel to the y-z plane, you get the line $(-1, 0, 0) + t(0, 1, -1)$. Now drag this line toward the origin, and it spins around to meet the y axis, then farther until you reach $(1, 0, 0) + t(0, 1, 1)$. In fact this tangent coincides with the surface at all points, but in general this will not be the case; try $z = x^2 + 3xy + y^2 = (x+y)^2 + xy$, which has an extra confounding term but still has the same basic behavior (and the same saddle point since its discriminant is identically $-5$).