Sequence and Series Flashcards
Arithmetic Progression
y_t = a + d*t
Geometric Progression
y_t = a*r^t
Compound Interest
1st year: (P + rP)
2nd: P(1+r)^2
t years: P(1+r)^t
Periodic Compounding Interest
P(1+r/m)^m
Where m: equal periods (e.g. half-yearly, monthly, quarterly)
Continuous Compounding
limit as m approaches infinity (1+r/m)^m = e^r
1st year: Pe^r
2nd year: Pe^2r
t years: P*e^rt
Investment Series
Adds $P at beginning of each year
1st year: $P
2nd: P(1+r)+P
t year: P + P(1+r) + … + P(1+r)^t-2 + P(1+r)^t-1
Arithmetic Series Sum
St = [t(2a+(t-1)d)] / 2
Partial Sum for Geometric Finite Series
For any r, 1-r^t if r =/ 1 and y_t = ar^t
St = a + ar + ar^2 + … + ar^t-2 + ar^t-1
St = [a(1-r^t)] / (1-r)
Geometric series nth term
an = a(r)^(n-1)
Geometric sequence nth term
an = r x a_(n-1)
Geometric sequence r
a2/a1
Finding sequence formula
- Pattern of y0, y1, y2, y3
- yt -> geometric series
- flip yt to ascending order -> geometric progression with a and r
- Sum of geometric series
Sum to infinity for geometric series
when -1 < r < 1 (converges), r^t approaches 0 as t approaches infinity
Meaning St approaches a / 1-r as t -> infinity
If r > 1 for infinite geometric series
Geometric series diverges and can’t use sum to infinity formula