📚 PDF资源导航

AS Eduqas Further Maths: Mock Unit Test Paper Walkthrough | AS Eduqas 进阶数学:单元测试模拟卷解析

📚 AS Eduqas Further Maths: Mock Unit Test Paper Walkthrough | AS Eduqas 进阶数学:单元测试模拟卷解析

This walkthrough breaks down a full AS Eduqas Further Mathematics mock unit test, covering pure topics such as complex numbers, matrices, hyperbolic functions, polar coordinates, and first-order differential equations. Each question is solved step by step, highlighting key techniques, common pitfalls, and the reasoning required to secure top marks.

本解析详细拆解一套完整的 AS Eduqas 进阶数学单元测试模拟卷,涵盖复数、矩阵、双曲函数、极坐标以及一阶微分方程等纯数学主题。每道题目均通过分步求解,突出关键技巧、常见错误以及取得高分的推理过程。

1. Complex Numbers – Roots and Geometric Interpretation | 复数 – 根与几何意义

The first question tests solving polynomial equations over the complex field and interpreting results on an Argand diagram. It reads: Given that z = 2 + i is a root of the equation z³ – 5z² + kz – 10 = 0, find the value of k and the other two roots. Then plot the three roots on an Argand diagram and describe the geometric shape they form.

第一题考查在复数域上求解多项式方程并解释复平面上的几何意义。题目为:已知 z = 2 + i 是方程 z³ – 5z² + kz – 10 = 0 的一个根,求 k 的值及其他两个根。随后在阿干特图上标出三个根,并描述它们构成的几何形状。

Since coefficients are real, the complex conjugate 2 – i is also a root. Substituting z = 2 + i into the equation yields: (2+i)³ = 2³ + 3·2²·i + 3·2·i² + i³ = 8 + 12i – 6 – i = 2 + 11i. Then –5(2+i)² = –5(4 + 4i – 1) = –5(3 + 4i) = –15 – 20i. Adding k(2+i) and –10 gives: (2 + 11i) + (–15 – 20i) + 2k + ki – 10 = 0. Combine real parts: 2 – 15 + 2k – 10 = 2k – 23; imaginary parts: 11i – 20i + ki = (k – 9)i. Setting both to zero gives k = 9. The polynomial becomes z³ – 5z² + 9z – 10 = 0. Factor using the two known roots: (z – (2+i))(z – (2–i)) = z² – 4z + 5. Divide the cubic by this quadratic to find the third root: z – 1 = 0 → z = 1.

由于系数为实数,复共轭 2 – i 也是根。将 z = 2 + i 代入方程得:(2+i)³ = 8 + 12i – 6 – i = 2 + 11i;–5(2+i)² = –5(3 + 4i) = –15 – 20i;加上 k(2+i) 和 –10 得到虚部 (k–9)i 和实部 2k–23,分别等于零,解得 k = 9。多项式变为 z³ – 5z² + 9z – 10 = 0。利用已知两根进行因式分解:(z – (2+i))(z – (2–i)) = z² – 4z + 5,用立方除以该二次式得 z – 1 = 0 → z = 1。

Plotting the three roots (1, 2+i, 2–i) on an Argand diagram reveals an isosceles triangle with vertices (1,0), (2,1), (2,–1). The triangle is symmetric about the real axis, and the distance between the two complex conjugate points is 2, while distances to the real root are √((2–1)² + 1²) = √2. This is not equilateral but an isosceles triangle.

在阿干特图上标出三个根 (1,0),(2,1),(2,–1) 构成一个关于实轴对称的等腰三角形。两个共轭复数点间距为 2,它们到实数根的距离均为 √2,故为等腰三角形而非等边三角形。


2. Matrices – Transformations and Determinants | 矩阵 – 变换与行列式

