Inequality Proof: Showing \left|ab\right|\leq\frac{1}{2}(a^{2}+b^{2})

  • Thread starter Thread starter kpoltorak
  • Start date Start date
  • Tags Tags
    Inequality Proof
AI Thread Summary
The discussion revolves around proving the inequality |ab| ≤ (1/2)(a² + b²) for all real numbers a and b. Initial attempts involved manipulating the expression using squares and absolute values, but some participants struggled with the implications of absolute values in their reasoning. A key insight was recognizing that both sides of the inequality can be expressed in terms of squares, leading to a more straightforward proof. Ultimately, the proof was solidified by demonstrating that 0 ≤ (a² - b²)², confirming that the inequality holds true. The conversation highlights the importance of careful handling of absolute values and the elegance of mathematical proofs.
kpoltorak
Messages
15
Reaction score
0

Homework Statement


Show that \forall a,b \in R:
\left|ab\right|\leq\frac{1}{2}(a^{2}+b^{2})


Homework Equations


Triangle Inequality seems to be useless.


The Attempt at a Solution


(a+b)^{2}=a^{2}+b^{2}+2ab
2ab=(a+b)^{2}-(a^{2}+b^{2})
ab=\frac{1}{2}(a+b)^{2}-\frac{1}{2}(a^{2}+b^{2})
\left|ab\right|=\left|\frac{1}{2}(a+b)^{2}-\frac{1}{2}(a^{2}+b^{2})\right|
\left|ab\right|=\left|\frac{1}{2}(a^{2}+b^{2})-\frac{1}{2}(a+b)^{2}\right|
 
Physics news on Phys.org
Well you pretty much have it. Take a look at the right hand side, they all consist of squares, so...?
 
Right I've noticed that the values on both sides of the minus sign are all positive, however that doesn't necessarily mean that \left|ab\right| is less than \frac{1}{2}(a^{2}+b^{2}). Because its an absolute value, the LHS of the minus sign could be smaller than the RHS while preserving the equality. For example, it is NOT TRUE that \left|6\right|=\left|2-8\right|\rightarrow 6\leq 2
 
Well yes I realize that, but you seem to have forgotten what the question is. Take a look at it again!
<br /> \left|ab\right|\leq\frac{1}{2}(a^{2}+b^{2})<br />

Notice how the right side only has that one term in there, and by the way, \frac{1}{2}(a+b)^2\geq 0

:wink:
 
I think I see...?

|ab|\leq\left|\frac{1}{2}(a^{2}+b^{2})-\frac{1}{2}(a+b)^{2}+\frac{1}{2}(a+b)^{2}\right|
\left|ab\right|\leq\left|\frac{1}{2}(a^{2}+b^{2})\right|
\left|ab\right|\leq\frac{1}{2}(a^{2}+b^{2})
 
You shouldn't have the term you added inside the absolute value sign. For example,

|10|=|5-15|

|10|\leq |5-15+15|=|5| is obviously wrong.

Instead, you should consider both cases when the RHS inside the absolute value is more than zero, and then less than zero and show both cases hold true for the inequality you want to prove.
 
Now I see. Thank you for all your help!
 
You're welcome :smile:
 
Here was the way I thought about it:
|ab| \leq \frac{1}{2}(a^2+b^2)
times by 2 and square both sides

4a^2b^2 \leq (a^2+b^2)^2

0 \leq a^4 - 2a^2b^2 + b^4

0 \leq (a^2-b^2)^2

and since it is squared it must be greater than or equal to zero
 
Last edited:
  • #10
That's much more elegant Tom.
 
Back
Top