MHB How can positive numbers be used to prove an inequality challenge?

AI Thread Summary
The inequality challenge asserts that for positive numbers a, b, and c, the expression 8(a^3 + b^3 + c^3) is greater than or equal to the sum of the cubes of their pairwise sums, specifically (a+b)^3 + (a+c)^3 + (b+c)^3. Several inequalities are referenced, including a^3 + b^3 ≥ a^2b + b^2a, b^3 + c^3 ≥ b^2c + c^2b, and a^3 + c^3 ≥ a^2c + c^2a, which collectively support the main inequality. The discussion highlights contributions from participants who successfully engaged with the problem. Overall, the thread emphasizes the application of algebraic identities and inequalities to prove the stated inequality.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
If $a,\,b,\,c$ are positive numbers, show that $8(a^3+b^3+c^3)\ge (a+b)^3+(a+c)^3+(b+c)^3$.
 
Mathematics news on Phys.org
anemone said:
If $a,\,b,\,c$ are positive numbers, show that $8(a^3+b^3+c^3)\ge (a+b)^3+(a+c)^3+(b+c)^3----(1)$.
if (1) is true then expanding and simplifying :
$8(a^3+b^3+c^3)\ge 2a^3+2b^3+2c^3+3a^2b+3ab^2+3b^2c+3bc^2+3a^2c+3ac^2$
$2(a^3+b^3+c^3)\ge a^2b+ab^2+b^2c+bc^2+a^2c+ac^2
=ab(a+b)+bc(b+c)+ca(a+c)$
$=a^2(b+c)+b^2(c+a)+c^2(a+b)---(2)$
now we only have to prove (2) ,I will have a rest ,hope someone can finish it
 
we have $a^3 + b^3 – a^2 b – b^2 a$
= $a^3 - a^2 b – b^2 a + b^3$
= $a^2(a-b)- b^2(a-b) = (a^2-b^2) (a-b) = (a+b)(a-b)^2> = 0$

Hence
$a^3 + b^3 > = a^2 b + b^2 a$

Multiply by 3 and add $a^3 + b^3$ on both sides

$4(a^3 + b^3) >= a^3 + b^3 + 3(a^2 b + b^2 a) > = (a+b)^3$
$4(a^3 + b^3) >= (a+b)^3$ .. (1)

Similarly

$4(b^3 + c^3) >= (b+c)^3$ ... (2)
$4(c^3 + a^3) >= (c+a)^3$ ...(3)

Adding (1), (2), (3) we get the result
 
Last edited:
kaliprasad said:
we have $a^3 + b^3 – a^2 b – b^2 a$
= $a^3 - a^2 b – b^2 a + b^3$
= $a^2(a-b)- b^2(a-b) = (a^2-b^2) (a-b) = (a+b)(a-b)^2> = 0$

Hence
$a^3 + b^3 > = a^2 b + b^2 a$

Multiply by 3 and add $a^3 + b^3$ on both sides

$4(a^3 + b^3) >= a^3 + b^3 + 3(a^2 b + b^2 a) > = (a+b)^3$
$4(a^3 + b^3) >= (a+b)^3$ .. (1)

Similarly

$4(b^3 + c^3) >= (b+c)^3$ ... (2)
$4(c^3 + a^3) >= (c+a)^3$ ...(3)

Adding (1), (2), (3) we get the result
$a^3 + b^3 \geq a^2 b + b^2a$---(i)
$b^3 + c^3 \geq b^2 c + c^2 b$---(ii)
$a^3 + c^3 \geq a^2 c + c^2 a$---(iii)
(i)+(ii)+(iii) is just the result of (2) of my previous post
 
Thanks to Albert and kaliprasad for participating and well done for cracking the problem in such a nice way!

Solution suggested by other:

We begin by computing

$\begin{align*} 4(a^3+b^3)-(a+b)^3&=(a+b)(4(a^2-ab+b^2)-(a+b)^2)\\&=(a+b)(3a^2-6ab+3b^2)\\&=3(a+b)(a-b)^2\\&\ge0 \end{align*}$

where the inequality holds since $a$ and $b$ are assumed to be positive, so $a+b>0$ and of course $(a-b)^2 \ge 0$.

Thus, $4a^3+4b^3>(a+b)^3$ and similarly, $4a^3+4c^3>(a+c)^3$ and $4b^3+4c^3>(b+c)^3$.

Adding these three inequalities we obtain

$8a^3+8b^3+8c^3>(a+b)^3+(a+c)^3+(b+c)^3$,

which is precisely what we wanted.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top