📚 PDF资源导航

AQA Further Maths Unit Test Mock Paper Analysis | AQA进阶数学单元测试模拟卷解析

📚 AQA Further Maths Unit Test Mock Paper Analysis | AQA进阶数学单元测试模拟卷解析

This mock paper analysis is designed to help A-level Further Mathematics students consolidate key concepts and exam techniques typical of the AQA specification. Each section breaks down a representative problem, highlights common pitfalls, and reinforces essential methods. Working through these problems will build confidence in tackling unit tests and the final examination.

本模拟卷解析旨在帮助A-level进阶数学学生巩固AQA考试大纲中的核心概念和应试技巧。每一小节拆解一道典型题目,指出常见错误并强化基本方法。练习这些问题将有助于在单元测试和最终考试中建立信心。


1. Complex Numbers: Modulus, Argument and Equations | 复数:模、辐角与方程

Question: Let z = 3 − 4i. (a) Find |z|, arg(z) in radians, and write down the complex conjugate z*. (b) Solve the equation z² − 2z + 5 = 0, giving your answers in the form a + bi.

问题:设 z = 3 − 4i。 (a) 求 |z|、以弧度表示的 arg(z),并写出共轭复数 z*。 (b) 解方程 z² − 2z + 5 = 0,将答案写成 a + bi 的形式。

For part (a), the modulus is √(3² + (−4)²) = √25 = 5. The argument is arctan(−4/3). Since the point lies in the fourth quadrant, arg(z) = −arctan(4/3) ≈ −0.9273 rad. Many students forget to adjust the angle to the correct quadrant. The conjugate is simply 3 + 4i.

在 (a) 部分,模为 √(3² + (−4)²) = √25 = 5。辐角为 arctan(−4/3)。由于该点位于第四象限,arg(z) = −arctan(4/3) ≈ −0.9273 rad。许多同学会忘记将角度调整到正确象限。共轭复数就是 3 + 4i。

Part (b) uses the quadratic formula: z = [2 ± √(4 − 20)] / 2 = [2 ± √(−16)] / 2 = [2 ± 4i] / 2 = 1 ± 2i. Roots are 1 + 2i and 1 − 2i, which are conjugates. Always express the square root of a negative number as a multiple of i.

(b) 部分使用求根公式:z = [2 ± √(4 − 20)] / 2 = [2 ± √(−16)] / 2 = [2 ± 4i] / 2 = 1 ± 2i。根为 1 + 2i 和 1 − 2i,两者互为共轭。务必把负数的平方根表示为 i 的倍数。


2. Matrix Inversion and Simultaneous Equations | 矩阵求逆与联立方程组

Question: Given matrix A = [[2, 1], [3, 4]], find A⁻¹. Hence solve the simultaneous equations: 2x + y = 5, 3x + 4y = 6.

问题:已知矩阵 A = [[2, 1], [3, 4]],求 A⁻¹。由此解联立方程组:2x + y = 5, 3x + 4y = 6。

The determinant of A is (2)(4) − (1)(3) = 8 − 3 = 5, non-zero so inverse exists. The inverse is 1/det × adj = (1/5) [[4, −1], [−3, 2]] = [[0.8, −0.2], [−0.6, 0.4]]. Always check by multiplying A A⁻¹ to confirm the identity matrix.

A 的行列式为 (2)(4) − (1)(3) = 8 − 3 = 5,非零故逆存在。逆矩阵为 1/行列式 × 伴随矩阵 = (1/5) [[4, −1], [−3, 2]] = [[0.8, −0.2], [−0.6, 0.4]]。务必通过 A A⁻¹ 相乘验证是否得到单位矩阵。

Rewrite the system as A [x; y] = [5; 6]. Multiply both sides by A⁻¹: [x; y] = A⁻¹ [5; 6] = [[0.8, −0.2],[−0.6, 0.4]] [5; 6] = [0.8×5 + (−0.2)×6; −0.6×5 + 0.4×6] = [4 − 1.2; −3 + 2.4] = [2.8; −0.6]. So x = 2.8, y = −0.6.

