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

  • Thread starter asura
  • Start date
In summary, the goal of the conversation was to prove the inequality sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b) for the given conditions x >= a >= b >= 0. The conversation involved manipulating the given statement and using an indirect proof to reach a contradiction, which ultimately proved the statement to be true.
  • #1
asura
14
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
  • #2
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?
 
  • #3
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:
 

1. How do you prove the inequality sqrt(x+b) - sqrt(x-a) >= sqrt(x+a) - sqrt(x-b)?

To prove this inequality, we can use the properties of square roots and algebraic manipulation. First, we can square both sides of the inequality to eliminate the square roots. This gives us x + b - 2sqrt(x^2 - ab) + x - a >= x + a - 2sqrt(x^2 + ab) + x - b. Then, we can simplify both sides and cancel out like terms. This will eventually lead to b-a >= a-b, which is a true statement. Therefore, the original inequality is also true.

2. Is this inequality true for all values of x?

Yes, this inequality is true for all values of x. We can see this through the proof mentioned above. The statement b-a >= a-b is always true, regardless of the value of x.

3. Can this inequality be proven using mathematical induction?

No, this inequality cannot be proven using mathematical induction. Induction is typically used to prove statements that involve a variable n, where we show that the statement is true for n=1 and then prove that if it is true for n=k, it is also true for n=k+1. Since our inequality involves a variable x, induction is not applicable.

4. How can this inequality be applied in real-world situations?

This inequality can be applied in situations where we want to compare the differences between two square roots. For example, it can be used in financial calculations to compare the difference in returns on investments with different interest rates. It can also be used in physics to compare the differences in velocities or accelerations.

5. Are there any other methods for proving this inequality?

Yes, there are other methods for proving this inequality. One method is to use the Mean Value Theorem for derivatives. Another method is to use the Cauchy-Schwarz inequality. However, the method outlined in the first question is the most straightforward and commonly used method for proving this inequality.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
879
  • Precalculus Mathematics Homework Help
Replies
21
Views
761
  • Precalculus Mathematics Homework Help
Replies
1
Views
773
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Precalculus Mathematics Homework Help
Replies
22
Views
2K
  • Precalculus Mathematics Homework Help
Replies
10
Views
879
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
Back
Top