I struggle a bit with this problem:
Use Lagrange's methode to find the maximum value to $f(x,y,z)=xy^2z $ when $D={(x,y,z)\in R^3:x^2+y^2+z^2=36}$
So I have done this:
$y^2z=\lambda2x$
$2xyz=\lambda2y \rightarrow 0=2y(\lambda-xz)$
- $xy^2=\lambda 2z$
- $x^2+y^2+z^2=16$
But I'dont know what to do next, because I have not worked with 3 variables when in comes to Lagrange methode before. I thought about $y=0$ or $xz=\lambda$. But I don't know if this works. I have tried, but I always end up with some weird expressions, and never real numbers. Does anyone have some tips?
You have formulated the equations(1, 2, 3) correctly. Solve them to get $$\ x^2 = \lambda \\ y^2 = 2\lambda \\ z^2 = \lambda $$ Plug these in the constraint $x^2 + y^2 + z^2 = 36$. If you get multiple solutions try each solution and find which gives the maximum value. This is because Lagrangian does not always give the global maximum/minimum.