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 revolves around proving that \(x^n - y^n\) is divisible by \(x - y\) using mathematical induction. Participants are exploring the nature of polynomial expressions and the properties of divisibility in the context of algebra.
Some participants have provided guidance on how to approach the proof, emphasizing the need to clarify assumptions and the structure of the proof. There is an ongoing exploration of different interpretations and methods, including the use of polynomial long division and the geometric series.
Participants note the importance of adhering to forum rules regarding attempts at solutions and the need for clarity in mathematical notation. There are also mentions of specific algebraic manipulations and the necessity of understanding the underlying principles of polynomial factors.
[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 [itex]x(y^k)[/itex]? . . . 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 [itex]x(y^k)[/itex]? . . . 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