将方程组改写为 A [x; y] = [5; 6]。两边左乘 A⁻¹ 得:[x; y] = A⁻¹ [5; 6] = [[0.8, −0.2],[−0.6, 0.4]] [5; 6] = [0.8×5 + (−0.2)×6; −0.6×5 + 0.4×6] = [4 − 1.2; −3 + 2.4] = [2.8; −0.6]。因此 x = 2.8, y = −0.6。


3. Roots of Polynomials: Symmetric Functions | 多项式根:对称函数

Question: The quadratic equation x² + px + q = 0 has roots α and β. Express α² + β² and α³ + β³ in terms of p and q. Evaluate these when α + β = 4 and αβ = 7.

问题:二次方程 x² + px + q = 0 有根 α 和 β。用 p 和 q 表示 α² + β² 以及 α³ + β³。当 α + β = 4, αβ = 7 时求值。

From the equation, sum α + β = −p, product αβ = q. Then α² + β² = (α + β)² − 2αβ = p² − 2q. Be careful with signs: the sum is −p, its square is p². A common error is to write 2p².

由方程可得,和 α + β = −p,积 αβ = q。那么 α² + β² = (α + β)² − 2αβ = p² − 2q。注意符号:和为 −p,其平方为 p²。常见错误是会写成 2p²。

For cubes, use identity: α³ + β³ = (α + β)³ − 3αβ(α + β) = (−p)³ − 3q(−p) = −p³ + 3pq. Substitute p = −(α + β) = −4, q = 7 gives α² + β² = (−4)² − 2×7 = 16 − 14 = 2, and α³ + β³ = −(−4)³ + 3×(−4)×7 = −(−64) − 84 = 64 − 84 = −20.

对于立方,利用恒等式:α³ + β³ = (α + β)³ − 3αβ(α + β) = (−p)³ − 3q(−p) = −p³ + 3pq。代入 p = −(α + β) = −4, q = 7 得:α² + β² = (−4)² − 2×7 = 16 − 14 = 2,α³ + β³ = −(−4)³ + 3×(−4)×7 = −(−64) − 84 = 64 − 84 = −20。


4. Summation of Series Using Standard Results | 利用标准结果进行级数求和

Question: Evaluate Σr=1n (r+1)(r+3). Simplify your answer as a polynomial in n.

问题:计算 Σr=1n (r+1)(r+3)。将答案化简为 n 的多项式。

First expand the term: (r+1)(r+3) = r² + 4r + 3. Then the sum splits into three standard sums: Σr² + 4Σr + 3Σ1, all from r=1 to n. The standard results are Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σ1 = n.

首先展开项:(r+1)(r+3) = r² + 4r + 3。然后将求和拆分为三个标准求和:Σr² + 4Σr + 3Σ1,每个都是从 r=1 到 n。标准结果为 Σr = n(n+1)/2,Σr² = n(n+1)(2n+1)/6,Σ1 = n。

Substituting yields: n(n+1)(2n+1)/6 + 4·n(n+1)/2 + 3n. Combine over denominator 6: = [n(n+1)(2n+1) + 12n(n+1) + 18n] /6. Factor n: n[(n+1)(2n+1) + 12(n+1) + 18] /6. Simplify inside: (n+1)(2n+1) + 12n + 12 + 18 = (2n² + 3n + 1) + 12n + 30 = 2n² + 15n + 31. So result = n(2n² + 15n + 31)/6. Always check for n=1: LHS (1+1)(1+3)=2×4=8, RHS 1(2+15+31)/6=48/6=8.

代入得:n(n+1)(2n+1)/6 + 4·n(n+1)/2 + 3n。通分分母6:= [n(n+1)(2n+1) + 12n(n+1) + 18n] /6。提取公因子 n:n[(n+1)(2n+1) + 12(n+1) + 18] /6。化简括号内:(n+1)(2n+1) + 12n + 12 + 18 = (2n² + 3n + 1) + 12n + 30 = 2n² + 15n + 31。所以结果为 n(2n² + 15n + 31)/6。务必用 n=1 检验:左式 (1+1)(1+3)=8,右式 1(2+15+31)/6=8,验证正确。


5. Proof by Induction for Sum of Squares | 平方和公式的数学归纳法证明

Question: Prove by induction that for all positive integers n, Σr=1n r² = n(n+1)(2n+1)/6.

