Number patterns – Week 7 focus
Download the Lessonotes Mobile South Africa app for faster lesson access on Android and iPhone.
Subject: Mathematics
Class: Grade 11
Term: 1st Term
Week: 7
Theme: General lesson support
This page supports the lesson note with a companion video and a short classroom-ready summary.
For class groups and homework, share this lesson page so learners also get the summary, objectives, and full lesson context.
Number patterns are a fundamental building block in mathematics and are essential for understanding sequences, series, and functions. This week, we'll delve deeper into arithmetic and geometric sequences, focusing on deriving and applying formulas for the nth term and the sum of the first n terms. This topic is crucial because it allows us to model and predict various real-life phenomena, from compound interest on savings accounts to population growth. Understanding number patterns also enhances problem-solving skills applicable across various disciplines.
2.1 Arithmetic Sequences and Series An arithmetic sequence (also called an arithmetic progression) 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.
General Form: a, a+d, a+2d, a+3d, ... , where 'a' is the first term. nth term: The formula for the nth term (Tn) of an arithmetic sequence is given by: Tn = a + (n - 1)d Where: Tn = the nth term a = the first term n = the term number d = the common difference Why this formula works: Each term is built upon the previous term by adding the common difference. So, to get to the nth term, we start with the first term (a) and add the common difference (n-1) times.
Arithmetic Series: The sum of the terms in an arithmetic sequence is called an arithmetic series. The sum of the first n terms (Sn) of an arithmetic series is given by: Sn = n/2 [2a + (n - 1)d]* OR Sn = n/2 (a + l)* , where l is the last term (Tn)
Why this formula works: We pair the first and last terms, the second and second-to-last terms, and so on. Each pair sums to the same value (a + l). There are n/2 such pairs. The first formula expands the last term in the second formula.
Example 1: Arithmetic Sequence Consider the sequence: 2, 5, 8, 11, ... Is this an arithmetic sequence? Yes, because the difference between consecutive terms is constant (d = 3). Find the 10th term (T10).
Solution: a = 2, d = 3, n = 10 T10 = a + (n - 1)d = 2 + (10 - 1)3 = 2 + (9)3 = 2 + 27 = 29 Find the sum of the first 10 terms (S10).
Solution: a = 2, d = 3, n = 10 S10 = n/2 [2a + (n - 1)d] = 10/2 [2(2) + (10 - 1)3] = 5 [4 + 27] = 5 * 31 = 155 2.2 Geometric Sequences and Series A geometric sequence (also called a geometric progression) is a sequence of numbers where each term is found by multiplying the previous term by a constant value called the common ratio, denoted by r.
General Form: a, ar, ar^2, ar^3, ... , where 'a' is the first term. nth term: The formula for the nth term (Tn) of a geometric sequence is given by: Tn = a r^(n - 1)* Where: Tn = the nth term a = the first term n = the term number r = the common ratio Why this formula works: Each term is obtained by multiplying the previous term by the common ratio. To get to the nth term, we start with the first term (a) and multiply by 'r' (n-1) times.
Geometric Series: The sum of the terms in a geometric sequence is called a geometric series. The sum of the first n terms (Sn) of a geometric series is given by: Sn = a(r^n - 1) / (r - 1), where r ≠ 1 Why this formula works: This formula is derived using algebraic manipulation to eliminate most of the terms in the expanded sum. It efficiently calculates the sum without needing to add each term individually.
Example 2: Geometric Sequence Consider the sequence: 3, 6, 12, 24, ... Is this a geometric sequence? Yes, because the ratio between consecutive terms is constant (r = 2). Find the 8th term (T8).
Solution: a = 3, r = 2, n = 8 T8 = a r^(n - 1) = 3 2^(8 - 1) = 3 2^7 = 3 * 128 = 384 Find the sum of the first 8 terms (S8).
Solution: a = 3, r = 2, n = 8 S8 = a(r^n - 1) / (r - 1) = 3(2^8 - 1) / (2 - 1) = 3(256 - 1) / 1 = 3 255 = 765 2.3 Identifying Arithmetic vs. Geometric Sequences The key difference is how terms are generated: Arithmetic: Constant difference between consecutive terms (addition or subtraction).
Geometric: Constant ratio between consecutive terms (multiplication or division).
To determine the type of sequence: Calculate the difference between consecutive terms. If the difference is constant, it's arithmetic. If the difference isn't constant, calculate the ratio between consecutive terms. If the ratio is constant, it's geometric.
Example 3: Sequence A: 1, 4, 9, 16, ...
Differences: 3, 5, 7,...
Ratios: 4, 9/4, 16/9,... Neither arithmetic nor geometric (differences and ratios are not constant).
Sequence B: 10, 5, 0, -5, ...
Differences: -5, -5, -5,...
Ratios: 1/2, 0, -5/0... Arithmetic (constant difference of -5).
Sequence C: 2, 6, 18, 54, ...
Differences: 4, 12, 36,...
Ratios: 3, 3, 3,... Geometric (constant ratio of 3). Guided Practice (With Solutions)
Question 1: The first term of an arithmetic sequence is 5 and the common difference is
4. Find the 12th term and the sum of the first 12 terms.
Solution: Identify: Arithmetic Sequence Given: a = 5, d = 4, n = 12 T12 = a + (n - 1)d = 5 + (12 - 1)4 = 5 + 11 4 = 5 + 44 = 49 S12 = n/2 [2a + (n - 1)d] = 12/2 [2(5) + (12 - 1)4] = 6 [10 + 44] = 6 * 54 = 324 Question 2: The third term of a geometric sequence is 20 and the sixth term is
1
6
0. Find the first term and the common ratio.
Solution: Identify: Geometric Sequence Given: T3 = 20, T6 = 160 T3 = ar^2 = 20 T6 = ar^5 = 160 Divide T6 by T3: (ar^5) / (ar^2) = 160 / 20 => r^3 = 8 => r = 2 Substitute r = 2 into T3 = ar^2 = 20: a(2)^2 = 20 => 4a = 20 => a = 5 Therefore, the first term is 5 and the common ratio is
2. Question 3: Calculate the sum of the arithmetic series: 1 + 4 + 7 + ...