Geometric Series
Explanation
A geometric series is a sum of terms where each term is multiplied by the same number to get the next term.
-
General form: a, ar, ar², ar³, …
-
a = first term
-
r = common ratio (multiplier)
Sum formula for finite geometric series (n terms):
Sₙ = a(1 − rⁿ) / (1 − r), r ≠ 1
Example:
-
Series: 2 + 4 + 8 + 16
-
a = 2, r = 2, n = 4
-
S₄ = 2(1 − 2⁴) / (1 − 2) = 2(1 − 16)/(-1) = 2(-15)/(-1) = 30
Quiz
-
What is a geometric series?
-
Identify a and r in 3 + 6 + 12 + 24.
-
Sum first 5 terms of 1 + 2 + 4 + 8 + 16.
-
Can r be negative?
-
What happens if r = 1?
Answer Key
-
Series with a constant ratio between terms
-
a = 3, r = 2
-
S₅ = 1(1 − 2⁵)/(1 − 2) = 31
-
Yes
-
Series is just a repeated number: a + a + …