📚 AQA Mathematics: Matrix Essentials | AQA 数学:矩阵 考点精讲
Welcome to this focused revision guide on matrices for AQA Mathematics. Matrices are a fundamental tool for handling systems of linear equations, performing geometric transformations, and solving many real-world problems in science and engineering. This article breaks down every key topic you need to master for the exam, from basic definitions and operations to determinants, inverses, and invariant lines. Read on for clear explanations, worked methods, and bilingual notes that will help you build confidence and tackle past-paper questions effectively.
欢迎阅读这篇针对 AQA 数学矩阵考点的精讲指南。矩阵是处理线性方程组、执行几何变换以及解决许多科学与工程实际问题的基础工具。本文逐一分解考试必须掌握的各个关键主题,从基本定义与运算到行列式、逆矩阵以及不变直线。以下提供清晰的双语解释、解题方法和要点说明,帮助你夯实基础,自信应对历年真题。
1. Matrix Definition and Notation | 矩阵的定义与记号
A matrix is a rectangular array of numbers, symbols or expressions arranged in rows and columns. It is usually denoted by a capital letter such as M or A. Each entry in the matrix is identified by its row and column position; for instance, entry aij refers to the element in the ith row and jth column. The size or order of a matrix is given as m × n, where m is the number of rows and n is the number of columns.
矩阵是由数字、符号或表达式排列成行与列的矩形阵列。通常用大写字母如 M 或 A 表示。矩阵中的每个元素通过其行列位置确定;例如,元素 aij 表示第 i 行第 j 列上的数。矩阵的大小或阶数记为 m × n,其中 m 为行数,n 为列数。
A column vector is a matrix with one column, e.g. an n × 1 matrix, while a row vector has one row, e.g. 1 × n. Two matrices are equal only when they have the same order and every corresponding element is identical. In many AQA questions you will be asked to write down a transformation matrix or to match a matrix to its geometric action, so a solid grasp of notation saves valuable time.
列向量是只有一列的矩阵,即 n × 1 矩阵;行向量则是只有一行的矩阵,即 1 × n。两个矩阵相等当且仅当它们同阶并且每个对应元素完全相同。在 AQA 试题中,经常要求写出变换矩阵或将矩阵与几何作用对应起来,因此牢固掌握记号能为你节省宝贵时间。
2. Matrix Addition and Subtraction | 矩阵的加减法
Matrix addition and subtraction are defined only for matrices of the same order. To add or subtract, you simply combine the corresponding elements. For example, if A and B are both 2 × 2 matrices, the sum A + B has entries (aij + bij). The operation is both commutative and associative: A + B = B + A, and (A + B) + C = A + (B + C). Subtraction follows the same element‑wise rule.
矩阵的加减法仅在同阶矩阵之间定义。加法或减法只需将对应位置的元素相加或相减。例如,若 A 和 B 均为 2 × 2 矩阵,则和矩阵 A + B 的元素为 (aij + bij)。该运算满足交换律与结合律:A + B = B + A,且 (A + B) + C = A + (B + C)。减法遵循同样的逐元素法则。
It is essential to check the order before attempting addition – a very common exam pitfall is trying to add a 2 × 2 matrix to a 3 × 1 column vector. Remember that the resulting matrix keeps the original order, and examiners expect you to perform arithmetic accurately, including with negative entries and fractions.
在进行加法前务必检查矩阵阶数——考试中一个常见的错误是试图将 2 × 2 矩阵与 3 × 1 列向量相加。请记住计算结果保持原有阶数,且阅卷人要求计算准确,包括正确处理负数项和分数。
3. Scalar Multiplication | 标量乘法
Scalar multiplication means multiplying every entry of a matrix by a single number (the scalar). If k is a scalar and A is a matrix, then kA is obtained by replacing each element aij with k × aij. This operation scales the matrix but does not alter its order. Scalar multiplication is distributive over matrix addition: k(A + B) = kA + kB, and (k + λ)A = kA + λA.
标量乘法是指将矩阵的每个元素同乘一个数(标量)。如果 k 是标量,A 是矩阵,那么 kA 就是将每个元素 aij 替换为 k × aij 后得到的矩阵。该运算会缩放矩阵,但不改变其阶数。标量乘法对矩阵加法具有分配律:k(A + B) = kA + kB,以及 (k + λ)A = kA + λA。
In geometric contexts, scalar multiplication of a transformation matrix corresponds to a uniform scaling. If a matrix represents a stretch or a rotation followed by a scaling, separating the scalar can often simplify problem‑solving. Make sure you can confidently multiply a matrix by a scalar when simplifying matrix expressions or solving matrix equations.
在几何背景下,对变换矩阵进行标量乘法相当于均匀缩放。若一个矩阵表示拉伸或先旋转后缩放,分离出标量往往能使问题简化。请确保在化简矩阵表达式或求解矩阵方程时能熟练运用标量乘法。
4. Matrix Multiplication | 矩阵乘法
Matrix multiplication is defined when the number of columns in the left matrix equals the number of rows in the right matrix. If A is m × n and B is n × p, then the product AB is an m × p matrix. The entry in row i, column j of AB is found by multiplying corresponding entries from row i of A and column j of B and then summing the products – the so‑called row‑by‑column rule. Symbolically, (AB)ij = Σk=1n aik bkj.
矩阵乘法在左矩阵的列数等于右矩阵的行数时有定义。若 A 为 m × n 矩阵,B 为 n × p 矩阵,则乘积 AB 是一个 m × p 矩阵。AB 的第 i 行第 j 列元素由 A 的第 i 行各元素与 B 的第 j 列对应元素相乘后求和得到,即“行乘列”法则。可记为 (AB)ij = Σk=1n aik bkj。
Matrix multiplication is not commutative – in general, AB ≠ BA. However, it is associative: (AB)C = A(BC). It also distributes over addition: A(B + C) = AB + AC. The order of multiplication is crucial when dealing with combined transformations: applying transformation A followed by B corresponds to the matrix product BA (note the reversal of order in the product).
矩阵乘法不满足交换律——通常 AB ≠ BA。但它满足结合律:(AB)C = A(BC),且满足对加法的分配律:A(B + C) = AB + AC。在处理组合变换时,乘法顺序至关重要:先做变换 A 再做变换 B 对应的矩阵乘积为 BA(注意乘积中顺序颠倒)。
The transpose of a matrix, obtained by swapping rows and columns, is often used in matrix manipulations. If A = [aij], then its transpose AT has entries aji. The transpose of a product follows (AB)T = BTAT. While transposes are not always assessed directly, they can appear in proving properties or simplifying inverses.
矩阵的转置是将行与列互换得到的矩阵。若 A = [aij],则其转置 AT 的元素为 aji。乘积的转置满足 (AB)T = BTAT。尽管转置不一定是直接考点,但可能出现在证明性质或化简逆矩阵的过程中。
5. The Identity Matrix and Zero Matrix | 单位矩阵与零矩阵
The identity matrix, denoted I or In for an n × n matrix, has 1s on the leading diagonal (from top left to bottom right) and 0s elsewhere. It acts like the number 1 in matrix multiplication: for any square matrix A, AI = IA = A. For 2 × 2, I = [1, 0; 0, 1]; for 3 × 3, I = [1, 0, 0; 0, 1, 0; 0, 0, 1].
单位矩阵,记作 I 或 In(对于 n × n 矩阵),主对角线(从左上到右下)上的元素全为 1,其余元素全为 0。它在矩阵乘法中的作用类似于数字 1:对任何方阵 A,均有 AI = IA = A。对于 2 × 2 矩阵,I = [1, 0; 0, 1];对于 3 × 3 矩阵,I = [1, 0, 0; 0, 1, 0; 0, 0, 1]。
The zero matrix (or null matrix), denoted O, contains only 0 entries. Adding O to any matrix leaves it unchanged. Multiplying any matrix by a zero matrix yields a zero matrix of appropriate size. These special matrices are essential when solving matrix equations and determining inverses.
零矩阵,记作 O,所有元素均为 0。任何矩阵加上零矩阵保持不变。任意矩阵乘以零矩阵得到相应阶数的零矩阵。在求解矩阵方程和判断逆矩阵时,这些特殊矩阵不可或缺。
6. Determinant of a 2×2 and 3×3 Matrix | 2×2 与 3×3 矩阵的行列式
The determinant is a scalar value that can be computed from a square matrix. For a 2 × 2 matrix A = [a, b; c, d], the determinant is det(A) = ad − bc. A non‑zero determinant indicates the matrix is invertible (non‑singular). If det(A) = 0, the matrix is singular, meaning it does not have an inverse and its columns are linearly dependent.
行列式是可由方阵计算出的一个标量值。对于 2 × 2 矩阵 A = [a, b; c, d],行列式为 det(A) = ad − bc。行列式不为零表示矩阵可逆(非奇异)。如果 det(A) = 0,则矩阵是奇异的,无法求逆,且其列向量线性相关。
For a 3 × 3 matrix B = [a₁₁, a₁₂, a₁₃; a₂₁, a₂₂, a₂₃; a₃₁, a₃₂, a₃₃], the determinant can be found by expansion along the first row:
det(B) = a₁₁(a₂₂a₃₃ − a₂₃a₃₂) − a₁₂(a₂₁a₃₃ − a₂₃a₃₁) + a₁₃(a₂₁a₃₂ − a₂₂a₃₁)
The same sign pattern (+ − +) continues if you expand along other rows or columns, always remembering to multiply the minor by the appropriate sign (−1)i+j. Mastering 3×3 determinants is vital for solving 3‑variable simultaneous equations and for higher‑level transformation tasks.
对于 3 × 3 矩阵 B = [a₁₁, a₁₂, a₁₃; a₂₁, a₂₂, a₂₃; a₃₁, a₃₂, a₃₃],可按第一行展开求行列式:
det(B) = a₁₁(a₂₂a₃₃ − a₂₃a₃₂) − a₁₂(a₂₁a₃₃ − a₂₃a₃₁) + a₁₃(a₂₁a₃₂ − a₂₂a₃₁)
若沿其他行或列展开,符号规律按 (−1)i+j 重复 + − + 模式。熟练掌握 3×3 行列式是解决三元一次方程组以及更复杂的变换问题的关键。
7. Inverse of a Matrix | 矩阵的逆
The inverse of a square matrix A, denoted A⁻¹, satisfies A A⁻¹ = A⁻¹ A = I, where I is the identity matrix. Not all matrices have an inverse; a matrix is invertible only if its determinant is non‑zero. For a 2 × 2 matrix A = [a, b; c, d] with det(A) ≠ 0, the inverse is given by:
A⁻¹ = (1 / (ad − bc)) [d, −b; −c, a]
方阵 A 的逆矩阵记作 A⁻¹,满足 A A⁻¹ = A⁻¹ A = I,其中 I 为单位矩阵。并非所有矩阵都有逆矩阵;只有行列式不为零的矩阵才可逆。对于 2 × 2 矩阵 A = [a, b; c, d] 且 det(A) ≠ 0,其逆矩阵为:
A⁻¹ = (1 / (ad − bc)) [d, −b; −c, a]
For 3 × 3 matrices, the inverse can be found using the cofactor method or by calculators that are permitted in the AQA examination. The adjugate (adjoint) matrix is built from cofactors, and then A⁻¹ = (1 / det(A)) adj(A). The ability to find the inverse quickly is crucial, particularly when solving matrix equations of the form AX = B or when determining the effect of undoing a transformation.
对于 3 × 3 矩阵,可用余子式法或 AQA 考试允许的计算器求逆。伴随矩阵由余子式构成,然后 A⁻¹ = (1 / det(A)) adj(A)。熟练求逆矩阵至关重要,尤其在求解形如 AX = B 的矩阵方程或确定逆变换时。
8. Solving Linear Equations | 解线性方程组
Systems of linear equations can be written compactly as a matrix equation AX = B, where A is the coefficient matrix, X is the column vector of unknowns, and B is the constant vector. If A is invertible (det ≠ 0), the unique solution is X = A⁻¹B. This method is efficient for 2×2 and 3×3 systems and is heavily examined.
线性方程组可以简洁地写成矩阵方程 AX = B,其中 A 为系数矩阵,X 为未知数列向量,B 为常数向量。若 A 可逆(行列式 ≠ 0),则唯一解为 X = A⁻¹B。该方法对于 2×2 和 3×3 方程组十分高效,是考试的重点内容。
If det(A) = 0, the system either has no solution (inconsistent) or infinitely many solutions (dependent equations). You can distinguish these cases by checking whether the augmented matrix yields a contradiction or a row of zeros. Geometrically, in a 2×2 system, det(A) = 0 means the lines are parallel (no solution) or coincident (infinitely many solutions).
如果 det(A) = 0,则该方程组要么无解(不相容),要么有无穷多解(相关方程)。可通过检查增广矩阵是否出现矛盾行或全零行来区分。几何上,对于 2×2 方程组,det(A) = 0 意味着两条直线平行(无解)或重合(无穷多解)。
When required, you may also solve the system using Gaussian elimination or by interpreting the solution in terms of invariant points. Whichever route you choose, showing clear working with the inverse matrix or row operations is essential to gain full marks.
必要时你也可使用高斯消元法或结合不变点来解释解。不论采用哪种途径,清晰展示逆矩阵运算或行变换过程对于获得满分至关重要。
9. Matrix Transformations | 矩阵变换
Matrices represent linear transformations of vectors in the plane (or in space when 3×3). Multiplying a position vector by a transformation matrix maps points to new locations. The unit square approach – applying the matrix to the corners (0,0), (1,0), (0,1), (1,1) – helps visualise the transformation. Key 2D transformations and their matrices include:
矩阵表示向量在平面(或 3×3 情况下的空间)上的线性变换。将位置向量乘以变换矩阵可将点映射到新位置。利用单位正方形法——将矩阵施加到顶点 (0,0), (1,0), (0,1), (1,1)——有助于直观理解变换效果。重要的 2D 变换及其矩阵包括:
Reflection in the x‑axis: [1, 0; 0, −1]; Reflection in the y‑axis: [−1,
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导