So |a + b| < |a| + |b|. Proved. |a+b|<=|a|+|b|?

  • Thread starter Thread starter Agent M27
  • Start date Start date
  • Tags Tags
    Proof
Agent M27
Messages
169
Reaction score
0

Homework Statement



Let a & b be real numbers.

Prove that:
|a+b|<=|a|+|b|

Homework Equations


|x|=\sqrt{x^{2}}

The Attempt at a Solution



|a+b|

=\sqrt{(a+b)^{2}}

=\sqrt{(a^{2}+2ab+b^{2})} <= \sqrt{a^{2}} + \sqrt{b^{2}}<br /> <br /> |a|=\sqrt{a^{2}}<br /> <br /> |b|=\sqrt{b^{2}}<br /> <br /> I feel like this is lacking in foundation, but I lack in the foundation of proofs involving absolute value. Thanks in advance for the assistance.<br /> <br /> Joe<br /> <br /> Sorry for the ugly formatting, tex is cumbersome sometimes.
 
Last edited:
Physics news on Phys.org
This is ok. But I would like some more details in the following inequality:

\sqrt{a^2+2ab+b^2}\leq\sqrt{a^2}+\sqrt{b^2}

It's not immediately obvious why this should be true...
 
Agent M27 said:

Homework Statement



Let a & b be real numbers.

Prove that:
|a+b|<=|a|+|b|



Homework Equations


|x|=\sqrt{x^{2}}


The Attempt at a Solution



|a+b|

=\sqrt{(a+b)^{2}}

=\sqrt{(a^{2}+2ab+b^{2})} <= \sqrt{a^{2}} + \sqrt{b^{2}}
This is the only place I see a difficulty. How do you prove this? I suspect it is no simpler to prove this than it is to prove |a+ b|\le |a|+ |b| by "considering cases": a positive or negative, b positive or negative.

|a|=\sqrt{a^{2}}

|b|=\sqrt{b^{2}}

I feel like this is lacking in foundation, but I lack in the foundation of proofs involving absolute value. Thanks in advance for the assistance.

Joe

Sorry for the ugly formatting, tex is cumbersome sometimes.
 
micromass said:
This is ok. But I would like some more details in the following inequality:

\sqrt{a^2+2ab+b^2}\leq\sqrt{a^2}+\sqrt{b^2}

It's not immediately obvious why this should be true...

I completely agree. In fact, I have never seen this before.

How can you prove this ?
 
Agent M27 said:

Homework Statement



Let a & b be real numbers.

Prove that:
|a+b|<=|a|+|b|



Homework Equations


|x|=\sqrt{x^{2}}


The Attempt at a Solution



|a+b|

=\sqrt{(a+b)^{2}}

=\sqrt{(a^{2}+2ab+b^{2})} <= \sqrt{a^{2}} + \sqrt{b^{2}}<br /> <br /> |a|=\sqrt{a^{2}}<br /> <br /> |b|=\sqrt{b^{2}}<br /> <br /> I feel like this is lacking in foundation, but I lack in the foundation of proofs involving absolute value. Thanks in advance for the assistance.<br /> <br /> Joe<br /> <br /> Sorry for the ugly formatting, tex is cumbersome sometimes.
<br /> <br /> With vectors the best way is to use property of the inner product.<br /> <br /> For this however I would simply consider the cases of signs. Because these are numbers in one dimension, you only have to check a few cases.<br /> <br /> If sgn(a) = sign(b) then |a + b| = |a| + |b| if a,b &gt;= 0. |a + b| = |-c - d| = |-(c+d)|<br /> = |-c| + |-d|<br /> <br /> Now let sgn(a) = 1 - sgn(b)<br /> <br /> Then |a + b| &lt; |a| + |b| can be proved simply from the property<br /> <br /> |a + b|^2 = a^2 + b^2 + 2ab<br /> <br /> But if sgn(a) = 1 - sgn(b) then 2ab &lt; 0<br /> <br /> So |a+b|^2 &lt; |a|^2 + |b|^2 from above property
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top