11
$\begingroup$

Let $x, y$ and $z$ be three real numbers satisfying the following conditions:

$$0 < x \leq y \leq z$$

AND

$$xy + yz + zx = 3$$

Prove that the maximum value of $(x y^3 z^2)$ is $2.$

I tried using the weighted AM-GM inequality, but to no avail as the powers 1,2 and 3 are giving me a hard time. How should I proceed? Thanks in advance.

  • 0
    have you tried the Lagrange Multiplier method?2017-02-24
  • 0
    I'm not aware of that. I'll look it up. But I'm sure there's another way isn't there?2017-02-24
  • 0
    @Dr.SonnhardGraubner. How would you take into account $0 < x \leq y \leq z$ using Lagrange multipliers ?2017-02-24

1 Answers 1

8

Let $x=\frac{a}{2\sqrt2}$, $y=\sqrt2b$ and $z=\sqrt2c$.

Hence, $c\geq b$ and by AM-GM: $$6=4bc+ab+ac\geq6\sqrt[6]{(bc)^4(ab)(ac)}=6\sqrt[6]{a^2b^5c^5}\geq6\sqrt{a^2b^6c^4},$$ which gives $$1\geq ab^3c^2=\frac{1}{2}xy^3z^2.$$ The equality occurs for $x=\frac{1}{2\sqrt2}$ and $y=z=\sqrt2$

and we are done!

  • 0
    Nice answer, but may I know how you guessed the substitutions for a, b and c? The numbers seem pretty random to me.2017-02-24
  • 3
    @Newton Firstly I found an equality case and from this I built the proof.2017-02-24