WAEC SSCE Further Mathematics
Study notes for Sequences and Series — part of the WAEC SSCE Further Mathematics syllabus. 6 learning objectives with explanations and exam tips.
When we talk about simple arrangements, we're looking at how to organize or order objects in different ways. Think of it like arranging students in a school assembly line – the order matters because position one is different from position two.
In mathematics, this connects to permutations, where we count how many ways we can arrange things. For example, if your school has three students – Chioma, Bola, and Ada – competing for first, second, and third positions in a race, there are six possible arrangements: CBA, CAB, BCA, BAC, ACB, and ABC. Each arrangement is unique.
The key principle is that when you have n objects to arrange in n positions, the total number of arrangements equals n factorial (n!). So three students give us 3! = 3 × 2 × 1 = 6 arrangements.
This concept builds your understanding of how sequences form and helps solve complex counting problems in exams.
The binomial expansion of (a + b)^n helps us expand brackets with large powers without multiplying repeatedly. When n is a fraction or negative number, we use the approximation (1+x)^n ≈ 1+nx, which works perfectly when x is very small.
Think of it like this: imagine you're calculating compound interest on your savings at the bank. If you have ₦100,000 and earn 2% interest yearly, finding the amount after several years involves expressions like (1.02)^n. Rather than calculating the full expansion, this approximation gives you a quick, accurate answer.
The key requirement is that x must be sufficiently small—typically less than 0.1. For example, calculating (0.998)^(1/3) becomes straightforward: rewrite it as (1-0.002)^(1/3) ≈ 1 + (1/3)(-0.002) = 0.9993 (approximately).
A sequence is simply a list of numbers arranged in a specific order, following a pattern. Finite sequences have a definite end point—they stop at a particular term. For example, if you save ₦500 on day 1, ₦1000 on day 2, and ₦1500 on day 3, stopping after day 5, that's a finite sequence because it ends. Infinite sequences continue forever without stopping. Think of the sequence 1, 2, 3, 4, 5… which goes on indefinitely.
The key difference lies in whether the sequence terminates or not. When solving problems, always identify which type you're dealing with, as it affects how you approach the question. Finite sequences typically ask for the last term or sum of all terms, while infinite sequences often explore what happens as terms approach infinity, especially in convergence questions.
A sequence is simply a list of numbers that follow a pattern. In an Arithmetic Progression (A.P.), the difference between consecutive terms stays constant. For example, if you save ₦1,000 every week (1000, 2000, 3000, 4000...), that's an A.P. with common difference 1,000. To find any term, use: Tₙ = a + (n-1)d, where a is the first term and d is the common difference.
In a Geometric Progression (G.P.), each term is multiplied by the same number. If a bacteria population doubles daily (1, 2, 4, 8, 16...), that's a G.P. with common ratio 2. The formula is: Tₙ = arⁿ⁻¹, where r is the common ratio.
A series is simply the sum of terms in a sequence. When you add up a limited number of terms, that's a finite series. For example, if you save ₦500 in week one, ₦1000 in week two, and ₦1500 in week three, then add all three amounts together (₦3000 total), you've calculated a finite series.
An infinite series, on the other hand, continues forever without stopping. Imagine the same savings pattern continuing indefinitely—theoretically adding ₦500 more each week for eternity. Some infinite series approach a specific value (we say they converge), while others grow without limit and diverge.
The key difference matters because finite series always have a definite sum you can calculate, but infinite series need special techniques to determine if they settle at a value or not.
A sequence is simply a list of numbers following a pattern, while a series is the sum of those numbers. Think of it like saving money: if you save ₦100 on day one, ₦200 on day two, and ₦300 on day three, that's an arithmetic progression. The sum of all your savings is the arithmetic series.
For arithmetic progressions (A.P.), use the formula Sₙ = n/2(2a + (n-1)d), where a is the first term and d is the common difference. Geometric progressions (G.P.) work differently—if each term multiplies by a fixed number, like a bacteria population doubling daily. The sum formula is Sₙ = a(rⁿ - 1)/(r - 1), where r is the common ratio.
Understanding which formula applies is crucial. A.P. questions often involve savings or salary increases, while G.P. appears in population growth or compound interest problems.