Paper Wings
- 7
- 0
Homework Statement
Find the maximum of
\frac{x+2y+3z}{\sqrt{x^2+y^2+z^2}}
as (x,y,z) varies among nonzero points in R^{3}
Homework Equations
I'm not sure. The section in which this problem lies in talks about scalar products, norms, distances of vectors, and orthognality. However, I fail to see how that helps to find the maximum value.
The Attempt at a Solution
1. I set f(x,y,z) = \frac{x+2y+3z}{\sqrt{x^2+y^2+z^2}} and find the extreme values at(x,y,z) where x \neq 0, y \neq 0, z \neq 0 since the problem states that it varies among nonzero points.
2. I find the parital derivaties at (x,y,z).
denom = (x^2+y^2+z^2)^{3/2}
a. f_{x}(x,y,z)= \frac{y^2-2xy+z^2-3xz}{denom}
b. f_{y}(x,y,z)= \frac{2x^2-yx+2z^2-3yz}{denom}
c. f_{z}(x,y,z)= \frac{3x^2-xz+3y^2-2yz}{denom}
3. I set up a systems of equations
a. 3x^2-zx+3y^2-2yz=0
b. 2x^2-yx+2z^2-3yz=0
c. y^2-2xy+z^2-3xz = 0
At this point, I'm stuck. Is there a different approach or am I completely off track? Thank you.