📚 Year 12 CCEA Further Mathematics Unit Test Mock Paper Analysis | CCEA 进阶数学单元测试模拟卷解析
This mock paper analysis is designed to help Year 12 students consolidate their understanding of key topics in the CCEA AS Further Mathematics specification. By working through a representative set of problems, you can identify strengths and areas for improvement before the actual unit test.
本文模拟卷解析旨在帮助 Year 12 学生巩固 CCEA AS 进阶数学考试大纲中的核心知识点。通过练习一组典型问题,你可以在实际单元测试前发现自己的优势与薄弱环节。
1. Complex Numbers – Operations and Argand Diagram | 复数运算与阿干特图
Given z₁ = 2 + 3i and z₂ = 1 – 4i. To add, simply combine real and imaginary parts: z₁ + z₂ = (2+1) + (3 – 4)i = 3 – i.
已知 z₁ = 2 + 3i,z₂ = 1 – 4i。加法直接合并实部与虚部:z₁ + z₂ = (2+1) + (3 – 4)i = 3 – i。
Multiplication uses the difference of squares remembering i² = –1: z₁z₂ = (2)(1) + (2)(–4i) + (3i)(1) + (3i)(–4i) = 2 – 8i + 3i – 12i² = 2 – 5i + 12 = 14 – 5i.
乘法运用分配律并注意 i² = –1:z₁z₂ = (2)(1) + (2)(–4i) + (3i)(1) + (3i)(–4i) = 2 – 8i + 3i – 12i² = 2 – 5i + 12 = 14 – 5i。
|z₁| = √(2² + 3²) = √13. arg(z₁) = tan⁻¹(3/2) ≈ 0.983 rad (56.3°). These locate the point in the first quadrant of the Argand diagram.
模长 |z₁| = √(2² + 3²) = √13。辐角 arg(z₁) = tan⁻¹(3/2) ≈ 0.983 弧度(56.3°)。这在阿干特图上对应第一象限的点。
2. Matrices – Multiplication, Determinant and Inverse | 矩阵 – 乘法、行列式与逆
Let A =
[1 2]
[3 4]
and B =
[2 0]
[1 –1]
. The product AB is calculated as
[(1×2 + 2×1) , (1×0 + 2×(–1))]
[(3×2 + 4×1) , (3×0 + 4×(–1))] =
[4 , –2]
[10 , –4]
.
设 A = [[1,2],[3,4]],B = [[2,0],[1,–1]]。乘积 AB 计算为:第1行1列 = 1×2+2×1 = 4,第1行2列 = 1×0+2×(–1) = –2;第2行1列 = 3×2+4×1 = 10,第2行2列 = 3×0+4×(–1) = –4。得 AB = [[4,–2],[10,–4]]。
det A = (1)(4) – (2)(3) = 4 – 6 = –2. Since det A ≠ 0, A is invertible.
行列式 det A = 1×4 – 2×3 = 4 – 6 = –2。由于 det A ≠ 0,矩阵 A 可逆。
A⁻¹ = (1/det A) × adjugate = (1/–2) ×
[4 , –2]
[–3 , 1] =
[–2 , 1]
[1.5 , –0.5]
. Always check that A A⁻¹ = I.
逆矩阵 A⁻¹ = (1/det A) × 伴随矩阵 = (1/–2) × [[4,–2],[–3,1]] = [[–2,1],[1.5,–0.5]]。务必验证 A A⁻¹ = I。
3. Polar Coordinates – Area Enclosed by a Curve | 极坐标 – 曲线围成的面积
The area enclosed by r = 2 + cos θ from 0 to 2π is given by ½ ∫₀²π r² dθ. Compute r² = (2 + cos θ)² = 4 + 4cosθ + cos²θ. Using the identity cos²θ = ½(1 + cos2θ), the integral becomes ½ ∫₀²π [4 + 4cosθ + ½ + ½cos2θ] dθ = ½ ∫₀²π (9/2 + 4cosθ + ½cos2θ) dθ.
极坐标曲线 r = 2 + cos θ 在 0 到 2π 围成的面积公式为 ½ ∫₀²π r² dθ。计算 r² = (2 + cosθ)² = 4 + 4cosθ + cos²θ。利用恒等式 cos²θ = ½(1 + cos2θ),积分化为 ½ ∫₀²π [4 + 4cosθ + ½ + ½cos2θ] dθ = ½ ∫₀²π (9/2 + 4cosθ + ½cos2θ) dθ。
Integration over a full period makes the cosine terms zero, leaving ½ × (9/2 × 2π) = ½ × 9π = (9π)/2. Thus the area is 4.5π square units.
积分区间为完整周期,余弦项的积分为零,剩下 ½ × (9/2 × 2π) = ½ × 9π = (9π)/2。因此面积为 4.5π 平方单位。
4. Hyperbolic Functions – Equation Solving | 双曲函数 – 解方程
Solve 3 sinh x – cosh x = 1. Using definitions sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2, the equation becomes 3(eˣ – e⁻ˣ)/2 – (eˣ + e⁻ˣ)/2 = 1. Multiply by 2: 3eˣ – 3e⁻ˣ – eˣ – e⁻ˣ = 2 → 2eˣ – 4e⁻ˣ = 2.
解方程 3 sinh x – cosh x = 1。利用定义 sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2,代入得 3(eˣ – e⁻ˣ)/2 – (eˣ + e⁻ˣ)/2 = 1。两边乘2:3eˣ – 3e⁻ˣ – eˣ – e⁻ˣ = 2 → 2eˣ – 4e⁻ˣ = 2。
Divide by 2: eˣ – 2e⁻ˣ = 1. Multiply by eˣ: e²ˣ – 2 = eˣ. Rearrange: e²ˣ – eˣ – 2 = 0. This is quadratic in eˣ. Factorise: (eˣ – 2)(eˣ + 1) = 0. Since eˣ > 0, eˣ = 2 → x = ln 2.
除以2:eˣ – 2e⁻ˣ = 1。乘以 eˣ 得 e²ˣ – 2 = eˣ,整理为 e²ˣ – eˣ – 2 = 0。这是关于 eˣ 的二次方程。因式分解:(eˣ – 2)(eˣ + 1) = 0。因为 eˣ > 0,故 eˣ = 2,解得 x = ln 2。
5. Series and Proof by Induction | 级数与数学归纳法证明
Prove that Σ(r=1 to n) r(r+1) = n(n+1)(n+2)/3 for all positive integers n.
证明对所有正整数 n,Σ(r=1 to n) r(r+1) = n(n+1)(n+2)/3。
Base case n=1: LHS = 1×2 = 2, RHS = 1×2×3/3 = 2. True.
基础情形 n=1:左边 = 1×2 = 2,右边 = 1×2×3/3 = 2,成立。
Assume true for n=k: Σ(r=1 to k) r(r+1) = k(k+1)(k+2)/3. For n = k+1, LHS = [k(k+1)(k+2)/3] + (k+1)(k+2). Factor (k+1)(k+2): = (k+1)(k+2)[k/3 + 1] = (k+1)(k+2)(k+3)/3. This matches the RHS for n=k+1. Hence true for all n by induction.
假设 n=k 时成立:Σ(r=1 to k) r(r+1) = k(k+1)(k+2)/3。当 n = k+1 时,左边等于该和加上 (k+1)(k+2)。提取公因式 (k+1)(k+2):= (k+1)(k+2)[k/3 + 1] = (k+1)(k+2)(k+3)/3,这恰为 n=k+1 时的右边公式。由归纳法,命题对所有正整数成立。
6. First-Order Differential Equation | 一阶微分方程
Solve dy/dx + y tan x = sin 2x, with y(0) = 1. The integrating factor is e^(∫tan x dx) = e^(ln|sec x|) = sec x. Multiply through: sec x dy/dx + y sec x tan x = sec x sin 2x. The left side is d/dx(y sec x).
解微分方程 dy/dx + y tan x = sin 2x,满足 y(0) = 1。积分因子为 e^(∫tan x dx) = e^(ln|sec x|) = sec x。两边同乘 sec x:sec x dy/dx + y sec x tan x = sec x sin 2x。左边即 d/dx(y sec x)。
Integrate both sides: y sec x = ∫ sec x sin 2x dx. Note sin 2x = 2 sin x cos x, so sec x sin 2x = (1/cos x) × 2 sin x cos x = 2 sin x. Hence ∫ 2 sin x dx = –2 cos x + C. Thus y sec x = –2 cos x + C → y = –2 cos² x + C cos x.
积分两边:y sec x = ∫ sec x sin 2x dx。注意到 sin 2x = 2 sin x cos x,因此 sec x sin 2x = (1/cos x)×2 sin x cos x = 2 sin x。所以 ∫ 2 sin x dx = –2 cos x + C。于是 y sec x = –2 cos x + C → y = –2 cos² x + C cos x。
Apply condition y(0) = 1: cos 0 = 1 → 1 = –2(1)² + C(1) → C = 3. Hence the particular solution is y = 3 cos x – 2 cos² x.
代入条件 y(0)=1:cos 0=1,则 1 = –2(1)² + C(1) → C = 3。故特解为 y = 3 cos x – 2 cos² x。
7. Vectors – Intersection of Lines | 向量 – 直线的交点
Line L₁: r = (1,2,3) + λ(2,–1,1), L₂: r = (3,0,2) + μ(1,1,–1). For intersection, equate components:
1 + 2λ = 3 + μ (i)
2 – λ = 0 + μ (ii)
3 + λ = 2 – μ (iii)
From (ii): μ = 2 – λ. Substitute into (i): 1 + 2λ = 3 + (2 – λ) → 1 + 2λ = 5 – λ → 3λ = 4 → λ = 4/3. Then μ = 2 – 4/3 = 2/3.
直线 L₁: r = (1,2,3) + λ(2,–1,1),L₂: r = (3,0,2) + μ(1,1,–1)。求交点需分量相等:1+2λ=3+μ, 2–λ=0+μ, 3+λ=2–μ。由第二式得 μ = 2–λ。代入第一式:1+2λ=3+(2–λ) → 3λ=4 → λ=4/3。则 μ=2–4/3=2/3。
Check with (iii): LHS = 3 + 4/3 = 13/3, RHS = 2 – 2/3 = 4/3. These are not equal, so the lines do not intersect. They are skew.
验证第三式:左边 = 3+4/3 = 13/3,右边 = 2–2/3 = 4/3,不相等。因此两直线不相交,为异面直线。
8. Numerical Methods – Newton-Raphson | 数值方法 – 牛顿-拉弗森迭代
For f(x) = x³ – 2x – 5 = 0, f(2) = –1, f(3) = 16, so a root lies near 2. Newton-Raphson iteration: xₙ₊₁ = xₙ – f(xₙ)/f'(xₙ). Here f'(x) = 3x² – 2. Starting with x₀ = 2:
方程 f(x) = x³ – 2x – 5 = 0,f(2) = –1,f(3) = 16,故在 2 附近有根。牛顿-拉弗森迭代公式:xₙ₊₁ = xₙ – f(xₙ)/f'(xₙ),其中 f'(x) = 3x² – 2。以 x₀ = 2 开始:
x₁ = 2 – (–1)/(12–2) = 2 + 1/10 = 2.1
x₁ = 2 – (–1)/(10) = 2.1
x₂ = 2.1 – ( (2.1)³ – 4.2 – 5 ) / (3×4.41 – 2) = 2.1 – (9.261 – 9.2)/(13.23 – 2) ≈ 2.1 – 0.061/11.23 ≈ 2.09457. Continue until 3 decimal places: x₃ ≈ 2.09455, which stabilises. Root ≈ 2.095 (to 3 d.p.).
继续计算:x₂ = 2.1 – (9.261 – 4.2 – 5)/(13.23 – 2) = 2.1 – 0.061/11.23 ≈ 2.09457。再进行一步得 x₃ ≈ 2.09455,趋稳。根精确至三位小数为 2.095。
9. Complex Roots – Cube Roots of a Negative Real | 复数根 – 负实数的立方根
Find cube roots of –8. Write –8 in polar form: 8(cos π + i sin π) or 8e^(iπ). By De Moivre, roots are given by 8^(1/3) [cos((π + 2kπ)/3) + i sin((π + 2kπ)/3)] for k=0,1,2.
求 –8 的立方根。将 –8 表示为极坐标形式:8(cos π + i sin π) 或 8e^(iπ)。由德莫弗定理,立方根为 8^(1/3)[cos((π+2kπ)/3) + i sin((π+2kπ)/3)],k=0,1,2。
k=0: root = 2[cos(π/3) + i sin(π/3)] = 2(½ + i√3/2) = 1 + i√3.
k=1: root = 2[cos(π) + i sin(π)] = 2(–1 + 0) = –2.
k=2: root = 2[cos(5π/3) + i sin(5π/3)] = 2(½ – i√3/2) = 1 – i√3.
k=0:根 = 2[cos(π/3)+i sin(π/3)] = 2(½ + i√3/2) = 1 + i√3。
k=1:根 = 2[cos(π)+i sin(π)] = 2(–1+0) = –2。
k=2:根 = 2[cos(5π/3)+i sin(5π/3)] = 2(½ – i√3/2) = 1 – i√3。
10. Matrix Determinant and Linear Systems | 矩阵行列式与线性方程组
Solve the system using matrices:
2x + y – z = 3
x – y + 2z = 1
–x + 2y + z = –2.
In matrix form AX = B, where A = [[2,1,–1],[1,–1,2],[–1,2,1]]. Compute det A = 2×(–1×1 – 2×2) – 1×(1×1 – 2×(–1)) + (–1)×(1×2 – (–1)×(–1)) = 2×(–1 –4) – 1×(1 +2) –1×(2 –1) = 2×(–5) – 3 – 1 = –10 – 4 = –14.
用矩阵方法解方程组:
2x + y – z = 3
x – y + 2z = 1
–x + 2y + z = –2。
写作矩阵形式 AX = B,其中 A = [[2,1,–1],[1,–1,2],[–1,2,1]]。计算行列式 det A = 2×(–1×1–2×2) – 1×(1×1–2×(–1)) + (–1)×(1×2–(–1)×(–1)) = 2×(–5) – 1×(3) –1×(1) = –10 – 3 – 1 = –14。
Since det A ≠ 0, A⁻¹ exists. Using the adjugate method (or calculator), we find A⁻¹ = (–1/14) ×
[ [–5, –3, 1], [–3, 1, –5], [1, –5, –3] ]
(transpose of cofactor matrix, double-check signs). Then X = A⁻¹B gives x = 1, y = –1, z = –2 after multiplication. Alternatively, use row reduction to verify.
因为 det A ≠ 0,逆矩阵存在。由伴随矩阵法(或计算器)可得 A⁻¹ = (–1/14) × [[–5,–3,1],[–3,1,–5],[1,–5,–3]](经转置余子式矩阵并注意符号)。然后 X = A⁻¹B,计算得 x = 1, y = –1, z = –2。也可用行变换验证。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导