mxam
- 10
- 0
I don't know how to prove by mathematical induction that x^n-y^n is divisible by x-y . . . Can you show me step by step? . . .Greetings!
The discussion focuses on proving that \(x^n - y^n\) is divisible by \(x - y\) using mathematical induction. Participants emphasize the importance of establishing a base case (n=1), assuming the statement holds for \(n=k\), and then proving it for \(n=k+1\). Key expressions such as \(x^{k+1} - y^{k+1} = x(x^k) - y(y^k)\) are highlighted, along with the necessity of using polynomial long division and the geometric series formula for clarity in the proof process.
PREREQUISITESStudents of algebra, educators teaching mathematical proofs, and anyone interested in enhancing their understanding of polynomial divisibility and induction methods.
[itex]((x^n-y^n)/x-y)=>\frac {x^1-y^1} {x-y}=>\frac {x-y} {x-y} OK [/itex]
[itex]x^k-y^k = m(x-y) ; [/itex] where m is a positive integer.
[itex]x^k+1+-y^k+1= ?[/itex]
mxam said:Code:[itex]((x^n-y^n)/x-y)=>\frac {x^1-y^1} {x-y}=>\frac {x-y} {x-y} OK [/itex]
Now, n= k
Code:[itex]x^k-y^k = m(x-y) ; [/itex] where m is a positive integer.
Now, my question is n=k+1 where,
Code:[itex]x^k+1+-y^k+1= ?[/itex]
I don´t understand the next step, i saw some explanations on internet but i don't understand ! Help me please. :s
[itex]x^{k+1}-y^{k+1}= ?[/itex]
So noted, and dealt with.SteamKing said:Sorry, but the rules of PF state clearly that you must make an attempt at solution.
mxam said:Code:[itex]((x^n-y^n)/x-y)=>\frac {x^1-y^1} {x-y}=>\frac {x-y} {x-y} OK [/itex]
Now, n= k
Code:[itex]x^k-y^k = m(x-y) ; [/itex] where m is a positive integer.
n=k+1
Code:[itex]x^{k+1}-y^{k+1}[/itex]Code:[itex](x^1)(x^k)-(y^1)(y^k)[/itex]Code:[itex]x(x^k)-x(y^k)+x(y^k)-y(y^k)[/itex]
And later the solution. But I don't understand just 1 thing, why are using x(y^k)? . . . where the origin for it? . . .
I appreciated your time. This is a old homework of Algebra, but is exercise unresolved, and now, i want to know the real way to resolve it. . .
There are three things you need to do in an induction proof:mxam said:Thanks for your answers. I saw a "clear" solution online, let me show you:
mxam said:Now, n= kCode:[itex]((x^n-y^n)/x-y)=>\frac {x^1-y^1} {x-y}=>\frac {x-y} {x-y} OK [/itex]
n=k+1Code:[itex]x^k-y^k = m(x-y) ; [/itex] where m is a positive integer.
Code:[itex]x^{k+1}-y^{k+1}[/itex]Code:[itex](x^1)(x^k)-(y^1)(y^k)[/itex]And later the solution. But I don't understand just 1 thing, why are using x(y^k)? . . . where the origin for it? . . .Code:[itex]x(x^k)-x(y^k)+x(y^k)-y(y^k)[/itex]
I appreciated your time. This is a old homework of Algebra, but is exercise unresolved, and now, i want to know the real way to resolve it. . .
It is always possible to add and subtract the same term to an expression. It is just a clever thing to do. You can arrange the expression so it is the sum of two terms, both divisible by x-y:mxam said:Thanks for your answers. I saw a "clear" solution online, let me show you:...x(xk)−x(yk)+x(yk)−y(yk) And later the solution. But I don't understand just 1 thing, why are using x(yk)? . . . where the origin for it? . . .
ehild said:It is always possible to add and subtract the same term to an expression. It is just a clever thing to do. You can arrange the expression so it is the sum of two terms, both divisible by x-y:
x(xk−yk)-yk(x-y).
ehild