Proving: sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b)

  • Thread starter Thread starter asura
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving the inequality sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b) under the conditions x >= a >= b >= 0. An indirect proof approach is employed, leading to a contradiction when assuming the opposite inequality. The algebraic manipulation reveals that abs(a) < abs(b) contradicts the initial conditions, confirming the validity of the original inequality. The discussion highlights the importance of understanding indirect proofs in mathematical inequalities.

PREREQUISITES
  • Understanding of indirect proof techniques in mathematics
  • Familiarity with algebraic manipulation of square roots
  • Knowledge of absolute values and their properties
  • Basic concepts of inequalities and their implications
NEXT STEPS
  • Study indirect proof methods in mathematical logic
  • Practice algebraic manipulation involving square roots and inequalities
  • Explore the properties of absolute values in depth
  • Learn about advanced inequality proofs and techniques
USEFUL FOR

Students studying algebra, mathematicians interested in inequality proofs, and educators teaching mathematical logic and proof techniques.

asura
Messages
14
Reaction score
0

Homework Statement



show that sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b)
where x >= a >= b >= 0

Homework Equations



none

The Attempt at a Solution



My instructor said that we had to use an indirect proof.
The give statement is "if x >= a >= b >= 0, then sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b)"
So for the proof, the statement is "if x >= a >= b >= 0, then sqrt(x+b) - sqrt(x-a) < sqrt(x+a) - sqrt(x-b)"

By manipulating sqrt(x+b) - sqrt(x-a) < sqrt(x+a) - sqrt(x-b), I get abs(a) < abs(b).

Heres the algebra
sqrt(x+b) - sqrt(x-a) < sqrt(x+a) - sqrt(x-b)
sqrt(x+b) + sqrt(x-b) < sqrt(x+a) + sqrt(x-a)
x + b + 2 sqrt(x^2 - b^2) + x - b < x + a + 2 sqrt(x^2 - a^2) + x - a
2x + 2 sqrt(x^2 - b^2) < 2x + 2 sqrt(x^2 - a^2)
sqrt(x^2 - b^2) < sqrt(x^2 - a^2)
x^2 - b^2 < x^2 - a^2
a^2 < b^2
abs(a) < abs(b)

abs(a) < abs(b) contradicts the given: x >= a >= b >= 0
So my question is does that automatically make "if x >= a >= b >= 0, then sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b)" true? or did I miss something?
 
Physics news on Phys.org
If assuming sqrt(x+b) - sqrt(x-a) < sqrt(x+a) - sqrt(x-b), leads to a contradictionthen it can't be true. If it can't be true what is true?
 
asura said:
sqrt(x+b) - sqrt(x-a) < sqrt(x+a) - sqrt(x-b)
sqrt(x+b) + sqrt(x-b) < sqrt(x+a) + sqrt(x-a)
x + b + 2 sqrt(x^2 - b^2) + x - b < x + a + 2 sqrt(x^2 - a^2) + x - a
2x + 2 sqrt(x^2 - b^2) < 2x + 2 sqrt(x^2 - a^2)
sqrt(x^2 - b^2) < sqrt(x^2 - a^2)
x^2 - b^2 < x^2 - a^2
a^2 < b^2
abs(a) < abs(b)

Hi asura! :smile:

(feel free to copy √ and ² and ≤, and anything else you like, for future use :smile:)

Personally, I think "inequations" (with < or ≤) are really confusing. :confused:

Hint: it's often clearer to replace the < by a minus, so you get:

[√(x+b) + √(x-b)]² - [√(x+a) + √(x-a)]²
= …
= 2√(x² - b²) - 2√(x² - a²),
and carry on from there (starting with "But b² ≤ a²", so …). :smile:
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K