Proving x=y for odd n in the equation x^n=y^n | Help & Explanation

  • Thread starter Thread starter Antonio94
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
For the equation x^n = y^n with odd n, it can be concluded that x = y under the condition that x and y are real numbers. The discussion suggests breaking the problem into cases based on the values of x and y, such as x < y or |x| < |y|. An alternative proof approach involves using the contrapositive of the statement, which maintains the truth value of the original assertion. Additionally, dividing both sides by y and letting t = x/y leads to the conclusion that t^n = 1 has only one real solution, t = 1. This confirms that x must equal y when n is odd.
Antonio94
Messages
2
Reaction score
0
If x^n=y^n , n= odd
Then x=y

I know that an odd is n=2k+1

So x^(2k+1)=y^(2k+1)

I don't know how to finish it. Please help.
 
Physics news on Phys.org
You are necessarily dealing with reals for this result to be true, so you can break it into cases according to x < y, |x| < |y| etc. Try induction.
 
If this is from Spivak's Calculus, there is an alternative approach that avoids induction (as that property is first introduced in the next chapter). In particular, I used the fact that the contrapositive of a conditional statement has the same truth value as the original statement. Therefore, if you can prove that the contrapositive of the statement is true, you have proven the truth of the original statement. The contrapositive of this statement is particularly simple, as long as you write it properly.
 
You have too assume that x, y are reals first...

divide y both side, and let \frac{x^n}{y^n}=t deduct to proof t^n=1 has only one real solution which is one. which is equivalent to (t-1)\left(\sum_{i=0}^{n}t^i\right)=0 which is relative to the root of unity.
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.
Back
Top