Prove the inequality (a^3-c^3)/3≥abc((a-b)/c+(b-c)/a)

  • Topic:
  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 3K views
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Let $a, b$ and $c$ be non-zero real numbers, and let $a\ge b \ge c$. Prove the inequality:

$$\frac{a^3-c^3}{3} \ge abc\left(\frac{a-b}{c}+\frac{b-c}{a}\right)$$

When does equality hold?

Source: Nordic Math. Contest
 
Mathematics news on Phys.org
lfdahl said:
Let $a, b$ and $c$ be non-zero real numbers, and let $a\ge b \ge c$. Prove the inequality:

$$\frac{a^3-c^3}{3} \ge abc\left(\frac{a-b}{c}+\frac{b-c}{a}\right)$$

When does equality hold?

Source: Nordic Math. Contest

because $a >= b$ so $(a-b)>0$ or $(a-b)^3>= 0$ or $a^3-3a^2b+3ab^2-b^3>=0$
or $a^3-b^3 >= 3ab(a-b)$
similarly $b^3-c^3 >=3bc(b-c)$
adding we $a^3 -c^3 >= 3abc(\frac{a-b}{c}+\frac{b-c}{a})$
dividing both sides by 3 we get the result

they are equal if a=b =c

rationale

equal if $(a-b)^3 + (b-c)^3 = 0$ sum of 2 non negative numbers when each is zero
 
Last edited:
Thankyou, kaliprasad for a clever solution. (Clapping)