3

As in the title. Prove that for nonnegative $a$ and $b$ the following inequality holds: $$(a+b)^4\ge8ab(a^2+b^2).$$ Note that I'm not looking for a complete solution, but only for some hints.

2 Answers2

11

Hint: $$(a+b)^4-(a-b)^4 = 8ab(a^2+b^2)$$

Thomas Andrews
  • 177,126
2

A hint could be this one

$$(a + b)^4 = (a+b)^2(a+b)^2 = (a^2 + b^2)(a+b)^2 + 2ab(a^2 + b^2) + 4a^2b^2$$

Or similar manipulations!

Enrico M.
  • 26,114
  • 5
    the hint doesn't help as the $RHS \geq 4ab(a^2+b^2) + 2ab(a^2+b^2) + 4a^2b^2 = 6ab(a^2+b^2) + 4a^2b^2$ – DeepSea Feb 14 '16 at 00:07