I'm trying to solve \begin{align*} &\frac{x^2}{y} + \frac{y^2}{z} + \frac{z^2}{x} \to \min \\ &x + y + z = 1 \\ &x, y, z > 0, \end{align*} using only inequalities. How can i solve it? I used am-gm, tried to "break" terms, but got only after all $(xy + yz + xz) = \frac{1}{2}$
2026-03-28 10:29:20.1774693760
Find $\frac{x^2}{y} + \frac{y^2}{z} + \frac{z^2}{x} \to \min$
79 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can use Cauchy-Schwarz: $$\sum\dfrac{x^2}{y}\sum y\geq(x+y+z)^2$$ or an even simpler one is: $$\sum\dfrac{x^2}{y}-\sum y = \sum\left(\dfrac{x^2}{y} - 2x+y\right)=\sum\dfrac{(x-y)^2}{y}\geq 0.$$