📚 Mastering Matrices for A-Level WJEC Mathematics | 掌握 A-Level WJEC 数学矩阵考点
Matrices form a core part of the WJEC A-Level Mathematics specification, offering a powerful language for solving systems of linear equations, describing transformations, and modelling real-world problems. This article breaks down every essential concept, from basic operations to eigenvalues, ensuring you are fully prepared for the exam.
矩阵是 WJEC A-Level 数学大纲的核心内容,它为求解线性方程组、描述变换以及建立现实问题模型提供了强大的语言。本文拆解了从基本运算到特征值的每一个核心概念,确保你为考试做好充分准备。
1. Matrix Notation and Terminology | 矩阵表示法与术语
A matrix is a rectangular array of numbers arranged in rows and columns. The order of a matrix is given as m × n, where m is the number of rows and n is the number of columns. For example, a 2 × 3 matrix has 2 rows and 3 columns.
矩阵是由行和列排列而成的矩形数字阵列。矩阵的阶表示为 m × n,其中 m 是行数,n 是列数。例如,一个 2 × 3 的矩阵有 2 行和 3 列。
Two matrices are equal if they have the same order and all corresponding entries are equal. A square matrix has the same number of rows and columns (e.g., 2 × 2, 3 × 3). The identity matrix, denoted I, is a square matrix with 1s on the leading diagonal and 0s elsewhere.
如果两个矩阵阶数相同且所有对应元素相等,则这两个矩阵相等。方阵是指行数和列数相同的矩阵(例如 2 × 2、3 × 3)。单位矩阵记作 I,是一个主对角线元素为 1、其余元素为 0 的方阵。
2. Addition and Subtraction of Matrices | 矩阵的加法与减法
Matrices can be added or subtracted only when they have the same order. The sum or difference is found by adding or subtracting corresponding elements.
只有当矩阵的阶数相同时,它们才能相加或相减。和或差是通过对应元素相加或相减得到的。
If A = [aij] and B = [bij] are both m × n, then A ± B = [aij ± bij]. These operations are commutative and associative.
如果 A = [aij] 且 B = [bij] 均为 m × n,则 A ± B = [aij ± bij]。这些运算满足交换律和结合律。
3. Scalar Multiplication | 标量乘法
To multiply a matrix by a scalar (a constant), multiply every entry of the matrix by that scalar. If k is a scalar and A = [aij], then kA = [k aij].
矩阵乘以标量(一个常数)时,将矩阵的每个元素都乘以该标量。如果 k 是标量且 A = [aij],则 kA = [k aij]。
Scalar multiplication is distributive over matrix addition: k(A + B) = kA + kB. It also commutes with every matrix: kA = Ak in the sense of scalar multiplication.
标量乘法对矩阵加法满足分配律:k(A + B) = kA + kB。标量乘法与每个矩阵都可交换:即 kA = Ak(在标量乘法的意义上)。
4. Matrix Multiplication | 矩阵乘法
Two matrices A and B can be multiplied if the number of columns in A equals the number of rows in B. If A is m × n and B is n × p, the product AB is an m × p matrix.
当矩阵 A 的列数等于矩阵 B 的行数时,才能进行乘法运算。如果 A 是 m × n 矩阵,B 是 n × p 矩阵,则乘积 AB 是一个 m × p 矩阵。
The entry in the i-th row and j-th column of AB is the dot product of the i-th row of A with the j-th column of B: (AB)ij = Σ Aik Bkj. Matrix multiplication is not commutative in general: AB ≠ BA.
AB 中第 i 行第 j 列的元素是 A 的第 i 行与 B 的第 j 列的点积:(AB)ij = Σ Aik Bkj。矩阵乘法一般不满足交换律:AB ≠ BA。
It is associative: (AB)C = A(BC) and distributive: A(B + C) = AB + AC. The identity matrix satisfies AI = IA = A.
矩阵乘法满足结合律:(AB)C = A(BC);以及分配律:A(B + C) = AB + AC。单位矩阵满足 AI = IA = A。
5. Determinant of a 2 × 2 Matrix | 2×2 矩阵的行列式
The determinant of a 2 × 2 matrix A = [[a, b], [c, d]] is det(A) = ad − bc. It is a scalar value that indicates whether the matrix is singular (det = 0) or invertible (det ≠ 0).
2 × 2 矩阵 A = [[a, b], [c, d]] 的行列式为 det(A) = ad − bc。它是一个标量值,用于判断矩阵是否奇异(det = 0)或可逆(det ≠ 0)。
The determinant gives the area scale factor of the linear transformation defined by the matrix. A negative determinant indicates a reflection.
行列式给出了矩阵所定义的线性变换的面积缩放因子。负的行列式表示发生了反射。
6. Inverse of a 2 × 2 Matrix | 2×2 矩阵的逆矩阵
If det(A) ≠ 0, the inverse of A = [[a, b], [c, d]] is given by A⁻¹ = (1/det(A)) [[d, −b], [−c, a]]. The inverse satisfies AA⁻¹ = A⁻¹A = I.
如果 det(A) ≠ 0,则 A = [[a, b], [c, d]] 的逆矩阵为 A⁻¹ = (1/det(A)) [[d, −b], [−c, a]]。逆矩阵满足 AA⁻¹ = A⁻¹A = I。
A singular matrix (det = 0) has no inverse. Invertible matrices are also called non-singular. The inverse reverses the transformation: if A transforms point P to Q, then A⁻¹ transforms Q back to P.
奇异矩阵(det = 0)没有逆矩阵。可逆矩阵也称为非奇异矩阵。逆矩阵逆转变换过程:如果 A 将点 P 变换为 Q,那么 A⁻¹ 将 Q 变回 P。
7. Determinant and Inverse of a 3 × 3 Matrix | 3×3 矩阵的行列式与逆矩阵
For a 3 × 3 matrix, the determinant can be found by expansion along a row or column (cofactor expansion). For A = [aij], det(A) = a11C11 + a12C12 + a13C13, where Cij = (−1)i+j det(Mij) is the cofactor and Mij is the minor matrix obtained by deleting row i and column j.
对于 3 × 3 矩阵,行列式可以通过按某一行或某一列展开(余子式展开)来求得。对于 A = [aij],det(A) = a11C11 + a12C12 + a13C13,其中 Cij = (−1)i+j det(Mij) 是余子式,Mij 是划去第 i 行和第 j 列后得到的子式矩阵。
The inverse of a 3 × 3 non-singular matrix A is A⁻¹ = (1/det(A)) adj(A), where adj(A) is the transpose of the cofactor matrix. Both the determinant and the inverse are essential for solving 3-variable linear systems.
3 × 3 非奇异矩阵 A 的逆矩阵为 A⁻¹ = (1/det(A)) adj(A),其中 adj(A) 是余子式矩阵的转置。行列式和逆矩阵对于求解三元线性方程组至关重要。
8. Solving Simultaneous Equations Using Matrices | 用矩阵解联立方程组
A system of linear equations can be written in matrix form as AX = B, where A is the coefficient matrix, X is the column vector of unknowns, and B is the constant vector. For a 2 × 2 system:
ax + by = e
cx + dy = f
becomes A = [[a, b], [c, d]], X = [[x], [y]], B = [[e], [f]].
线性方程组可以写成矩阵形式 AX = B,其中 A 是系数矩阵,X 是未知数列向量,B 是常数向量。对于 2 × 2 方程组:ax + by = e, cx + dy = f,对应的矩阵形式为 A = [[a, b], [c, d]],X = [[x], [y]],B = [[e], [f]]。
If A is invertible, the unique solution is X = A⁻¹B. The method extends naturally to 3 × 3 systems. If det(A) = 0, the system may have no solution or infinitely many solutions.
如果 A 可逆,则唯一解为 X = A⁻¹B。这种方法自然推广到 3 × 3 方程组。如果 det(A) = 0,方程组可能无解或有无穷多解。
9. Geometric Transformations in 2D | 二维几何变换
Matrices represent linear transformations in the plane. Multiplying a position vector by a matrix maps it to a new position. The columns of the transformation matrix are the images of the unit basis vectors (1, 0) and (0, 1).
矩阵表示平面上的线性变换。用位置向量乘以变换矩阵会将其映射到新的位置。变换矩阵的列是单位基向量 (1, 0) 和 (0, 1) 的像。
- Reflection in x-axis: [[1, 0], [0, −1]] | x 轴反射
- Reflection in y-axis: [[−1, 0], [0, 1]] | y 轴反射
- Reflection in line y = x: [[0, 1], [1, 0]] | 关于 y = x 的反射
- Rotation by θ anticlockwise about origin: [[cosθ, −sinθ], [sinθ, cosθ]] | 绕原点逆时针旋转 θ
- Enlargement scale factor k: [[k, 0], [0, k]] | 放大比例因子 k
- Shear parallel to x-axis, factor k: [[1, k], [0, 1]] | 平行于 x 轴的切变,剪切因子 k
The area of any shape is multiplied by |det(A)| under the transformation A. When det(A) is negative, orientation is reversed.
在变换 A 下,任何形状的面积都乘以 |det(A)|。当 det(A) 为负数时,方向会发生反转。
10. Invariant Lines and Invariant Points | 不变线与不变点
A point (x, y) is invariant under transformation M if M [[x], [y]] = [[x], [y]]. Solving this yields the invariant points. A line is invariant if every point on it maps to another point on the same line. To find an invariant line through the origin, set M [[x], [mx + c]] and require the image to lie on the same line.
如果 M [[x], [y]] = [[x], [y]],则点 (x, y) 在变换 M 下是不变点。求解此方程即可得到不变点。如果一条直线上的每个点都映射到同一条直线上的另一点,则该直线是不变线。要找到过原点的不变线,可设 M [[x], [mx + c]] 并要求像点落在同一直线上。
For lines through the origin, solving M [[x], [mx]] = λ [[x], [mx]] for the direction vector leads to the concept of eigenvectors, which is examined in further mathematics but may be touched upon in pure WJEC papers as an extension.
对于过原点的直线,求解 M [[x], [mx]] = λ [[x], [mx]] 得到方向向量,这与特征向量的概念相关,这部分内容在进阶数学中考查,但在纯数学 WJEC 试卷中可能作为拓展出现。
11. Successive Transformations | 连续变换
When two transformations A and B are applied successively, the resultant transformation is given by the product BA (first A, then B). Note the order: applying transformation A followed by B is represented by BA, because BA(x) = B(A(x)).
当两个变换 A 和 B 相继应用时,合成变换由乘积 BA 给出(先施加 A,再施加 B)。注意顺序:先施加变换 A 再施加变换 B 用 BA 表示,因为 BA(x) = B(A(x))。
Successive transformations are not commutative in general. The determinant of the combined transformation is det(B) × det(A), giving the overall area scale factor.
连续变换通常不满足交换律。组合变换的行列式为 det(B) × det(A),即整体的面积缩放因子。
12. Exam Tips and Common Mistakes | 考试技巧与常见错误
Always check the order of matrices before multiplying. Forgetting that matrix multiplication is not commutative is a frequent error. When calculating inverses, first find the determinant and ensure it is non-zero.
在乘法运算前,一定要检查矩阵的阶数。忘记矩阵乘法不满足交换律是常见错误。计算逆矩阵时,先求出行列式并确保其不为零。
Practice manual determinant and inverse calculations for 3 × 3 matrices without relying solely on a calculator; WJEC often requires full working. For transformation questions, sketch diagrams to verify orientation and image positions. Finally, ensure your final answers are clearly stated and simplified.
在不完全依赖计算器的情况下,练习手工计算 3 × 3 矩阵的行列式和逆矩阵;WJEC 通常要求完整的解题过程。对于变换题,画图验证方向和像的位置。最后,确保你的最终答案陈述清楚并已化简。
Published by TutorHao | WJEC A-Level Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply