📚 AS AQA Further Maths: Matrices and Linear Transformations | AS AQA 进阶数学:矩阵与线性变换完全指南
在 AQA AS 进阶数学(Further Mathematics)的卷二中,矩阵(matrices)与线性变换(linear transformations)始终是核心考点。无论是计算行列式、求逆矩阵,还是判断一个变换矩阵究竟对应什么样的几何效果,几乎每年都会出现在试卷中。本文以 AQA 官方大纲和历年考生报告(examiner report)为依据,系统梳理矩阵运算的每一步规则、常见错误和考场上的标准答题套路,帮助你把这些分数稳稳拿到手。
In Paper 2 of the AQA AS Further Mathematics course, matrices and linear transformations are always at the heart of the specification. Whether you are calculating determinants, finding inverse matrices, or deciding exactly what geometric effect a given transformation matrix produces, these topics appear almost every year. This article follows the AQA official specification and past examiner reports, giving you a step-by-step breakdown of every matrix rule, the common mistakes students make, and the standard exam answer patterns that secure full marks.
一、矩阵的加减与标量乘法:逐元素运算规则 | Matrix Addition, Subtraction and Scalar Multiplication: Element-Wise Rules
矩阵的加法与减法只对相同维数的矩阵有意义。如果两个矩阵都是 2×2 矩阵,那么它们的和就是把对应位置的元素相加;减法同理,对应位置相减。例如,若 A = [1 2; 3 4],B = [5 6; 7 8],则 A + B = [6 8; 10 12],A – B = [-4 -4; -4 -4]。注意:1×3 矩阵与 2×2 矩阵不能相加,因为维数不匹配,这是试卷上最基础的判断点。
Matrix addition and subtraction are only defined for matrices of the same size. If both matrices are 2×2, their sum is found by adding corresponding entries, and their difference by subtracting corresponding entries. For example, if A = [1 2; 3 4] and B = [5 6; 7 8], then A + B = [6 8; 10 12] and A – B = [-4 -4; -4 -4]. A 1×3 matrix and a 2×2 matrix cannot be added at all because their dimensions do not match, which is the most basic judgement point in an exam question.
标量乘法(scalar multiplication)指的是用一个普通数字去乘矩阵。规则同样简单:矩阵中的每一个元素都乘以这个数字。例如 3A = [3 6; 9 12]。标量乘法的关键性质包括分配律 k(A + B) = kA + kB 以及结合律 k(mA) = (km)A。AQA 的题目经常把标量乘法与其他运算混合在一起,例如先算出 2A – 3B,再求行列式,这时一定要先完成逐元素的运算,再做后续计算。
Scalar multiplication means multiplying a matrix by an ordinary number. The rule is equally simple: every entry of the matrix is multiplied by that number. For example, 3A = [3 6; 9 12]. The key properties are the distributive law k(A + B) = kA + kB and the associative law k(mA) = (km)A. AQA questions often mix scalar multiplication with other operations, for example computing 2A – 3B and then taking the determinant, so you must complete the element-wise calculation first before doing anything else.
考场提示:这类基础运算题通常占 2 到 3 分,阅卷时按步骤给分。即使最后结果算错,只要写出了正确的运算结构(例如明确写出 A + B 的各元素如何相加),仍然可以拿到方法分。因此建议在草稿纸上把中间矩阵完整写出来,不要跳步,尤其是 2A – 3B 这类”先乘后加减”的组合运算。
Exam tip: these basic calculation questions are usually worth 2 to 3 marks, awarded in stages. Even if your final answer is wrong, you can still earn method marks by writing out the correct structure of the calculation, such as showing explicitly how each entry of A + B is formed. Always write the intermediate matrices in full on your working page and do not skip steps, especially for combined operations like 2A – 3B where multiplication comes before addition and subtraction.
二、矩阵乘法:行乘列法则与不可交换性 | Matrix Multiplication: Row-by-Column Rule and Non-Commutativity
矩阵乘法是 AQA AS 进阶数学卷二中最容易丢分的运算之一。两个矩阵相乘时,结果矩阵的第 i 行第 j 列元素,等于第一个矩阵第 i 行与第二个矩阵第 j 列的对应元素乘积之和。以 2×2 矩阵为例,若 A = [a b; c d],B = [e f; g h],则 AB = [ae+bg af+bh; ce+dg cf+dh]。这个”行乘列”的规则必须牢牢记住,它是所有矩阵乘法的基础。
Matrix multiplication is one of the easiest places to lose marks in AQA AS Further Mathematics Paper 2. When two matrices are multiplied, the entry in row i and column j of the product equals the sum of the products of the corresponding entries in row i of the first matrix and column j of the second matrix. For 2×2 matrices, if A = [a b; c d] and B = [e f; g h], then AB = [ae+bg af+bh; ce+dg cf+dh]. This row-by-column rule is the foundation of every matrix multiplication, so memorise it firmly.
维数条件同样重要:只有当第一个矩阵的列数等于第二个矩阵的行数时,乘法才有定义。一个 m x n 矩阵乘以 n x p 矩阵,结果是 m x p 矩阵。在 AQA 试卷中,最常见的维数错误是学生把 2×3 矩阵与 3×2 矩阵相乘后,写出 3×3 或 2×2 的错误结果。正确结果应该是 2×2:内部的 3 被”约掉”,外部保留 2 和 2。
The dimension condition matters just as much: multiplication is only defined when the number of columns of the first matrix equals the number of rows of the second. An m x n matrix multiplied by an n x p matrix gives an m x p matrix. In AQA papers, the most common dimension error is multiplying a 2×3 matrix by a 3×2 matrix and then writing a 3×3 or 2×2 result. The correct answer is 2×2: the inner 3 cancels out and the outer 2 and 2 remain.
矩阵乘法最重要的性质是不可交换性(non-commutativity):一般情况下 AB 不等于 BA。这是与普通数字乘法最大的区别。在解答题中,题目问”求 AB 和 BA”,目的往往就是让考生亲自验证两者不同。若题目要求计算 AB,却写成 BA,即使数值算对了也拿不到分,因为顺序就是矩阵乘法的含义本身。切记:在几何变换问题中,先后顺序对应矩阵乘积的左右位置,这一点在第七节会详细展开。
The most important property of matrix multiplication is non-commutativity: in general AB is not equal to BA. This is the biggest difference from ordinary number multiplication. When a question asks you to find both AB and BA, the point is often to make you verify that the two results differ. If a question asks for AB but you calculate BA instead, you will not earn the marks even with correct arithmetic, because the order is part of the meaning of matrix multiplication. Remember: in geometry transformation problems, the order of operations corresponds to the left-right position of the matrix product, which is developed in detail in Section 7.
运算技巧:计算 2×2 矩阵乘积时,可以用”左手固定行、右手滑动列”的口诀辅助。例如求 AB 的左上角元素,就用 A 的第一行 [a b] 点乘 B 的第一列 [e g],得到 ae + bg。每算完一个元素,建议立刻核对行、列编号,避免”错位相乘”。练习时多做几道混合题,把乘法速度和准确率同时提上来。
Working technique: when multiplying 2×2 matrices, use the mnemonic of fixing a row with your left hand and sliding down a column with your right. For the top-left entry of AB, dot the first row [a b] of A with the first column [e g] of B to get ae + bg. After each entry, check the row and column indices immediately to avoid multiplying the wrong pairs. Do several mixed practice questions so that both your speed and accuracy improve together.
三、单位矩阵与零矩阵:运算中的”1″和”0″ | Identity and Zero Matrices: The “1” and “0” of Matrix Algebra
单位矩阵(identity matrix)在矩阵代数中扮演数字 1 的角色。2×2 单位矩阵 I = [1 0; 0 1],其主对角线全为 1,其余位置全为 0。单位矩阵的关键性质是:任何矩阵乘以单位矩阵都等于它本身,即 AI = IA = A。在证明题中,这个性质经常被用来验证逆矩阵是否正确(见第五节),也会出现在”求使等式成立的常数”这类题目中。
The identity matrix plays the role of the number 1 in matrix algebra. The 2×2 identity matrix is I = [1 0; 0 1], with 1s on the main diagonal and 0s everywhere else. Its key property is that multiplying any matrix by the identity leaves it unchanged: AI = IA = A. In proof questions this property is often used to check whether an inverse is correct (see Section 5), and it also appears in questions that ask you to find constants making an equation true.
零矩阵(zero matrix)则扮演数字 0 的角色,所有元素都是 0。零矩阵满足 A + 0 = A 以及 A0 = 0A = 0。但请注意一个容易混淆的考点:如果 AB = 0(零矩阵),并不能推出 A = 0 或 B = 0。两个非零矩阵的乘积完全可能是零矩阵,例如 A = [0 1; 0 0] 自乘得到零矩阵。这一反直觉的性质是 AQA 选择题和判断题的经典素材。
The zero matrix plays the role of the number 0, with every entry equal to 0. It satisfies A + 0 = A and A0 = 0A = 0. However, here is a confusing point that frequently appears in exams: if AB = 0 (the zero matrix), you cannot conclude that A = 0 or B = 0. The product of two non-zero matrices can easily be the zero matrix; for example, squaring A = [0 1; 0 0] gives the zero matrix. This counter-intuitive property is classic material for AQA multiple-choice and true-false questions.
矩阵的幂(powers of matrices)也常考:A2 = AA,A3 = AAA,依此类推。求 A2 时一定要按矩阵乘法规则做,不能像数字那样”对应元素相乘”(那是哈达玛积,AQA 不考)。部分题目会要求通过归纳法(proof by induction)证明 An 的公式,这需要先算出 A2、A3 观察规律,再严格写出归纳步骤,这是 AS 阶段矩阵与证明结合的典型题型。
Powers of matrices are also common: A2 = AA, A3 = AAA, and so on. When finding A2, you must follow the matrix multiplication rule; you cannot multiply corresponding entries as you would with numbers (that is the Hadamard product, which AQA does not test). Some questions ask you to prove a formula for An by induction, which requires computing A2 and A3 first to spot the pattern, then writing the induction steps rigorously. This is the typical AS combination of matrices and proof.
四、行列式:二阶行列式的计算与几何意义 | Determinants: Calculation and Geometric Meaning of the 2×2 Determinant
对于 2×2 矩阵 A = [a b; c d],其行列式(determinant)定义为 det(A) = ad – bc。这是 AS 阶段必须熟练掌握的核心公式。计算时最常见的错误是符号弄反:把公式记成 ad + bc,或者减号用错。一个可靠的检查方法是代入单位矩阵:det(I) 应该等于 1,如果代入 I = [1 0; 0 1] 后公式给出 1,说明公式方向正确。
For a 2×2 matrix A = [a b; c d], the determinant is defined as det(A) = ad – bc. This is the core formula you must master at AS level. The most common calculation error is getting the sign wrong: remembering the formula as ad + bc, or misusing the minus sign. A reliable check is to substitute the identity matrix: det(I) must equal 1. If your formula gives 1 when you substitute I = [1 0; 0 1], then the formula direction is correct.
行列式的几何意义是 2×2 变换矩阵作用于平面后,面积的伸缩倍数(area scale factor)。具体来说,单位正方形的面积在变换后变为原来的 |det(A)| 倍。例如矩阵 [2 0; 0 3] 把平面横向拉长 2 倍、纵向拉长 3 倍,单位正方形变成 2×3 的长方形,面积从 1 变为 6,恰好 det(A) = 2×3 – 0x0 = 6。若 det(A) 为负,说明变换改变了图形的朝向(例如反射),面积倍数取其绝对值。
The geometric meaning of the determinant is the area scale factor of the transformation: it tells you how much the area of a shape is multiplied when the plane is transformed by the matrix. Specifically, the area of the unit square becomes |det(A)| times its original area after the transformation. For example, the matrix [2 0; 0 3] stretches the plane by a factor of 2 horizontally and 3 vertically, turning the unit square into a 2×3 rectangle with area 6, which equals det(A) = 2×3 – 0x0 = 6. If det(A) is negative, the transformation reverses orientation, such as a reflection, and the area scale factor is the absolute value.
当 det(A) = 0 时,矩阵被称为奇异矩阵(singular matrix)。奇异矩阵把平面压缩成一条线甚至一个点,面积被压缩为零,这意味着变换不可逆,逆矩阵不存在。判定一个矩阵是否奇异,是 AQA 考试中连接”行列式”与”逆矩阵”两大知识点的关键桥梁,也是第八节解联立方程组时判断解的情况的出发点。
When det(A) = 0, the matrix is called singular. A singular matrix squashes the whole plane onto a line or even a single point, compressing all areas to zero, which means the transformation cannot be reversed and the inverse matrix does not exist. Deciding whether a matrix is singular is the key bridge between determinants and inverse matrices in AQA exams, and it is also the starting point for deciding the solution behaviour of simultaneous equations in Section 8.
五、逆矩阵:二阶逆矩阵公式与应用条件 | Inverse Matrices: The 2×2 Inverse Formula and When It Exists
若 A = [a b; c d] 且 det(A) 不等于 0,则 A 的逆矩阵为 A-1 = (1/(ad-bc)) x [d -b; -c a]。注意两个细节:第一,主对角线(a 和 d)交换位置;第二,副对角线(b 和 c)变号。公式前面的 1/(ad-bc) 就是行列式的倒数。逆矩阵满足 AA-1 = A-1A = I,这是验证逆矩阵是否算对的唯一标准。
If A = [a b; c d] and det(A) is not zero, then the inverse of A is A-1 = (1/(ad-bc)) x [d -b; -c a]. Notice two details: first, the main diagonal entries (a and d) swap positions; second, the off-diagonal entries (b and c) change sign. The factor 1/(ad-bc) in front is simply the reciprocal of the determinant. The inverse satisfies AA-1 = A-1A = I, and this is the only standard for checking whether you have computed the inverse correctly.
逆矩阵存在的条件是 det(A) 不等于 0。如果 det(A) = 0,矩阵没有逆矩阵,此时称矩阵不可逆或奇异。考试中,题目有时会故意给出 det(A) = 0 的矩阵,问”该矩阵是否有逆矩阵”,答案是否定的,必须写出”因为 det(A) = 0,所以 A 不可逆”的完整理由,而不是只写”没有”。这种”结论加理由”的格式是评分标准明确要求的。
The inverse exists if and only if det(A) is not zero. If det(A) = 0, the matrix has no inverse and is called non-invertible or singular. In exams, a question may deliberately give a matrix with det(A) = 0 and ask whether the matrix has an inverse. The answer is no, and you must write the full reason: because det(A) = 0, the matrix A is not invertible. The mark scheme requires this conclusion-plus-reason format rather than a bare no.
含参数的逆矩阵问题是高频题型。例如已知 A = [p 2; 3 6] 不可逆,求 p 的值。做法是令 det(A) = 0,即 6p – 6 = 0,解得 p = 1。这类题检验的是对”行列式为零即不可逆”这一条件的灵活运用。求出逆矩阵后,务必做乘法验证:把 A 与 A-1 相乘,若得到 I,则答案正确;这一步在计算量允许时能挽回整道题的分数。
Inverse problems involving parameters are high-frequency questions. For example, given that A = [p 2; 3 6] is not invertible, find the value of p. The method is to set det(A) = 0, giving 6p – 6 = 0, so p = 1. Such questions test your flexible use of the condition that a zero determinant means non-invertibility. After finding an inverse, always verify by multiplication: multiply A by A-1, and if you obtain I, the answer is correct. When the arithmetic is manageable, this verification can rescue the whole question.
六、矩阵变换入门:反射、旋转与伸缩 | Matrix Transformations: Reflections, Rotations and Enlargements
在线性变换的框架下,平面上的点 (x, y) 被写成列向量 [x; y],变换矩阵 M 作用于它得到新向量 M[x; y] = [x’; y’]。换句话说,变换后的坐标 x’ 和 y’ 由矩阵乘法给出。理解”矩阵即函数、向量即点”这一视角,是解所有变换题的第一步。AQA 大纲要求熟记若干标准变换矩阵,并能从矩阵反推几何效果。
In the framework of linear transformations, a point (x, y) in the plane is written as the column vector [x; y], and a transformation matrix M acts on it to give the new vector M[x; y] = [x’; y’]. In other words, the transformed coordinates x’ and y’ come out of the matrix multiplication. Understanding the view that a matrix is a function and a vector is a point is the first step to solving every transformation question. The AQA specification requires you to know several standard transformation matrices by heart and to read the geometric effect back off a given matrix.
以下是必须熟记的标准 2×2 变换矩阵:关于 x 轴的反射 [1 0; 0 -1];关于 y 轴的反射 [-1 0; 0 1];关于直线 y = x 的反射 [0 1; 1 0];关于原点的旋转 180 度(即中心对称)[-1 0; 0 -1];以原点为中心的伸缩 [k 0; 0 k](各方向同比例)或 [k 0; 0 1](仅水平方向);以及绕原点逆时针旋转角度 theta 的旋转矩阵 [cos theta -sin theta; sin theta cos theta]。
Here are the standard 2×2 transformation matrices you must memorise: reflection in the x-axis [1 0; 0 -1]; reflection in the y-axis [-1 0; 0 1]; reflection in the line y = x [0 1; 1 0]; rotation through 180 degrees about the origin, which is the same as a half-turn [-1 0; 0 -1]; enlargement centred at the origin with scale factor k, either uniform [k 0; 0 k] or horizontal-only [k 0; 0 1]; and anticlockwise rotation about the origin through angle theta with matrix [cos theta -sin theta; sin theta cos theta].
求变换矩阵的通用方法是”看单位向量去哪里”。把 e1 = [1; 0] 和 e2 = [0; 1] 分别代入变换,变换后的两个向量依次成为矩阵的第一列和第二列。例如要求”关于直线 y = -x 的反射矩阵”:e1 反射后变成 [0; -1],e2 反射后变成 [-1; 0],所以反射矩阵为 [0 -1; -1 0]。这个方法在试卷上永远有效,即使忘记了标准矩阵也能现场推出。
The universal method for finding a transformation matrix is to see where the unit vectors go. Substitute e1 = [1; 0] and e2 = [0; 1] into the transformation; the two images become the first and second columns of the matrix. For example, to find the reflection matrix in the line y = -x: e1 is reflected to [0; -1] and e2 to [-1; 0], so the reflection matrix is [0 -1; -1 0]. This method always works in an exam, and it lets you derive any standard matrix on the spot even if you have forgotten it.
给定向量的变换计算是基础送分题:例如用矩阵 M = [2 1; 1 2] 变换向量 [1; 3],结果是 [2×1+1×3; 1×1+2×3] = [5; 7]。注意把点写成列向量放在矩阵的右边(M 乘 v),不要写成行向量左乘,否则结果完全不同。若题目给的是多个点,可把所有点并成一个 2xn 矩阵一次性变换,这是提高解题速度的小技巧。
Transforming a given vector is a basic easy-mark question: for example, using M = [2 1; 1 2] to transform the vector [1; 3] gives [2×1+1×3; 1×1+2×3] = [5; 7]. Remember to write the point as a column vector on the right of the matrix (M times v), never as a row vector on the left, because the results differ completely. If a question gives several points, combine them into a single 2xn matrix and transform them all at once, which is a small trick for speeding up your working.
七、复合变换:变换顺序为何至关重要 | Combined Transformations: Why Order Matters
复合变换是 AQA 卷二矩阵部分的压轴考点。若先施加变换 A,再施加变换 B,则复合变换的矩阵是 BA,即后施加的变换矩阵写在左边。这一”后写左”的规则与函数复合 f(g(x)) 完全一致:先内层后外层,外层写在左边。最容易丢分的地方就是把顺序写反,把 BA 写成 AB,导致整个几何效果完全错误。
Combined transformations are the climax topic of the matrix section in AQA Paper 2. If transformation A is applied first and transformation B is applied second, the combined transformation matrix is BA, with the later transformation written on the left. This left-side rule is exactly the same as function composition f(g(x)): the inner function goes first and the outer function sits on the left. The easiest place to lose marks is swapping the order and writing AB instead of BA, which changes the geometric effect completely.
例题:先把平面关于 y 轴反射(矩阵 R = [-1 0; 0 1]),再绕原点逆时针旋转 90 度(矩阵 S = [0 -1; 1 0])。先反射后旋转的复合矩阵为 SR = [0 -1; 1 0] x [-1 0; 0 1] = [0 -1; -1 0],这正是关于直线 y = -x 的反射。有趣的是,如果交换顺序先旋转后反射,得到 RS = [1 0; 0 -1],是关于 x 轴的反射,与前者完全不同。这个例子完美展示了顺序对结果的决定性影响。
Example: reflect the plane in the y-axis first (matrix R = [-1 0; 0 1]), then rotate anticlockwise by 90 degrees about the origin (matrix S = [0 -1; 1 0]). The combined matrix for reflect-then-rotate is SR = [0 -1; 1 0] x [-1 0; 0 1] = [0 -1; -1 0], which is exactly the reflection in the line y = -x. Interestingly, reversing the order to rotate-then-reflect gives RS = [1 0; 0 -1], the reflection in the x-axis, completely different from the first result. This example shows perfectly how decisively the order matters.
复合变换的标准答题步骤是四步:第一步,明确写出两个变换各自对应的矩阵;第二步,按”先施加的写在右边、后施加的写在左边”写出乘积表达式;第三步,完整计算矩阵乘积;第四步,用一个具体点(如 [1; 0])验证复合效果是否符合题目描述的几何过程。第四步虽然不强制,但能有效捕捉计算错误,强烈建议养成习惯。
The standard four-step answer structure for combined transformations is: first, write down the matrix for each individual transformation; second, write the product expression with the first-applied transformation on the right and the later one on the left; third, compute the matrix product completely; fourth, verify the combined effect on a concrete point such as [1; 0] to check that it matches the geometric process described in the question. The fourth step is not compulsory but it reliably catches arithmetic errors, so make it a habit.
与复合变换配套的高频题是”求逆变换”。若变换矩阵为 M,则逆变换矩阵为 M-1。例如平移的逆是平移回去,旋转的逆是反向旋转相同角度,反射的逆就是它自身(因为反射矩阵自乘等于 I)。判断一个变换是否可逆,就看 det(M) 是否为零;非奇异矩阵一定存在逆变换,这是矩阵与变换几何意义之间的又一座桥梁。
The high-frequency partner of combined transformations is finding the inverse transformation. If the transformation matrix is M, the inverse transformation matrix is M-1. For example, the inverse of a translation is translating back, the inverse of a rotation is rotating by the same angle in the opposite direction, and a reflection is its own inverse because a reflection matrix squares to I. To decide whether a transformation is invertible, check whether det(M) is zero; every non-singular matrix has an inverse transformation, which is another bridge between matrices and their geometric meaning.
八、用矩阵解联立方程组:唯一解、无解与无穷多解 | Solving Simultaneous Equations with Matrices: Unique, No and Infinite Solutions
两个二元一次方程组成的方程组可以写成矩阵形式 Ax = b,其中 A 是系数矩阵,x = [x; y] 是未知数向量,b 是常数向量。例如方程组 2x + 3y = 7,4x – y = 1 对应 A = [2 3; 4 -1],b = [7; 1]。当 A 可逆时,两边左乘 A-1 得 x = A-1b,这就是矩阵法解方程组的核心思想。
A pair of linear equations in two unknowns can be written in matrix form Ax = b, where A is the coefficient matrix, x = [x; y] is the vector of unknowns, and b is the constant vector. For example, the system 2x + 3y = 7, 4x – y = 1 corresponds to A = [2 3; 4 -1] and b = [7; 1]. When A is invertible, multiplying both sides on the left by A-1 gives x = A-1b, which is the core idea of solving systems with matrices.
具体计算分三步:第一步求 det(A),若 det(A) 不等于 0,则方程组有唯一解;第二步写出 A-1;第三步计算 A-1b,得到 [x; y] 的具体数值。以刚才的方程组为例,det(A) = 2x(-1) – 3×4 = -14,A-1 = (1/-14)[-1 -3; -4 2],于是 [x; y] = A-1[7; 1] = [5/7; 13/7],经整理得到精确解。每一步都要保留分数形式,避免过早化为小数。
The calculation proceeds in three steps: first find det(A); if det(A) is not zero, the system has a unique solution; second write down A-1; third compute A-1b to obtain the numerical values of [x; y]. For the system above, det(A) = 2x(-1) – 3×4 = -14, so A-1 = (1/-14)[-1 -3; -4 2], and then [x; y] = A-1[7; 1] gives the exact solution after tidying. Keep everything in fraction form at every step and avoid converting to decimals too early.
当 det(A) = 0 时,方程组没有唯一解,此时要区分两种情况。若两条直线平行但不重合(即方程两边比例不一致),方程组无解;若两条直线完全重合(一个方程是另一个的倍数),方程组有无穷多解,解集中含有一个自由参数。判断无解还是无穷多解,可以比较两个方程的常数项比例:与系数比例相同则为重合,否则为平行。这一结论与”奇异矩阵把平面压成直线”的几何图像完全对应。
When det(A) = 0, the system has no unique solution, and you must distinguish two cases. If the two lines are parallel but distinct, meaning the ratios of the coefficients disagree with the constants, the system has no solution. If the two lines coincide, meaning one equation is a multiple of the other, the system has infinitely many solutions and the solution set contains one free parameter. To tell the two cases apart, compare the ratio of the constant terms with the ratio of the coefficients: matching ratios mean the lines coincide, otherwise they are parallel. This conclusion matches the geometric picture of a singular matrix squashing the plane onto a line.
AQA 常考的变式是含参数方程组:例如方程组 x + ky = 2,kx + 4y = 1,问 k 取何值时方程组有唯一解、无解或无穷多解。做法是先求 det(A) = 4 – k2,令其为零得 k = 正负 2,再分别代入检验两种情况。这类题把行列式、逆矩阵和方程组理论串成一条线,是卷二大题的标准结构,务必熟练。
A common AQA variant is the parametric system: for example, x + ky = 2 and kx + 4y = 1, asking for which values of k the system has a unique solution, no solution, or infinitely many solutions. The method is to find det(A) = 4 – k2 first, set it to zero to get k = plus or minus 2, then substitute each value back to test the two degenerate cases. This question type links determinants, inverse matrices and system theory into one chain, which is the standard structure of a Paper 2 long question, so master it thoroughly.
九、AQA 考试中的高频失分点与答题模板 | High-Frequency Mark Losses in AQA Exams and Answer Templates
根据历年 AQA 考官报告(examiner reports),卷二矩阵部分最常见的失分点集中在五处:第一,行列式符号错误,把 ad – bc 写成 ad + bc;第二,逆矩阵副对角线忘记变号;第三,复合变换顺序写反;第四,矩阵乘法中行与列错位,导致乘积元素算错;第五,只写答案不写步骤,丢了方法分。前四个是计算性错误,最后一个是答题规范问题。
According to past AQA examiner reports, the five most common mark losses in the matrix section of Paper 2 are: first, determinant sign errors, writing ad + bc instead of ad – bc; second, forgetting to change the signs on the off-diagonal entries of the inverse; third, reversing the order in combined transformations; fourth, misaligning rows and columns in multiplication so that product entries come out wrong; fifth, writing only answers without working, which forfeits method marks. The first four are arithmetic errors and the last is a presentation issue.
针对计算性错误,最有效的对策是”三步自查”:第一步,重算行列式,并代入单位矩阵做方向校验;第二步,求逆后立即做乘法 AA-1 验证等于 I;第三步,在变换题中代入具体点(如 [1; 0])验证几何效果。三步全部通过,计算错误基本可以杜绝。练习时建议给每一道矩阵题都执行这三步,把自查变成肌肉记忆。
Against arithmetic errors, the most effective countermeasure is a three-step self-check: first, recompute the determinant and validate its direction by substituting the identity matrix; second, immediately multiply A by A-1 after finding the inverse to verify it equals I; third, in transformation questions substitute a concrete point such as [1; 0] to verify the geometric effect. If all three checks pass, arithmetic errors are essentially eliminated. During practice, apply these three steps to every matrix question so that self-checking becomes muscle memory.
针对答题规范,请记住以下模板。求逆矩阵题的标准答案格式为:先写 det(A) = ad – bc = 具体值;再写”因为 det(A) 不等于 0,所以 A 可逆”;然后写 A-1 = (1/det) x [d -b; -c a];最后写”检验:AA-1 = I”。求变换矩阵题的标准格式为:先说明”把 e1 和 e2 分别代入变换”,再分别写出两个像向量,最后组合成矩阵。每写一步,阅卷官都能看到你的思路,方法分就保住了。
For presentation standards, keep the following templates in mind. The standard answer format for an inverse question is: first write det(A) = ad – bc = value; then state because det(A) is not zero, A is invertible; then write A-1 = (1/det) x [d -b; -c a]; finally write the check AA-1 = I. The standard format for a transformation question is: first say that e1 and e2 are substituted into the transformation, then write the two image vectors, then assemble the matrix. With every written step, the examiner can see your reasoning, and the method marks are secured.
最后一条建议来自考官报告反复强调的一点:读题时圈出”先后”或”接着”这类顺序词,并在矩阵乘积中明确标注”先 T1 后 T2 => T2T1″。此外,所有结果尽量保留精确形式(分数、根号、含 pi 的表达式),除非题目明确要求小数。把这份检查清单贴在笔记本首页,考前快速过一遍,卷二矩阵题的正确率会有明显提升。
The final piece of advice comes from a point the examiner reports repeat: circle order words such as first, then, or next when reading the question, and label the product explicitly as T1 first then T2 gives T2T1. In addition, keep all results in exact form, such as fractions, surds and expressions involving pi, unless the question explicitly asks for decimals. Stick this checklist on the first page of your notebook and skim it before the exam; the accuracy of your Paper 2 matrix questions will improve noticeably.
Summary | 总结
本文围绕 AQA AS 进阶数学卷二的矩阵与线性变换主题,梳理了从基础运算到复合变换、再到解方程组的完整知识链。核心要点可以浓缩为四句话:矩阵加减与标量乘法是逐元素的;矩阵乘法遵循行乘列规则且不可交换;行列式 ad – bc 决定面积伸缩倍数与可逆性;逆矩阵公式 (1/det)[d -b; -c a] 是解方程组和求逆变换的共同工具。
This article has organised the complete knowledge chain of the matrix and linear transformation topic in AQA AS Further Mathematics Paper 2, from basic operations through combined transformations to solving systems of equations. The core points can be condensed into four sentences: matrix addition, subtraction and scalar multiplication are element-wise; matrix multiplication follows the row-by-column rule and is non-commutative; the determinant ad – bc determines the area scale factor and invertibility; and the inverse formula (1/det)[d -b; -c a] is the shared tool for solving systems and inverting transformations.
同时要记住两条实战纪律:一是”后施加的变换写在左边”,复合变换的顺序错则全盘皆输;二是每题完成后执行三步自查(行列式方向、逆矩阵乘回单位矩阵、具体点验证几何效果)。希望这份指南能帮助你在 AQA AS 进阶数学的考场上,把矩阵与线性变换相关的每一分都稳稳收入囊中。若需要更多针对性的练习与答疑,欢迎随时联系我们的老师。
Two practical disciplines must also be remembered: first, the later transformation is written on the left, so getting the order wrong in combined transformations loses everything; second, after every question run the three-step self-check, namely the determinant direction, multiplying the inverse back to the identity, and verifying the geometric effect on a concrete point. We hope this guide helps you secure every mark related to matrices and linear transformations in the AQA AS Further Mathematics exam. If you need more targeted practice and tutoring, you are welcome to contact our teachers at any time.
| 核心公式 Core Formula | 内容 Content |
|---|---|
| 2×2 行列式 Determinant | det(A) = ad – bc |
| 逆矩阵 Inverse | A-1 = (1/(ad-bc)) x [d -b; -c a],det(A) 不等于 0 时存在 |
| 复合变换 Combined | 先 T1 后 T2 => 矩阵为 T2T1 |
| 方程组 System | Ax = b,可逆时 x = A-1b |
| 旋转矩阵 Rotation | [cos theta -sin theta; sin theta cos theta](逆时针 theta) |
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导