问题:用数学归纳法证明,对所有正整数 n,Σr=1n r² = n(n+1)(2n+1)/6。

Base case n=1: LHS = 1² = 1, RHS = 1×2×3/6 = 1. Holds. Inductive hypothesis: assume true for n=k, i.e., Σr=1k r² = k(k+1)(2k+1)/6. Then for n=k+1, LHS = Σr=1k+1 r² = Σr=1k r² + (k+1)².

基础情形 n=1:左=1²=1,右=1×2×3/6=1,成立。归纳假设:设 n=k 时成立,即 Σr=1k r² = k(k+1)(2k+1)/6。则当 n=k+1,左式 = Σr=1k+1 r² = Σr=1k r² + (k+1)²。

Substitute hypothesis: = k(k+1)(2k+1)/6 + (k+1)². Factor (k+1)/6: = (k+1)/6 [k(2k+1) + 6(k+1)] = (k+1)/6 [2k² + k + 6k + 6] = (k+1)/6 [2k² + 7k + 6] = (k+1)/6 [(k+2)(2k+3)] = (k+1)(k+2)(2k+3)/6. This matches the RHS for n=k+1: (k+1)((k+1)+1)(2(k+1)+1)/6. Conclude the statement holds for all n by induction.

代入归纳假设:= k(k+1)(2k+1)/6 + (k+1)²。提取公因子 (k+1)/6:= (k+1)/6 [k(2k+1) + 6(k+1)] = (k+1)/6 [2k² + k + 6k + 6] = (k+1)/6 [2k² + 7k + 6] = (k+1)/6 [(k+2)(2k+3)] = (k+1)(k+2)(2k+3)/6。这与 n=k+1 的右式相符:(k+1)((k+1)+1)(2(k+1)+1)/6。由归纳法原理,对所有 n 成立。


6. Matrix Transformations: Rotation | 矩阵变换:旋转

Question: Describe the linear transformation represented by matrix M = [[0, −1],[1, 0]]. Find the image of point (3, 2) under M. What transformation does M² represent?

问题:描述矩阵 M = [[0, −1],[1, 0]] 所表示的线性变换。求点 (3,2) 在 M 下的像。M² 表示什么变换?

M maps (x, y) to (−y, x). This is a rotation of 90° anticlockwise about the origin. Verify with standard basis: (1,0) → (0,1), (0,1) → (−1,0). The image of (3,2) is (−2, 3).

M 将 (x, y) 映射为 (−y, x)。这是绕原点逆时针旋转 90°。用标准基验证:(1,0) → (0,1),(0,1) → (−1,0)。点 (3,2) 的像是 (−2, 3)。

Compute M² = [[0, −1],[1,0]] × [[0, −1],[1,0]] = [[−1,0],[0,−1]] = −I, which is a rotation of 180° (or a reflection through the origin). Geometrically, applying M twice rotates by 90° + 90° = 180°. Recognising powers of rotation matrices saves time in composite transformations.

计算 M² = [[0, −1],[1,0]] × [[0, −1],[1,0]] = [[−1,0],[0,−1]] = −I,这表示旋转 180°(或关于原点的反射)。几何上,连续应用 M 两次相当于旋转 90° + 90° = 180°。识别旋转矩阵的幂次在复合变换中能节省时间。


7. Loci in the Complex Plane | 复平面上的轨迹

Question: Sketch the loci given by |z − 2| = 3 and arg(z − i) = π/4. Find the complex number(s) satisfying both conditions.

问题:画出 |z − 2| = 3 与 arg(z − i) = π/4 所给出的轨迹。求同时满足两个条件的复数。

The first locus is a circle centered at (2,0) with radius 3. The second is a half-line starting at (0,1) (but excluding the point itself) making an angle of 45° with the positive real axis. The intersection requires solving simultaneous geometric conditions.

第一个轨迹是以 (2,0) 为圆心、半径为 3 的圆。第二个轨迹是从 (0,1) 出发(不含该点)与正实轴成 45° 的射线。求交点需要联立几何条件求解。

