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 picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top