5

Let $a,b \in \mathbb{R}.$ Show that $a^4+b^4+8\ge 8ab.$

The question is from the inequalities section of An Excursion in mathematics by Bhaskaraycharya Pratisthanan. My heuristics include using the AM-GM inequality. I am unable to design the problem to proceed further.
Please provide me some hints.

user376343
  • 8,311
gaufler
  • 1,871

3 Answers3

14

You're on right path just a small trick using AM-GM Write $$a^4+b^4+8=a^4+b^4+4+4$$ And then apply AM-GM $$\frac{a^4+b^4+4+4}{4}\ge \sqrt[4]{16a^4b^4}$$

$$\frac{a^4+b^4+4+4}{4}\ge 2ab$$

$${a^4+b^4+8}\ge 8ab$$

Or You can just SOS it $$(a^2-b^2)^2\ge0\implies a^4+b^4-2a^2b^2\ge0$$

$$2(ab-2)^2\ge0\implies2a^2b^2+8-8ab\ge0$$ Add above two inequalities to get $$ a^4+b^4+8\ge8ab$$

Aditya Hase
  • 8,851
  • You may also add to your answer how the inequality can be obtained from the Rearrangement Inequality. I think it will help the OP more. –  Nov 08 '14 at 16:41
  • @user170039 how can we obtain it from rearrangement inequality ? – r9m Nov 09 '14 at 21:43
  • 1
    @r9m: The AM-GM Inequality can be proved from Rearrangement Inequality. –  Nov 10 '14 at 03:05
  • @user170039 thanks for clearing it ! :) – r9m Nov 10 '14 at 04:24
4

We have $$\frac{a^4+b^4}{2}\geq a^2b^2$$ by using AM-GM inequality, therefore we will obtain $$a^4+b^4+8-8ab\geq 2a^2b^2+8-8ab=2(ab-2)^2\geq 0$$

1

Another way to look at it is to consider the following. $$(a^2-b^2)^2\geq0$$ Therefore

$$ a^4+b^4\geq2a^2b^2$$

Then from there you proceed the same way as Dr.Sonnhard did..

math424
  • 56