Second Derivative Test
The second derivative test says:
- If at \((a,b)\) \(f_{xx} f_{yy} - (f_{xy})^2 > 0, f_{xx} > 0\), local min
- If at \((a,b)\) \(f_{xx} f_{yy} - (f_{xy})^2 > 0, f_{xx} < 0\), local max
- If at \((a,b)\) \(f_{xx} f_{yy} - (f_{xy})^2 < 0\), saddle point
Why?
We can use two-variable Taylor series expansion about \((a,b)\) to rewrite \(z = f(x,y)\) as:
(Note the first line is simply the tangent plane approximation of \(f(x,y)\))
At \((a,b)\), \(f_x(a,b) = f_y(a,b) = 0\) (definition of critical points). Let's truncate the series after the second-order terms (ignore the \(\dots\)).