Arithmetic and Geometric Sequences

Arithmetic and Geometric Sequences

Arithmetic and geometric sequences are two fundamental types of numerical progressions. They describe how quantities grow or shrink by addition or by multiplication, and they form the foundation for topics such as series, summation formulas, and exponential growth.

Arithmetic and Geometric Sequences

1. Arithmetic Sequence

An arithmetic sequence is a list of numbers in which each term differs from the previous one by a fixed amount called the common difference d.

a, a + d, a + 2d, a + 3d, … , a + (n − 1)d

  • a – first term
  • d – common difference

The nth term, denoted Tn, is given by:

Tn = a + (n − 1)d

Each new term is obtained by adding d to the previous term. The difference between consecutive terms remains constant:

Tk+1 − Tk = d

Example: If a = 4 and d = 3, the sequence is 4, 7, 10, 13, 16, … The 20th term is T20 = 4 + (20 − 1)×3 = 61.


2. Geometric Sequence

A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a constant called the common ratio r.

a, a·r, a·r², a·r³, … , a·rn−1

  • a – first term
  • r – common ratio

The nth term is given by:

Tn = a·rn−1

The ratio between any two consecutive terms remains constant:

Tk+1 / Tk = r

Example: If a = 5 and r = 2, the sequence is 5, 10, 20, 40, 80, … The 8th term is T8 = 5·2⁷ = 640.


3. Comparison

  • In an arithmetic sequence, the change is additive — the same amount is added or subtracted each time.
  • In a geometric sequence, the change is multiplicative — each term is multiplied by the same factor.
  • Both follow precise patterns that allow direct computation of any term without listing the entire sequence.

Arithmetic: Tn = a + (n − 1)d
Geometric: Tn = a·rn−1


4. From Sequences to Series

When the terms of a sequence are added together, they form a series. The formulas for arithmetic and geometric series are direct consequences of the patterns above and are essential tools in algebra and calculus for analysing sums, limits, and convergence.


© mathematics.proofs

Comments

Popular posts from this blog

The Method of Differences — A Clean Proof of the Sum of Cubes

The Pythagram Defined

3D Rotation Matrix Primer