Let $f(x,y,z)=\frac1x+\frac1y+\frac1z.$ Impose the constraints $x+y+z=3a$ $x,y,z>0$. What is the minumum value of $f$?
Method of Lagrange's multipliers give $-\frac1{x^2}=-\frac1{y^2}=-\frac1{z^2}=\lambda$ and hence $x=y=z=a$ with the minumum value $\frac{3}{a}$.
How can we solve this question in a mathematics contest which does not allow derivatives?
I am stuck without calculus. Thanks in advance.
Edit: I just noticed that AM-HM inequality solves the question immediately. Can you propose another way?
By Cauchy–Schwarz inequality:
$$\left(\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\right)\left(x+y+z \right) \ge \left(\frac{1}{\sqrt{x}}\cdot \sqrt{x}+\frac{1}{\sqrt{y}}\cdot \sqrt{y}+\frac{1}{\sqrt{z}}\cdot \sqrt{z}\right)^2 = 9$$
By Jensen's inequality: The function $f(x) =\frac{1}{x}$ is convex, then
$$\frac{1}{3}\left(\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\right)=\frac{1}{3}\left(f(x)+f(y)+f(z) \right) \ge f\left( \frac{x+y+z}{3}\right) = \frac{1}{a}$$