Introduction
An arithmetic-geometric sequence is a sequence where every term can be written as the product of the terms of an arithmetic sequence and a geometric sequence.
An AGS looks like
a,(a+d)r,(a+2d)r2,(a+3d)r3,…,[a+(n−1)d]rn−1
where a is the initial term, d is the common difference, and r is the common ratio.
The General term
The nth term of the AGS is
tn=[a+(n−1)d]rn−1.
Sum of an AGS
The sum of the first n terms of an AGS is
Sn=1−ra−[a+(n−1)d]rn+(1−r)2dr(1−rn−1).
Sum of an infinite AGS
If ∣r∣<1, then the sum of an infinite AGS is
S∞=1−ra+(1−r)2dr.
Here are some practice problems.
Practice Problem
Find the value of x given that
3+41(3+x)+421(3+2x)+431(3+3x)+…=8.
Practice Problem
Find the positive integer n for which
⌊log21⌋+⌊log22⌋+⌊log23⌋+…+⌊log2n⌋=1994
(For real x,⌊x⌋ is the greatest integer ≤x.)
Final Notes and Tips
- Not that common, personally wouldn't memorize the formula.