Another proof: x^2 + xy +y^2 > 0

  • Thread starter Thread starter nietzsche
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Homework Help Overview

The problem involves proving that the expression \(x^2 + xy + y^2 > 0\) holds true under the condition that \(x\) and \(y\) are not both zero. The discussion centers around algebraic manipulation and reasoning related to inequalities and properties of quadratic expressions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore various algebraic manipulations, including completing the square and analyzing extrema of the function. Some question the implications of specific cases, such as when \(x\) and \(y\) are both positive or negative.

Discussion Status

The discussion includes multiple attempts to approach the proof, with participants offering different methods and questioning assumptions. Some suggest that the problem may be more straightforward than initially perceived, while others provide alternative perspectives on the reasoning involved.

Contextual Notes

There are indications of confusion regarding the clarity of certain steps in the proofs, and some participants express a desire for further elaboration on specific methods. The original poster's attempts and the responses reflect a collaborative effort to dissect the problem without reaching a definitive conclusion.

nietzsche
Messages
185
Reaction score
0
Hello again, I have another proof that I can't figure out how to solve.

Homework Statement



<br /> \text{Prove that if }\textit{x }\text{and }\textit{y }\text{are not both 0, then}<br /> \begin{equation*}<br /> x^2+xy+y^2&gt;0\tag{1}<br /> \end{equation*}<br />

Homework Equations



N/A

The Attempt at a Solution



Not sure if I'm on the right track here...

<br /> \text{Assume (1) is true:}<br /> \begin{align*}<br /> x^2+xy+y^2 &amp;&gt; 0\\<br /> x^2 +2xy + y^2 &amp;&gt; xy\\<br /> (x+y)^2 &amp;&gt; xy\\<br /> \end{align*}<br />

...not sure where to go from here.
 
Physics news on Phys.org
I would say to look for the extrema of f(x,y)=x^2+xy+y^2. Find df/dx and df/dy and set them equal to zero and solve for x and y. Can you classify that as a min or a max or neither?
 
(x+y)2 = x2 + 2xy + y2 >= 0 You know that already

So

x2 + xy + y2 >= -xy

If x and y are both positive, the result is trivial. If x and y are both negative, the result is also trivial. (in both cases, each term in the summation is positive). When one of x or y is negative, -xy becomes positive. So what can you say?
 
Okay, here's another attempt.

<br /> \begin{align*}<br /> x^3 - y^3 &amp;= (x-y)(x^2+xy+y^2)\\<br /> \frac{x^3 - y^3}{x-y} &amp;= x^2+xy+y^2 \tag{1}\\<br /> \end{align*}<br /> \begin{align*}<br /> x^2 + xy + y^2 &amp;&gt; 0\\<br /> \frac{x^3 - y^3}{x-y} &amp;&gt; 0 \tag{2}<br /> \end{align*}<br /> \text{(2) is true for }<br /> \begin{math}x&lt;y\end{math}<br /> \text{, }<br /> \begin{math}x&gt;y\end{math}<br /> \text{,}<br /> \begin{math}x, y \in \mathbb{R}.\end{math}\\<br /> \\<br /> \text{For }<br /> \begin{math}x=y\end{math}<br /> \text{:}<br /> \begin{align*}<br /> x^2+xy+y^2 &amp;&gt; 0\\<br /> x^2 + x^2 + x^2 &amp;&gt; 0\\<br /> 3x^2 &amp;&gt; 0\tag{3}<br /> \end{align*}<br /> \text{(3)} is true for all<br /> \begin{math}x, y \in \mathbb{R}.\end{math}<br />
 
Office_Shredder said:
(x+y)2 = x2 + 2xy + y2 >= 0 You know that already

So

x2 + xy + y2 >= -xy

If x and y are both positive, the result is trivial. If x and y are both negative, the result is also trivial. (in both cases, each term in the summation is positive). When one of x or y is negative, -xy becomes positive. So what can you say?

When one of x or y is negative, the LHS will be greater than a positive number and therefore greater than zero?
 
a worse idea for a proof used to live here.
 
Last edited:
Thank you all!
 
Well, I think you guys are complicating things a little bit here. :rolleyes:

We can use the idea of completing squares to solve this problem. It goes like this:

x ^ 2 + xy + y ^ 2 = \left[ x ^ 2 + 2 x \left( \frac{1}{2} y \right) + \left( \frac{1}{2}y \right) ^ 2 \right] + \frac{3}{4} y ^ 2

I'm almost spilling out the answer. Since the OP has already had his own solution, this is just another way to tackle the problem.

So, what left is to determine when the equation holds. :)
 
There is much easier way to do it:

x^2+xy+y^2=(x+y/2)^2-y^2/4+y^2=(x+y/2)^2+3/4(y^2)=(x+y/2)^2+(\frac{y\sqrt{3}}{2})^2

Now

(x+y/2)^2 + (\frac{y\sqrt{3}}{2})^2 \geq 0
 
  • Like
Likes   Reactions: 1 person
  • #10
njama said:
There is much easier way to do it:

x^2+xy+y^2=(x+y/2)^2-y^2/4+y^2=(x+y/2)^2+3/4(y^2)=(x+y/2)^2+(\frac{y\sqrt{3}}{2})^2

Now

(x+y/2)^2 + (\frac{y\sqrt{3}}{2})^2 \geq 0

could you show your work please?

thanks
 
  • #11
emyt said:
could you show your work please?

thanks

:smile: I've already showed it.

if a2 \geq 0 and b2 \geq 0 then a2+b2\geq 0
 
  • #12
njama said:
:smile: I've already showed it.

if a2 \geq 0 and b2 \geq 0 then a2+b2\geq 0

never mind, it was just from completing the square from above (I only skimmed through the thread sorry)
 
  • #13
njama said:
There is much easier way to do it:

x^2+xy+y^2=(x+y/2)^2-y^2/4+y^2=(x+y/2)^2+3/4(y^2)=(x+y/2)^2+(\frac{y\sqrt{3}}{2})^2

Now

(x+y/2)^2 + (\frac{y\sqrt{3}}{2})^2 \geq 0

applause

wow, that's so concise
 

Similar threads

Replies
10
Views
3K
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
13
Views
2K
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K