📚 AQA A-Level Further Maths Unit 4 January 2021 Paper Analysis | AQA A-Level 进阶数学 Unit 4 2021年1月试卷解析
The January 2021 AQA A-Level Further Maths Unit 4 paper (legacy specification 6360, module MFP4) tests candidates on advanced pure mathematics, with a strong emphasis on matrices, vector geometry, and linear algebra. This article provides a full question-by-question breakdown, common traps, and strategy advice to help you maximise your score.
2021年1月AQA A-Level 进阶数学 Unit 4 试卷(传统规范 6360,模块 MFP4)重点考查高等纯数学,尤其是矩阵、向量几何与线性代数。本文提供逐题解析、常见陷阱以及提分策略,帮助你在考试中最大化得分。
1. Exam Structure and Mark Distribution | 考试结构与分值分布
The MFP4 paper lasts 1 hour 30 minutes, with a total of 75 marks. There is no calculator permitted, and all working must be shown clearly. The paper is divided into eight compulsory questions, each targeting a distinct area of the specification.
MFP4 试卷考试时长为 1 小时 30 分钟,满分 75 分。考试不允许使用计算器,且必须清晰展示所有解题过程。试卷包含八道必答题,每道题针对大纲中的不同知识点。
| Topic Area | 知识板块 | Approx. Marks | 约分值 |
| Matrices and Determinants | 矩阵与行列式 | 18 |
| Systems of Linear Equations | 线性方程组 | 10 |
| Linear Transformations | 线性变换 | 12 |
| Eigenvalues and Eigenvectors | 特征值与特征向量 | 12 |
| Vectors in 3D | 三维向量 | 23 |
2. Matrices: Determinants and Inverses | 矩阵:行列式与逆矩阵
Candidates were first asked to compute the determinant and inverse of a 3 × 3 matrix. Recall the standard formula: for a 2 × 2 matrix M = [a b; c d], det(M) = ad − bc. For a 3 × 3 matrix, use expansion along a row or column, carefully tracking signs with the checkerboard pattern +, −, + / −, +, − / +, −, +.
考生首先需要计算 3 × 3 矩阵的行列式和逆矩阵。回顾标准公式:对于 2 × 2 矩阵 M = [a b; c d],det(M) = ad − bc。对于 3 × 3 矩阵,沿某一行或列展开,需严格按照棋盘符号模式 +, −, + / −, +, − / +, −, + 来标记符号。
For a 2 × 2 matrix, the inverse is given by M⁻¹ = (1/(ad − bc)) × [d − b; −c a]. The January 2021 paper required the inverse of a 3 × 3 matrix using the adjugate method: first find the matrix of cofactors, then transpose it, and finally divide by the determinant.
对于 2 × 2 矩阵,逆矩阵公式为 M⁻¹ = (1/(ad − bc)) × [d − b; −c a]。2021年1月试卷要求使用伴随矩阵法求 3 × 3 矩阵的逆:先求代数余子式矩阵,再转置得到伴随矩阵,最后除以行列式。
M⁻¹ = adj(M) / det(M)
M⁻¹ = adj(M) ÷ det(M)
3. Systems of Linear Equations | 线性方程组
A classic MFP4 question asks you to determine for which parameter values a system of three equations in three unknowns has a unique solution, no solution, or infinitely many solutions. In January 2021, students were given a system involving a parameter k and asked to classify the solution set.
MFP4 的经典题型是判断含参数的三元一次方程组解的情况:唯一解、无解或无穷多解。2021年1月试卷给出含参数 k 的方程组,要求判断解集类型。
-
Compute det(A); if det(A) ≠ 0, the system has a unique solution.
计算 det(A);若 det(A) ≠ 0,方程组有唯一解。
-
If det(A) = 0, substitute the parameter value back into the equations and use row reduction or elimination to check consistency.
若 det(A) = 0,则将参数值代回原方程,使用行化简或消元法判断方程组是否相容。
-
If an equation reduces to 0 = 0, there are infinitely many solutions; if it reduces to 0 = nonzero constant, there are no solutions.
若某方程化成 0 = 0,则有无穷多解;若化成 0 = 非零常数,则无解。
Be mindful: when asked to find the general solution in the infinite case, introduce a parameter t for the free variable. For example, if x₃ = t, then express x₁ and x₂ in terms of t. Marks are typically awarded for both the correct parameter condition and the explicit solution form.
注意:当无穷多解时,需要引入参数 t 表示自由变量。例如令 x₃ = t,然后用 t 表达 x₁ 和 x₂。评分通常同时考查参数条件的正确性和显式解的形式。
4. Linear Transformations in 2D and 3D | 二维与三维线性变换
The unit 4 paper tested matrix representations of geometric transformations. In 2D, recall the standard matrices: reflection in y = x is [0 1; 1 0]; rotation by angle θ anticlockwise is [cos θ − sin θ; sin θ cos θ]; enlargement by scale factor k is [k 0; 0 k].
Unit 4 试卷考查了几何变换的矩阵表示。在二维中,回顾标准矩阵:关于 y = x 的反射为 [0 1; 1 0];逆时针旋转角度 θ 为 [cos θ − sin θ; sin θ cos θ];缩放因子 k 的放大为 [k 0; 0 k]。
In 3D, reflections in coordinate planes and rotations about coordinate axes were examined. For example, a rotation about the z-axis by angle θ has matrix [cos θ − sin θ 0; sin θ cos θ 0; 0 0 1]. The January 2021 paper asked candidates to identify a transformation from its matrix and to find the matrix of a composite transformation.
在三维中,考查了关于坐标平面的反射和绕坐标轴的旋转。例如,绕 z 轴旋转角度 θ 的矩阵为 [cos θ − sin θ 0; sin θ cos θ 0; 0 0 1]。2021年1月试卷要求考生根据矩阵识别变换,并求复合变换的矩阵。
Composite transformation: T₂ ∘ T₁ corresponds to matrix product B × A, where A is applied first.
复合变换:T₂ ∘ T₁ 对应矩阵乘积 B × A,其中 A 先作用。
5. Eigenvalues and Eigenvectors | 特征值与特征向量
This section of the paper asked candidates to find eigenvalues and eigenvectors of a 2 × 2 matrix. The key equation is the characteristic equation:
试卷这一部分要求考生求 2 × 2 矩阵的特征值和特征向量。关键方程是特征方程:
det(A − λI) = 0
For a 2 × 2 matrix A = [a b; c d], this expands to λ² − (a + d)λ + (ad − bc) = 0, where (a + d) is the trace and (ad − bc) is the determinant. The two eigenvalues λ₁ and λ₂ are then substituted back into (A − λI)v = 0 to solve for the corresponding eigenvectors.
对于 2 × 2 矩阵 A = [a b; c d],特征方程展开为 λ² − (a + d)λ + (ad − bc) = 0,其中 (a + d) 是迹,ad − bc 是行列式。求得两个特征值 λ₁ 和 λ₂ 后,代回 (A − λI)v = 0 求解对应的特征向量。
-
Each eigenvector is determined only up to a scalar multiple; give a simple form such as [1; k] or [k; 1].
特征向量只确定到相差一个非零常数倍;给出最简形式,如 [1; k] 或 [k; 1]。
-
If the quadratic gives a repeated root, check whether the matrix is diagonalisable by testing whether the geometric multiplicity equals the algebraic multiplicity.
若特征方程有重根,需要通过判断几何重数是否等于代数重数来确认矩阵是否可对角化。
-
Always verify your eigenvector by computing Av and checking it equals λv.
务必通过计算 Av 并验证 Av = λv 来检验特征向量的正确性。
6. Matrix Diagonalisation | 矩阵的对角化
The January 2021 paper included a question on diagonalising a 2 × 2 matrix, i.e. writing A = PDP⁻¹, where P is the matrix whose columns are the eigenvectors and D is the diagonal matrix of eigenvalues. This is only possible when the eigenvectors are linearly independent.
2021年1月试卷包含一道矩阵对角化的题目,即将 A 写成 A = PDP⁻¹,其中 P 是由特征向量作为列构成的矩阵,D 是由特征值构成的对角矩阵。这要求特征向量线性无关。
Aⁿ = P Dⁿ P⁻¹
Candidates were also asked to compute a power of the matrix using this diagonalisation. Since Dⁿ is simply the diagonal matrix with each eigenvalue raised to the nth power, this dramatically simplifies the computation. A common error is to forget to verify P is invertible, i.e. det(P) ≠ 0, before using the formula.
考生还需要利用对角化计算矩阵的幂。由于 Dⁿ 只是将每个特征值分别取 n 次幂的对角矩阵,这大大简化了计算。常见错误是忘记验证 P 是否可逆,即 det(P) ≠ 0,就直接使用公式。
7. Dot Product and Vector Geometry | 点积与向量几何
The vector portion of the paper opened with questions on the scalar (dot) product: a · b = |a||b| cos θ. Candidates were required to find angles between vectors and to determine whether two vectors are perpendicular by checking whether their dot product is zero.
试卷的向量部分以标量(点)积开始:a · b = |a||b| cos θ。考生需要求向量间的夹角,并通过判断点积是否为零来确定两向量是否垂直。
The cross product was also examined. Recall the component formula: for a = (a₁, a₂, a₃) and b = (b₁, b₂, b₃),
试卷同样考查了叉积。回顾分量公式:对于 a = (a₁, a₂, a₃) 和 b = (b₁, b₂, b₃),
a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
The cross product gives a vector perpendicular to both a and b, with magnitude |a||b| sin θ. In the paper, students used the cross product to find a normal vector to a plane and to compute the sine of the angle between two lines.
叉积的结果是同时垂直于 a 和 b 的向量,其大小为 |a||b| sin θ。在试卷中,学生使用叉积求平面的法向量,并计算两直线间夹角的正弦值。
8. Equations of Lines and Planes | 直线与平面的方程
MFP4 requires fluency in converting between the vector, parametric, and Cartesian forms of lines and planes. For a line through point a with direction vector d, the vector equation is r = a + λd. For a plane through point a with normal vector n, the equation is (r − a) · n = 0, often written as r · n = a · n = d.
MFP4 要求熟练掌握直线和平面在向量形式、参数形式和笛卡尔形式之间的转换。过点 a、方向向量为 d 的直线向量方程为 r = a + λd。过点 a、法向量为 n 的平面方程为 (r − a) · n = 0,通常写作 r · n = a · n = d。
In the January 2021 paper, students were given two points on a line and asked to derive both the vector equation and the Cartesian equation. Partial marks were available for the direction vector d = b − a, so always write this down explicitly even if unsure of the final answer.
2021年1月试卷中,学生已知直线上两点,需推导向量方程和笛卡尔方程。方向向量 d = b − a 这一步有部分分,即使不确定最终答案也应明确写出。
| Form | 形式 | Line | 直线 | Plane | 平面 |
| Vector | 向量 | r = a + λd | r · n = d |
| Cartesian | 笛卡尔 | (x − x₁)/d₁ = (y − y₁)/d₂ = (z − z₁)/d₃ | n₁x + n₂y + n₃z = d |
9. Intersections: Lines and Planes | 直线与平面的相交问题
One of the highest-scoring questions on the paper involved finding the intersection point of a line and a plane, and the angle between them. To find the intersection, substitute the parametric equation of the line x = a₁ + λd₁, y = a₂ + λd₂, z = a₃ + λd₃ into the Cartesian equation of the plane, and solve for λ.
试卷中分值较高的题目之一涉及求直线与平面的交点,以及它们之间的夹角。求交点的方法是将直线的参数方程 x = a₁ + λd₁,y = a₂ + λd₂,z = a₃ + λd₃ 代入平面的笛卡尔方程,解出 λ。
For the angle between a line and a plane, use the formula sin φ = |d · n| / (|d||n|), where d is the direction vector of the line and n is the normal vector of the plane. Note the use of sine, not cosine, because we want the angle between the line and the plane itself, not the angle between the line and the normal.
求直线与平面的夹角时,使用公式 sin φ = |d · n| / (|d||n|),其中 d 是直线的方向向量,n 是平面的法向量。注意这里使用的是正弦而非余弦,因为我们要求的是直线与平面本身的夹角,而非直线与法向量的夹角。
Angle between two planes: cos θ = |n₁ · n₂| / (|n₁||n₂|)
两平面夹角:cos θ = |n₁ · n₂| / (|n₁||n₂|)
10. Common Pitfalls and Examiner Comments | 常见易错点与考官评语
Examiners reported that many candidates lost marks on the January 2021 paper due to sign errors when expanding 3 × 3 determinants, especially forgetting the minus sign on the middle term. Another frequent slip was using the wrong order in composite transformations: the matrix of the first transformation must be multiplied on the right.
考官报告指出,2021年1月试卷中许多考生因展开 3 × 3 行列式时出现符号错误而失分,尤其是忘记中间项的负号。另一个常见失误是复合变换中矩阵顺序搞错:第一个变换的矩阵必须右乘。
-
Check all determinants with a quick mental evaluation of a simple row or column.
用某一行或列的快速心算检验所有行列式。
-
When finding eigenvectors, avoid scaled errors: check that each component satisfies the original equation.
求特征向量时,避免缩放错误:检查每个分量是否满足原方程。
-
Do not confuse the angle between a line and a plane with the angle between the line and the normal; they are complementary.
不要混淆直线与平面的夹角和直线与法向量的夹角,二者互为余角。
-
When a parameter appears in a matrix, consider special values (e.g. parameter = 0 or parameter = 1) as quick consistency checks.
当矩阵中含参数时,取特殊值(如参数 = 0 或 1)进行快速一致性检验。
11. Key Formulas to Memorise | 必背公式清单
Building a formula sheet from memory is the fastest way to secure marks. Below are the formulas that appeared most frequently in the January 2021 Unit 4 paper and are almost guaranteed to reappear.
凭记忆构建公式清单是快速拿分的最有效方法。以下公式在 2021年1月 Unit 4 试卷中出现频率最高,且几乎必然重现。
-
2 × 2 inverse: M⁻¹ = (1/(ad − bc))[d − b; −c a]
2 × 2 逆矩阵:M⁻¹ = (1/(ad − bc))[d − b; −c a]
-
Characteristic equation: det(A − λI) = 0
特征方程:det(A − λI) = 0
-
Cross product: a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
叉积:a × b = (a₂b₃ − a₃b₂, a₃b₁ − a₁b₃, a₁b₂ − a₂b₁)
-
Line equation: r = a + λd
直线方程:r = a + λd
-
Plane equation: r · n = d
平面方程:r · n = d
-
Line-plane angle: sin φ = |d · n| / (|d||n|)
线面夹角:sin φ = |d · n| / (|d||n|)
-
Diagonalisation: Aⁿ = PDⁿP⁻¹
对角化:Aⁿ = PDⁿP⁻¹
12. Practice Strategy for Resit and Future Exams | 补考与未来备考策略
To score an A* in AQA Further Maths Unit 4, allocate at least four weeks of focused revision. Spend week one on matrices and determinants, week two on eigenvalues and diagonalisation, week three on vector geometry, and week four on full past-paper practice under timed conditions.
要在 AQA 进阶数学 Unit 4 中考取 A*,建议至少安排四周的集中复习。第一周专攻矩阵与行列式,第二周专攻特征值与对角化,第三周专攻向量几何,第四周在规定时间内完成整套真题练习。
Mark your own work against the official mark scheme, identifying which steps earned the marks. Pay particular attention to “method marks” — in AQA, many marks are awarded for correct method even when the final answer is wrong. Always show the substitution step, the equation setup, and the intermediate simplification.
使用官方评分标准批改自己的答案,明确每一步的得分点。特别注意”方法分”——在 AQA 中,即使最终答案错误,正确的方法也能获得许多分数。务必定写出代入步骤、方程建立过程和中间化简过程。
Finally, review the examiner reports from previous sessions. They highlight the exact errors that cost marks, such as wrong matrix multiplication order, missing absolute values in angle formulas, and failure to divide by the determinant when computing an inverse. Addressing these small but critical details is the difference between a grade B and a grade A*.
最后,务必阅读往年考官报告。报告会明确指出失分的具体错误,如矩阵乘法顺序错误、夹角公式中遗漏绝对值符号、求逆矩阵时忘记除以行列式等。解决这些微小但关键的细节,正是 B 等级与 A* 之间的差距。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导