📚 PDF资源导航

Pre-U Cambridge Further Mathematics: Unit Test Mock Paper Analysis | Pre-U Cambridge 进阶数学:单元测试模拟卷解析

📚 Pre-U Cambridge Further Mathematics: Unit Test Mock Paper Analysis | Pre-U Cambridge 进阶数学:单元测试模拟卷解析

This article provides a thorough analysis of a typical Pre-U Cambridge Further Mathematics unit test mock paper. We will walk through six representative questions, highlight essential techniques, expose common pitfalls, and offer strategic advice for tackling the exam with confidence. Whether you are self-studying or following a taught course, understanding the structure and reasoning behind each problem is key to mastering the syllabus.

本文深入解析一份典型的 Pre-U Cambridge 进阶数学单元测试模拟卷。我们将逐一剖析六道代表性试题,强调核心技巧,揭示常见错误,并提供应试策略。无论你是自学还是跟班学习,理解每道题的结构与推理逻辑都是掌握大纲的关键。


1. Overview of the Mock Paper | 模拟卷概述

The mock paper was designed to mirror the actual unit test format: six compulsory questions, each worth 25 marks, to be completed within 3 hours. The questions collectively span the core Further Mathematics topics, including complex numbers, matrices, vectors, hyperbolic functions, polar coordinates, and differential equations. The emphasis is on applying algebraic manipulation, geometric insight, and rigorous justification.

本模拟卷仿照正式单元测试设计:六道必答题,每题 25 分,限时 3 小时。试题覆盖进阶数学的核心主题:复数、矩阵、向量、双曲函数、极坐标与微分方程。重点在于代数运算、几何直觉与严密论证的结合。


2. Topic Coverage and Weighting | 知识点覆盖与权重

Each question targets a specific topic area, but they often require cross-topic skills. For instance, the complex numbers question involves polynomial factorisation and geometric transformations, while the differential equations question tests both first-order linear methods and substitution techniques. Mark allocations reward accuracy in mechanical steps, but full marks demand clear reasoning and correct final forms.

每道题针对一个主题,但往往需要跨领域技能。例如复数题包含多项式因式分解与几何变换,微分方程题则同时考查一阶线性法与代换技巧。评分既看重机械步骤的准确性,也要求清晰的推理过程与正确的最终表达式。


3. Question 1: Complex Numbers – Polynomial Roots and Argand Transformations | 题目一:复数 – 多项式根与阿干特变换

The first question presented a real-coefficient cubic equation: z³ – 6z² + 13z – 10 = 0, with one given root 2 + i. Candidates were asked to find all three roots, plot them on an Argand diagram, and then consider the transformation w = 1/z applied to the line Re(z) = 1, describing the locus in the w-plane.

第一题给出实系数三次方程 z³ – 6z² + 13z – 10 = 0,已知其中一根为 2 + i。要求找出所有三个根,在阿干特图上标出,然后考虑变换 w = 1/z 作用于直线 Re(z) = 1,描述 w 平面上的轨迹。

The key insight is that complex roots of real polynomials occur in conjugate pairs. Hence 2 – i is also a root. The remaining root can be found by noting that the sum of roots equals 6, giving the third root as 2. Thus the three roots are 2, 2 + i, and 2 – i, forming an isosceles triangle in the Argand plane with vertex at (2,0) and base on the imaginary axis.

关键洞察在于实系数多项式的复数根成共轭对出现。因此 2 – i 也是根。利用根的和为 6 可求得第三个根为 2。由此三个根为 2、2 + i、2 – i,在阿干特平面上构成以 (2,0) 为顶点、底边在虚轴上的等腰三角形。

A common mistake was to apply the conjugate pair rule without first verifying that the coefficients are all real. Some candidates attempted to use the factor theorem with (z – (2+i)) and then divided, but made sign errors. The transformation part required careful handling of complex algebra: for z = 1 + iy, w = 1/(1+iy) = (1–iy)/(1+y²). By writing w = u + iv, we obtain u = 1/(1+y²) and v = –y/(1+y²). Eliminating y yields the Cartesian equation u² + v² – u = 0, which represents the circle (u – ½)² + v² = (½)², excluding the origin.

常见错误是未验证系数全为实数就直接套用共轭根对规则。部分考生尝试用因式 (z – (2+i)) 进行除法,却出现符号错误。变换部分需细致处理复数代数:令 z = 1 + iy,则 w = 1/(1+iy) = (1–iy)/(1+y²)。设 w = u + iv,可得 u = 1/(1+y²),v = –y/(1+y²)。消去 y 得到笛卡儿方程 u² + v² – u = 0,即圆 (u – ½)² + v² = (½)²,但去掉原点。


4. Question 2: Matrices – Determinants, Inverses and Invariant Lines | 题目二:矩阵 – 行列式、逆与不变线

This question tested linear transformations in two dimensions. The matrix given was A = (2 1; 0 3). Part (a) required the determinant and inverse; part (b) asked for the image of the point (1,2) under A; part (c) explored invariant lines of the transformation.

