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
For a sequence to be an AP, the difference between consecutive terms must be constant:
Where \(d\) is the common difference, and \(T_n\) represents the \(n\)th term.
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\))
Determine if each sequence is an AP. If yes, find the common difference \(d\).
\(11-7 = 4\), \(15-11 = 4\), \(19-15 = 4\) ✓
AP with \(d = 4\)
\(6-3 = 3\), \(12-6 = 6\) ✗
NOT an AP (this is a geometric progression)
\(-2 – (-5) = 3\), \(1 – (-2) = 3\) ✓
AP with \(d = 3\)
\((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
Where:
- \(T_n\) = the nth term
- \(a\) = first term (\(T_1\))
- \(d\) = common difference
- \(n\) = term number
Find the 10th term of the AP: 3, 7, 11, 15, …
Which term of the AP 21, 18, 15, 12, … is -81?
Three Variables Formula
Given any three, you can find the fourth
Relationship Between Terms
Difference between terms m and n
Middle Term Property
Any term is the average of its neighbors
Part 3: Sum of n Terms of an AP
Calculating Series Sums
Formula 1: Using First Term
Use when: You know \(a\), \(n\), and \(d\)
Derivation: Sum = average × number of terms
Formula 2: Using First & Last Terms
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\).
Find the sum of the first 20 terms of the AP: 5, 9, 13, 17, …
Find the sum of the AP: 3, 7, 11, 15, …, 59
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\)
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\)
Part 4: Solving Problems with Unknowns
Working with Unknown Terms and Variables
Three Consecutive Terms
If \(p, q, r\) are consecutive terms of an AP:
The middle term is the average
Finding Missing Terms
Given \(T_m\) and \(T_n\), find \(d\):
Word Problems
Identify the AP in real situations:
• Installment payments
• Seating arrangements
• Daily savings patterns
The numbers \(2x-1\), \(x+4\), and \(3x+1\) are consecutive terms of an AP. Find \(x\) and the three terms.
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?
Part 5: CSEC Past Paper Questions
Exam-Style Questions
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.
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\)
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\)
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\)
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.
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\)
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
\(a = 4\), \(d = 3\), \(n = 15\)
\(T_{15} = 4 + (15-1)×3 = 4 + 14×3 = 4 + 42 = 46\)
Final answer: 46
\(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\)
\(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
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\)
\(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.
