This note is one of many taken during 2024
Generalized Geometric Series
The geometric series is defined as
n=1∑∞rnWhere
−1<r<1. The algebraic way to solve for the closed form
x of the series is as follows
xxxx=r+r2+r3+…+rn=r(1+r+r2+…+rn−1)=r(1+x)=1−rr
How about some other values for the exponent of
r?
Let’s try the odd numbers
2n−1
xxxxx=r+r3+r5+…+r2n−1=r(1+r2+r4+…+r2n−2)=r(1+r(r+r3+…+r2n−3))=r(1+rx)=1−r2r
n=1∑∞r2n−1=1−r2r
How about for the multiples of three
3n
xxxx=r3+r6+r9+…+r3n=r3(1+r3+r6+…+r3n−3)=r3(1+x)=1−r3r3
n=1∑∞r3n=1−r3r3
Generally, it can be assumed that for any natural number
k>0 and for any real
r where
−1<r<1 that
n=1∑∞rkn=1−rkrkTo show that this is true, consider the following
xxxx=rk+r2k+r3k+…+rnk=rk(1+rk+r2k+…+rnk−k)=rk(1+x)=1−rkrk
How about for numbers which leave a remainder of two when divided by three:
3n−1?
xx=r2+r5+r8+…+r3n−1=r2(1+r3+r6+…+r3n−3)The earlier found identity allows us to solve this
xxxx=r2(1+n=1∑∞r3n)=r2(1+1−r3r3)=r2+1−r3r5=1−r3r2
n=1∑∞r3n−1=1−r3r2
That got me thinking, is there a general closed form of
n=1∑∞ran−b=xwhere
a,b∈N,
0≤b<a, and
−1<r<1?
xxxxx=ra−b+r2a−b+r3a−b+…+ran−b=ra(r−b+ra−b+r2a−b+…+ra(n−1)−b)=ra(r−b+x)=ra−b+rax=1−rara−bWhich seems to agree with the previous result of
a=3,b=1
1−r3r2And the even earlier result of odd numbers
a=2,b=1
1−r2rThus I think it’s fair to say
n=1∑∞ran−b=1−rara−b
There’s one final case that has not been covered
an+b where
a,b∈N and where
a,b>0
n=1∑∞ran+b
xxxxx=ra+b+r2a+b+r3a+b+…+ran+b=ra+b(1+ra+r2a+…+ra(n−1))=ra+b(1+1−rara)=ra+b+1−rar2a+b=1−rara+b−r2a+b+r2a+bThus
n=1∑∞ran+b=1−rara+bAll this would seem to imply that if
f(n) is a linear function which maps
N→N then there exists a trivially obtainable closed form for the sum
n=1∑∞rf(n)I’d like to see this extended to other number systems than natural numbers, but I’m a bit exhausted of series at this point.
This note is one of many taken during 2024