📚 A-Level CIE Further Mathematics: Unit Test Mock Paper Analysis | A-Level CIE 进阶数学:单元测试模拟卷解析
This article presents a thorough walkthrough of a mock unit test designed for the CIE A-Level Further Mathematics (9231) syllabus, focusing specifically on Further Pure Mathematics 1 (FP1). The paper covers essential topics: complex numbers, roots of polynomials, matrices, summations, polar coordinates, and proof by induction. Each question is solved step by step, with bilingual commentary to reinforce understanding and exam technique.
本文对一份专为 CIE A-Level 进阶数学(9231)课程设计的单元测试模拟卷进行了详尽解析,聚焦于进阶纯数1(FP1)。试卷涵盖了复数、多项式根、矩阵、级数求和、极坐标以及归纳法证明等核心主题。每道题均配有逐步求解过程和中英双语点评,以强化理解和应试技巧。
1. Paper Overview and Marking Guidance | 试卷概览与评分指导
The mock test consists of six compulsory questions, giving a total of 75 marks to be completed in 90 minutes. The mark distribution is: Q1 Complex Numbers (13 marks), Q2 Roots of Polynomials (12 marks), Q3 Matrices (13 marks), Q4 Summation (12 marks), Q5 Polar Coordinates (13 marks), and Q6 Proof by Induction (12 marks). Marks are awarded for correct method and final answer; key intermediate steps are essential for method marks.
模拟卷包含六道必答题,总分 75 分,建议用时 90 分钟。分值分布为:第1题复数(13分)、第2题多项式根(12分)、第3题矩阵(13分)、第4题级数求和(12分)、第5题极坐标(13分)及第6题归纳法证明(12分)。评分既看最终答案,也注重正确方法;关键中间步骤是获取方法分所必需的。
2. Question 1: Complex Numbers – Simplifying and Solving | 问题1:复数 – 化简与求解
The question asks: (a) Express (3+4i)/(1−2i) in the form a+bi, where a and b are real. (b) Solve the quadratic equation z² − (2+3i)z + (−1+3i) = 0. (c) For one of the roots found in (b), calculate its modulus and argument, giving the argument in radians to 3 significant figures.
题目要求:(a) 将 (3+4i)/(1−2i) 写成 a+bi 的形式,其中 a、b 为实数。(b) 求解二次方程 z² − (2+3i)z + (−1+3i) = 0。(c) 任取 (b) 中得到的一个根,计算其模和辐角,辐角以弧度表示,保留三位有效数字。
For part (a), multiply numerator and denominator by the complex conjugate of the denominator, 1+2i.
对于 (a) 部分,将分子分母同乘以分母的共轭复数 1+2i。
We obtain (3+4i)(1+2i) / ((1−2i)(1+2i)) = (3+6i+4i+8i²) / (1−4i²).
得到 (3+4i)(1+2i) / ((1−2i)(1+2i)) = (3+6i+4i+8i²) / (1−4i²)。
Since i² = −1, the numerator becomes 3 + 10i − 8 = −5 + 10i, and the denominator becomes 1 − 4(−1) = 5.
因为 i² = −1,分子简化为 3 + 10i − 8 = −5 + 10i,分母为 1 − 4(−1) = 5。
Therefore, (3+4i)/(1−2i) = (−5+10i)/5 = −1 + 2i.
因此,(3+4i)/(1−2i) = (−5+10i)/5 = −1 + 2i。
For part (b), use the quadratic formula z = [ (2+3i) ± √((2+3i)² − 4·1·(−1+3i)) ] / 2.
对于 (b) 部分,使用求根公式 z = [ (2+3i) ± √((2+3i)² − 4·1·(−1+3i)) ] / 2。
Compute the discriminant (2+3i)² = 4 + 12i + 9i² = 4 + 12i − 9 = −5 + 12i.
计算判别式 (2+3i)² = 4 + 12i + 9i² = 4 + 12i − 9 = −5 + 12i。
Then subtract 4(−1+3i) = −4 + 12i, giving discriminant Δ = (−5+12i) − (−4+12i) = −1.
然后减去 4(−1+3i) = −4 + 12i,得到判别式 Δ = (−5+12i) − (−4+12i) = −1。
Thus √Δ = ± i. Hence z = [ (2+3i) ± i ] / 2. The two roots are z₁ = (2+4i)/2 = 1+2i and z₂ = (2+2i)/2 = 1+i.
因此 √Δ = ± i。于是 z = [ (2+3i) ± i ] / 2。两个根为 z₁ = (2+4i)/2 = 1+2i,z₂ = (2+2i)/2 = 1+i。
For part (c), taking z₁ = 1+2i: modulus |z₁| = √(1² + 2²) = √5 ≈ 2.24.
对于 (c) 部分,取 z₁ = 1+2i:模 |z₁| = √(1² + 2²) = √5 ≈ 2.24。
The argument θ = arctan(2/1) = arctan(2). Using a calculator, θ ≈ 1.107 rad. Rounded to 3 s.f., θ = 1.11 rad.
辐角 θ = arctan(2/1) = arctan(2)。使用计算器得 θ ≈ 1.107 弧度。保留三位有效数字,θ = 1.11 rad。
A common error is forgetting to consider both square roots of Δ and only giving one solution. Always write ±√Δ.
一个常见错误是忘记考虑 Δ 的两个平方根而只给出一个解。务必写出 ±√Δ。
3. Question 2: Roots of Polynomial Equations | 问题2:多项式方程的根
The cubic equation is given: x³ − 3x² + 4x − 2 = 0 with roots α, β, γ. (a) Write down the values of ∑α, ∑αβ, and αβγ. (b) Find ∑α². (c) Hence find a cubic equation whose roots are α², β², γ².
已知三次方程 x³ − 3x² + 4x − 2 = 0,其根为 α, β, γ。(a) 写出 ∑α、∑αβ 和 αβγ 的值。(b) 求 ∑α²。(c) 由此求出一个以 α², β², γ² 为根的三次方程。
For (a), by Vieta’s formulas: ∑α = α+β+γ = 3, ∑αβ = αβ+βγ+γα = 4, and αβγ = 2.
对于 (a),由韦达定理得:∑α = α+β+γ = 3,∑αβ = αβ+βγ+γα = 4,αβγ = 2。
For (b), ∑α² = (α+β+γ)² − 2(αβ+βγ+γα) = 3² − 2·4 = 9 − 8 = 1.
对于 (b),∑α² = (α+β+γ)² − 2(αβ+βγ+γα) = 3² − 2·4 = 9 − 8 = 1。
For (c), let the new roots be p = α², q = β², r = γ². We need ∑p, ∑pq, and pqr.
对于 (c),设新根为 p = α², q = β², r = γ²。我们需要 ∑p、∑pq 和 pqr。
Already ∑p = 1.
已有 ∑p = 1。
Find ∑pq = α²β² + β²γ² + γ²α². This equals (∑αβ)² − 2αβγ·∑α.
求 ∑pq = α²β² + β²γ² + γ²α²。等于 (∑αβ)² − 2αβγ·∑α。
Substitute the known values: (4)² − 2·(2)·(3) = 16 − 12 = 4.
代入已知值:(4)² − 2·(2)·(3) = 16 − 12 = 4。
Next, pqr = (αβγ)² = 2² = 4.
接着,pqr = (αβγ)² = 2² = 4。
Thus the new cubic is x³ − (∑p)x² + (∑pq)x − pqr = 0, i.e. x³ − 1·x² + 4x − 4 = 0.
因此新三次方程为 x³ − (∑p)x² + (∑pq)x − pqr = 0,即 x³ − x² + 4x − 4 = 0。
Notice that we could also obtain this equation by replacing x with √x, but the symmetric sum method is often faster.
注意也可以用 √x 替换 x 得到,但对称和方法往往更快捷。
4. Question 3: Matrices – Operations and Geometric Interpretation | 问题3:矩阵 – 运算与几何解释
The matrix A is given by A = [2 1; −1 3]. (a) Calculate A² and det(A). (b) Find A⁻¹. (c) Describe fully the single geometrical transformation represented by A. (d) The matrix B represents a rotation of 90° anticlockwise about the origin. Find the matrix product BA and interpret the combined transformation.
已知矩阵 A = [2 1; −1 3]。(a) 计算 A² 和 det(A)。(b) 求 A⁻¹。(c) 完整描述 A 所表示的单一几何变换。(d) 矩阵 B 表示绕原点逆时针旋转 90°。求矩阵积 BA,并解释复合变换。
For (a), A² = [2 1; −1 3] × [2 1; −1 3] = [2·2+1·(−1), 2·1+1·3; −1·2+3·(−1), −1·1+3·3] = [4−1, 2+3; −2−3, −1+9] = [3, 5; −5, 8].
对于 (a),A² = [2 1; −1 3] × [2 1; −1 3] = [2·2+1·(−1), 2·1+1·3; −1·2+3·(−1), −1·1+3·3] = [3, 5; −5, 8]。
det(A) = (2)(3) − (1)(−1) = 6 + 1 = 7.
det(A) = (2)(3) − (1)(−1) = 6 + 1 = 7。
For (b), A⁻¹ = (1/det A) × [3, −1; 1, 2] = (1/7)[3, −1; 1, 2].
对于 (b),A⁻¹ = (1/det A) × [3, −1; 1, 2] = (1/7)[3, −1; 1, 2]。
For (c), matrix A can be seen as representing a general linear transformation. It maps the unit square with vertices (0,0),(1,0),(1,1),(0,1) to a parallelogram with vertices (0,0), (2,−1), (3,2), (1,3). The transformation is a combination of scaling, shearing and rotation; the area scale factor is |det A| = 7.
对于 (c),矩阵 A 可视为一个一般线性变换。它将单位正方形(顶点为 (0,0)、(1,0)、(1,1)、(0,1))映为一个平行四边形,顶点为 (0,0)、(2,−1)、(3,2)、(1,3)。该变换是缩放、剪切和旋转的复合;面积比例因子为 |det A| = 7。
For (d), rotation 90° anticlockwise is B = [0, −1; 1, 0]. Then BA = [0, −1; 1, 0] × [2, 1; −1, 3] = [0·2+(−1)(−1), 0·1+(−1)·3; 1·2+0·(−1), 1·1+0·3] = [1, −3; 2, 1].
对于 (d),逆时针旋转 90° 的矩阵为 B = [0, −1; 1, 0]。则 BA = [0, −1; 1, 0] × [2, 1; −1, 3] = [1, −3; 2, 1]。
The combined transformation first applies A (shear-scale) and then rotates the result by 90°. The order matters; BA ≠ AB. The final area scale factor remains 7 because det(BA) = det(B)det(A) = 1×7 = 7.
复合变换先执行 A(剪切—缩放),然后将结果旋转 90°。顺序十分重要,BA ≠ AB。最终面积比例因子仍为 7,因为 det(BA) = det(B)det(A) = 1×7 = 7。
5. Question 4: Summation of Series | 问题4:级数求和
Prove, by mathematical induction, that for all positive integers n: Σ_{r=1}^{n} r(r!) = (n+1)! − 1.
用数学归纳法证明,对所有正整数 n 有:Σ_{r=1}^{n} r(r!) = (n+1)! − 1。
Step 1: Base case. Let n=1. LHS = 1×(1!) = 1. RHS = (1+1)! − 1 = 2! − 1 = 2−1 = 1. LHS = RHS, so true for n=1.
步骤1:基础情形。令 n=1。左边 = 1×(1!) = 1。右边 = (1+1)! − 1 = 2! − 1 = 2−1 = 1。左边等于右边,故 n=1 时成立。
Step 2: Inductive hypothesis. Assume true for n=k, i.e. Σ_{r=1}^{k} r(r!) = (k+1)! − 1.
步骤2:归纳假设。假设 n=k 时成立,即 Σ_{r=1}^{k} r(r!) = (k+1)! − 1。
Step 3: Inductive step. Consider n=k+1. The sum is Σ_{r=1}^{k+1} r(r!) = Σ_{r=1}^{k} r(r!) + (k+1)((k+1)!).
步骤3:归纳递推。考虑 n=k+1。和为 Σ_{r=1}^{k+1} r(r!) = Σ_{r=1}^{k} r(r!) + (k+1)((k+1)!)。
By the hypothesis, this equals [(k+1)! − 1] + (k+1)(k+1)!.
由归纳假设,这等于 [(k+1)! − 1] + (k+1)(k+1)!。
Factor (k+1)! : (k+1)! [1 + (k+1)] − 1 = (k+1)!(k+2) − 1.
提取公因子 (k+1)!:(k+1)! [1 + (k+1)] − 1 = (k+1)!(k+2) − 1。
Since (k+1)!(k+2) = (k+2)!, we have RHS = (k+2)! − 1.
因为 (k+1)!(k+2) = (k+2)!,故右边 = (k+2)! − 1。
This is exactly the required formula for n=k+1. Thus, by induction, the statement holds for all n ∈ ℕ.
这正是 n=k+1 时所需的公式。因此,由归纳法,命题对所有正整数 n 成立。
A key point in the proof is the manipulation of factorials: (k+1)!+(k+1)(k+1)! = (k+1)![1+(k+1)] = (k+2)!.
证明的关键点是阶乘的处理:(k+1)!+(k+1)(k+1)! = (k+1)![1+(k+1)] = (k+2)!。
6. Question 5: Polar Coordinates – Curve Sketching and Area | 问题5:极坐标 – 曲线草图与面积
The polar curve C is defined by r = 2 + 2 cos θ, for 0 ≤ θ < 2π. (a) Sketch C, marking the points where θ = 0, π/2, π, 3π/2. (b) Find the total area enclosed by C.
极
Published by TutorHao | A-Level 进阶数学 Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply