📚 EduGen Library
Zambia Library / Teaching Notes

teaching-notes — Mathematics (Sequences and Series)

MathematicsGrade 11Teaching Notes
TOPIC: SEQUENCES AND SERIES SUBTOPIC: ARITHMETIC PROGRESSION SPECIFIC OUTCOMES: 1. Identify an arithmetic progression (AP) INTRODUCTION Sequences and series are fundamental concepts in mathematics that describe ordered lists of numbers and their sums, respectively. In this topic, we will explore a special type of sequence known as an arithmetic progression, which forms the basis for understanding patterns and relationships in many real-world scenarios. By the end of this section, you will be able to identify an arithmetic progression and understand its core characteristics. CORE CONCEPTS 1. SEQUENCES A sequence is an ordered list of numbers, often defined by a specific rule or pattern. Each number in the sequence is called a term. For example, 2, 4, 6, 8, ... is a sequence where each term is obtained by adding 2 to the previous term. 2. ARITHMETIC PROGRESSION (AP) An Arithmetic Progression (AP) is a sequence of numbers such that the difference between consecutive terms is constant. This constant difference is called the common difference, denoted by d. To identify an arithmetic progression, you check if the difference between any term and its preceding term is the same throughout the sequence. If T1, T2, T3, ..., Tn are terms in a sequence, then it is an AP if: T2 - T1 = T3 - T2 = ... = d (a constant) Worked Example 1: Identifying an AP and finding the common difference Determine if the following sequences are arithmetic progressions. If so, find the common difference. (a) 5, 8, 11, 14, ...
Solution
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, ...
Solution
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

ARITHMETIC PROGRESSION ON A NUMBER LINE

Worked Example 2: Finding a missing term in an AP If 3, x, 13 are three consecutive terms of an arithmetic progression, find the value of x.
Solution
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

✅ Check Your Understanding

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.
Answers
1. An Arithmetic Progression (AP) is a sequence of numbers where the difference between consecutive terms is constant.
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.
3. THE nth TERM OF AN ARITHMETIC PROGRESSION The nth term of an arithmetic progression, denoted by Tn, is the term at any given position n in the sequence. It can be found using a specific formula. Let a be the first term of an AP and d be its common difference. The terms of the AP can be written as: T1 = a T2 = a + d T3 = a + 2d T4 = a + 3d ... Notice that the coefficient of d is always one less than the term number. Therefore, the formula for the nth term is:
Formula for the nth Term of an AP
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, ...
Solution
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?
Solution
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

VISUALIZING ARITHMETIC PROGRESSION

Worked Example 5: Finding the first term and common difference The 5th term of an AP is 17 and the 9th term is 33. Find the first term (a) and the common difference (d).
Solution
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

✅ Check Your Understanding

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.
Answers
1. Tn = a + (n − 1)d. Where Tn is the nth term, a is the first term, n is the term number, and d is the common difference.
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.
4. ARITHMETIC MEAN The Arithmetic Mean of two numbers is the term that lies exactly halfway between them in an arithmetic progression. If A, B, C are three consecutive terms in an AP, then B is the arithmetic mean of A and C. The formula for the arithmetic mean (x) between two numbers (a and b) is: x = a + b2 Worked Example 6: Finding the arithmetic mean Find the arithmetic mean between 15 and 27.
Solution
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.
Solution
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

GRAPHICAL REPRESENTATION OF AN ARITHMETIC PROGRESSION

✅ Check Your Understanding

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.
Answers
1. The arithmetic mean of two numbers a and b is a + b2.
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).
SUMMARY An arithmetic progression (AP) is a sequence where the difference between consecutive terms is constant, known as the common difference (d). The nth term of an AP can be found using the formula Tn = a + (n − 1)d, where a is the first term and n is the term number. The arithmetic mean of two numbers is the number that lies exactly in the middle of them in an AP, calculated as the sum of the two numbers divided by two. Identifying APs and applying these formulas are crucial skills for solving problems involving sequences. ASSESSMENT QUESTIONS 1. Which of the following sequences is an arithmetic progression? [1 mark] (A) 1, 3, 6, 10, ... (B) 2, 6, 18, 54, ... (C) 10, 8, 6, 4, ... (D) 1, 4, 9, 16, ... 2. For the arithmetic progression 5, 12, 19, ..., find the common difference. [1 mark] 3. The first term of an AP is 7 and its common difference is 3. Find the 8th term. [2 marks] 4. If p, 13, 21 are three consecutive terms of an arithmetic progression, find the value of p. [2 marks] 5. The 4th term of an AP is 15 and the 10th term is 39. Find the first term (a) and the common difference (d). [3 marks] COMMON DIFFICULTIES & MISCONCEPTIONS • Confusing AP with GP: Learners often struggle to differentiate between arithmetic progressions (constant difference) and geometric progressions (constant ratio). Emphasize checking for addition/subtraction versus multiplication/division. • *Incorrectly applying the nth term formula: A common mistake is using n instead of (n − 1) in the formula Tn = a + (n − 1)d. Always remind learners that the common difference is added (n* − 1) times to the first term. • Sign errors with common difference: When the sequence is decreasing, the common difference will be negative. Learners sometimes forget the negative sign, leading to incorrect calculations. • Difficulty with simultaneous equations: Finding a and d when given two non-consecutive terms often requires solving simultaneous equations, which can be challenging for some learners. Practice with algebraic manipulation is key. • Misunderstanding arithmetic mean: Learners may confuse the arithmetic mean with other averages or with the common difference itself. Clarify that it is specifically the middle term when three terms are in AP. QUICK REFERENCE SUMMARY
Key Concepts: Arithmetic Progression
Definition A sequence where the difference between consecutive terms is constant (common difference, d).
Common Difference (d) d = TnTn-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

Want to create your own resources?

Sign up to generate lesson plans, study notes, tests and other CBC and OBC curriculum resources.

Sign Up Free