The second question combines matrix multiplication and geometric transformations: Matrix A = [ [2, 0], [0, 2] ] represents a uniform enlargement, and matrix B = [ [0, 1], [–1, 0] ] represents a rotation. Find the matrix that represents the transformation ‘enlargement followed by rotation’ and determine its determinant and inverse.

第二题结合矩阵乘法和几何变换:矩阵 A = [[2,0],[0,2]] 表示均匀放大,矩阵 B = [[0,1],[–1,0]] 表示旋转。求表示“先放大后旋转”的变换矩阵,并求其行列式和逆矩阵。

For the combined transformation of enlargement followed by rotation, we compute BA, as A acts first then B. BA = [[0,1],[–1,0]] × [[2,0],[0,2]] = [[0×2+1×0, 0×0+1×2], [–1×2+0×0, –1×0+0×2]] = [[0,2],[–2,0]]. The determinant of BA is (0)(0) – (2)(–2) = 4. The inverse (BA)⁻¹ = (1/det) × adjugate = (1/4)[[0, –2], [2, 0]] = [[0, –0.5], [0.5, 0]]. This corresponds to a rotation by –90° followed by an enlargement by factor 1/2.

对于先放大后旋转的组合变换,计算 BA:BA = [[0,1],[–1,0]] × [[2,0],[0,2]] = [[0,2],[–2,0]]。行列式 det(BA) = 0×0 – 2×(–2) = 4。逆矩阵 (BA)⁻¹ = (1/4)[[0, –2], [2, 0]] = [[0, –0.5], [0.5, 0]],对应先逆时针旋转 90° 再缩小为 1/2 倍。

A common error is to compute AB instead of BA – the order of transformation matters because matrix multiplication is not commutative. Writing the operations in correct chronological order from right to left ensures BA is the correct matrix.

常见错误是计算 AB 而非 BA——矩阵乘法不满足交换律,变换顺序至关重要。按照从右到左的时间顺序书写,BA 才是正确的矩阵。


3. Hyperbolic Functions – Solving Equations | 双曲函数 – 方程求解

This question asks: Solve the equation 2 sinh² x – 5 cosh x + 1 = 0, giving exact answers in logarithmic form. It tests fluency with hyperbolic identities.

此题要求解 2 sinh² x – 5 cosh x + 1 = 0,并以对数形式给出精确解。考查双曲恒等式的熟练运用。

Use the identity cosh² x – sinh² x = 1, so sinh² x = cosh² x – 1. Substitute: 2(cosh² x – 1) – 5 cosh x + 1 = 0 → 2 cosh² x – 2 – 5 cosh x + 1 = 0 → 2 cosh² x – 5 cosh x – 1 = 0. Let y = cosh x, then 2y² – 5y – 1 = 0. The quadratic gives y = (5 ± √(25 + 8))/4 = (5 ± √33)/4. Since cosh x ≥ 1, we reject the negative root (5 – √33)/4 ≈ (5 – 5.744)/4 < 0. Therefore cosh x = (5 + √33)/4. To solve, cosh x = (eˣ + e⁻ˣ)/2 = (5 + √33)/4 → eˣ + e⁻ˣ = (5 + √33)/2. Multiply by 2eˣ: 2e²ˣ – (5 + √33)eˣ + 2 = 0. This quadratic in eˣ gives eˣ = [(5 + √33) ± √((5 + √33)² – 16)]/4. Simplify the discriminant: (5 + √33)² – 16 = 25 + 10√33 + 33 – 16 = 42 + 10√33. So eˣ = [(5 + √33) ± √(42 + 10√33)]/4. Taking natural log yields x = ln( (5 + √33 ± √(42 + 10√33))/4 ).

