Find the minimum value of u, where a) $$x^2 + y^2 = 1$$ and $$u = \frac{(ax^2 + by^2)}{\sqrt{(a^2x^2 + b^2y^2)}}$$ b) $$xyz = k^3$$ and $$u = (x + a)(y + b)(z + c)$$ and $$a > 0; b > 0; c > 0$$
I could do the first one with Lagrange multiplier but it's really tedious. Can anyone give me any better way to solve the second one?? I don't want to use another tedious calculation with Lagrange multipliers. I've asked this same question few months ago but I couldn't work with the Holder inequality hint and also I failed to solve the equations arising using Lagrange multipliers.
Lagrange multipliers aren't really that bad here. We get $$ (y+b)(z+c) = \lambda yz\\ (x+a)(z+c) = \lambda xz\\ (x+a)(y+b) = \lambda xy\\ xyz = k^3. $$ Divide the first three equations pairwise and simplify to get $$ \frac{x}{a} = \frac{y}{b}=\frac{z}{c}. $$ Call this common ratio $r$. Plugging this into the constraint gives $r = k/\sqrt[3]{abc}$, and the minimum value is thus $(\sqrt[3]{abc}+k)^3$.