I was working on a problem:
"Given $x+2y+3z=15$, find the minimal value of $x^2+y^2+z^2$."
I tried to find the answer by balancing out each of the three variables. However, I there appeared to be a smaller value than the answer I found. Does anyone know how I am intended to solve this?
by cauchy Schwarz we get $$(x+2y+3z)^2\le (x^2+y^2+z^2)(1+4+9)$$ so $$\frac{225}{14}\le x^2+y^2+z^2$$