Arithmetic Progressions (AP)

CSEC Additional Mathematics Essential Knowledge: Arithmetic Progressions (AP) are sequences where each term differs from the previous one by a constant amount. Understanding AP is fundamental for solving problems involving linear patterns, calculating sums of series, and modeling real-world situations with constant rates of change. Mastery of AP formulas is crucial for success in sequences and series questions.

Key Concept: An Arithmetic Progression (AP) is a sequence of numbers where the difference between consecutive terms is constant. This constant difference is called the “common difference” (denoted by \(d\)). If \(a\) is the first term, then the sequence is: \(a, a+d, a+2d, a+3d, \ldots\)

Part 1: Recognizing Arithmetic Progressions

🔍

Identifying AP Sequences

📏
The Common Difference Test

For a sequence to be an AP, the difference between consecutive terms must be constant:

\(d = T_2 – T_1 = T_3 – T_2 = T_4 – T_3 = \cdots\)

Where \(d\) is the common difference, and \(T_n\) represents the \(n\)th term.

\(a\)
\(a+d\)
\(a+2d\)
\(a+3d\)

Example: AP Sequence

Sequence: 2, 5, 8, 11, 14, …

\(d = 5-2 = 3\)

\(d = 8-5 = 3\) ✓

\(d = 11-8 = 3\) ✓

Constant difference: This is an AP with \(d = 3\)

Example: NOT an AP

Sequence: 1, 4, 9, 16, 25, …

\(4-1 = 3\)

\(9-4 = 5\) ✗

\(16-9 = 7\) ✗

Different differences: This is NOT an AP (it’s squares: \(1^2, 2^2, 3^2, \ldots\))

📝 Example 1: Identifying AP and Finding Common Difference

Determine if each sequence is an AP. If yes, find the common difference \(d\).

(a)
7, 11, 15, 19, 23, …
\(11-7 = 4\), \(15-11 = 4\), \(19-15 = 4\) ✓
AP with \(d = 4\)
(b)
3, 6, 12, 24, 48, …
\(6-3 = 3\), \(12-6 = 6\) ✗
NOT an AP (this is a geometric progression)
(c)
-5, -2, 1, 4, 7, …
\(-2 – (-5) = 3\), \(1 – (-2) = 3\) ✓
AP with \(d = 3\)
(d)
\(x, x+3, x+6, x+9, …\)
\((x+3)-x = 3\), \((x+6)-(x+3) = 3\) ✓
AP with \(d = 3\)

Key Insight: The common difference \(d\) can be positive (increasing sequence), negative (decreasing sequence), or zero (constant sequence). All are valid arithmetic progressions!

Part 2: The nth Term Formula

📐

Finding Any Term in an AP

🎯
The General Term Formula
\(T_n = a + (n-1)d\)

Where:

  • \(T_n\) = the nth term
  • \(a\) = first term (\(T_1\))
  • \(d\) = common difference
  • \(n\) = term number
\(a\)
Term 1
\(a+d\)
Term 2
\(a+2d\)
Term 3
\(a+3d\)
Term 4
\(a+(n-1)d\)
Term \(n\)
📝 Example 2: Finding Specific Terms

Find the 10th term of the AP: 3, 7, 11, 15, …

1
Identify \(a = 3\) (first term)
2
Find \(d = 7-3 = 4\)
3
Use formula: \(T_n = a + (n-1)d\)
4
For \(n = 10\): \(T_{10} = 3 + (10-1)×4\)
5
Calculate: \(T_{10} = 3 + 9×4 = 3 + 36 = 39\)
6
Answer: The 10th term is 39
📝 Example 3: Finding Term Number

Which term of the AP 21, 18, 15, 12, … is -81?

1
Identify \(a = 21\), \(d = 18-21 = -3\)
2
We want \(T_n = -81\)
3
Use formula: \(-81 = 21 + (n-1)×(-3)\)
4
Simplify: \(-81 = 21 – 3(n-1)\)
5
Rearrange: \(-81 – 21 = -3(n-1)\)
6
\(-102 = -3(n-1)\)
7
Divide by -3: \(34 = n-1\)
8
\(n = 35\)
9
Answer: -81 is the 35th term

