Definitions
- Sequence: An ordered list of numbers following a pattern
- Series: The sum of terms in a sequence
- Term: Each number in a sequence, denoted an
Arithmetic Sequences
A sequence where the difference between consecutive terms is constant.
Common Difference
d=an+1−an
nth Term Formula
an=a1+(n−1)d
Alternative Form
an=am+(n−m)d
Sum of First n Terms (Arithmetic Series)
Sn=2n(a1+an)
or
Sn=2n[2a1+(n−1)d]
Geometric Sequences
A sequence where the ratio between consecutive terms is constant.
Common Ratio
r=anan+1
nth Term Formula
an=a1⋅rn−1
Sum of First n Terms (Geometric Series)
Sn=1−ra1(1−rn)(r=1)
or
Sn=r−1a1(rn−1)(r=1)
Infinite Geometric Series (∣r∣<1)
S∞=1−ra1
Note: Only converges when ∣r∣<1
Summation Notation
Sigma Notation
∑i=1nai=a1+a2+a3+⋯+an
Properties
∑(ai+bi)=∑ai+∑bi
∑(c⋅ai)=c⋅∑ai
∑c=n⋅c(summing constant n times)
Common Summation Formulas
| Sum | Formula |
|---|
| ∑i=1n1 | n |
| ∑i=1ni | 2n(n+1) |
| ∑i=1ni2 | 6n(n+1)(2n+1) |
| ∑i=1ni3 | [2n(n+1)]2 |
| ∑i=1nri−1 | 1−r1−rn |
Recursive Formulas
A formula that defines each term using previous terms.
Arithmetic
an=an−1+d,given a1
Geometric
an=r⋅an−1,given a1
Fibonacci Sequence
Fn=Fn−1+Fn−2
F1=1,F2=1
1,1,2,3,5,8,13,21,34,…
Special Sequences
Triangular Numbers
Tn=1+2+3+⋯+n=2n(n+1)
1,3,6,10,15,21,…
Square Numbers
n2=1,4,9,16,25,36,…
Cube Numbers
n3=1,8,27,64,125,…
Arithmetic vs Geometric Comparison
| Property | Arithmetic | Geometric |
|---|
| Pattern | Add constant d | Multiply by r |
| nth term | a1+(n−1)d | a1⋅rn−1 |
| Sum formula | 2n(a1+an) | 1−ra1(1−rn) |
| Infinite sum | Diverges | 1−ra1 if $ |