Finding Maximum Value of f(x,y,z) on Ellipsoid x^2+2y^2+3z^2=1

  • Thread starter Thread starter yifli
  • Start date Start date
  • Tags Tags
    Maximum Value
yifli
Messages
68
Reaction score
0

Homework Statement


Find the maximum value of f(x,y,z)=x+y+z on the ellipsoid x^2+2y^2+3z^2=1

2. The attempt at a solution
Is it possible to find the maximum value without using Lagrange multiplier?

Thanks
 
Physics news on Phys.org
deleted
 
You could solve
x^2+ 2y^2+3z^2= 1
for, say,
x=\pm\sqrt{1- 2y^2- 3z^2}
and then maximize
\sqrt{1- 2x^2- 3y^2}+ y+ z and
-\sqrt{1- 2y^2- 3y^2}+ y+ z
 
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