Inequality: Prove that sqrt(x+y)<= sqrt(x) + sqrt(y) for x,y >= 0

  • Thread starter jeszo
  • Start date
  • Tags
    Inequality
In summary: Without that, your proof is just assuming the statement is true and then showing that it is true. With the <=> symbol, you are showing that the statement is true if and only if certain conditions are met, and then showing that those conditions are always met. Therefore, the statement must be true.
  • #1
jeszo
6
0

Homework Statement



Prove that √x+y ≤ √x + √y for all x,y ≥ 0


Homework Equations





The Attempt at a Solution



square both sides: x + y ≤ x + 2√x√y + y

subtracting x and y: 0 ≤ 2√x√y

dividing by 2: 0 ≤ √x√y

0 ≤ √x√y is true for all x,y since the square root of a number is always non negative, and two non negatives multiplied together gives you a non negative number.

----------------------------

I submitted this proof and got 2/10 on it, but I have no clue where I went wrong. Am I missing something obvious?
 
Physics news on Phys.org
  • #2
Well, you probably should have done the steps the other way around, starting with 0 ≤ √x√y and arriving at √x+y ≤ √x + √y
 
  • #3
I think you have the chain of causality the wrong way round. Your attempt has assumed the correctness of the statement already. Try proving by contradiction, that is, assume [tex] \sqrt{x+y} > \sqrt{x} + \sqrt{y}\,\,\,\,\forall\,x,y\,\in ℝ_{≥0} [/tex] and see if this leads to an absurdity.
 
  • #4
Thanks for your responses, I understand my mistake now :smile:
 
  • #5
wait why is it wrong again? I thought if you start with an assumption but go with <=> and reach Tautology then the assumption is true? like prove x+1>x
x+1>x if and only if 1>0 which is true so x+1>x
so why couldn't he say
sqrt(x) + sqrt(y) >= sqrt(x+y) given that x,y >0
if and only if x+y+2sqrt(xy)>x+y
if and only if 2sqrt(xy)>0
<=>sqrt(xy)>0
<=> sqrt(x) > 0 and sqrt(y)>0
<=>x,y >0
which is true due to given constraint?
would this constitute a proof ?
wait why is it wrong again? I thought if you start with an assumption but go with <=> and reach Tautology then the assumption is true? like prove x+1>x
x+1>x if and only if 1>0 which is true so x+1>x
so why couldn't he say
sqrt(x) + sqrt(y) >= sqrt(x+y) given that x,y >0
if and only if x+y+2sqrt(xy)>x+y
if and only if 2sqrt(xy)>0
<=>sqrt(xy)>0
<=> sqrt(x) > 0 and sqrt(y)>0
<=>x,y >0
which is true due to given constraint?

Also what about this method of solving it?
(i can give a solution since the solver already did it right?)
y= x+c such that x+c>=0 infinity>c>=-x
then we look at sqrt(x) + sqrt(x+c) >= sqrt(2x+c)
when x =0 or x=-c
sqrt(x) + sqrt(x+c) = sqrt(2x+c)
when x=!0 and x!=-c
f(x)= sqrt(x) + sqrt(x+c)-sqrt(2x+c)
f(0)=0
f'(x)= 1/2sqrt(x) + 1/2sqrt(x+c) -1/4sqrt(2x+c)
f'(x) >0
if
1+ sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)>0
1+ sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)> sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)
if sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)>0 then sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)+1>0
sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)>0 => 1/x+c >1/4(2x+c) => 1/y >1/4(x+y) ,since x>0 ,1/y>1/(x+y)>1/4(x+y)
=>sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)>0, 1+sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c) >sqrt(x)/sqrt(x+c) -sqrt(x)/2sqrt(2x+c)>0
=>f'(x)>0
f(0)>0 , f'(x)>0 for all x >0 so f(x)>0 for all x >0
sqrt(x) + sqrt(x+c)-sqrt(2x+c)>0
sqrt(x) + sqrt(x+c)>sqrt(2x+c)
sqrt(x) +sqrt(y)>sqrt(x+y)

I mean for me intuitively it makes sense and that was all that was needed in my calculus course ;o
 
Last edited:
  • #6
madah12 said:
wait why is it wrong again? I thought if you start with an assumption but go with <=> and reach Tautology then the assumption is true? like prove x+1>x
x+1>x if and only if 1>0 which is true so x+1>x
so why couldn't he say
sqrt(x) + sqrt(y) >= sqrt(x+y) given that x,y >0
if and only if x+y+2sqrt(xy)>x+y
if and only if 2sqrt(xy)>0
<=>sqrt(xy)>0
<=> sqrt(x) > 0 and sqrt(y)>0
<=>x,y >0
which is true due to given constraint?
would this constitute a proof ?
Yes, I believe so. The [itex] <=> [/itex] symbol is key.
 

FAQ: Inequality: Prove that sqrt(x+y)<= sqrt(x) + sqrt(y) for x,y >= 0

What is the inequality being proven?

The inequality being proven is that the square root of the sum of two non-negative numbers is less than or equal to the sum of the square roots of those two numbers. This can be written as: √(x+y) ≤ √x + √y, for x,y ≥ 0.

Why is this inequality important?

This inequality is important because it is a fundamental concept in mathematics and has many practical applications. It is used in areas such as geometry, physics, and economics, to name a few. It also helps us understand the relationship between different mathematical operations and their results.

How is this inequality proved?

This inequality can be proved using various methods, such as algebraic manipulation, geometric proofs, and mathematical induction. One common approach is to start with the assumption that √(x+y) > √x + √y and then use algebraic manipulation to arrive at a contradiction. This proves that the assumption is false, and therefore, the original inequality is true.

What are the key steps in proving this inequality?

Some key steps in proving this inequality include starting with the assumption that √(x+y) > √x + √y, squaring both sides of the inequality, simplifying the resulting expression, and arriving at a contradiction. Other methods may involve using geometric figures or mathematical principles, such as the triangle inequality.

Can this inequality be generalized to more than two numbers?

Yes, this inequality can be generalized to any finite number of non-negative numbers. This is known as the Minkowski's inequality, which states that for any n numbers x1, x2, ..., xn ≥ 0, the following inequality holds: √(x1+x2+...+xn) ≤ √x1 + √x2 + ... + √xn.

Back
Top