本题考察平面线性变换。给定矩阵 A = (2 1; 0 3)。第一部分要求计算行列式与逆矩阵;第二部分求点 (1,2) 在 A 下的像;第三部分探究变换的不变线。

Determinant of A is (2)(3) – (1)(0) = 6, so A is invertible. The inverse is (1/6) multiplied by the adjugate: A⁻¹ = (3 –1; 0 2)/6 = (1/2 –1/6; 0 1/3). The image of (1,2) is simply A(1,2)ᵗ = (2×1+1×2, 0×1+3×2) = (4,6).

A 的行列式为 (2)(3) – (1)(0) = 6,故 A 可逆。其逆为伴随矩阵除以行列式:A⁻¹ = (3 –1; 0 2)/6 = (1/2 –1/6; 0 1/3)。(1,2) 的像为 A(1,2)ᵗ = (2×1+1×2, 0×1+3×2) = (4,6)。

For invariant lines, any point on y = mx must map to a point also satisfying y’ = m x’. Under the transformation, x’ = 2x + y, y’ = 3y. Substituting y = mx gives the condition 3mx = m(2x + mx), leading to 3mx = 2mx + m²x. Simplifying yields m² – m = 0, so m = 0 or m = 1. Thus the invariant lines are y = 0 and y = x. Many students incorrectly assumed that an invariant line must be a line of invariant points; here only the origin is invariant.

求不变线时,y = mx 上的任意点经变换后的像须满足 y’ = m x’。变换关系为 x’ = 2x + y,y’ = 3y。代入 y = mx 得 3mx = m(2x + mx),化简即 m² – m = 0,故 m = 0 或 m = 1。不变线为 y = 0 与 y = x。很多学生错误地认为不变线必须由不动点构成,而本题除原点外无其他不动点。


5. Question 3: Vectors – Intersections and Shortest Distances | 题目三:向量 – 交点和最短距离

The vectors question involved two skew lines: L₁: r = (1,2,3) + t(2,1,0) and L₂: r = (3,0,1) + s(1,–1,1). Candidates were required to show that the lines do not intersect and to calculate the shortest distance between them. A further part asked for the acute angle between the direction vectors.

向量题给出两条异面直线:L₁: r = (1,2,3) + t(2,1,0) 与 L₂: r = (3,0,1) + s(1,–1,1)。要求证明它们不相交,并计算最短距离。另一部分要求求方向向量间的锐角。

To check intersection, set up the system: 1+2t = 3+s, 2+t = –s, 3 = 1+s. From 3 = 1+s, s = 2. Substituting into 2+t = –s gives t = –4, but then 1+2(–4) = –7 ≠ 3+2 = 5, so no common solution exists. The lines are indeed skew.

验证相交需解方程组:1+2t = 3+s, 2+t = –s, 3 = 1+s。由 3 = 1+s 得 s = 2;代入 2+t = –s 得 t = –4,但此时 1+2(–4) = –7 ≠ 3+2 = 5,无公共解,故两线异面。

The shortest distance between two skew lines is found using the cross product of their direction vectors, n = d₁ × d₂ = (2,1,0) × (1,–1,1). Computing gives n = (1×1 – 0×(–1), 0×1 – 2×1, 2×(–1) – 1×1) = (1, –2, –3). The vector connecting a point on L₁ to a point on L₂ is (3–1, 0–2, 1–3) = (2, –2, –2). The distance d = |(2,–2,–2)·(1,–2,–3)| / |(1,–2,–3)| = |2 + 4 + 6| / √(1+4+9) = 12 / √14. Rationalising the denominator yields 12√14 / 14 = (6√14)/7. A typical error was forgetting the absolute value or miscomputing the cross product.

两异面直线的最短距离由方向向量的叉积 n = d₁ × d₂ = (2,1,0) × (1,–1,1) 求得。计算得 n = (1×1 – 0×(–1), 0×1 – 2×1, 2×(–1) – 1×1) = (1, –2, –3)。L₁ 和 L₂ 上两点的连线向量为 (3–1, 0–2, 1–3) = (2, –2, –2)。距离 d = |(2,–2,–2)·(1,–2,–3)| / |(1,–2,–3)| = |2 + 4 + 6| / √(1+4+9) = 12 / √14。有理化分母得 12√14 / 14 = (6√14)/7。常见错误是遗漏绝对值或叉积计算出错。


6. Question 4: Hyperbolic Functions – Identities and Calculus | 题目四:双曲函数 – 恒等式与微积分

This question assessed proficiency with hyperbolic identities and their differentiation/integration. Part (a) asked to prove cosh 2x = 1 + 2 sinh² x. Part (b) required solving the equation 3 sinh x – 2 cosh x = 1. Part (c) involved differentiation of arsinh(2x) and integration of x cosh x dx.

本题考查双曲恒等式及其微分与积分。第一部分要求证明 cosh 2x = 1 + 2 sinh² x。第二部分求解方程 3 sinh x – 2 cosh x = 1。第三部分涉及 arsinh(2x) 的微分和 x cosh x dx 的积分。

