Is the Inequality a+b <= a^2/b + b^2/a Easy to Prove?

  • Thread starter Thread starter nicksauce
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The inequality a + b ≤ a²/b + b²/a for positive a and b can be proven by simplifying it to show that (a + b)(ab) ≤ a³ + b³. When assuming a < b, the proof leads to the conclusion that b² ≤ a², which holds true since the square function is strictly increasing for positive values. The discussion highlights that equality occurs when a equals b, while the inequality holds when a and b are different. The approach of factoring the right-hand side is suggested as a potentially easier method for proving the inequality. Overall, the proof demonstrates the relationship between the variables under the given conditions.
nicksauce
Science Advisor
Homework Helper
Messages
1,270
Reaction score
7

Homework Statement


Show that for all positive a,b
a+b <= a^2/b + b^2/a

The Attempt at a Solution


This simplifies to showing that
(a+b)(ab) <= a^3 + b^3
a^2b + b^2a <= a^3 + b^3

But I'm not really sure where to go from here... any hint would be appreciated.
 
Physics news on Phys.org
nicksauce said:

Homework Statement


Show that for all positive a,b
a+b <= a^2/b + b^2/a

It's Interesting that a+b = a^2/b + b^2/a when a=b.

So I might presume that a+b < a^2/b + b^2/a when a not equal b.

Try b = a + epsilon, and eliminate b.

Apply it to a^2b + b^2a <= a^3 + b^3.
 
How does this look?

As noted, if a = b we have equality. Since the original expression is symmetric in the two variables, we can assume W.L.O.G. that a &lt; b.

Then
<br /> \begin{align*}<br /> a+b &amp; \le \frac{a^2}{b} + \frac{b^2}{a} \\<br /> \intertext{if and only if}<br /> a^2b + ab^2 &amp; \le a^3 + b^3 \\<br /> \intertext{if and only if}<br /> ab^2 - b^3 &amp; \le a^3 - a^2 b \\<br /> b^2(a-b) &amp; \le a^2 (a-b) \\<br /> \intertext{if and only if}<br /> b^2 &amp; \le a^2<br /> \end{align*}<br />

and, since the square function is strictly increasing on the positives, the final statement is true if and only if a &lt; b.

Since equality holds when the two are equal, and inequality holds when they are not, we are done.
 
Perhaps it would have been easier to start with nicksauce's idea:

nicksauce said:
This simplifies to showing that
(a+b)(ab) <= a^3 + b^3

Try factoring the RHS.
 
Easier? Nay, infinitely easier (well, not infinitely, but much easier).
That's the problem with proofing one's own work - you get wrapped up and can't see the trees for the forest. Good point Gib Z.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top