使用恒等式 cosh² x – sinh² x = 1,得 sinh² x = cosh² x – 1。代入:2(cosh² x – 1) – 5 cosh x + 1 = 0 → 2 cosh² x – 5 cosh x – 1 = 0。设 y = cosh x,解得 y = (5 ± √33)/4。由于 cosh x ≥ 1,舍去负根,故 cosh x = (5 + √33)/4。利用定义 (eˣ + e⁻ˣ)/2 = (5 + √33)/4,整理得 2e²ˣ – (5 + √33)eˣ + 2 = 0。解得 eˣ = [(5 + √33) ± √(42 + 10√33)]/4,最终 x = ln( (5 + √33 ± √(42 + 10√33))/4 )。


4. Polar Coordinates – Area Bounded by a Curve | 极坐标 – 曲线所围面积

A typical polar coordinates problem: The curve C has polar equation r = 2 + cos 2θ for 0 ≤ θ ≤ π/2. Find the area of the region bounded by C and the half-lines θ = 0 and θ = π/2.

典型的极坐标问题:曲线 C 的极坐标方程为 r = 2 + cos 2θ,0 ≤ θ ≤ π/2。求 C 与半直线 θ = 0 和 θ = π/2 所围成的面积。

The area is given by ½ ∫ r² dθ from 0 to π/2. So r² = (2 + cos 2θ)² = 4 + 4 cos 2θ + cos² 2θ. Use the double-angle formula: cos² 2θ = ½(1 + cos 4θ). Then r² = 4 + 4 cos 2θ + ½ + ½ cos 4θ = 4.5 + 4 cos 2θ + ½ cos 4θ. Integrate term by term: ½ ∫₀^{π/2} (4.5 + 4 cos 2θ + 0.5 cos 4θ) dθ = ½ [4.5θ + 2 sin 2θ + (1/8) sin 4θ] from 0 to π/2. At π/2: 4.5(π/2) + 2 sin π + (1/8) sin 2π = 2.25π + 0 + 0. At 0: 0. So area = ½ × 2.25π = 1.125π = (9π)/8.

面积公式为 ½ ∫₀^{π/2} r² dθ。r² = (2 + cos 2θ)² = 4 + 4 cos 2θ + cos² 2θ。利用倍角公式 cos² 2θ = ½(1 + cos 4θ),得 r² = 4.5 + 4 cos 2θ + 0.5 cos 4θ。逐项积分:½ [4.5θ + 2 sin 2θ + (1/8) sin 4θ]₀^{π/2} = ½ × 2.25π = 9π/8。

Note that the limits correspond to the half-lines bounding the region; the curve is traced exactly once as θ increases from 0 to π/2, so no duplication occurs.

注意积分限对应边界半直线;当 θ 从 0 增至 π/2 时曲线恰好描出一次,因此无需考虑重复面积。


5. First-Order Differential Equations – Integrating Factor Method | 一阶微分方程 – 积分因子法

This item assesses solving linear first-order ODEs: Find the general solution of dy/dx + 2y = 6e³ˣ. Then find the particular solution satisfying y(0) = 2.

此题考查求解一阶线性常微分方程:求 dy/dx + 2y = 6e³ˣ 的通解,并求满足 y(0) = 2 的特解。

Identify integrating factor IF = e^{∫ 2 dx} = e²ˣ. Multiply both sides by e²ˣ: e²ˣ dy/dx + 2e²ˣ y = 6e⁵ˣ. The left-hand side is d/dx (y e²ˣ). Integrate: y e²ˣ = ∫ 6e⁵ˣ dx = (6/5) e⁵ˣ + C. Hence general solution y = (6/5) e³ˣ + C e⁻²ˣ.

积分因子 IF = e^{∫ 2 dx} = e²ˣ。两边乘 e²ˣ 得:e²ˣ dy/dx + 2e²ˣ y = 6e⁵ˣ,左侧即 d/dx (y e²ˣ)。积分:y e²ˣ = ∫ 6e⁵ˣ dx = (6/5) e⁵ˣ + C。通解为 y = (6/5) e³ˣ + C e⁻²ˣ。