Proof of the identity uses the definitions: cosh 2x = (e²ˣ + e⁻²ˣ)/2, and 1 + 2 sinh² x = 1 + 2[(eˣ – e⁻ˣ)/2]² = 1 + (e²ˣ – 2 + e⁻²ˣ)/2 = (2 + e²ˣ – 2 + e⁻²ˣ)/2 = (e²ˣ + e⁻²ˣ)/2, which matches. Many students attempted to use the Osborn’s rule directly but forgot the sign change for products.

恒等式的证明可用定义:cosh 2x = (e²ˣ + e⁻²ˣ)/2,而 1 + 2 sinh² x = 1 + 2[(eˣ – e⁻ˣ)/2]² = 1 + (e²ˣ – 2 + e⁻²ˣ)/2 = (2 + e²ˣ – 2 + e⁻²ˣ)/2 = (e²ˣ + e⁻²ˣ)/2,相等。不少学生尝试直接使用奥斯本法则,却忘记乘积项的符号变化。

Solving 3 sinh x – 2 cosh x = 1: rewriting in exponential form gives 3(eˣ – e⁻ˣ)/2 – 2(eˣ + e⁻ˣ)/2 = 1 → (3eˣ – 3e⁻ˣ – 2eˣ – 2e⁻ˣ)/2 = 1 → (eˣ – 5e⁻ˣ) = 2. Multiplying by eˣ yields e²ˣ – 2eˣ – 5 = 0. This is a quadratic in eˣ: let u = eˣ, then u² – 2u – 5 = 0. Solving gives u = 1 ± √6. Discard the negative root since eˣ > 0, so eˣ = 1 + √6, thus x = ln(1 + √6). Alternative hyperbolic method using compound angle formula: 3 sinh x – 2 cosh x = R sinh(x – α) also works.

求解 3 sinh x – 2 cosh x = 1:用指数形式得 3(eˣ – e⁻ˣ)/2 – 2(eˣ + e⁻ˣ)/2 = 1 → (3eˣ – 3e⁻ˣ – 2eˣ – 2e⁻ˣ)/2 = 1 → (eˣ – 5e⁻ˣ) = 2。两边乘 eˣ 得 e²ˣ – 2eˣ – 5 = 0。这是关于 eˣ 的二次方程:令 u = eˣ,则 u² – 2u – 5 = 0。解得 u = 1 ± √6。舍去负根,得 eˣ = 1 + √6,故 x = ln(1 + √6)。亦可使用双曲复合角公式:3 sinh x – 2 cosh x = R sinh(x – α)。

For differentiation: d/dx [arsinh(2x)] = 1/√(1+(2x)²) × 2 = 2/√(1+4x²). Integration: ∫ x cosh x dx uses integration by parts with u = x, dv = cosh x dx, giving x sinh x – ∫ sinh x dx = x sinh x – cosh x + C. Care is needed with the integration of hyperbolic functions; confusing sinh and cosh is a common slip.

微分:d/dx [arsinh(2x)] = 1/√(1+(2x)²) × 2 = 2/√(1+4x²)。积分:∫ x cosh x dx 使用分部积分,设 u = x, dv = cosh x dx,得 x sinh x – ∫ sinh x dx = x sinh x – cosh x + C。需注意双曲函数的积分,很多学生混淆 sinh 和 cosh 的积分。


7. Question 5: Polar Coordinates – Sketching and Area | 题目五:极坐标 – 草图与面积

This question featured the polar curve r = 2 + cos θ, defined for 0 ≤ θ ≤ 2π. Candidates were asked to sketch the curve, find the area enclosed by one loop, and determine the equation of the tangent at θ = π/2.

本题考察极坐标曲线 r = 2 + cos θ,定义域 0 ≤ θ ≤ 2π。要求绘制草图,计算一个环所围面积,并求 θ = π/2 处的切线方程。

The curve is a cardioid-like shape, symmetric about the initial line. Since 2 + cos θ is always positive, the entire curve is traced. To find the area, use A = ½ ∫₀²π (2 + cos θ)² dθ. Expand: (2 + cos θ)² = 4 + 4 cos θ + cos² θ. Using cos² θ = (1 + cos 2θ)/2, the integral becomes ½ ∫₀²π (4 + 4 cos θ + ½ + ½ cos 2θ) dθ = ½ ∫₀²π (9/2 + 4 cos θ + ½ cos 2θ) dθ. Integrating term by term gives ½ [ (9/2)θ + 4 sin θ + (1/4) sin 2θ ] from 0 to 2π = ½ [ (9/2)(2π) ] = (9π)/2.

该曲线类似心脏线,关于极轴对称。因为 2 + cos θ 恒正,整条曲线连续。面积计算用 A = ½ ∫₀²π

Published by TutorHao | Pre-U 进阶数学 Revision Series | aleveler.com

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

Comments

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

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