Three Variables Formula

\(T_n = a + (n-1)d\)

Given any three, you can find the fourth

Relationship Between Terms

\(T_n – T_m = (n-m)d\)

Difference between terms m and n

Middle Term Property

\(T_k = \frac{T_{k-1} + T_{k+1}}{2}\)

Any term is the average of its neighbors

Part 3: Sum of n Terms of an AP

Calculating Series Sums

💰
The Sum Formulas

Formula 1: Using First Term

\(S_n = \frac{n}{2}[2a + (n-1)d]\)

Use when: You know \(a\), \(n\), and \(d\)

Derivation: Sum = average × number of terms

Formula 2: Using First & Last Terms

\(S_n = \frac{n}{2}(a + l)\)

Use when: You know \(a\), \(l\) (last term), and \(n\)

Logic: Average of first and last terms × number of terms

Historical Insight: The formula \(S_n = \frac{n}{2}(a + l)\) is attributed to the mathematician Carl Friedrich Gauss, who as a child supposedly discovered it when asked to sum numbers from 1 to 100. He realized that \(1+100 = 101\), \(2+99 = 101\), etc., giving 50 pairs of 101, so the sum is \(50 × 101 = 5050\).

📝 Example 4: Finding Sum of Terms

Find the sum of the first 20 terms of the AP: 5, 9, 13, 17, …

1
Identify: \(a = 5\), \(d = 9-5 = 4\), \(n = 20\)
2
Use formula: \(S_n = \frac{n}{2}[2a + (n-1)d]\)
3
Substitute: \(S_{20} = \frac{20}{2}[2×5 + (20-1)×4]\)
4
Simplify: \(S_{20} = 10[10 + 19×4]\)
5
Calculate: \(S_{20} = 10[10 + 76] = 10 × 86 = 860\)
6
Answer: Sum of first 20 terms is 860
📝 Example 5: Using Both Formulas

Find the sum of the AP: 3, 7, 11, 15, …, 59

Method 1

Using first and last terms:

\(a = 3\), \(l = 59\), need \(n\) first

Find \(n\): \(59 = 3 + (n-1)×4\) ⇒ \(56 = 4(n-1)\) ⇒ \(n-1 = 14\) ⇒ \(n = 15\)

\(S_{15} = \frac{15}{2}(3 + 59) = \frac{15}{2} × 62 = 15 × 31 = 465\)

Method 2

Using first term and common difference:

\(a = 3\), \(d = 4\), \(n = 15\)

\(S_{15} = \frac{15}{2}[2×3 + (15-1)×4] = \frac{15}{2}[6 + 56] = \frac{15}{2} × 62 = 465\)

Both methods give the same answer: 465

Part 4: Solving Problems with Unknowns

Working with Unknown Terms and Variables

🧩
Common Problem Types

Three Consecutive Terms

If \(p, q, r\) are consecutive terms of an AP:

\(q = \frac{p + r}{2}\)

The middle term is the average

Finding Missing Terms

Given \(T_m\) and \(T_n\), find \(d\):

\(d = \frac{T_n – T_m}{n – m}\)

Word Problems

Identify the AP in real situations:

• Installment payments

• Seating arrangements

• Daily savings patterns

📝 Example 6: Three Terms in AP

The numbers \(2x-1\), \(x+4\), and \(3x+1\) are consecutive terms of an AP. Find \(x\) and the three terms.