Using initial condition: y(0) = 6/5 + C = 2 → C = 2 – 1.2 = 0.8 = 4/5. Particular solution: y = (6 e³ˣ + 4 e⁻²ˣ)/5.

代入初始条件:6/5 + C = 2 ⇒ C = 4/5。特解为 y = (6 e³ˣ + 4 e⁻²ˣ)/5。


6. Complex Numbers – Modulus-Argument Form and De Moivre | 复数 – 模-辐角形式与棣莫弗定理

This question extends complex number skills: Express z = –1 + √3 i in modulus-argument form. Hence find z⁵ in Cartesian form a + bi.

此题拓展复数运算能力:将 z = –1 + √3 i 表示为模-辐角形式,并由此求 z⁵ 的笛卡尔形式 a + bi。

Modulus |z| = √( (–1)² + (√3)² ) = √(1+3) = 2. Argument: tan⁻¹ (√3 / –1). The point is in the second quadrant, so arg z = π – tan⁻¹(√3) = π – π/3 = 2π/3. Thus z = 2 [cos(2π/3) + i sin(2π/3)]. Using De Moivre: z⁵ = 2⁵ [cos(10π/3) + i sin(10π/3)] = 32 [cos(10π/3 – 2π) + i sin(10π/3 – 2π)] = 32 [cos(4π/3) + i sin(4π/3)]. Now cos(4π/3) = –1/2, sin(4π/3) = –√3/2. So z⁵ = 32(–1/2 – i√3/2) = –16 – 16√3 i.

模 |z| = √(1+3) = 2。辐角:点位于第二象限,arg z = π – π/3 = 2π/3。故 z = 2 [cos(2π/3) + i sin(2π/3)]。由棣莫弗定理:z⁵ = 32 [cos(10π/3) + i sin(10π/3)] = 32 [cos(4π/3) + i sin(4π/3)]。因 cos(4π/3) = –½,sin(4π/3) = –√3/2,得 z⁵ = –16 – 16√3 i。


7. Matrices – Solving Simultaneous Equations Using Inverses | 矩阵 – 利用逆矩阵解线性方程组

A 3×3 system problem: Solve using matrices: x + 2y – z = 3, 2x – y + 3z = –1, –x + y + 2z = 7. Write the system as MX = C, find M⁻¹, and hence find x, y, z.

一个 3×3 方程组问题:用矩阵求解 x + 2y – z = 3,2x – y + 3z = –1,–x + y + 2z = 7。将系统写成 MX = C,求 M⁻¹,并解出 x, y, z。

