How do I find the maximum and minimum of
$$\frac{x+y+z}{ax+by+cz}$$
where $0\leq x \leq y \leq z\leq 1$ for given positive real numbers $a,b,c$? I guess those are one of $\frac{3}{a+b+c}$ or $\frac{2}{b+c}$ or $\frac{1}{c}$, but can't prove it.
Asked
Active
Viewed 450 times
0
Daniel W. Farlow
- 22,531
hanock
- 1
-
I haven't checked myself, but I am willing to bet that that function is monotonically increasing/decreasing in each of the three variables. If that's the case, extrema can only occur at endpoints, in which case you'll be done. – Ayesha Mar 07 '14 at 03:45
-
Something that might let you make some progress: if $v = (x, y, z)$, you've got $\frac{v\cdot(1, 1, 1)}{v\cdot (a, b, c)}$. The length of $v$ falls out, and then... you've got some work to do. – user24142 Jan 23 '15 at 19:14