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

  • Thread starter Thread starter asura
  • Start date Start date
AI Thread Summary
The discussion revolves around proving the inequality sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b) under the condition x >= a >= b >= 0. An indirect proof approach is suggested, where assuming the opposite leads to a contradiction, specifically that abs(a) < abs(b), which contradicts the initial conditions. Algebraic manipulation shows that if the inequality were false, it would imply a relationship that contradicts the given constraints. A hint is provided to clarify the proof by transforming the inequality into a squared form for easier manipulation. The conclusion is that the original inequality holds true based on the contradiction derived from the assumption.
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:
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top