Parametrise the half-line: z = i + reiπ/4 = i + r(√2/2 + i√2/2), r ≥ 0. So x = (√2/2)r, y = 1 + (√2/2)r. Substitute into circle equation: (x−2)² + y² = 9. This gives ( (√2/2)r − 2)² + (1 + (√2/2)r)² = 9. Expand and simplify: ½r² − 2√2 r + 4 + 1 + √2 r + ½r² = 9 → r² − √2 r + 5 = 9 → r² − √2 r − 4 = 0. Solve for r: r = [√2 ± √(2 + 16)]/2 = [√2 ± √18]/2 = [√2 ± 3√2]/2. So r = 2√2 or r = −√2 (reject negative). Hence r = 2√2, then z = i + 2√2 (√2/2 + i√2/2) = i + 2 + 2i = 2 + 3i. Thus the unique intersection is 2 + 3i.

将射线参数化:z = i + reiπ/4 = i + r(√2/2 + i√2/2),r ≥ 0。故 x = (√2/2)r,y = 1 + (√2/2)r。代入圆的方程:(x−2)² + y² = 9,得 ( (√2/2)r − 2)² + (1 + (√2/2)r)² = 9。展开化简:½r² − 2√2 r + 4 + 1 + √2 r + ½r² = 9 → r² − √2 r + 5 = 9 → r² − √2 r − 4 = 0。解 r:r = [√2 ± √(2 + 16)]/2 = [√2 ± √18]/2 = [√2 ± 3√2]/2。所以 r = 2√2 或 r = −√2(舍去负值)。因此 r = 2√2,从而 z = i + 2√2 (√2/2 + i√2/2) = i + 2 + 2i = 2 + 3i。唯一交点为 2 + 3i。


8. Summation by Expansion and Substitution | 展开与代入法求和

Question: Evaluate Σr=1n r(r+1)(r+2). Express your answer in fully factorised form.

问题:计算 Σr=1n r(r+1)(r+2)。将答案用完全因式分解的形式表示。

Expand the cubic: r(r+1)(r+2) = r(r² + 3r + 2) = r³ + 3r² + 2r. So the sum becomes Σr³ + 3Σr² + 2Σr. Using standard results: Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = [n(n+1)/2]².

展开立方:r(r+1)(r+2) = r(r² + 3r + 2) = r³ + 3r² + 2r。因此求和变为 Σr³ + 3Σr² + 2Σr。使用标准结果:Σr = n(n+1)/2,Σr² = n(n+1)(2n+1)/6,Σr³ = [n(n+1)/2]²。

Substitute: [n(n+1)/2]² + 3·n(n+1)(2n+1)/6 + 2·n(n+1)/2 = n²(n+1)²/4 + n(n+1)(2n+1)/2 + n(n+1). Put over common denominator 4: = [n²(n+1)² + 2n(n+1)(2n+1) + 4n(n+1)] /4. Factor n(n+1): = n(n+1)/4 [ n(n+1) + 2(2n+1) + 4 ] = n(n+1)/4 [ n² + n + 4n + 2 + 4 ] = n(n+1)/4 [ n² + 5n + 6 ] = n(n+1)(n² + 5n + 6)/4. Factorise quadratic: n² + 5n + 6 = (n+2)(n+3). Thus final answer = n(n+1)(n+2)(n+3)/4. This elegant factorisation is a known result, often derived by combinatorial methods. Check n=1: LHS 1×2×3=6, RHS 1×2×3×4/4=6.

代入:[n(n+1)/2]² + 3·n(n+1)(2n+1)/6 + 2·n(n+1)/2 = n²(n+1)²/4 + n(n+1)(2n+1)/2 + n(n+1)。通分分母为4:= [n²(n+1)² + 2n(n+1)(2n+1) + 4n(n+1)] /4。提取公因式 n(n+1):= n(n+1)/4 [ n(n+1) + 2(2n+1) + 4 ] = n(n+1)/4 [ n² + n + 4n + 2 + 4 ] = n(n+1)/4 [ n² + 5n + 6 ] = n(n+1)(n²+5n+6)/4。因式分解二次式:n²+5n+6 = (n+2)(n+3)。因此最终答案为 n(n+1)(n+2)(n+3)/4。这一优美的因式分解是经典

Published by TutorHao | A-Level 进阶数学 Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version