1
For consecutive terms \(a, b, c\) in AP: \(b = \frac{a + c}{2}\)
2
So: \(x+4 = \frac{(2x-1) + (3x+1)}{2}\)
3
Simplify numerator: \(x+4 = \frac{5x}{2}\)
4
Multiply by 2: \(2(x+4) = 5x\)
5
Expand: \(2x+8 = 5x\)
6
Solve: \(8 = 3x\) ⇒ \(x = \frac{8}{3}\)
7
Find terms: \(2x-1 = 2(\frac{8}{3})-1 = \frac{16}{3}-1 = \frac{13}{3}\)
8
\(x+4 = \frac{8}{3}+4 = \frac{8}{3}+\frac{12}{3} = \frac{20}{3}\)
9
\(3x+1 = 3(\frac{8}{3})+1 = 8+1 = 9 = \frac{27}{3}\)
10
Answer: \(x = \frac{8}{3}\), terms are \(\frac{13}{3}, \frac{20}{3}, \frac{27}{3}\)
Check: \(\frac{20}{3} – \frac{13}{3} = \frac{7}{3}\), \(\frac{27}{3} – \frac{20}{3} = \frac{7}{3}\) ✓ Common difference \(d = \frac{7}{3}\)
📝 Example 7: Word Problem – Seating Arrangement

In a theater, the first row has 15 seats, the second row has 18 seats, the third row has 21 seats, and so on in arithmetic progression. If there are 30 rows, how many seats are in the theater?

1
Identify AP: 15, 18, 21, … with \(a = 15\), \(d = 3\)
2
We need total seats for \(n = 30\) rows
3
Find last term: \(T_{30} = 15 + (30-1)×3 = 15 + 87 = 102\) seats in last row
4
Use sum formula: \(S_{30} = \frac{30}{2}(15 + 102) = 15 × 117 = 1755\)
5
Answer: The theater has 1755 seats

Part 5: CSEC Past Paper Questions

📚

Exam-Style Questions

CSEC May/June 2019 Paper 2

Question: The first three terms of an arithmetic progression are \(3x – 2\), \(4x + 3\), and \(6x – 1\).

(a) Find the value of \(x\).

(b) Hence, find the common difference of the progression.

(c) Calculate the sum of the first 15 terms of the progression.

(a)

For consecutive terms in AP: middle term = average of neighbors

\(4x + 3 = \frac{(3x-2) + (6x-1)}{2}\)

\(4x + 3 = \frac{9x – 3}{2}\)

Multiply by 2: \(8x + 6 = 9x – 3\)

\(6 + 3 = 9x – 8x\)

\(x = 9\)

(b)

Terms with \(x = 9\): \(3(9)-2 = 25\), \(4(9)+3 = 39\), \(6(9)-1 = 53\)

Common difference \(d = 39 – 25 = 14\) (or \(53 – 39 = 14\))

So \(d = 14\)

(c)

First term \(a = 25\), \(d = 14\), \(n = 15\)

\(S_{15} = \frac{15}{2}[2×25 + (15-1)×14]\)

\(= \frac{15}{2}[50 + 14×14] = \frac{15}{2}[50 + 196]\)

\(= \frac{15}{2} × 246 = 15 × 123 = 1845\)

CSEC January 2018 Paper 2

Question: The sum of the first \(n\) terms of an arithmetic progression is given by \(S_n = 3n^2 + 5n\).

(a) Find the first term and the common difference.

(b) Find the 10th term of the progression.

(a)

First term \(a = S_1 = 3(1)^2 + 5(1) = 3 + 5 = 8\)

\(S_2 = 3(2)^2 + 5(2) = 12 + 10 = 22\)

Second term \(T_2 = S_2 – S_1 = 22 – 8 = 14\)

Common difference \(d = T_2 – T_1 = 14 – 8 = 6\)

Answer: \(a = 8\), \(d = 6\)

(b)

Method 1: Using nth term formula

\(T_{10} = a + (10-1)d = 8 + 9×6 = 8 + 54 = 62\)

Method 2: Using sum formula

\(S_{10} = 3(10)^2 + 5(10) = 300 + 50 = 350\)

\(S_9 = 3(9)^2 + 5(9) = 243 + 45 = 288\)

\(T_{10} = S_{10} – S_9 = 350 – 288 = 62\)

Answer: 10th term = 62

Quiz: Test Your Understanding

