📚 Mastering AQA AS Further Mathematics Paper 1 (January 2021) | AQA AS 进阶数学试卷一(2021年1月)精讲
The January 2021 AQA AS Further Mathematics Paper 1 (Unit 1) is a pure mathematics paper that tests your command of complex numbers, matrices, roots of polynomials, proof by induction, further algebra, and further calculus. Understanding the question formats, mark allocation, and common pitfalls is the fastest way to raise your score.
2021年1月的AQA AS进阶数学试卷一(Unit 1)是一场纯数学考试,重点考查复数、矩阵、多项式求根、数学归纳法证明、进阶代数与进阶微积分。理解题型分布、分值分配与常见失分点,是快速提分的捷径。
1. Exam Overview & Structure | 考试概览与结构
The paper runs for 1 hour 30 minutes and carries 80 marks, contributing 50% of your total AS Further Mathematics grade. It consists of compulsory short and multi-part questions, with a calculator permitted throughout. The question order generally follows the specification sequence, but always scan the whole paper in the first two minutes.
试卷时长1小时30分钟,满分80分,占AS进阶数学总成绩的50%。全卷为必做题,题型包括短问答与多步计算,全程允许使用计算器。题目顺序通常遵循考纲编排,但拿到试卷后仍应花前两分钟通读全卷。
Marks are distributed roughly as follows: complex numbers 15–20 marks, matrices 12–16 marks, roots of polynomials 8–12 marks, proof by induction 6–8 marks, rational functions and partial fractions 10–14 marks, and further calculus 14–18 marks. These proportions vary slightly each year, but the weighting is a reliable guide for time allocation.
分值大致分布如下:复数15–20分,矩阵12–16分,多项式求根8–12分,数学归纳法证明6–8分,有理函数与部分分式10–14分,进阶微积分14–18分。每年比例略有浮动,但该权重可以作为时间分配的可信参考。
2. Complex Numbers | 复数
Complex numbers typically appear early in the paper. Core skills include arithmetic in Cartesian form, where division requires multiplying numerator and denominator by the conjugate. For example, to compute 1/(2 + i), multiply by (2 − i)/(2 − i) to obtain (2 − i)/5. Examiners award method marks for writing the conjugate explicitly.
复数题通常出现在试卷前半部分。核心技能包括笛卡尔形式下的四则运算,其中除法需将分子分母同乘共轭复数。例如,计算 1/(2 + i) 时,需同乘 (2 − i)/(2 − i),得到 (2 − i)/5。考官会为明确写出共轭复数给予方法分。
You also need to solve quadratic equations with real coefficients and negative discriminants, giving roots in the form a ± bi. When drawing on an Argand diagram, remember that |z| is the distance from the origin and arg(z) is the angle measured anticlockwise from the positive real axis. State the quadrant before choosing the argument value.
你还需要解判别式为负的实系数二次方程,得到形如 a ± bi 的根。在阿甘图上作图时,记住 |z| 是到原点的距离,arg(z) 是从正实轴逆时针量得的角度。先判断象限,再确定辐角的取值。
A frequent AQA question type asks you to verify that a given complex number satisfies a polynomial equation, then use the conjugate root theorem to find the remaining roots. Substitution is straightforward but must be written out fully: replace z with the complex number, expand carefully, and use i² = −1 to collect real and imaginary parts.
AQA常见的一种题型是:验证某个给定的复数满足多项式方程,然后利用共轭根定理求其余根。代入过程虽然直接,但必须完整书写:将z替换为给定复数,仔细展开,并利用 i² = −1 合并实部与虚部。
3. Matrices and Transformations | 矩阵与变换
Matrix questions cover 2×2 and 3×3 matrices, but the 2×2 case is the most heavily tested at AS level. You must know the determinant, inverse, and the effect of a matrix as a geometric transformation. The determinant gives the area scale factor of the transformation, and a negative determinant indicates that orientation is reversed.
矩阵题考查2×2与3×3矩阵,但AS阶段以2×2矩阵为主。你必须掌握行列式、逆矩阵以及矩阵作为几何变换的作用。行列式的绝对值给出变换的面积缩放因子,负行列式表示方向发生反转。
For a 2×2 matrix A with entries a, b, c, d (rows written as (a b) and (c d)), the key results are:
对于行写法为 (a b) 和 (c d) 的2×2矩阵 A,关键结论为:
det(A) = ad − bc, A⁻¹ = 1/(ad − bc) × ( d −b ; −c a )
In transformation problems, the order of matrix multiplication matters. If transformation T₁ is applied first, followed by T₂, the combined matrix is T₂T₁. Many students write the product in the reverse order and lose all the marks. Also memorise standard matrices: rotation by θ anticlockwise, reflection in y = x, and reflection in the x-axis.
在变换题中,矩阵乘法的顺序至关重要。若先进行变换 T₁,再进行 T₂,则复合矩阵为 T₂T₁。许多学生把乘积顺序写反而丢分。同时要熟记标准矩阵:逆时针旋转 θ 的旋转矩阵、关于 y = x 的反射矩阵、关于x轴的反射矩阵。
4. Roots of Polynomials | 多项式求根
This topic asks you to write down sums and products of roots for quadratic, cubic, and quartic equations without solving them. For a cubic equation ax³ + bx² + cx + d = 0, with roots α, β, γ, we have:
本专题要求不解方程,直接写出二次、三次、四次方程的根之和与根之积。对于三次方程 ax³ + bx² + cx + d = 0,设根为 α、β、γ,则:
α + β + γ = −b/a, αβ + βγ + γα = c/a, αβγ = −d/a
The corresponding results for a quadratic are α + β = −b/a and αβ = c/a. AQA often sets up a quadratic whose roots are transformed versions of the original roots, such as α², β². In that case, compute the new sum α² + β² = (α + β)² − 2αβ, and the new product α²β² = (αβ)².
二次方程的对应结论为 α + β = −b/a,αβ = c/a。AQA常构造一个以原根变换后(如α²、β²)为根的新二次方程。此时需计算新和 α² + β² = (α + β)² − 2αβ,以及新积 α²β² = (αβ)²。
Questions that combine roots with complex numbers require you to recall that non-real roots of a real polynomial occur in conjugate pairs. If α = p + qi is a root, then p − qi is also a root. Multiplying the corresponding linear factors gives the real quadratic factor x² − 2px + p² + q².
结合复数考查多项式求根时,需记得实系数多项式的非实根总是共轭成对出现。若 α = p + qi 是根,则 p − qi 也是根。将对应的线性因子相乘,可得实二次因子 x² − 2px + p² + q²。
5. Proof by Induction | 数学归纳法证明
Proof by induction is a short but demanding question, usually worth 6–8 marks. Three common contexts are sums of series, divisibility statements, and results involving powers of matrices. The proof always has four stages: the basis case, the inductive assumption, the inductive step, and the concluding sentence.
数学归纳法证明是一道短小但要求严密的题目,通常占6–8分。三种常见背景为:级数求和、整除性命题、矩阵幂次结论。证明始终包含四个阶段:基础情形、归纳假设、归纳递推、结论句。
For a series sum, the basis case checks n = 1 on both sides. Then assume the result for n = k, write it out explicitly, add the (k + 1)th term to both sides, and manipulate the algebra to show the formula holds for n = k + 1. Finally, state: ‘therefore, by mathematical induction, the statement is true for all positive integers n.’
对于级数求和,基础情形是将 n = 1 分别代入等号两边验证相等。随后假设 n = k 时命题成立并明确写出,在两边同时加上第 k + 1 项,通过代数变形证明公式对 n = k + 1 也成立。最后写下结论:’因此,由数学归纳法知,该命题对所有正整数 n 均成立。’
Matrix induction questions use the assumption Mk = P, then compute Mk+1 = Mk × M. The multiplication is normally simple in structure, and the key is not to mix up the order of multiplication. Divisibility proofs require careful extraction of the common factor, often using rearrangement to create the induction hypothesis term.
矩阵归纳题先假设 Mk 满足某种形式,再计算 Mk+1 = Mk × M。乘法本身通常结构简单,关键是不要颠倒乘法的左右顺序。整除性证明需要仔细提取公因子,通常通过代数重组以构造出包含归纳假设的项。
6. Further Algebra and Rational Functions | 进阶代数与有理函数
This section tests partial fractions, the factor theorem, and manipulation of algebraic fractions. At AS level, the most common partial fraction form has distinct linear factors in the denominator. You determine the unknown constants by substituting suitable x-values or by comparing coefficients.
本部分考查部分分式、因式定理以及代数分式的恒等变形。在AS阶段,最常见的部分分式形式是分母为互不相同的线性因子。你可以通过代入合适的x值或比较系数来确定待定常数。
For example, to decompose (5x + 1)/((x − 2)(x + 3)), write it as A/(x − 2) + B/(x + 3). Substituting x = 2 eliminates B and gives A directly; substituting x = −3 gives B. Always state the final partial fraction decomposition clearly, since the last line is the only one the examiner checks first.
例如,将 (5x + 1)/((x − 2)(x + 3)) 分解,可写成 A/(x − 2) + B/(x + 3)。代入 x = 2 消去 B 直接求出 A;代入 x = −3 求出 B。务必清晰写出最终的部分分式结果,因为考官最先检查的就是最后一行。
Improper fractions, where the numerator has degree greater than or equal to the denominator, require polynomial division before partial fractions. The result includes a polynomial part plus proper partial fractions. Skipping the division step is a frequent error that turns a manageable question into an algebraic nightmare.
当分子次数大于等于分母次数时属于假分式,必须先做多项式除法,再进行部分分式分解。结果包含一个多项式部分加真分式部分。跳过除法步骤是常见错误,这会把一道本可应对的题变成代数灾难。
7. Further Calculus | 进阶微积分
The calculus questions focus on differentiation and integration of exponential, logarithmic, and trigonometric functions, together with the chain rule for composite functions. You must be comfortable with results such as:
微积分题聚焦于指数函数、对数函数和三角函数的求导与积分,以及复合函数的链式法则。你必须熟练掌握以下结论:
d/dx [ln(ax + b)] = a/(ax + b), ∫ 1/(ax + b) dx = (1/a) ln|ax + b| + C
The factor 1/a in the integral is the single most common lost mark in this section. AQA deliberately chooses coefficients such as 3x + 2 or 2x − 5 to test this point. Also remember the chain rule in the form dy/dx = dy/du × du/dx when a function is presented as a composition.
积分结果中的系数 1/a 是本节最常见的失分点。AQA特意选择像 3x + 2 或 2x − 5 这样的系数来考查这一点。同时记住链式法则 dy/dx = dy/du × du/dx,当函数以复合形式出现时直接应用。
Definite integrals may be linked to the area between a curve and the x-axis. You must sketch the curve or at least check where it crosses the axis, because a negative area segment must be handled with the absolute value. Substituting the limits correctly and presenting the final answer to an appropriate degree of accuracy are both essential.
定积分可能与曲线与x轴围成的面积结合考查。你必须先画出曲线草图或判断其与x轴的交点,因为负面积段需要用绝对值处理。正确代入上下限,并按题目要求的精度呈现最终答案,两者都至关重要。
8. Examiner Feedback & Common Mistakes | 常见错误与考官反馈
AQA examiner reports for AS Further Mathematics repeatedly highlight the same issues. In complex numbers, students confuse |z| with the real part or forget that i² = −1 when simplifying. In matrices, the sign errors in the inverse formula are notorious: the off-diagonal signs are swapped, but the main diagonal signs stay the same.
AQA考官报告反复提到以下问题:在复数题中,学生将 |z| 与实部混淆,或化简时忘记 i² = −1;在矩阵题中,逆矩阵公式的符号错误非常普遍——次对角线要变号,而主对角线不变号。
In proof by induction, many candidates omit the basis case entirely or fail to write the concluding sentence. In partial fractions, common errors include incorrect substitution values and arithmetic slips when solving simultaneous equations. In calculus, missing the constant of integration and losing the factor 1/a in log integrals top the list.
在归纳法证明中,许多考生完全遗漏基础情形,或者不写结论句。在部分分式题中,常见错误包括代入值选错以及解方程组时出现算术失误。在微积分题中,漏写积分常数、在对数积分中丢失系数 1/a 位居失分原因榜首。
Another persistent problem is invisible working. AQA awards method marks freely when steps are shown, but an answer that jumps from the question to the final line earns almost nothing if the final value is wrong. Write down every intermediate matrix, every substituted limit, and every algebraic rearrangement.
另一个长期存在的问题是跳步不写过程。AQA对于展示步骤的过程分给得很大方,但如果从题目直接跳到最终答案而结果又错了,几乎得不到分。请写下每一步的中间矩阵、每次代入的上下限、每一步的
Published by TutorHao | AS Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导