Proving Inequality: x^2 + xy + y^2 > 0 for Non-Zero x and y

  • Thread starter Thread starter nike5
  • Start date Start date
  • Tags Tags
    Inequality Proof
AI Thread Summary
The discussion centers on proving the inequality x^2 + xy + y^2 > 0 for non-zero values of x and y. The initial proof attempts involve analyzing three cases based on the relationship between x and y, concluding that the expression is positive. A more efficient approach suggested is completing the square, leading to the conclusion that (x + (y/2))^2 + (3y^2)/4 is always greater than zero when x and y are not both zero. This method simplifies the proof and confirms the inequality effectively. The final consensus is that the inequality holds true under the given conditions.
nike5
Messages
13
Reaction score
0

Homework Statement


Prove that if x and y are not both 0 then x2 + xy + y2 > 0


Homework Equations





The Attempt at a Solution


Proof. Let x and y be arbitrary real numbers. Suppose x and y are not both zero. We will consider three cases.
Case 1. x = y. Then x2 + xy + y2
= x2 + x2 + x2
= y2 + y2 + y2 = x2 + xy + y2 > 0 since the square of a real number is
always greater than or equal to zero and x= y \neq 0.
Case 2. x > y. Then (x - y) > 0 and x3 - y3 > 0.
Therefore, x3 - y3 = x3 + 0 - y3
= x3 + (x2y - x2y + xy2 - xy2) - y3 = ( x - y)( x2 + xy + y2) > 0.
Dividing both sides by ( x - y) we get x2 + xy + y2 which is greater
than zero since x and y are not both zero.
Case 3. x < y. Then y - x > 0 and y3 - x3 > 0. Therefore,
y3 - x3 = y3 + 0 - x3
= y3 + ((x2y - x2y + xy2 - xy2) - x3 = (y - x)( x2 + xy + y2) > 0.
Dividing both sides by ( y - x) we get x2 + xy + y2 which is greater than zero since x and y are not both zero.

Truth?
I greatly appreciate anyone's help. I'm studying independently and don't have anyone to check my proofs
 
Physics news on Phys.org
Hi nike5! :smile:
nike5 said:
Prove that if x and y are not both 0 then x2 + xy + y2 > 0

The Attempt at a Solution


Proof. Let x and y be arbitrary real numbers. Suppose x and y are not both zero. We will consider three cases …

eugh!

you mustn't try to solve everything by the trichotomy law!

Hint: complete the square :wink:
 
ahhhh I feel like an idiot for not seeing that.

Proof. Let x and y be arbitrary real numbers. Suppose x and y do not both equal 0.
Then x2 + xy + y2 = (x2 + xy) + y2
= ( x + (y / 2))2 + (3y2) / 4. Therefore,
( x + (y / 2))2 \geq 0 and (3y2) / 4 \geq 0 since the square of any real number is positive. Under the closure property of addition,
( x + (y / 2))2 + (3y2) / 4 \geq 0 and since x and y are not both zero we can conclude that ( x + (y / 2))2 + (3y2) / 4
= x2 + xy + y2 > 0.
 
:biggrin: Woohoo! :biggrin:
 
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...
Back
Top