📚 Unit Test Mock Paper Analysis | 单元测试模拟卷解析
Mock paper analysis is a powerful revision tool for Year 13 Cambridge Further Mathematics. By working through a full unit test simulation and carefully reviewing each solution, you reinforce problem‑solving techniques, spot common pitfalls, and build the confidence needed for the final examination. This article presents a detailed walk‑through of a representative mock paper, covering pure topics such as complex numbers, matrices, hyperbolic functions, polar coordinates, differential equations, vectors, proof by induction, Maclaurin series, and arc length. Each section pairs a worked example with bilingual commentary, highlighting the reasoning behind every step.
模拟卷解析是 Year 13 剑桥进阶数学备考的高效工具。通过完整完成一份单元测试模拟并仔细复盘每道题的解答,你可以巩固解题技巧、发现常见错误,并为最终考试建立信心。本文详细讲解一份具有代表性的模拟试卷,覆盖复数、矩阵、双曲函数、极坐标、微分方程、向量、数学归纳法、麦克劳林级数和弧长等纯数学主题。每个部分提供一道例题的精讲,并用中英双语点评每一步的推理过程。
1. Complex Numbers – Roots of Unity | 复数 – 单位根
Solve z⁴ = −16 and represent all roots on an Argand diagram. First express −16 in modulus‑argument form: 16(cos π + i sin π). The four fourth roots are given by zₖ = 2[cos(π/4 + kπ/2) + i sin(π/4 + kπ/2)] for k = 0, 1, 2, 3. This yields z = √2 + i√2, –√2 + i√2, –√2 – i√2, √2 – i√2. Notice that the roots are equally spaced around a circle of radius 2, and they are precisely the fourth roots of unity multiplied by a factor of √2(1+i) after accounting for the initial rotation.
解方程 z⁴ = −16 并将所有根画在阿甘特图上。首先用模‑辐角形式表示 −16:16(cos π + i sin π)。四个四次方根为 zₖ = 2[cos(π/4 + kπ/2) + i sin(π/4 + kπ/2)],k = 0,1,2,3。计算得 z = √2 + i√2,–√2 + i√2,–√2 – i√2,√2 – i√2。这些根等间距分布在半径为 2 的圆周上,实质上就是四次单位根经过初始旋转后再乘以因子 √2(1+i) 的结果。
2. Matrices – Diagonalization | 矩阵 – 对角化
Given A = [3 1; 0 2], find an invertible matrix P and a diagonal matrix D such that A = PDP⁻¹. The eigenvalues are λ₁=3, λ₂=2. Corresponding eigenvectors are v₁ = [1; 0]ᵀ and v₂ = [−1; 1]ᵀ. Therefore P = [1 −1; 0 1] and D = [3 0; 0 2]. To compute Aⁿ, use Aⁿ = PDⁿP⁻¹. Since Dⁿ = [3ⁿ 0; 0 2ⁿ], multiplication gives Aⁿ = [3ⁿ 2ⁿ−3ⁿ; 0 2ⁿ]. This technique neatly avoids repeated matrix multiplication and is frequently tested.
已知矩阵 A = [3 1; 0 2],求可逆矩阵 P 和对角矩阵 D 使得 A = PDP⁻¹。特征值为 λ₁=3, λ₂=2。对应的特征向量为 v₁ = [1; 0]ᵀ 和 v₂ = [−1; 1]ᵀ。于是令 P = [1 −1; 0 1],D = [3 0; 0 2]。要计算 Aⁿ,用公式 Aⁿ = PDⁿP⁻¹。由于 Dⁿ = [3ⁿ 0; 0 2ⁿ],相乘后得到 Aⁿ = [3ⁿ 2ⁿ−3ⁿ; 0 2ⁿ]。这种方法巧妙避免了重复的矩阵乘法,是常考题型。
3. Hyperbolic Functions – Solving Equations | 双曲函数 – 解方程
Solve sinh x = 3 for real x. By definition, sinh x = (eˣ − e⁻ˣ)/2. Setting this equal to 3 gives eˣ − e⁻ˣ = 6. Multiply through by eˣ to obtain a quadratic in eˣ: (eˣ)² − 6eˣ − 1 = 0. Hence eˣ = 3 ± √10. Since eˣ > 0, we retain the positive root eˣ = 3 + √10. Taking natural logarithms, x = ln(3 + √10). Checking second solution is unnecessary, but the process confirms the expected single real answer.
解实数方程 sinh x = 3。根据定义 sinh x = (eˣ − e⁻ˣ)/2。令其等于 3 得 eˣ − e⁻ˣ = 6。两边同乘 eˣ 得到关于 eˣ 的二次方程:(eˣ)² − 6eˣ − 1 = 0。从而 eˣ = 3 ± √10。因 eˣ > 0,保留正根 eˣ = 3 + √10。取自然对数得 x = ln(3 + √10)。无需考虑第二个解,这个流程确认了唯一实数解。
4. Polar Coordinates – Area | 极坐标 – 面积
Find the total area enclosed by the curve r = 2 + cos θ. The curve is a limaçon without inner loop because 2 ≥ 1. The area is given by (1/2) ∫₀²π (2 + cos θ)² dθ. Expand the integrand: (2 + cos θ)² = 4 + 4 cos θ + cos²θ. Use the identity cos²θ = (1 + cos 2θ)/2. Integrating term‑by‑term yields (1/2)[4θ + 4 sin θ + (θ/2 + sin 2θ/4)] from 0 to 2π. The sine terms vanish over a full period, leaving (1/2)[8π + π] = (9/2)π. Thus the total area is 9π/2.
求曲线 r = 2 + cos θ 所围成的全部面积。该曲线为无内环的鲑形线,因为 2 ≥ 1。面积公式为 (1/2) ∫₀²π (2 + cos θ)² dθ。展开被积函数:(2 + cos θ)² = 4 + 4 cos θ + cos²θ。利用恒等式 cos²θ = (1 + cos 2θ)/2。逐项积分得 (1/2)[4θ + 4 sin θ + (θ/2 + sin 2θ/4)],从 0 到 2π。正弦项在整个周期内消失,剩下 (1/2)[8π + π] = (9/2)π。所以总面积为 9π/2。
5. Differential Equations – Second Order | 微分方程 – 二阶
Solve the differential equation d²y/dx² − 4y = eˣ. The auxiliary equation m² − 4 = 0 gives m = ±2, so the complementary function is y꜀ = Ae²ˣ + Be⁻²ˣ. For the particular integral, try yₚ = Ceˣ. Substituting yields C eˣ − 4C eˣ = eˣ → −3C = 1, giving C = −1/3. Hence the general solution is y = Ae²ˣ + Be⁻²ˣ − (1/3)eˣ. Boundary conditions, if supplied, allow determination of A and B. Always check the complementary function and particular integral do not overlap; here eˣ is not a solution of the homogeneous equation, so the trial function is valid.
解微分方程 d²y/dx² − 4y = eˣ。辅助方程 m² − 4 = 0 得 m = ±2,因此补函数为 y꜀ = Ae²ˣ + Be⁻²ˣ。求特积分时试设 yₚ = Ceˣ。代入得 C eˣ − 4C eˣ = eˣ → −3C = 1,故 C = −1/3。于是通解为 y = Ae²ˣ + Be⁻²ˣ − (1/3)eˣ。若给出边界条件即可确定 A 和 B。务必检查补函数与特积分不重叠;这里 eˣ 不是齐次方程的解,所以推测形式有效。
6. Vectors – Planes | 向量 – 平面
Find the Cartesian equation of the plane passing through points A(1,2,0), B(3,−1,4), C(0,2,5). First obtain two direction vectors: AB = (2, −3, 4) and AC = (−1, 0, 5). The normal vector n = AB × AC = i( (−3)·5 − 4·0 ) − j( 2·5 − 4·(−1) ) + k( 2·0 − (−3)·(−1) ) = (−15, −14, −3). Using point A, the plane equation is −15(x − 1) − 14(y − 2) − 3(z − 0) = 0, which simplifies to 15x + 14y + 3z = 43. Alternatively, check with point C: 15·0 + 14·2 + 3·5 = 28 + 15 = 43, confirming accuracy.
求过点 A(1,2,0)、B(3,−1,4)、C(0,2,5) 的平面的笛卡儿方程。先求两个方向向量:AB = (2, −3, 4),AC = (−1, 0, 5)。法向量 n = AB × AC = i( (−3)·5 − 4·0 ) − j( 2·5 − 4·(−1) ) + k( 2·0 − (−3)·(−1) ) = (−15, −14, −3)。利用点 A,得平面方程 −15(x − 1) − 14(y − 2) − 3(z − 0) = 0,化简为 15x + 14y + 3z = 43。用点 C 验证:15·0 + 14·2 + 3·5 = 28 + 15 = 43,正确无误。
7. Proof by Induction – Summation | 数学归纳法 – 求和
Prove that 1² + 2² + … + n² = n(n+1)(2n+1)/6 for all positive integers n. Base case n=1: LHS = 1, RHS = 1×2×3/6 = 1. Assume true for n = k: Σᵢ₌₁ᵏ i² = k(k+1)(2k+1)/6. Then for n = k+1, the sum becomes Σᵢ₌₁ᵏ i² + (k+1)². Substitute the inductive hypothesis and combine over a common denominator: [k(k+1)(2k+1) + 6(k+1)²]/6. Factor (k+1): (k+1)[k(2k+1) + 6(k+1)]/6 = (k+1)[2k² + 7k + 6]/6. Factor the quadratic as (k+2)(2k+3), giving (k+1)(k+2)(2k+3)/6. This matches the formula with n = k+1, completing the inductive step.
证明对所有正整数 n 有 1² + 2² + … + n² = n(n+1)(2n+1)/6。基础情况 n=1:左边 = 1,右边 = 1×2×3/6 = 1。假设 n = k 时成立:Σᵢ₌₁ᵏ i² = k(k+1)(2k+1)/6。那么 n = k+1 时,求和变为 Σᵢ₌₁ᵏ i² + (k+1)²。代入归纳假设并通分:[k(k+1)(2k+1) + 6(k+1)²]/6。提取因子 (k+1):(k+1)[k(2k+1) + 6(k+1)]/6 = (k+1)[2k² + 7k + 6]/6。将二次式分解为 (k+2)(2k+3),得到 (k+1)(k+2)(2k+3)/6,与 n = k+1 时的公式相符,完成归纳步骤。
8. Maclaurin Series – Expansion | 麦克劳林级数 – 展开
Determine the Maclaurin series up to the term in x⁴ for f(x) = ln(1 + sin x). First, differentiate: f'(x) = (cos x)/(1 + sin x), f”(x) = −(1)/(1 + sin x) (simplify using chain/quotient rule), f”'(x) = cos x/(1 + sin x)², f⁽⁴⁾(x) = −(1 + sin² x)/(1 + sin x)³, etc. Evaluate at 0: f(0)=ln 1 = 0; f'(0)=1; f”(0)=−1; f”'(0)=1; f⁽⁴⁾(0)=−1. The series is f(x) ≈ x − x²/2! + x³/3! − x⁴/4! + … = x − x²/2 + x³/6 − x⁴/24. Notice the pattern mirrors an alternating series with factorials.
求 f(x) = ln(1 + sin x) 的麦克劳林展开至 x⁴ 项。先求导:f'(x) = (cos x)/(1 + sin x),f”(x) = −1/(1 + sin x)(用链式法则和商法则化简),f”'(x) = cos x/(1 + sin x)²,f⁽⁴⁾(x) = −(1 + sin² x)/(1 + sin x)³ 等。在 0 处取值:f(0)=ln1=0;f'(0)=1;f”(0)=−1;f”'(0)=1;f⁽⁴⁾(0)=−1。级数为 f(x) ≈ x − x²/2! + x³/3! − x⁴/4! + … = x − x²/2 + x³/6 − x⁴/24。注意模式与交替阶乘级数类似。
9. Further Calculus – Arc Length | 进阶微积分 – 弧长
Calculate the length of the curve y = ln(sec x) from x = 0 to x = π/4. The arc length formula is L = ∫ₐᵇ √(1 + (dy/dx)²) dx. First dy/dx = tan x. Then 1 + (tan x)² = sec² x, so the integrand simplifies to sec x. Hence L = ∫₀^{π/4} sec x dx. The standard integral ∫ sec x dx = ln|sec x + tan x|. Evaluating from 0 to π/4 gives L = ln(√2 + 1) − ln(1 + 0) = ln(√2 + 1). This exact answer is preferred; a decimal approximation may also be required.
计算曲线 y = ln(sec x) 从 x = 0 到 x = π/4 的长度。弧长公式为 L = ∫ₐᵇ √(1 + (dy/dx)²) dx。首先 dy/dx = tan x。那么 1 + (tan x)² = sec² x,被积函数化简为 sec x。因此 L = ∫₀^{π/4} sec x dx。标准积分 ∫ sec x dx = ln|sec x + tan x|。从 0 到 π/4 求值得 L = ln(√2 + 1) − ln(1 + 0) = ln(√2 + 1)。保留精确答案即可,也可能要求给出小数近似值。
10. Key Mistakes and Tips | 常见错误与提示
During mock analysis, students often lose marks through algebraic slips or misinterpretation. In complex roots questions, forgetting to add 2πk before dividing the argument leads to missing roots. For diagonalisation, remember that the order of eigenvectors in P must match the order of eigenvalues in D. In polar area integrals, an incorrect squaring of the expression (e.g., not applying the 1/2 factor) is a frequent error. For differential equations, always check that the particular integral form does not clash with the complementary function. Induction proofs must explicitly state the inductive hypothesis and show the target expression for k+1. Lastly, in arc length problems, simplify the integrand using trigonometric identities before integrating.
在模拟卷分析中,学生常因代数疏忽或理解偏差而丢分。复数求根时,忘了在用辐角除以指数前加 2πk 会导致遗漏根。对角化时,必须确保 P 中特征向量的顺序与 D 中特征值的顺序一致。极坐标面积积分中,平方未处理好(例如忘了乘 1/2 因子)是常见错误。微分方程中,务必检查特积分形式是否与补函数冲突。归纳法证明须明确写出归纳假设,并展示 n = k+1 时的目标表达式。最后,在弧长问题中,先利用三角恒等式化简被积函数再积分可避免麻烦。
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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply