Note for teachers using this lesson plan
This lesson plan introduces students to the concept of matrices as tools for linear transformations and the calculation of determinants. Ensure students have a foundational understanding of basic matrix operations before this lesson. Guide them through the examples step-by-step, emphasizing the visual interpretation of transformations and the computational process for determinants. By the end, students should be able to apply matrices to simple transformations and accurately calculate determinants for 2×2 and 3×3 matrices.
Class: SS 3
Term: First Term
Week: 5
Age: 16 years
Duration: 45 minutes
Subject: Further Mathematics
Curriculum Theme: Algebra and Number Theory
Previous Lesson: Area Under Curves and the Trapezoidal Rule
Topic: MATRICES AND DETERMINANTS
Subject Matter: Matrices as linear transformations; Determinants
Specific Objectives
By the end of the lesson, pupils/students should be able to:
Cognitive Domain
- Define a linear transformation in the context of matrices.
- Identify matrices that represent common linear transformations like rotation, reflection, and scaling.
- Calculate the determinant of a 2×2 matrix.
- Calculate the determinant of a 3×3 matrix.
- Explain the significance of a determinant in relation to area/volume scaling and matrix invertibility.
Affective Domain
- Appreciate the application of matrices in geometry and other fields.
- Participate actively in solving problems involving matrices and determinants.
Psychomotor Domain
- Demonstrate the application of transformation matrices to given points or shapes.
- Accurately solve problems involving the calculation of determinants.
Reference Materials
The following resources were used in planning this lesson:
- 2014 9 Years Basic Education Curriculum
- Relevant State Unified Scheme of Work
- A suitable textbook
- FCT ERC/NAPPS Scheme of work
Instructional Materials
The teacher will teach this lesson with the aid of:
- Charts showing different types of matrices and their effects on geometric shapes.
- Whiteboard and markers.
- Graph paper for illustrating transformations.
- Calculators (optional, for checking complex determinant calculations).
Rationale for the Lesson
This lesson is essential as it connects abstract matrix algebra to practical geometric transformations, providing a visual understanding of matrix operations. Understanding determinants is fundamental for solving systems of linear equations, finding inverse matrices, and comprehending the scaling effects of transformations, which are critical concepts in advanced mathematics and various scientific fields.
Prerequisite/Previous Knowledge
Students should have prior knowledge of basic matrix operations such as addition, subtraction, and multiplication of matrices, as well as an understanding of coordinate geometry and basic geometric transformations from earlier mathematics classes.
Lesson Content/Board Summary
MATRICES AND DETERMINANTS
Matrices as Linear Transformations
A linear transformation is a function that maps vectors from one vector space to another, preserving vector addition and scalar multiplication. In two or three dimensions, these transformations can be represented by matrices, which act on position vectors to move or reshape geometric figures.
Common linear transformations include:
- Rotation: Turning a figure about a fixed point (origin).
- Reflection: Flipping a figure across a line (e.g., x-axis, y-axis, y=x).
- Scaling (Dilation): Enlarging or shrinking a figure by a scale factor.
- Shear: Distorting a figure by shifting points in one direction proportional to their distance from a fixed line.
For a point ((x, y)) in a 2D plane, its transformed coordinates ((x’, y’)) after a linear transformation by a (2 times 2) matrix (begin{pmatrix} a & b c & d end{pmatrix}) are given by:
(begin{pmatrix} x’ y’ end{pmatrix} = begin{pmatrix} a & b c & d end{pmatrix} begin{pmatrix} x y end{pmatrix})
Example of a Transformation Matrix (Scaling)
To scale a point ((x, y)) by a factor of 2, the transformation matrix is (begin{pmatrix} 2 & 0 0 & 2 end{pmatrix}).
If a point is ((3, 4)), its transformed point is:
(begin{pmatrix} x’ y’ end{pmatrix} = begin{pmatrix} 2 & 0 0 & 2 end{pmatrix} begin{pmatrix} 3 4 end{pmatrix} = begin{pmatrix} (2 times 3) + (0 times 4) (0 times 3) + (2 times 4) end{pmatrix} = begin{pmatrix} 6 8 end{pmatrix})
The point ((3, 4)) is transformed to ((6, 8)).
Determinants
The determinant is a scalar value that can be computed from the elements of a square matrix. It provides important information about the matrix, such as whether the matrix is invertible and how the transformation associated with the matrix scales area or volume.
Determinant of a 2×2 Matrix
For a (2 times 2) matrix (A = begin{pmatrix} a & b c & d end{pmatrix}), the determinant, denoted as (text{det}(A)) or (|A|), is calculated as:
(|A| = ad – bc)
Example 1
Question: Find the determinant of the matrix (A = begin{pmatrix} 3 & 2 1 & 4 end{pmatrix}).
Solution:
Step 1: Identify the elements (a, b, c, d).
(a = 3, b = 2, c = 1, d = 4)
Step 2: Apply the formula (ad – bc).
(|A| = (3 times 4) – (2 times 1))
(|A| = 12 – 2)
Step 3: Simplify to get the answer.
(|A| = 10)
Answer: (10)
Determinant of a 3×3 Matrix
For a (3 times 3) matrix (A = begin{pmatrix} a & b & c d & e & f g & h & i end{pmatrix}), the determinant is calculated using the cofactor expansion method:
(|A| = a(ei – fh) – b(di – fg) + c(dh – eg))
This expands to:
(|A| = a begin{vmatrix} e & f h & i end{vmatrix} – b begin{vmatrix} d & f g & i end{vmatrix} + c begin{vmatrix} d & e g & h end{vmatrix})
Example 2
Question: Find the determinant of the matrix (B = begin{pmatrix} 1 & 2 & 3 4 & 5 & 6 7 & 8 & 9 end{pmatrix}).
Solution:
Step 1: Apply the cofactor expansion formula.
(|B| = 1 begin{vmatrix} 5 & 6 8 & 9 end{vmatrix} – 2 begin{vmatrix} 4 & 6 7 & 9 end{vmatrix} + 3 begin{vmatrix} 4 & 5 7 & 8 end{vmatrix})
Step 2: Calculate the 2×2 determinants.
(begin{vmatrix} 5 & 6 8 & 9 end{vmatrix} = (5 times 9) – (6 times 8) = 45 – 48 = -3)
(begin{vmatrix} 4 & 6 7 & 9 end{vmatrix} = (4 times 9) – (6 times 7) = 36 – 42 = -6)
(begin{vmatrix} 4 & 5 7 & 8 end{vmatrix} = (4 times 8) – (5 times 7) = 32 – 35 = -3)
Step 3: Substitute these values back into the main formula.
(|B| = 1(-3) – 2(-6) + 3(-3))
(|B| = -3 + 12 – 9)
Step 4: Simplify to get the answer.
(|B| = 0)
Answer: (0)
Significance of Determinants
- Area/Volume Scaling: The absolute value of the determinant of a transformation matrix represents the scaling factor of the area (for 2D) or volume (for 3D) of a figure after the transformation.
- Invertibility: A square matrix is invertible (i.e., has an inverse) if and only if its determinant is non-zero. If the determinant is zero, the matrix is singular, and the transformation collapses the space into a lower dimension (e.g., a line or a point).
Teaching Methods/Instructional Techniques
Discussion, Explanation, Demonstration, Guided Practice, Question and Answer, Problem Solving
Instructional Procedures
Step 1: Introduction
Time: 5 minutes
Teaching Skill: Activating prior knowledge
Teacher’s Activity: The teacher greets the students and reviews previous knowledge on basic matrix operations and geometric transformations (e.g., rotation, reflection) from coordinate geometry, asking how these transformations can be represented mathematically.
Pupils’ Activity: Students recall matrix operations and discuss how geometric transformations affect points and shapes.
Learning Point: Review of matrices and transformations
Step 2: Introduction to Matrices as Linear Transformations
Time: 8 minutes
Teaching Skill: Explanation/Demonstration
Teacher’s Activity: The teacher explains that matrices can be used to perform linear transformations on points and shapes. The teacher uses a chart to demonstrate how a simple 2×2 matrix can transform a point or a simple shape (e.g., a square) by scaling or rotation, showing the input and output coordinates.
Pupils’ Activity: Students observe the demonstrations and ask questions about how matrices achieve transformations.
Learning Point: Matrices for geometric changes
Step 3: Understanding Common Transformation Matrices
Time: 7 minutes
Teaching Skill: Guided discussion
Teacher’s Activity: The teacher leads students to identify common transformation matrices for scaling, rotation, and reflection. The teacher provides an example of how to apply a transformation matrix to a point, as shown in the Board Summary.
Pupils’ Activity: Students discuss and identify the components of different transformation matrices and work through the example provided.
Learning Point: Applying transformation matrices
Step 4: Introduction to Determinants (2×2 Matrices)
Time: 6 minutes
Teaching Skill: Explanation/Formula introduction
Teacher’s Activity: The teacher defines a determinant as a scalar value associated with a square matrix and introduces the formula for calculating the determinant of a 2×2 matrix. The teacher works through Example 1 from the Board Summary.
Pupils’ Activity: Students listen, copy the formula, and follow the steps for calculating the determinant of a 2×2 matrix.
Learning Point: Determinant of 2×2 matrices
Step 5: Determinants of 3×3 Matrices
Time: 7 minutes
Teaching Skill: Step-by-step demonstration
Teacher’s Activity: The teacher introduces the formula for calculating the determinant of a 3×3 matrix using the cofactor expansion method. The teacher carefully demonstrates the calculation using Example 2 from the Board Summary, emphasizing the signs and the 2×2 sub-determinants.
Pupils’ Activity: Students pay close attention to the steps involved in calculating 3×3 determinants and attempt to follow along with the example.
Learning Point: Determinant of 3×3 matrices
Step 6: Significance of Determinants
Time: 4 minutes
Teaching Skill: Conceptual explanation
Teacher’s Activity: The teacher explains the significance of the determinant in terms of area/volume scaling and matrix invertibility, highlighting that a zero determinant means the transformation collapses space and the matrix is not invertible.
Pupils’ Activity: Students listen and grasp the practical implications of a determinant’s value.
Learning Point: Importance of determinant value
Step 7: Evaluation/Review
Time: 5 minutes
Teaching Skill: Questioning/Assessment
Teacher’s Activity: The teacher evaluates the learning by asking the following questions:
- What is a linear transformation in the context of matrices?
- Give an example of a 2×2 transformation matrix for scaling.
- Calculate the determinant of the matrix (begin{pmatrix} 5 & 3 2 & 4 end{pmatrix}).
- What does a zero determinant signify for a matrix?
Pupils’ Activity: Pupils answer orally and in writing.
Learning Point: Assessment of understanding
Step 8: Note-Taking
Time: 4 minutes
Teaching Skill: Guided Writing
Teacher’s Activity: The teacher guides students to copy the essential Board Summary notes, including the formulas and examples for determinants, into their notebooks.
Pupils’ Activity: Students copy the notes carefully into their notebooks.
Learning Point: Recording lesson content
Step 9: Conclusion
Time: 4 minutes
Teaching Skill: Summarization
Teacher’s Activity: The teacher briefly summarizes the lesson by reiterating the connection between matrices and linear transformations, and the importance of determinants in understanding these transformations and matrix properties. The teacher encourages students to practice more examples.
Pupils’ Activity: Students listen to the summary and prepare for the next lesson.
Learning Point: Consolidation of key concepts
Continuous Assessment/Further Study
Type: Homework
Instruction: Solve the following problems in your notebook:
- A point ((2, -1)) is transformed by the matrix (begin{pmatrix} 0 & 1 -1 & 0 end{pmatrix}). Find the new coordinates of the point. What kind of transformation is this?
- Calculate the determinant of the matrix (C = begin{pmatrix} 7 & -2 4 & 1 end{pmatrix}).
- Find the determinant of the matrix (D = begin{pmatrix} 2 & 1 & 0 -1 & 3 & 2 0 & 4 & -1 end{pmatrix}).
- Explain in your own words why a determinant of zero is significant for a matrix.
Lesson Keywords
- Matrix – A rectangular array of numbers, symbols, or expressions arranged in rows and columns.
- Linear Transformation – A function that maps vectors from one space to another, preserving linear combinations, often represented by a matrix.
- Determinant – A scalar value calculated from the elements of a square matrix, indicating properties like area/volume scaling and invertibility.
- Cofactor Expansion – A method used to calculate the determinant of a matrix, especially for 3×3 and larger matrices.
- Invertible Matrix – A square matrix that has a multiplicative inverse; its determinant is non-zero.
Differentiation
For weaker learners, provide additional guided practice on calculating 2×2 determinants and applying simple scaling matrices. Use visual aids like graph paper to plot points before and after transformation. For faster learners, introduce properties of determinants (e.g., determinant of a product of matrices) or explore more complex transformations like projections.
Suggested Lesson Videos
For further understanding, students can search YouTube for:
matrices as linear transformations SS3 further maths
determinant of 2×2 and 3×3 matrix further maths
Teacher Guide for Using This Lesson Plan
Before the lesson, ensure you have charts depicting various transformation matrices and their effects. Prepare simple geometric shapes (e.g., a unit square or triangle) to demonstrate transformations on a coordinate plane or graph paper. Begin by linking to students’ existing knowledge of matrices and basic geometry. Guide students carefully through the calculation of 3×3 determinants, as this can be challenging. Emphasize the practical meaning of determinants, especially the concept of invertibility and area/volume scaling. Allow ample time for guided practice and questions. Students should copy the Board Summary after the main teaching points have been covered and understood, typically before the conclusion. Check for common errors in determinant calculations, particularly sign errors in 3×3 matrices, and provide immediate feedback.

Community Join the conversation Open discussion +