12.3 AP and GP Definitions


2026 📋 Syllabus Objectives

By the end of these notes, you should be able to:

  • Recognise whether a sequence is an arithmetic progression (AP) or a geometric progression (GP)
  • Understand the key features of each type of progression
  • Understand the differences between an AP and a GP

What is a Progression?

A progression is simply a list of numbers arranged in a specific order, where each number follows a rule. Each number in the list is called a term. You may also hear progressions called sequences — they mean the same thing.

For example: 3, 7, 11, 15, 19, ... is a progression. Each term follows a pattern.

There are two main types of progressions you need to know: Arithmetic Progressions and Geometric Progressions.


Part 1: Arithmetic Progressions (AP)

What is an Arithmetic Progression?

An arithmetic progression (AP) is a sequence of numbers where you add (or subtract) the same fixed number to get from one term to the next. This fixed number is called the common difference, written as d.

In simple words: If the gap between any two consecutive (next-to-each-other) terms is always the same, it's an AP.

Example of an AP:

5, 8, 11, 14, 17, ...

  • From 5 to 8: add 3
  • From 8 to 11: add 3
  • From 11 to 14: add 3

The common difference here is d = 3. Because the same number (3) is added every time, this is an arithmetic progression.

Another Example (with a negative common difference):

20, 15, 10, 5, 0, ...

  • From 20 to 15: subtract 5 (same as adding −5)
  • From 15 to 10: subtract 5
  • From 10 to 5: subtract 5

The common difference here is d = −5. The sequence is going down by 5 each time. It is still an AP — the common difference just happens to be negative.

How to Find the Common Difference

To find d, subtract any term from the term that comes after it:

d=any termthe term before itd = \text{any term} - \text{the term before it}

Example: In the sequence 3, 7, 11, 15, ...

d=73=4(check: 117=4)d = 7 - 3 = 4 \quad \text{(check: } 11 - 7 = 4 ✓\text{)}

The General Structure of an AP

If the first term is called a and the common difference is d, then the terms of an AP look like this:

PositionTerm
1st termaa
2nd terma+da + d
3rd terma+2da + 2d
4th terma+3da + 3d
5th terma+4da + 4d

Notice the pattern: the nth term of an AP is:

nth term=a+(n1)d\boxed{n\text{th term} = a + (n-1)d}

This formula is very important. It lets you find any term in the sequence without listing every single one.

Example using the formula:

Find the 10th term of the AP: 5, 8, 11, 14, ...

Here, a=5a = 5 and d=3d = 3.

10th term=5+(101)×3=5+27=3210\text{th term} = 5 + (10 - 1) \times 3 = 5 + 27 = 32

Sign in to view full notes