Prove x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) by Induction

  • Thread starter Thread starter dtl42
  • Start date Start date
  • Tags Tags
    Induction
AI Thread Summary
The discussion focuses on proving the equation x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) by induction, starting from the assumption that x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1). Participants suggest using the induction hypothesis effectively and explore various substitution methods to simplify the proof. One participant points out that directly substituting x^{k} does not work as it is part of the equation being proven. They also discuss alternative approaches, including dividing x^{k+1}-1 by x^{k}-1 to simplify the expression. The conversation emphasizes the importance of correctly applying the induction assumption to reach the desired conclusion.
dtl42
Messages
118
Reaction score
0

Homework Statement


Prove by Induction that x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)


Homework Equations


None? I need to prove x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) by assuming this is true: x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)


The Attempt at a Solution


x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) - I tried substituting in the x^{k} term, and expanding x*x^{k}-1, but it failed.
 
Physics news on Phys.org
dtl42 said:

Homework Statement


Prove by Induction that x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)


Homework Equations


None? I need to prove x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1) by assuming this is true: x^{k}-1=(x-1)(x^{k-1}+x^{k-2}+...+1)


The Attempt at a Solution


x^{k+1}-1=(x-1)(x^{k}+x^{k-1}+...+1)
You can't use that- that's what you are trying to prove.

- I tried substituting in the x^{k} term, and expanding x*x^{k}-1, but it failed.

You have xk+1- 1 and you need to use the fact that xk- 1= (x-1)(xk-1+...+ x+ 1). Have you tried dividing xk+1-1 by xk- 1? It does not divide evenly, you get
x^{k+1}-1= (x^k-1)(x+1)+ \frac{x-1}{x^k-1}
but now you should be able to simplify that fraction.
 
That fraction would simplify to \frac{1}{x^{k}+x^{k-1}+...+1} right?
 
That fraction would simplify to \frac{1}{x^{k}+x^{k-1}+...+1} right?
 
Bump, I could use some help
 
Check the power of the leading term in the denominator again.
 
there is another method without any division. When you have x^{k+1}-1=x \cdot x^k-1, substitute the x part inte another appropriate term that equals x, then use the induction assumption.
 
Last edited:
What would the other appropriate term be? I can't really work that out in my head, I thought I should substitute for x^{k} because I can separate it more easily.
 
I can give you an example of what technique I mean.
Prove that 3^{2n+1} + 4^{2n+1} always is divisible by 7.
Indcution. True for n=0, now assume true for n and consider n+1:
a_{n+1}=3^{2(n+1)+1} + 4^{2(n+1)+1}=9\cdot 3^{2n+1}+16 \cdot 4^{2n+1}=
=9\cdot 3^{2n+1}+(9+7) \cdot 4^{2n+1}=9 \cdot a_n + 7 \cdot 4^{2n+1}
which is divisible by 7 if a_n is.
How can you apply this method on your problem? how can the two terms look like, if they should equal x? :)
 
Last edited:
Back
Top