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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top