So I've been slowly plodding through this problem, and so far this is what I've done:
Took partial of ##x##, factored out the ##e## term and canceled it, because it can never equal ##0##.
So ##x^2+4y^2-1 = 0##
Same with the partial of ##y##: ##x^2+4y^2 = 4##
Now, these are ellipses, but they don't intersect. Ever. So from partial of ##x##, I got ##x = 0## and from partial of ##y##, I got ##y = 0##. I plugged in ##x = 0## into ##x^2+4y^2 = 4## and vice versa for the other, and the critical points I got were:
##(0,0)##
##(0,1)##
##(0,-1)##
##(1,0)##
##(-1,0)##
I then took the second partials of ##x## and ##y##, and the mixed partial ##xy##. I substituted each point into the formula:
##D(x,y) = f_{xx}(x,y) f_{yy}(x,y) - [f_{xy}(x,y)]^2## and got:
##(0,0)##: Saddle point
##(0,1)##: Maximum
##(0,-1)##: Saddle point
##(1,0)##: Saddle point
##(-1,0)##: Saddle point
And... That just seems off to me. The way I see it, either I got the wrong critical points, or I took the wrong partial derivatives. I got:
##f_{xx}(x,y) = (2-10x^2-8y^2+4x^4+16x^2y^2)e^{1-x^2-y^2}##
##f_{yy}(x,y) = (8 - 2x^2 - 24y^2 - 16y + 4x^2 y^2 + 16y^4)e^{1-x^2-y^2}##
##f_{xy}(x,y) = (-20xy+4x^{3}y+16xy^3)e^{1-x^2-y^2}##
And this is where I am a bit stumped. The next part has me calculating the total differential, which doesn't seem too difficult. But I am at my wit's end, and short of redoing the entire problem I am not sure what could have gone wrong. If someone could diagnose what I've done incorrectly, I'd greatly appreciate it.