Sequences

Sequences & Series: Arithmetic, Geometric & Convergence

Master arithmetic and geometric sequences, their sum formulas, and the conditions for infinite series to converge. Includes worked examples and exam techniques.

V
Vectora Team
STEM Education
13 min read
2026-04-10

Try the interactive simulation for this topic

Explore this concept with our interactive 3D simulation.
Launch Simulator

What Are Sequences and Series?

A sequence is an ordered list of numbers following a rule. A series is the sum of the terms of a sequence. These concepts appear everywhere in mathematics — from simple patterns in number theory to compound interest in finance and convergence tests in calculus.

Sequence & Series Visualiser

Watch arithmetic and geometric sequences grow term by term. Toggle partial sums, compare convergent vs divergent series, and explore the geometric sum formula visually.
Launch Visualiser

Learning Goals: By the end of this guide, you should be able to:

  1. Identify and generate arithmetic and geometric sequences from their rules.
  2. Find the nnth term and the sum of the first nn terms for both types.
  3. Determine whether an infinite geometric series converges, and if so, find its sum.
  4. Apply sequences and series to real-world problems.

Arithmetic Sequences

An arithmetic sequence has a constant difference dd between consecutive terms.

Key Formulas

nnth term:

an=a1+(n1)da_n = a_1 + (n - 1)d

Sum of first nn terms:

Sn=n2(a1+an)=n2(2a1+(n1)d)S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}(2a_1 + (n-1)d)

Example

The sequence 3,7,11,15,3, 7, 11, 15, \ldots has a1=3a_1 = 3 and d=4d = 4.

  • a10=3+9×4=39a_{10} = 3 + 9 \times 4 = 39
  • S10=102(3+39)=210S_{10} = \frac{10}{2}(3 + 39) = 210

Geometric Sequences

A geometric sequence has a constant ratio rr between consecutive terms.

Key Formulas

nnth term:

an=a1rn1a_n = a_1 \cdot r^{n-1}

Sum of first nn terms (when r1r \neq 1):

Sn=a11rn1rS_n = a_1 \cdot \frac{1 - r^n}{1 - r}

Sum to infinity (only when r<1|r| < 1):

S=a11rS_\infty = \frac{a_1}{1 - r}

Example

The sequence 2,6,18,54,2, 6, 18, 54, \ldots has a1=2a_1 = 2 and r=3r = 3.

  • a6=2×35=486a_6 = 2 \times 3^5 = 486
  • S6=2×13613=2×7282=728S_6 = 2 \times \frac{1 - 3^6}{1 - 3} = 2 \times \frac{-728}{-2} = 728

Convergence of Infinite Series

An infinite geometric series a1+a1r+a1r2+a_1 + a_1 r + a_1 r^2 + \cdots converges (has a finite sum) if and only if r<1|r| < 1.

ConditionBehaviourSum
r<1\|r\| < 1ConvergesS=a11rS_\infty = \frac{a_1}{1-r}
r=1\|r\| = 1Constant or alternatingDiverges
r>1\|r\| > 1Terms grow without boundDiverges

Example: Sum to Infinity

Find the sum of 8+4+2+1+8 + 4 + 2 + 1 + \cdots

Here a1=8a_1 = 8, r=12r = \frac{1}{2}. Since r<1|r| < 1:

S=8112=812=16S_\infty = \frac{8}{1 - \frac{1}{2}} = \frac{8}{\frac{1}{2}} = 16

Worked Example: Real-World Application

Question: A ball is dropped from a height of 10 m. Each bounce reaches 60% of the previous height. Find the total distance travelled before the ball comes to rest.

Solution: The ball falls 10 m, then bounces up 10×0.6=610 \times 0.6 = 6 m, falls 6 m, bounces up 6×0.6=3.66 \times 0.6 = 3.6 m, and so on.

Total distance =10+2(6+3.6+2.16+)=10+2×610.6=10+2×15=40= 10 + 2(6 + 3.6 + 2.16 + \cdots) = 10 + 2 \times \frac{6}{1 - 0.6} = 10 + 2 \times 15 = 40 m.


Common Mistakes

  1. Off-by-one errors in the nnth term formula — Remember: an=a1+(n1)da_n = a_1 + (n-1)d, not a1+nda_1 + nd. The first term is a1a_1, not a0a_0.
  2. Using SS_\infty when r1|r| \geq 1 — The sum to infinity formula is only valid for convergent series. Always check r<1|r| < 1 first.
  3. Confusing ana_n with SnS_n — The nnth term is a single number; the sum SnS_n is the total of the first nn terms.

Exam Tips (A-Level / AP / IB)

  • If given two terms (e.g., a3=12a_3 = 12 and a7=48a_7 = 48), set up simultaneous equations to find a1a_1 and dd (or rr).
  • For "prove that Sn=...S_n = ..." questions, use mathematical induction or the technique of writing SnSn1=anS_n - S_{n-1} = a_n.
  • In MCQ format, quickly test whether a series converges by checking if r<1|r| < 1.

Frequently Asked Questions

What is the difference between a sequence and a series?

A sequence is a list: 2,4,6,8,2, 4, 6, 8, \ldots A series is the sum: 2+4+6+8+2 + 4 + 6 + 8 + \cdots The sequence gives individual terms; the series gives their running total.

Can an arithmetic series ever converge?

No — unless d=0d = 0 and a1=0a_1 = 0, the terms of an arithmetic sequence do not approach zero, so the series always diverges.


References & Further Reading

This article was created by the Vectora Editorial Team and is reviewed for alignment with AP, IB, and A-Level curricula. Content is based on standard academic sources in chemistry, physics, biology, and mathematics.

Published: 2026-04-10

For corrections or suggestions, contact support@vectora.one.