Question: Find local minima/maxima or saddle points of $$f(x,y)= (x^2-64)^2-(y^2-16)^2 $$ $f_x=4x^3-256=0 \longrightarrow x=0,-8,8;$ $f_y=-4y^3+64=0 \longrightarrow y=0,-4,4$
I am confused about the critical points. Are there 9 critical points? That is, (0,0),(0,-4),(0,4),(-8,0),(-8,-4),(-8,4),(8,0),(8,-4),(8,4)?
$D=f_{xx}*f_{yy}-[f_{xy}]^2<0 $ for all 9 critical values. So these are all saddle points. This just seems unusual that a function has 9 critical points. So, any feedback is much appreciated.