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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top