Last part of extreme value problem

  • Thread starter Thread starter orange
  • Start date Start date
  • Tags Tags
    Value
orange
Messages
27
Reaction score
0
Hey hey!

I'm trying to figure out the extreme values of

f(x,y,z) = (x^2 + y^2 - z^2) * e^-(x^2+y^2+z^2)

I do partial differentiation to find where all derivatives are zero, and after some work come to the equation

2(x^2 + y^2 - z^2) = 0

So one obvious extreme point is (0,0,0), but what about x^2 + y^2 - z^2? I figured it's a extreme value circle of radius 1 in the xy-plane, but what about when z isn't 0? Would really appreciate some pointers guys. Thanks! :!)
 
Physics news on Phys.org
Well, the equation there is the equation of a double cone. You have
x^2 + y^2 = z^2
and for every value of z this determines a circle with radius z.
In the xy plane the circle will have radius 0, not 1.
 
Last edited:
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