WAEC SSCE Further Mathematics
Study notes for Matrices and Linear Transformation — part of the WAEC SSCE Further Mathematics syllabus. 5 learning objectives with explanations and exam tips.
A recurrence series is a sequence where each term depends on the previous terms following a specific rule or formula. Instead of calculating terms independently, you use what came before to find what comes next. For example, if your first term is 2 and your rule says "multiply the previous term by 3," then your sequence becomes 2, 6, 18, 54, and so on.
Think of it like this: a trader in Lagos starts with ₦1,000 and reinvests all profits weekly by doubling his capital. Week one he has ₦2,000, week two ₦4,000, week three ₦8,000. Each week's amount depends directly on the previous week's amount.
Matrices help us solve these problems efficiently, especially when sequences get complicated. We can write recurrence relations using matrix equations that make calculations faster and clearer.
A matrix is simply a rectangular arrangement of numbers organized in rows and columns. Think of it like a school register where student names appear in rows and their scores in different subjects appear in columns. When you want to find a particular student's Mathematics score, you locate the correct row and column intersection.
Matrices help us solve problems involving multiple equations at once. For example, a supermarket in Lagos might use matrices to track inventory across three branches: quantities of rice, beans, and garri in each location. This organized display makes it easy to perform calculations and comparisons quickly.
Each number in a matrix is called an element, and we use subscripts to identify positions. A 3×2 matrix has three rows and two columns. Understanding matrix notation and organization is fundamental before attempting operations like addition, subtraction, or multiplication.
The determinant is a special number you calculate from a square matrix that tells you important information about that matrix. For a 2×2 matrix, the determinant is found by multiplying the diagonal elements and subtracting the product of the other diagonal. Think of it like this: if you're a trader in Lagos managing inventory using matrices, the determinant helps you know whether your system of supplies has a unique solution or not.
For a 3×3 matrix, the calculation involves breaking it down into smaller 2×2 matrices. The determinant has crucial uses—it tells you if a matrix has an inverse, and it represents the scaling factor when a matrix transforms area or volume in geometry.
When the determinant equals zero, the matrix is singular, meaning it has no inverse. This is critical information during transformations. Understanding determinants is foundational for solving simultaneous equations using matrices.
The inverse of a matrix works like finding the opposite operation. If a matrix A transforms something, its inverse A⁻¹ undoes that transformation. For a 2 × 2 matrix, finding the inverse requires a simple formula.
For matrix A = [[a, b], [c, d]], the inverse is A⁻¹ = (1/determinant) × [[d, -b], [-c, a]]. The determinant equals ad - bc. Think of it like reversing a transaction—if a bank applies a matrix transformation to your account, the inverse brings you back to where you started.
This concept appears in real Nigerian situations like computer graphics transformations or electrical circuit calculations. The matrix must have a non-zero determinant, otherwise no inverse exists.
A linear transformation is a mathematical operation that changes the position, size, or shape of objects using matrices. Think of it like using a photocopying machine—you input an original image (vector) and get a transformed output. The transformation must satisfy two rules: if you add vectors before transforming, it's the same as transforming them separately then adding; and scaling a vector before transforming gives the same result as transforming first then scaling.
Consider a real-life example: when the Nigerian Bureau of Statistics scales population data from one region to create a national projection, they're applying a linear transformation. The original data vector gets multiplied by a transformation matrix to produce new results. In your exam questions, you'll typically multiply a matrix by a vector or find the matrix that represents a specific transformation like rotation or reflection.