| Given: | Sequence: 5, 8, 11, 14, ... |
| Find: | If it is an AP and the common difference d. |
| Steps: |
Calculate the difference between consecutive terms: T2 - T1 = 8 - 5 = 3 T3 - T2 = 11 - 8 = 3 T4 - T3 = 14 - 11 = 3 |
| Answer: | Since the difference is constant (3), the sequence is an Arithmetic Progression with a common difference d = 3. |
Worked Example: Identifying an AP and its common difference
(b) 2, 4, 8, 16, ...| Given: | Sequence: 2, 4, 8, 16, ... |
| Find: | If it is an AP and the common difference d. |
| Steps: |
Calculate the difference between consecutive terms: T2 - T1 = 4 - 2 = 2 T3 - T2 = 8 - 4 = 4 T4 - T3 = 16 - 8 = 8 |
| Answer: | Since the difference between consecutive terms is not constant (2, 4, 8), the sequence is NOT an Arithmetic Progression. |
Worked Example: Identifying a non-AP sequence
ARITHMETIC PROGRESSION ON A NUMBER LINE |
| Given: | Consecutive terms of an AP: 3, x, 13 |
| Find: | Value of x. |
| Formula: | For an AP, the common difference (d) between any two consecutive terms is the same. So, T2 - T1 = T3 - T2 |
| Substitute: | x - 3 = 13 - x |
| Solve: |
Add x to both sides: x + x - 3 = 13 2x - 3 = 13 Add 3 to both sides: 2x = 13 + 3 2x = 16 Divide by 2: x = 162 |
| Answer: | x = 8 |
Worked Example: Finding a missing term in an AP
Pause here. Let learners attempt these before moving on.
| 1. Quick Recall [1 mark] | Define an Arithmetic Progression (AP). |
| 2. Apply the Concept [3 marks] | Determine if the sequence 10, 7, 4, 1, ... is an AP. If it is, find its common difference. |
| 3. Misconception Check | True or False: A sequence can be an AP even if the difference between T2 and T1 is different from the difference between T3 and T2. Justify your answer. |
2. Given: Sequence 10, 7, 4, 1, ...
Find: If it is an AP and the common difference d.
Steps:
T2 - T1 = 7 - 10 = -3
T3 - T2 = 4 - 7 = -3
T4 - T3 = 1 - 4 = -3
Answer: Since the difference is constant (-3), the sequence is an Arithmetic Progression with a common difference d = -3.
3. False. For a sequence to be an AP, the common difference must be constant throughout the entire sequence. If the differences between consecutive terms vary, it is not an AP. Common error: Learners sometimes only check the first difference and assume it applies to the whole sequence.
| Tn = a + (n − 1)d |
|
Where: • Tn = the nth term • a = the first term • n = the term number (position of the term) • d = the common difference |
Figure: Formula for the nth term of an Arithmetic Progression
Worked Example 3: Finding a specific term Find the 10th term of the arithmetic progression 2, 5, 8, ...| Given: | AP: 2, 5, 8, ... | n = 10 |
| Find: | T10 = ? |
| First find a and d: |
a = 2 (the first term) d = T2 - T1 = 5 - 2 = 3 |
| Formula: | Tn = a + (n − 1)d |
| Substitute: | T10 = 2 + (10 − 1)3 T10 = 2 + (9)3 T10 = 2 + 27 |
| Answer: | T10 = 29 |
Worked Example: Calculating the nth term of an AP
Worked Example 4: Finding the number of terms The first term of an AP is 3, and the common difference is 4. If the last term is 51, how many terms are in the sequence?| Given: | a = 3 | d = 4 | Tn = 51 |
| Find: | n = ? |
| Formula: | Tn = a + (n − 1)d |
| Substitute: | 51 = 3 + (n − 1)4 |
| Solve: |
51 = 3 + 4n - 4 51 = 4n - 1 Add 1 to both sides: 51 + 1 = 4n 52 = 4n Divide by 4: n = 524 |
| Answer: | n = 13. There are 13 terms in the sequence. |
Worked Example: Finding the number of terms in an AP
VISUALIZING ARITHMETIC PROGRESSION |
| Given: | T5 = 17 | T9 = 33 |
| Find: | a = ? | d = ? |
| Formula: | Tn = a + (n − 1)d |
| Formulate Equations: |
For T5: a + (5 − 1)d = 17 → a + 4d = 17 (Equation 1) For T9: a + (9 − 1)d = 33 → a + 8d = 33 (Equation 2) |
| Solve Simultaneously: |
Subtract Equation 1 from Equation 2: (a + 8d) - (a + 4d) = 33 - 17 4d = 16 d = 164 d = 4 Substitute d = 4 into Equation 1: a + 4(4) = 17 a + 16 = 17 a = 17 - 16 a = 1 |
| Answer: | The first term a = 1 and the common difference d = 4. |
Worked Example: Finding the first term and common difference using simultaneous equations
Pause here. Let learners attempt these before moving on.
| 1. Quick Recall [1 mark] | State the formula for the nth term of an AP, clearly defining all variables. |
| 2. Apply the Concept [3 marks] | An AP has a first term of 10 and a common difference of 5. Find its 15th term. |
| 3. Misconception Check | A student calculates the 6th term of an AP with a = 3 and d = 2 as T6 = 3 + 6(2) = 15. Identify the error in their calculation. |
2. Given: a = 10, d = 5, n = 15
Find: T15 = ?
Formula: Tn = a + (n − 1)d
Substitute: T15 = 10 + (15 − 1)5 = 10 + (14)5 = 10 + 70
Answer: T15 = 80
3. The error is in using n instead of (n − 1) in the formula. The correct calculation should be T6 = 3 + (6 − 1)2 = 3 + (5)2 = 3 + 10 = 13. Common error: Learners often forget to subtract 1 from n in the formula.
| Given: | a = 15 | b = 27 |
| Find: | Arithmetic Mean = ? |
| Formula: | Arithmetic Mean = a + b2 |
| Substitute: | Arithmetic Mean = 15 + 272 Arithmetic Mean = 422 |
| Answer: | Arithmetic Mean = 21 |
Worked Example: Calculating the arithmetic mean
Worked Example 7: Inserting arithmetic means Insert three arithmetic means between 8 and 24.| Given: | First term = 8, Last term = 24. Three arithmetic means to be inserted. |
| Find: | The three arithmetic means. |
| Steps: |
Let the three means be x1, x2, x3. The sequence becomes 8, x1, x2, x3, 24. Here, a = 8. Since there are 3 means + 2 end terms, the total number of terms n = 5. The last term, T5 = 24. |
| Formula: | Tn = a + (n − 1)d |
| Substitute to find d: |
T5 = 8 + (5 − 1)d 24 = 8 + 4d 24 - 8 = 4d 16 = 4d d = 164 d = 4 |
| Calculate means: |
x1 = a + d = 8 + 4 = 12 x2 = a + 2d = 8 + 2(4) = 8 + 8 = 16 x3 = a + 3d = 8 + 3(4) = 8 + 12 = 20 |
| Answer: | The three arithmetic means are 12, 16, and 20. The complete sequence is 8, 12, 16, 20, 24. |
Worked Example: Inserting arithmetic means
GRAPHICAL REPRESENTATION OF AN ARITHMETIC PROGRESSION |
Pause here. Let learners attempt these before moving on.
| 1. Quick Recall [1 mark] | What is the arithmetic mean of two numbers a and b? |
| 2. Apply the Concept [3 marks] | Insert two arithmetic means between 7 and 22. |
| 3. Misconception Check | True or False: The arithmetic mean of 10 and 20 is the same as the common difference of the AP: 10, 15, 20. Justify your answer. |
2. Given: a = 7, T4 = 22 (since 2 means are inserted, total terms = 4).
Find: The two arithmetic means.
Formula: Tn = a + (n − 1)d
Substitute: T4 = 7 + (4 − 1)d → 22 = 7 + 3d → 15 = 3d → d = 5.
Means: x1 = 7 + 5 = 12, x2 = 12 + 5 = 17.
Answer: The two arithmetic means are 12 and 17.
3. False. The arithmetic mean of 10 and 20 is 10 + 202 = 15. The common difference of the AP 10, 15, 20 is 15 - 10 = 5. These values are different. Common error: Learners confuse the arithmetic mean (the middle term) with the common difference (the step between terms).
| Definition | A sequence where the difference between consecutive terms is constant (common difference, d). |
| Common Difference (d) | d = Tn − Tn-1 |
| nth Term Formula | Tn = a + (n − 1)d |
| Arithmetic Mean | For two numbers a and b: a + b2 |
Figure: Summary of key concepts for Arithmetic Progression