Prove x^2 = y^2 if x = y or x = -y

  • Thread starter Thread starter DavidSnider
  • Start date Start date
AI Thread Summary
To prove that x^2 = y^2 if x = y or x = -y, one starts with the equation x^2 - y^2 = 0, which can be factored into (x-y)(x+y) = 0. This indicates that either (x-y) = 0 or (x+y) = 0 must hold true. If (x-y) = 0, then x = y; if (x+y) = 0, then x = -y. The proof effectively shows that the only solutions to the equation are when x equals y or x equals -y. Thus, the statement is validated through the properties of multiplication and the zero product property.
DavidSnider
Gold Member
Messages
511
Reaction score
147
I'm trying to Prove x^2 = y^2 if x = y or x = -y and I'm getting stuck.

Some different things I think are relevant but can't seem to connect together to form a proof. Am I on the right path?

Squares are non-negative. 0 ≤ a^2

x^2 - y^2 = 0

x^2 - y^2 = (x-y)(x+y)
= (x-y) * x + (x-y) * y : Distributive Law
= x^2 - xy + xy - y2 : Distributive Law
= x^2 - y^2 : Additive Inverse
 
Physics news on Phys.org
Can you use the fact that (-1)^2 = 1 ?
 
Ah! Yes I can. Thank you!
:approve:
 
DavidSnider said:
x^2 - y^2 = 0

x^2 - y^2 = (x-y)(x+y)

Stop here. Don't go any further. What does (x-y)(x+y) = 0 tell you?
 
D H said:
Stop here. Don't go any further. What does (x-y)(x+y) = 0 tell you?

That the difference between x and y multiplied by the sum of x and y is equal to zero

So.. let's say that (x-y) is M and (X+Y) is N then M * N = 0.

The only way for this to happen is if one or both of those is equal to 0.
(x-y) can only be zero if X = Y. X+Y can only be zero if X = -Y.

Is there a better way I should be expressing that?
 
You got it.
 
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