| Thread Closed |
Finite Sum - Modified Geometric Series |
Share Thread | Thread Tools |
| Feb26-08, 04:28 PM | #1 |
|
Mentor
|
Finite Sum - Modified Geometric Series
Does anyone know how to evaluate
[tex] S_n = \sum_{i=0}^{n-1} i2^i [/tex] I tried the following. Let r = 2, and figure out the terms in [tex] S_n - rS_n [/tex] Unlike with a regular geometric series, this does not make all but two of the terms disappear. But it does make all but one of the terms turn into a simple power of 2 (once you collect like powers of 2). In other words, it turns into something plus a regular geometric series. For my final answer, solving for S_n, I got: [tex] S_n = (n-2)2^n + 2 [/tex] but I have reason to believe this is incorrect. Can anybody help me out? |
| Feb26-08, 06:32 PM | #2 |
|
Recognitions:
|
I think you're right. Check yourself against A036799 if you like (but watch the offset!).
|
| Feb26-08, 06:46 PM | #3 |
|
Recognitions:
|
Using elemtary calculus I got (n-1)2n+2
|
| Feb26-08, 07:04 PM | #4 |
|
Blog Entries: 3
|
Finite Sum - Modified Geometric Series
Perhaps, it is unnecessary but one way is to use the properties of the z transform. The sum could be equal to the z transform with z=1. I’ll check later. There are two time domain operations performed on the infinite geometric series. They are differentiation and multiplication by a rec function. These operations have equivalents in the z domain.
|
| Feb26-08, 07:55 PM | #5 |
|
Mentor
|
Let n = 4, and use their formula (we should get 98) [tex] 2+2^5(4-1) = 2+32(3) = 2+ 96 = 98 [/tex] Let n-1 = 4 and use MY formula (we should get 98) [tex] 2 + 2^n(n-2) = 2 + 2^5(3) = 98 [/tex] Edit: That confirms my answer. Thanks for the link CRGreathouse! |
| Feb26-08, 07:56 PM | #6 |
|
Mentor
|
|
| Feb26-08, 08:08 PM | #7 |
|
Mentor
|
[tex] f(z) = \sum_{n=-\infty}^{\infty} a(n)z^{-n} [/tex] And you were thinking of the property that: [tex] \frac{d}{dz}f(z) = - \sum_{n=-\infty}^{\infty} na(n)z^{-n-1} = - z^{-1}\sum_{n=-\infty}^{\infty} na(n)z^{-n} = -z^{-1}\mathcal{Z}\{na(n)\} [/tex] Or in other words [tex] \mathcal{Z}\{na(n)\} = -z\frac{d}{dz}\mathcal{Z}\{a(n)\} [/tex] And so my series would be: [tex] -(z)\frac{d}{dz}\mathcal{Z}\{1\} [/tex] evaluated at [tex] z = 2^{-1} [/tex] EDIT: But I just realized that these are INFINITE series, and I'm dealing with a FINITE series, so I don't think that any of this is relevant. AARRGH! |
| Feb26-08, 08:14 PM | #8 |
|
|
|
| Feb26-08, 08:41 PM | #9 |
|
Mentor
|
Then the sum you evaluate gives you: [tex] \mathcal{Z}\{a(i)\} = \frac{1-z^{-n}}{1-z^{-1}} [/tex] Then you differentiate this wrt z and then you multiply that by -z and then you plug in z = 1/2. I did that and got the same answer as in my original post. So the answer has been verified by two separate methods. |
| Feb27-08, 03:50 PM | #10 |
|
Recognitions:
|
f'(x)=sum(0,n-1)kxk-1={(x-1)nxn-1-(xn-1)}/(x-1)2 Note in the above sum, the k=0 term is 0. Desired sum=2f'(2)=(n-2)2n+2 (sorry for my mistake!!) |
| Feb22-09, 07:25 AM | #11 |
|
|
This is the sum of a Arithmetic-Geometric Series:
S_n=n2^n-2^(n+1)+2 |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Finite Sum - Modified Geometric Series
|
||||
| Thread | Forum | Replies | ||
| geometric series/geometric progression | Precalculus Mathematics Homework | 2 | ||
| Sum of a Geometric series | Calculus & Beyond Homework | 4 | ||
| sum of a geometric series | Calculus & Beyond Homework | 2 | ||
| Geometric series | Precalculus Mathematics Homework | 4 | ||
| Geometric Series | Introductory Physics Homework | 5 | ||