Min max using partial derivatives

StephenDoty
Messages
261
Reaction score
0
(x^2 + y^2)*e^(y^2 - x^2)
I am having trouble finding the critical points.

Fx=2xe^(y^2-x^2)(1-x^2-y^2)=0
Fy=2ye^(y^2 - x^2)(1+x^2 +y^2)=0

or
0=x(1-x^2-y^2)
0=y(1+x^2+y^2)

now, finding all the roots is giving me trouble. x and y obviously = 0, but I am unsure how to move forward to get the rest of the zeros, therefore giving me the critical points. Any help would be appreciated. Thanks.

Stephen
 
Physics news on Phys.org
Fx = 0 iff x = 0 or x^2 + y^2 = 1
That is, Fx = 0 when x = 0 or when (x, y) is a point on the unit circle centered at (0, 0).

Fy = 0 iff y = 0 (1 + x^2 + y^2 >= 1 for all real (x, y) )
So both partials are 0 simultaneously for (0, 0), (1, 0), or (-1, 0).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top