Is my proof of this inequality correct?

  • Thread starter Thread starter Back2College
  • Start date Start date
  • Tags Tags
    Inequality Proof
AI Thread Summary
The discussion centers on proving the inequality |a + b| ≤ |a| + |b|. The initial attempt incorrectly applies square root properties, leading to an invalid conclusion. A more effective approach involves proving the squared form of the inequality, (|a + b|)² ≤ (|a| + |b|)². This method simplifies to demonstrating that ab ≤ |a||b|, which holds true. The proof successfully confirms the original inequality.
Back2College
Messages
5
Reaction score
0

Homework Statement



Prove that |a + b| ≤ |a| + |b|.

Homework Equations



|a| = √a2

The Attempt at a Solution



Since |a| = √a2, then

|a + b| = √(a + b)2 = √(a2 + 2ab + b2) = √a2 + √b2 + √(2ab) = |a| + |b| + √(2ab).

And since the square root of a negative number is not defined, then 2ab must be ≥ 0.

This proves the theorem that |a + b| ≤ |a| + |b|.

 
Physics news on Phys.org
Back2College said:
√(a2 + 2ab + b2) = √a2 + √b2 + √(2ab)
Alas, this step is incorrect. To see that this is the case, try ##a=b=1##.

Instead of working with square roots, may I suggest trying to prove this inequality:
$$(|a+b|)^2 \leq (|a|+|b|)^2$$
Then argue that this inequality implies the one you want.
 
Thanks, jbunniii, for the hint. As you can see, my algebra is a bit rusty. This is what I came up with after your hint.

To prove that |a + b| ≤ |a| + |b|, we will first attempt to prove that (|a + b|)2 ≤ (|a| + |b|)2.

Since (|a + b|)2 is equal to (a + b)2, we have

a2 + b2 + 2ab ≤ (|a| + |b|)2.

This gives us

a2 + b2 + 2ab ≤ a2 + b2 + 2|a||b|

which reduces to

ab ≤ |a||b|

which must be true.

Thus we can take the square root of both sides of the original equation to prove the theorem that |a + b| ≤ |a| + |b|.
 
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...
Back
Top