Find the local extreme values and classify each as maxima, minima, or neither.
f(x,y) = x/(1+x^2+y^2)
Here is what I have done:
Df = gradient of f = (1-x^2+y^2)/[(1+x^2+y^2)^2]
(-2xy)/[(1+x^2+y^2)^2]
I set them equal to zero, then solved the equations, and got extreme points (1,0) and (0,1).
Then I set up Hessian (D^2f) and the first one (with respect to x twice) is ridiculously long. So, I thought maybe I went wrong somewhere.
[/img]
f(x,y) = x/(1+x^2+y^2)
Here is what I have done:
Df = gradient of f = (1-x^2+y^2)/[(1+x^2+y^2)^2]
(-2xy)/[(1+x^2+y^2)^2]
I set them equal to zero, then solved the equations, and got extreme points (1,0) and (0,1).
Then I set up Hessian (D^2f) and the first one (with respect to x twice) is ridiculously long. So, I thought maybe I went wrong somewhere.
[/img]