Mathematics · Sequences and Series

Geometric Series

The geometric series sums terms with a constant factor q; for |q| < 1 even the infinite series has a finite value.

AdvancedExam-relevant

Free · no credit card · in your study plan in 2 minutes

Formula

LaTeX: s_{n} = a_{1} \cdot \frac{q^{n}-1}{q-1} \quad (q \neq 1), \qquad s_{\infty} = \frac{a_{1}}{1-q} \quad (|q| < 1)
Dimensionless · in applied contexts unit of the terms (e.g. euros)

Variables & units – Geometric Series

SymbolMeaningUnit
a₁First term of the seriesdimensionless
qConstant ratio of consecutive termsdimensionless
nNumber of summed termsdimensionless
sₙ, s∞Sum of the first n terms and limit valuedimensionless

Derivation & background – Geometric Series

Euclid already treated the finite geometric sum (Elements IX, 35). Derivation as a telescoping trick: sₙ − q·sₙ makes almost all terms cancel. For |q| < 1 the power qⁿ tends to 0, hence s∞ = a₁/(1 − q); for |q| ≥ 1 the infinite series diverges. Classic: 0.999... = 0.9·1/(1 − 0.1) = 1. In financial mathematics the final value of a savings plan is a geometric sum with q = interest factor.

Exam blueprint

Validity range

The finite sum formula holds for q ≠ 1 (for q = 1, sₙ = n·a₁); the infinite series converges only for |q| < 1, otherwise it diverges.

Derivation steps

Telescoping trick: subtract sₙ and q·sₙ, almost everything cancels.

  1. 1sₙ = a₁ + a₁q + ... + a₁qⁿ⁻¹ and q·sₙ = a₁q + ... + a₁qⁿ; subtraction leaves only a₁ − a₁qⁿ.
  2. 2So sₙ(1 − q) = a₁(1 − qⁿ), and for |q| < 1 qⁿ → 0, hence s∞ = a₁/(1 − q).

Rearrangements

Infinite sum

Only for |q| < 1; otherwise no limit exists.

First term

Backwards from limit and ratio.

n-th term of the sequence

Keep sequence (single term) and series (sum) apart.

Task variant

Compute the sum of the first 8 terms of 3 + 6 + 12 + ...

a₁ = 3, q = 2: s₈ = 3·(2⁸ − 1)/(2 − 1) = 3·255 = 765.

An infinite geometric series has s∞ = 20 and q = 0.6. Determine a₁.

a₁ = s∞·(1 − q) = 20·0.4 = 8. Check: 8/(1 − 0.6) = 8/0.4 = 20 ✓.

Common mistakes

Applying the infinite sum formula for |q| ≥ 1.

For |q| ≥ 1 the series diverges; s∞ exists only for |q| < 1.

Confusing sequence and series.

aₙ = a₁qⁿ⁻¹ is one term, sₙ the sum of all terms up to n.

Miscounting exponents (qⁿ⁻¹ vs. qⁿ).

In the sum of n terms the highest exponent is n − 1; the formula contains qⁿ.

Exam context

  • Compound interest and savings plan tasks, limits, growth and decay chains, justification of 0.999... = 1.

These mistakes cost points in real exams. The set drills them until they stick.

Formula cluster

Sequences and series

Multiplicative counterpart of the arithmetic series; foundation of financial mathematics.

Worked example

s₈ of 3 + 6 + 12 + ...: a₁ = 3, q = 2: s₈ = 3·(2⁸ − 1)/(2 − 1) = 3·255 = 765. Infinite: a₁ = 1, q = 1/2: s∞ = 1/(1 − 0.5) = 2.

Applications

Compound interest and annuity calculations (savings plans, loans), drug levels under regular dosing, limit tasks, computer science (runtime estimates)

Quanta exam set

Curated exam set for "Geometric Series":

Question (front)

Which formula describes Geometric Series?

Answer in your set

Question (front)

How do you rearrange sₙ = a₁·(qⁿ−1)/(q−1) for Infinite sum?

Answer in your set

Question (front)

Which common mistake happens with Geometric Series?

Answer in your set

+ 7 more cards: units, variables, derivation, example, exam task

These 10 cards are ready. One click and they sit in your deck, FSRS schedules the reviews until exam day.

Scientific sources

Common notations & search queries

s=a*(q^n-1)/(q-1)s=a/(1-q)geometrische Reihe Formelgeometrische Summenformelunendliche geometrische Reihegeometric series formulaGrenzwert geometrische ReiheZinseszins Reihe

Related formulas