Arithmetic Progressions Quiz
Question 1: Find the 15th term of the AP: 4, 7, 10, 13, …
Answer:
\(a = 4\), \(d = 3\), \(n = 15\)
\(T_{15} = 4 + (15-1)×3 = 4 + 14×3 = 4 + 42 = 46\)
Final answer: 46
Question 2: The 5th term of an AP is 17 and the 9th term is 33. Find the first term and common difference.
Answer:
\(T_5 = a + 4d = 17\)
\(T_9 = a + 8d = 33\)
Subtract: \((a+8d) – (a+4d) = 33 – 17\)
\(4d = 16\) ⇒ \(d = 4\)
Substitute: \(a + 4(4) = 17\) ⇒ \(a + 16 = 17\) ⇒ \(a = 1\)
Final answer: \(a = 1\), \(d = 4\)
Question 3: Find the sum of the first 25 terms of the AP: 2, 5, 8, 11, …
Answer:
\(a = 2\), \(d = 3\), \(n = 25\)
\(S_{25} = \frac{25}{2}[2×2 + (25-1)×3]\)
\(= \frac{25}{2}[4 + 24×3] = \frac{25}{2}[4 + 72]\)
\(= \frac{25}{2} × 76 = 25 × 38 = 950\)
Final answer: 950
Question 4: The numbers \(x-3\), \(2x\), and \(x+9\) are consecutive terms of an AP. Find \(x\) and the common difference.
Answer:
For AP: middle term = average
\(2x = \frac{(x-3) + (x+9)}{2}\)
\(2x = \frac{2x + 6}{2}\)
Multiply by 2: \(4x = 2x + 6\)
\(2x = 6\) ⇒ \(x = 3\)
Terms: \(0, 6, 12\)
Common difference \(d = 6 – 0 = 6\)
Final answer: \(x = 3\), \(d = 6\)
Question 5: How many terms of the AP 5, 9, 13, 17, … must be taken to give a sum of 275?
Answer:
\(a = 5\), \(d = 4\), \(S_n = 275\)
\(S_n = \frac{n}{2}[2×5 + (n-1)×4] = 275\)
\(\frac{n}{2}[10 + 4n – 4] = 275\)
\(\frac{n}{2}[4n + 6] = 275\)
\(n(2n + 3) = 275\)
\(2n^2 + 3n – 275 = 0\)
Solve quadratic: \(n = \frac{-3 \pm \sqrt{9 + 2200}}{4} = \frac{-3 \pm \sqrt{2209}}{4}\)
\(\sqrt{2209} = 47\)
\(n = \frac{-3 + 47}{4} = \frac{44}{4} = 11\) (positive solution)
Final answer: 11 terms

🎯 Key Concepts Summary

  • Definition: AP = sequence with constant difference between terms
  • Common Difference: \(d = T_{n} – T_{n-1}\) (constant for all \(n\))
  • nth Term Formula: \(T_n = a + (n-1)d\)
  • Sum Formulas:
    • \(S_n = \frac{n}{2}[2a + (n-1)d]\)
    • \(S_n = \frac{n}{2}(a + l)\) where \(l\) = last term
  • Important Properties:
    • Three terms \(p, q, r\) in AP: \(q = \frac{p + r}{2}\)
    • \(T_n – T_m = (n-m)d\)
    • If \(S_n = An^2 + Bn\), then \(a = A + B\), \(d = 2A\)
  • Common CSEC Question Types:
    • Find specific term using \(T_n\) formula
    • Find number of terms given conditions
    • Calculate sum of terms
    • Solve for unknowns when terms are in AP
    • Word problems involving AP
  • Exam Strategy:
    • Always identify \(a\) and \(d\) first
    • Choose the most efficient sum formula based on given information
    • For word problems, translate to AP terms carefully
    • Check your answer by verifying with the AP definition
    • Show all steps for full method marks

CSEC Exam Strategy: When solving AP problems: (1) Write down what you know: \(a = ?\), \(d = ?\), \(n = ?\), \(T_n = ?\), \(S_n = ?\). (2) Choose the correct formula based on what’s given and what’s asked. (3) For sum problems, if you know first and last terms, use \(S_n = \frac{n}{2}(a + l)\)—it’s often quicker. (4) For “three terms in AP” problems, use the property that the middle term is the average of its neighbors. (5) Always check if your answer makes sense in context.

Scroll to Top