Matrix M = [[1,2,–1],[2,–1,3],[–1,1,2]], C = [[3],[–1],[7]]. Determinant of M: 1(–1·2 – 3·1) – 2(2·2 – 3·(–1)) – 1(2·1 – (–1)·(–1)) = 1(–2 –3) –2(4 +3) –1(2 –1) = –5 –14 –1 = –20. The inverse is (1/–20) × adjugate matrix. Cofactors: top row: (–2–3)=–5, –(4–(–3))=–7, (2–1)=1. Second row: –(4–(–1))=–5, (2–1)=1, –(1–(–2))=–3. Third row: (6–1)=5, –(3–(–2))=–5, (–1–4)=–5. Transpose to get adjugate: [[–5, –5, 5], [–7, 1, –5], [1, –3, –5]]. Multiply by –1/20: M⁻¹ = [[1/4, 1/4, –1/4], [7/20, –1/20, 1/4], [–1/20, 3/20, 1/4]]. Then X = M⁻¹ C = [[1/4·3 + 1/4·(–1) + (–1/4)·7] → (3–1–7)/4 = –5/4, second row: (7·3 –1·(–1) +5·7)/20? Wait: compute properly using fractions. Let’s compute directly: X = M⁻¹ C = (1/-20) × adj × C. adj × C = [[–5, –5, 5],[–7,1,–5],[1,–3,–5]] × [[3],[–1],[7]] = [[–15+5+35], [–21–1–35], [3+3–35]] = [[25],[–57],[–29]]. Divide by –20: x = –25/20 = –5/4, y = 57/20, z = 29/20. Let’s double-check: I made a sign error in adj? Determinant –20, inverse = (1/-20) adj. adj is transpose of cofactor matrix. Let’s recalc cofactor for M carefully: a11 = +det([–1,3;1,2]) = (–1·2 – 3·1) = –5. a12 = –det([2,3;–1,2]) = –(2·2 – 3·(–1)) = –(4+3)= –7. a13 = +det([2,–1;–1,1]) = (2·1 – (–1)·(–1)) = 2–1 = 1. a21 = –det([2,–1;1,2]) = –(4 – (–1)) = –5. a22 = +det([1,–1;–1,2]) = 2 – 1 = 1. a23 = –det([1,2;–1,1]) = –(1 – (–2)) = –3. a31 = +det([2,–1;–1,3]) = 6 – 1 = 5. a32 = –det([1,–1;2,3]) = –(3 – (–2)) = –5. a33 = +det([1,2;2,–1]) = –1 –4 = –5. Cofactor matrix = [[–5, –7, 1],[–5, 1, –3],[5, –5, –5]]. Transpose = [[–5, –5, 5],[–7, 1, –5],[1, –3, –5]]. So adj correct. Multiply by C: [[–5·3 + –5·(–1) + 5·7] = –15+5+35=25, [–7·3+1·(–1)+–5·7] = –21–1–35=–57, [1·3+ –3·(–1)+ –5·7] = 3+3–35=–29]. Divide by -20 gives x = –5/4, y = 57/20, z = 29/20. Check in original equations: x+2y–z = –1.25 + 5.7 – 1.45 = 3? –1.25+5.7=4.45, 4.45–1.45=3. Yes. 2x–y+3z = –2.5 –2.85 +4.35 = –1. Yes. –x+y+2z = 1.25+2.85+2.9=7? 1.25+2.85=4.1, +2.9=7. Yes. So solution is correct.

矩阵 M = [[1,2,–1],[2,–1,3],[–1,1,2]],C = [[3],[–1],[7]]。行列式 det M = –20。伴随矩阵如上,M⁻¹ = (1/–20) × adj。计算得 X = M⁻¹ C = [[–5/4],[57/20],[29/20]],即 x = –1.25,y = 2.85,z = 1.45。验证满足所有方程。


8. Hyperbolic Functions – Sketching and Solving Inequalities | 双曲函数 – 图像绘制与不等式求解

Sketch the graph of y = tanh x and hence solve the inequality tanh x > 0.5, giving your answer in exact logarithmic form. This blends graphical understanding with algebraic inversion.

绘制 y = tanh x 的图像,并由此求解不等式 tanh x > 0.5,答案以精确对数形式表示。此题融合图像理解与代数反演。

The graph of tanh x is a sigmoid, passing through origin, asymptotes y = 1 and y = –1. To solve tanh x > 0.5, recall tanh x = (eˣ – e⁻ˣ)/(eˣ + e⁻ˣ) = (e²ˣ – 1)/(e²ˣ + 1). Set > 0.5: (e²ˣ – 1)/(e²ˣ + 1) > 1/2. Since denominator positive for all x, cross-multiply: 2(e²ˣ – 1) > e²ˣ + 1 → 2e²ˣ – 2 > e²ˣ + 1 → e²ˣ > 3 → 2x > ln 3 → x > ½ ln 3. Equivalent form: ln √3. So the solution is x > ½ ln 3.

tanh x 的图像为S形曲线,过原点,渐近线为 y = 1 和 y = –1。解 tanh x > 0.5:利用定义 (e²ˣ – 1)/(e²ˣ + 1) > 1/2,由于分母恒正,交叉相乘得 2(e²ˣ – 1) > e²ˣ + 1 ⇒ e²ˣ > 3 ⇒ x > ½ ln 3。

Students often forget to justify denominator positivity or to express the final answer in exact log form, losing marks on precision.

学生常忘记论证分母正性或未用精确对数形式表达最终答案,因不严谨而失分。


9. Polar Coordinates – Tangents at the Pole | 极坐标 – 极点的切线

Find the values of θ for which the curve r = sin 3θ has tangents at the pole, and sketch the curve for 0 ≤ θ ≤ π. This checks understanding of loops and tangent directions.

求曲线 r = sin 3θ 在极点处的切线对应的 θ 值,并绘制 0 ≤ θ ≤ π 区间的曲线。考查对花瓣曲线和切线方向的理解。

Tangents at the pole occur when r = 0 but the derivative dr/dθ ≠ 0 (or for analyzing direction). Here r = sin 3θ = 0 when 3θ = 0, π, 2π, 3π, … → θ = 0, π/3, 2π/3, π, 4π/3, … Within [0, π], we have θ = 0, π/3, 2π/3, π. These are the directions of the tangents at the pole. The curve is a three-petaled rose; for 0 ≤ θ ≤ π, we trace three loops. Sketch accordingly, with petals symmtrical about lines θ = π/6, π/2, 5π/6.

极点处的切线出现在 r = 0 时。sin 3θ = 0 ⇒ 3θ = nπ ⇒ θ = 0, π/3, 2π/3, π, … 在 [0, π] 内,θ = 0, π/3, 2π/3, π 即为切线方向。曲线为三叶玫瑰线,在给定区间内恰好描绘三瓣,花瓣对称于 θ = π/6, π/2, 5π/6 等射线。


10. First-Order Differential Equations – Separable Variables with Substitution | 一阶微分方程 – 变量分离与代换

The final question introduces a substitution to simplify an ODE: Use the substitution y = vx to solve dy/dx = (x² + y²)/(2xy) for x > 0, given y(1) = 2.

最后一题通过代换简化微分方程:利用 y = vx 求解 dy/dx = (x² + y²)/(2xy),x > 0,且满足 y(1) = 2。

Let y = vx, then dy/dx = v + x dv/dx. The RHS becomes (x² + v²x²)/(2x·vx) = (1+v²)/(2v). Equate: v + x dv/dx = (1+v²)/(2v). Then x dv/dx = (1+v²)/(2v) – v = (1+v² – 2v²)/(2v) = (1 – v²)/(2v). Separate variables: (2v/(1–v²)) dv = (1/x) dx. Integrate both sides: ∫ 2v/(1–v²) dv = ∫ (1/x) dx. Let u = 1–v², du = –2v dv, so LHS = –∫ du/u = –ln|u| = –ln|1–v²|. Thus –ln|1–v²| = ln|x| + C. Multiply by –1: ln|1–v²| = –ln|x| – C = ln(1/|x|) + C’. Exponentiate: |1–v²| = k/|x|, with k = e^{C’}. Since x > 0, drop absolute values: 1–v² = k/x. (Sign absorbed in constant). v = y/x, so 1 – (y/x)² = k/x → 1 – y²/x² = k/x → multiply by x²: x² – y² = kx → y² = x² – kx. Use y(1) = 2: 4 = 1 – k → k = –3. So solution: y² = x² + 3x, i.e., y = √(x² + 3x) (taking positive root because y(1)=2>0).

设 y = vx,则 dy/dx = v + x dv/dx,右端化为 (1+v²)/(2v)。整理得 x dv/dx = (1–v²)/(2v),分离变量:2v/(1–v²) dv = dx/x。积分:–ln|1–v²| = ln|x| + C,化简得 1–v² = k/x。代回 v = y/x 得 1 – y²/x² = k/x → x² – y² = kx → y² = x² – kx。代入 y(1)=2 得 k = –3,特解为 y = √(x² + 3x)。


Published by TutorHao | AS Further Mathematics 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