More Mathematics formulas

Frequently asked questions about Geometric Series

How do you compute the sum of the first n terms of a geometric series?+

With sₙ = a₁·(qⁿ − 1)/(q − 1) for q ≠ 1; equivalent is a₁·(1 − qⁿ)/(1 − q). You need only three inputs: first term a₁, ratio q (each term divided by the previous one) and count n. Example: 3 + 6 + 12 + ... with 8 terms: a₁ = 3, q = 2, so s₈ = 3·(2⁸ − 1)/(2 − 1) = 3·255 = 765. Watch n: the exponent holds the number of terms, not the last exponent (the eighth term is 3·2⁷). For q = 1 the formula fails (division by 0); then all terms are equal and simply sₙ = n·a₁.

When does an infinite geometric series have a limit?+

Exactly when |q| < 1, i.e. the ratio lies strictly between −1 and 1. Then the terms shrink fast enough that the partial sums approach s∞ = a₁/(1 − q); in the finite formula the term qⁿ dies out as n → ∞. Example: 1 + 1/2 + 1/4 + ... has q = 1/2 and s∞ = 1/(1 − 0.5) = 2. For |q| ≥ 1 the series diverges: at q = 2 the sums explode, at q = 1 they grow linearly, at q = −1 they jump forever between a₁ and 0. The most common mistake is thoughtlessly applying s∞ = a₁/(1 − q) to q = 1.05 (an interest factor!); savings plan sums are finite series.

Why is 0.999... exactly equal to 1?+

Because 0.999... is nothing other than an infinite geometric series: 0.9 + 0.09 + 0.009 + ... with a₁ = 0.9 and q = 0.1. Since |q| < 1 the limit exists, and it is s∞ = 0.9/(1 − 0.1) = 0.9/0.9 = 1. Exactly, not approximately: 0.999... denotes the LIMIT of the partial sums, not any single partial sum, and this limit is the number 1. Every finite partial sum (0.9; 0.99; 0.999; ...) stays below 1, but the gap 10⁻ⁿ becomes arbitrarily small and is 0 in the limit. Two numbers at distance 0 are the same number. The same argument shows 0.333... = 1/3, which times 3 confirms 0.999... = 1 again.

What is the difference between a geometric sequence and a geometric series?+

The sequence is the list of individual terms: aₙ = a₁·qⁿ⁻¹, e.g. 3, 6, 12, 24, ... The series is the sum of these terms: sₙ = a₁ + a₁q + ... + a₁qⁿ⁻¹. Each question has its matching formula: "How large is the 8th term?" requires a₈ = 3·2⁷ = 384; "How large is the sum of the first 8 terms?" requires s₈ = 765. Mix-ups are caught immediately by checking magnitudes: the sum must exceed the largest term. Their limit behaviour also differs: for |q| < 1 the SEQUENCE tends to 0, while the SERIES tends to the positive value a₁/(1 − q).

How do you use the geometric series for compound interest and savings plans?+

If you deposit a fixed instalment R at the end of every year, which then earns interest with factor q = 1 + p/100, the final capital after n years is a geometric sum: the first instalment earns interest (n−1) times, the last one not at all, together K = R·(qⁿ − 1)/(q − 1). Example: 1000 € per year, 3 % interest, 10 years: K = 1000·(1.03¹⁰ − 1)/0.03 = 1000·0.3439/0.03 ≈ 11,464 €, i.e. 1464 € of interest on 10,000 € of deposits. The same structure sits inside loans (annuities), pension payouts and drug levels under regular dosing. Careful: here q > 1, the series grows; the s∞ formula is off limits.

Retain Geometric Series for exams

Create a curated FSRS exam set for sₙ = a₁·(qⁿ−1)/(q−1): formula recall, variables, derivation, rearrangement, worked example, common mistakes and exam context.

Free · curated formula set · LaTeX · FSRS spaced repetition

How do you calculate with Geometric Series?

Here is how to work through a typical Geometric Series (sₙ = a₁·(qⁿ−1)/(q−1)) task step by step:

  1. 1

    Task

    Compute the sum of the first 8 terms of 3 + 6 + 12 + ...

    Solution path

    a₁ = 3, q = 2: s₈ = 3·(2⁸ − 1)/(2 − 1) = 3·255 = 765.

  2. 2

    Task

    An infinite geometric series has s∞ = 20 and q = 0.6. Determine a₁.

    Solution path

    a₁ = s∞·(1 − q) = 20·0.4 = 8. Check: 8/(1 − 0.6) = 8/0.4 = 20 ✓.