A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Geometric Series

College Depth 67 in the knowledge graph I know this Set as goal
1,129topics build on this
308prerequisites beneath it
See this on the map →
Sequences and Series ReviewSeries Definition and Partial Sums+1 moreAnnuities and PerpetuitiesBond Pricing+8 more
series geometric convergence

Core Idea

A geometric series has the form sum from n=0 to infinity of a*rn = a/(1 - r), converging if and only if |r| < 1. It is the most important series because it has a known closed-form sum, serves as a benchmark for comparison tests, and is the basis for power series and Taylor series. The partial sum formula S_N = a(1 - rN)/(1 - r) shows exactly how the series converges.

How It's Best Learned

Derive the partial sum formula by multiplying S_N by r and subtracting. Take the limit as N -> infinity to get the infinite sum. Practice identifying geometric series in various forms (e.g., sum of (2/3)n, sum of (-1)n / 4n). Apply to repeating decimals and real-world scenarios.

Common Misconceptions

Explainer

A geometric series is one where each term is obtained by multiplying the previous one by a fixed ratio r. You already know geometric sequences from earlier work; a geometric series is simply the sum of such a sequence. The central question is: when you add infinitely many terms, can the total be finite?

The answer depends entirely on |r|. To see why, consider the partial sum S_N = a + ar + ar² + ... + arN. Multiply both sides by r: rS_N = ar + ar² + ... + arN+1. Subtract the second equation from the first and almost everything cancels, leaving S_N(1 - r) = a(1 - rN), so S_N = a(1 - rN)/(1 - r). As N → ∞, the term rN → 0 only when |r| < 1 — when r is a fraction between -1 and 1. In that case the infinite sum collapses to the clean formula a/(1 - r). If |r| ≥ 1, the terms don't shrink and the sum grows without bound.

The starting index matters more than students expect. The formula a/(1 - r) uses the first term actually in the sum as a. If your series starts at n = 0, the first term is a·r⁰ = a. If it starts at n = 1, the first term is a·r¹. Plugging in the wrong first term is the most frequent source of errors, so always identify a by evaluating the term at the lowest index before applying the formula.

Geometric series are foundational to the rest of Calculus 2 because power series — and ultimately Taylor series — are geometric series with r replaced by a variable expression. The radius of convergence of a power series is precisely the set of x-values for which the underlying geometric series converges. Every Taylor series you will encounter is, in a structural sense, built on the geometric series formula. Getting comfortable recognizing and summing geometric series now will pay dividends through the end of the course.

Practice Questions 3 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsArithmetic SequencesGeometric SequencesGeometric Series

Longest path: 68 steps · 308 total prerequisite topics

Prerequisites (3)

Leads To (10)