Geometric Series & Sequences

Master geometric sequences, series, formulas, and their applications with interactive examples and exponential growth patterns

πŸ“ˆ Geometric Sequences

Definition

A geometric sequence is a sequence where each term after the first is obtained by multiplying the previous term by a constant value called the common ratio (r).

General Form:

a,ar,ar2,ar3,…a, ar, ar^2, ar^3, \ldots

Examples

2, 6, 18, 54, 162, ...

r = 3 (exponential growth)

100, 50, 25, 12.5, 6.25, ...

r = 0.5 (exponential decay)

3, -6, 12, -24, 48, ...

r = -2 (alternating signs)

5, 5, 5, 5, 5, ...

r = 1 (constant sequence)

Interactive Sequence Generator

Generated Sequence:

2, 6, 18, 54, 162, 486

Pattern: Each term = Previous term Γ— 3

Behavior Analysis

Growth (|r| > 1)

Terms grow exponentially larger

r = 2: 1, 2, 4, 8, 16, ...

r = -1.5: 1, -1.5, 2.25, -3.375, ...

Decay (|r| < 1)

Terms approach zero

r = 0.5: 1, 0.5, 0.25, 0.125, ...

r = -0.3: 1, -0.3, 0.09, -0.027, ...

Special Cases

Constant or alternating

r = 1: 5, 5, 5, 5, ...

r = -1: 3, -3, 3, -3, ...

βˆ‘ Geometric Series

Definition

A geometric series is the sum of the terms in a geometric sequence. Unlike arithmetic series, geometric series can have finite sums even with infinite terms when |r| < 1.

Series Form:

S=a+ar+ar2+ar3+β‹―S = a + ar + ar^2 + ar^3 + \cdots

Visual Example

Sequence: 3, 6, 12, 24, 48

Series: 3 + 6 + 12 + 24 + 48

Sum = 93

Series Calculator

Terms:

4 + 8 + 16 + 32 + 64

Sum:

S5 = 124

Infinite Geometric Series

Convergence Condition

An infinite geometric series converges (has a finite sum) only when |r| < 1.

Infinite Sum Formula:

S∞=a1βˆ’rwhen βˆ£r∣<1S_\infty = \frac{a}{1-r} \quad \text{when } |r| < 1

Interactive Calculator

Infinite Sum:

S∞ = 2

πŸ“ Essential Formulas

Sequence Formulas

General Term (nth term)

an=aβ‹…rnβˆ’1a_n = a \cdot r^{n-1}

ana_n = nth term

aa = first term

rr = common ratio

nn = term position

Common Ratio

r=an+1anr = \frac{a_{n+1}}{a_n}

Ratio between consecutive terms

Series Formulas

Finite Sum (r β‰  1)

Sn=aβ‹…1βˆ’rn1βˆ’rS_n = a \cdot \frac{1-r^n}{1-r}

Sum of first n terms

Infinite Sum (|r| < 1)

S∞=a1βˆ’rS_\infty = \frac{a}{1-r}

Sum of infinite terms

Special Case (r = 1)

Sn=nβ‹…aS_n = n \cdot a

When ratio equals 1

Formula Practice Problems

Problem 1: Find the 8th term

Given sequence: 5, 15, 45, 135, ...

Problem 2: Find infinite sum

Series: 12 + 6 + 3 + 1.5 + ...

Problem 3: Sum of first 6 terms

Series: 2 + 8 + 32 + 128 + ...

Problem 4: Find the ratio

If a3=18a_3 = 18 and a6=486a_6 = 486, find r

🌍 Real-World Applications

🦠

Population Growth

Modeling exponential population growth in biology, bacteria cultures, or viral spread.

Example: Bacteria doubling every hour - Hour 1: 100, Hour 2: 200, Hour 3: 400...
πŸ’°

Compound Interest

Calculating investment growth, loan interest, or savings account returns over time.

Example: 1000at51000 at 5% annual interest - Year 1: 1050, Year 2: $1102.50...
☒️

Radioactive Decay

Modeling half-life decay in physics, carbon dating, or medical isotopes.

Example: Half-life of 10 years - 100g β†’ 50g β†’ 25g β†’ 12.5g...
πŸ’»

Technology Growth

Moore's Law, processing power doubling, or network effects in technology adoption.

Example: Processing power doubling - 2020: 1x, 2022: 2x, 2024: 4x...
πŸ”Ί

Fractals & Geometry

Self-similar patterns, Sierpinski triangle, or geometric scaling in nature.

Example: Fractal area scaling - Level 1: 1, Level 2: 1/3, Level 3: 1/9...
πŸ“Š

Economic Models

Inflation rates, economic growth models, or market expansion patterns.

Example: 3% annual inflation - 100β†’100 β†’ 103 β†’ 106.09β†’106.09 β†’ 109.27...

Interactive Application Problem

🦠 Bacterial Growth Problem

A bacterial culture starts with an initial population and doubles every hour. Calculate the population after several hours and the total bacteria produced.

Population Each Hour:
50, 100, 200, 400, 800, 1600
Final Population:
1,600 bacteria
Total Bacteria Produced (Cumulative):
3,150 total bacteria

🧠 Geometric Sequences & Series Quiz

Progress:
1/10

Question 1 of 10

10% Complete

What is the common ratio in the sequence: 3, 6, 12, 24, 48?

Click an answer to continue

Key Takeaways

Geometric vs Arithmetic

  • β€’ Geometric: Multiply by constant ratio
  • β€’ Arithmetic: Add constant difference
  • β€’ Geometric grows exponentially
  • β€’ Can have infinite sums when |r| < 1

Essential Formulas

  • β€’ nth term: an=aβ‹…rnβˆ’1a_n = a \cdot r^{n-1}
  • β€’ Finite sum: Sn=aβ‹…1βˆ’rn1βˆ’rS_n = a \cdot \frac{1-r^n}{1-r}
  • β€’ Infinite sum: S∞=a1βˆ’rS_\infty = \frac{a}{1-r} (|r| < 1)