Understanding Critical Points in Multivariable Functions

erica1451
Messages
8
Reaction score
0

Homework Statement


f(x,y,z)=(xy+yz+xz)/(1+x^2+y^2+z^2)
Explain why f has no absolute maximum or minimum. How about critical points?


Homework Equations


Hint: it is simplest to make 3 cases: a) x+y+z does not =0 b) x+y+z=0 c) x=y=z=0


The Attempt at a Solution


I did cases b and c, but I'm not sure how to go about doing a. Also, I'm not sure how to explain why the function does not have an absolute max or min.
 
Physics news on Phys.org
Can anyone help?
 
hmmm, simplifying things,

f(x,y,z)=\frac{1}{2}\cdot\left[\frac{(x+y+z)^2+1}{1+x^2+y^2+z^2}-1\right]
how can you bound f(x,y,z) from below? what about from above? can you make f arbitrarily big?
can you make f(x,y,z) arbitrary close to some values? try some additional cases, suppose x=y=z not equaling zero?

edit: additional hint: cylindrical coordinate.
 
Last edited:
Thank you!
 
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