| New Reply |
(x^k) - 1 = (x - 1)*(x^(k-1) + x^(k-2) + ... + x + 1) |
Share Thread | Thread Tools |
| Feb9-12, 09:25 PM | #1 |
|
|
(x^k) - 1 = (x - 1)*(x^(k-1) + x^(k-2) + ... + x + 1)
(x^k) - 1 = (x - 1)*(x^(k-1) + x^(k-2) + ... + x + 1)
Where does this factorization come from? I need to know so I can use it in a proof. Thanks. |
| Feb9-12, 10:10 PM | #2 |
|
|
Work out the right side...
|
| Feb9-12, 10:33 PM | #3 |
|
|
Use mathematical induction:
[tex] x^{k+1} - 1 = (x^{k+1} - x^k) + (x^k - 1) = (x - 1) x^k +(x^k - 1) [/tex] |
| Feb9-12, 11:09 PM | #4 |
|
|
(x^k) - 1 = (x - 1)*(x^(k-1) + x^(k-2) + ... + x + 1)@Dickfore I'm confused as to the next step -- yes I've been trying to work it out. Should I try to factor (x-1) out of the expression? |
| Feb10-12, 09:07 AM | #5 |
|
|
|
| Feb10-12, 10:07 AM | #6 |
|
|
Multiply your last bracket by x on the next line multiply that same last bracket by -1. Compare. Add. This is a very useful formula. That last bracket is the geometrical series for example, hence you calculate it equals (xk - 1)/(x - 1). Heard anything like that before? |
| Feb10-12, 12:55 PM | #7 |
|
|
Thanks for the help people. I think I've got it. Just used formula for geometric series and did some algebra -- hope it's good enough.
|
| Feb10-12, 03:50 PM | #8 |
|
Mentor
|
For all real numbers x such that |x|<1, ##\sum_{k=0}^\infty x^k=\frac{1}{1-x}.##This theorem is much harder to understand than the formula you're trying to prove, because it involves convergence. Its standard proof uses the formula you're trying to prove, which by the way holds for all real numbers x, not just the ones that satisfy |x|<1. |
| Feb10-12, 08:21 PM | #9 |
|
|
Thanks for the additional effort/attention Fredrik, but I've already used the geometric "series" -- perhaps it's more accurate to use the term "sum" -- in a proof.
http://en.wikipedia.org/wiki/Geometric_series#Formula that's the one I used. Just split it up w/ some algebra. It's for a CMPUT course and we haven't much experience with proofs so I don't think they expect much rigour. |
| Feb11-12, 05:26 AM | #10 |
|
Mentor
|
So basically you took the formula ##1+x+\cdots+x^{k-1}=\frac{1-x^{k}}{1-x}## (which doesn't hold for x=1 by the way) and just multiplied it by x-1? If I was your teacher, I wouldn't accept that as an answer. (The formula you found is too similar to what you're supposed to prove). Why don't you just do the multiplication on your right-hand side to see what you get? Do you know how to evaluate a(b+c)? How about (a+b)(b+c)? How about (a+b)(b+c+d)?
|
| New Reply |
| Thread Tools | |