How to Calculate a Geometric Sequence Manually

How to Calculate a Geometric Sequence Step by Step

A geometric sequence (or geometric progression) is a list of numbers where each term after the first is multiplied by a fixed number called the common ratio (r). While our Geometric Sequence Calculator does the heavy lifting, understanding the manual calculation helps you grasp the underlying concepts. This guide walks you through the process, from finding any term to summing a series.

You’ll Need:

  • Pen and paper (or a digital note-taking tool)
  • Basic calculator (optional, but useful for large numbers)
  • The first term (a₁) and common ratio (r) of your sequence
  • Knowledge of exponent rules (e.g., r^(n-1))

Step-by-Step Guide

  1. Identify the First Term and Common Ratio
    The first term, a₁, is the starting number. To find the common ratio, divide any term by the previous term: r = a₂ / a₁ (or aₙ / aₙ₋₁). Make sure r is constant for all consecutive terms.
  2. Determine What You Want to Calculate
    Decide whether you need the nth term, the sum of the first n terms, the sum to infinity, or to find the position of a given term. Each uses a different formula.
  3. Use the nth Term Formula
    For a term at position n, apply: aₙ = a₁ × r^(n-1). Substitute a₁, r, and n, then compute the exponent and multiply.
  4. Calculate the Sum of the First n Terms
    If r ≠ 1, use: Sₙ = a₁ × (1 - rⁿ) / (1 - r). If r = 1, the sum is simply Sₙ = n × a₁. Work step by step: compute rⁿ, subtract from 1, divide by (1-r), then multiply by a₁.
  5. Find the Sum to Infinity (if applicable)
    If |r| < 1, the sum to infinity exists: S∞ = a₁ / (1 - r). Simply divide a₁ by (1 - r). Remember, this sum is the limit as the number of terms approaches infinity.
  6. Find the Position of a Given Term
    If you know the term value (aₙ), set up aₙ = a₁ × r^(n-1). Solve for n by dividing both sides by a₁ and taking the logarithm base r: n = log_r(aₙ / a₁) + 1. If r is negative, the term value may alternate signs.
  7. Double-Check Your Work
    Verify that your answers make sense. For example, if r > 1, terms should increase; if 0 < r < 1, terms should decrease. Recalculate using the sequence definition: multiply repeatedly by r.

Worked Example 1: Exponential Growth

Sequence: 3, 6, 12, 24, …

  • a₁ = 3, r = 6 ÷ 3 = 2
  • Find the 5th term: a₅ = 3 × 2^(5-1) = 3 × 2⁴ = 3 × 16 = 48
  • Sum of first 5 terms: S₅ = 3 × (1 - 2⁵) / (1 - 2) = 3 × (1 - 32) / (-1) = 3 × (-31)/(-1) = 3 × 31 = 93
  • Sum to infinity: not applicable because |r| = 2 > 1 (the sum diverges).

Worked Example 2: Decay (|r| < 1)

Sequence: 100, 50, 25, 12.5, …

  • a₁ = 100, r = 50 ÷ 100 = 0.5
  • Find the 6th term: a₆ = 100 × 0.5^(6-1) = 100 × 0.5⁵ = 100 × 0.03125 = 3.125
  • Sum of first 6 terms: S₆ = 100 × (1 - 0.5⁶) / (1 - 0.5) = 100 × (1 - 0.015625) / 0.5 = 100 × (0.984375) / 0.5 = 100 × 1.96875 = 196.875
  • Sum to infinity: S∞ = 100 / (1 - 0.5) = 100 / 0.5 = 200

Common Pitfalls to Avoid

  • Constant ratio check: Ensure the ratio between every pair of consecutive terms is the same. If not, it’s not a geometric sequence.
  • Sign errors with negative r: When r is negative, terms alternate signs. For example, if a₁ = 4 and r = -2, the sequence is 4, -8, 16, -32, ... Be careful with exponent calculations for odd/even n.
  • Formula conditions: The sum formula Sₙ = a₁ × (1 - rⁿ) / (1 - r) only works when r ≠ 1. For r = 1, use Sₙ = n × a₁.
  • Sum to infinity exists only if |r| < 1: If |r| ≥ 1, the infinite sum diverges (does not have a finite value).
  • Order of operations: In the nth term formula, exponentiate first, then multiply by a₁.

For a deeper understanding of the terminology and the meaning of different ratio values, check out our What Is a Geometric Sequence? article. If you need a quick reference for all the formulas, visit our Geometric Sequence Formulas page. And if you’re curious about how the sequence behaves for various r, explore Geometric Sequence Ranges: What Different Values Mean.

Once you’ve mastered the manual method, use the Geometric Sequence Calculator to verify your results or handle larger numbers quickly.

Try the free Geometric Sequence Calculator ⬆

Get your Geometric Sequences: definitions, formulas, calculations, and interpretation. result instantly — no signup, no clutter.

Open the Geometric Sequence Calculator

Contact Us