knowLittle
- 307
- 3
Homework Statement
Prove for any ##a,b \in \mathbb{R^+} : |a-b| \leq \sqrt{a^2 +b^2} ##
The Attempt at a Solution
How should I start? Can I use induction?
Should I use contrapositive?
knowLittle said:Homework Statement
Prove for any ##a,b \in \mathbb{R^+} : |a-b| \leq \sqrt{a^2 +b^2} ##
The Attempt at a Solution
How should I start? Can I use induction?
Should I use contrapositive?
knowLittle said:uh, are you serious?
## (|a-b|)^2 = (a^2 - 2ab + b^2 ) \leq (\sqrt{a^2 +b^2})^2 = a^2 +b^2##
Then the LHS will always be lesser for any ## \mathbb{R^+}##
knowLittle said:Wouldn't I need this first:
## -\sqrt{ a^2 + b^2} < (a-b) < \sqrt{ a^2 +b^2 }\\ ##
Then,
## a^2 +b^2 < ( a-b )^2 = (a^2 - 2ab + b^2 ) < (\sqrt{a^2 +b^2})^2 = a^2 +b^2##
Now, I don't understand
I see what you are doing.Curious3141 said:I'm sorry, I do not understand what you're doing here.
The first step is to consider the square of the expression ##|a-b|##.
It should be trivial to recognise that ##(|a-b|)^2 = |(a-b)^2| = a^2 + b^2 - 2ab##
The next step is to note that ##a^2 + b^2 - 2ab < a^2 + b^2## for positive reals a and b.
That gives you ##(|a-b|)^2 < a^2 + b^2##. The final step is to take the square root of both sides.
Can you finish it off from here?
knowLittle said:I see what you are doing.
About what I wrote prior to this...
I was talking about this supposedly property of absolute value
## |a-b| < c ##, then
## -c< a-b <c ##