I am studying for math competitions but I usually have trouble with problems of the sort:
Let $a,b,c,d$ sum to $1$ and they are all positive real numbers. Find $(a,b,c,d)$ given that $1/a+4/b+9/c+16/d$ is minimum and what is this minimum value.
How do I approach the problem? Are Lagrange multipliers useful? Are there any other techniques? What should I know for olympiad level inequalities?
Edit: Most of these can be solved by the Lagrange method but not efficiently. Any substitutes for this?
Lagrange multipliers are useful, although they are not strictly necessary for this problem. ( because the expression $a+b+c+d=1$ does not mix variables)
Let us minimize the expression $a+x/b$ subject to $a+b=2w$ (here $1<x$ is a fixed real and the variables are $a$ and $b$).
Since $a+b=2w$ we can rewrite $a$ and $b$ as $w-\alpha$ and $w+\alpha$.
So now our expression is $\frac{1}{w-\alpha}+\frac{x}{w+\alpha}$. To minimize the expression take derivative and get $\frac{1}{(w-\alpha)^2}-\frac{x}{(w+\alpha)^2}$ which is clearly solved by $\frac{w+\alpha}{w-\alpha}=\sqrt x$
So if $a=z$ we must have $b=2z,c=3z,d=4z$. So we have $z=\frac{1}{10}$.
Hence the answer is: $(\frac{1}{10},\frac{2}{10},\frac{3}{10},\frac{4}{10})$