📚 A-Level Eduqas Further Maths: Unit Test Mock Paper Breakdown | A-Level Eduqas 进阶数学:单元测试模拟卷解析
Mock unit tests are essential in your A-Level Further Mathematics revision journey. They replicate the style and difficulty of Eduqas assessments, helping you identify weak spots while deepening your understanding. In this article, we walk through a representative mock paper covering core FP1/FP2 topics – complex numbers, matrices, polar coordinates, hyperbolic functions, differential equations, series, proof by induction, vectors, arc length, and summation. Each section presents a typical question, a step-by-step breakdown, and key exam hints to sharpen your technique.
单元模拟测试是 A-Level 进阶数学复习中不可或缺的工具。它们复刻了 Eduqas 考试的风格与难度,帮助你准确找出薄弱环节,同时加深理解。本文将以一份涵盖复变数、矩阵、极坐标、双曲函数、微分方程、级数、数学归纳法、向量、弧长以及求和的代表性模拟卷为例,逐题解析,提供分步突破思路和临场关键提示,助你精进解题技巧。
1. Complex Numbers and Loci | 复数与轨迹
A typical mock question asks: Solve z⁴ + 81 = 0 and represent the four roots on an Argand diagram. Hence shade the region satisfying |z| ≤ 3 and π/4 ≤ arg(z) ≤ 3π/4. You write –81 in polar form as 81(cos π + i sin π) or 81e^(iπ). The fourth roots are found via z = 81^(1/4) cis( (π + 2kπ)/4 ) with k = 0, 1, 2, 3. This gives radius r = 3 and arguments π/4, 3π/4, 5π/4, 7π/4. The Argand diagram shows four points on a circle of radius 3. The shaded region is a wedge between arguments π/4 and 3π/4, bounded by the circle.
典型题目:解方程 z⁴ + 81 = 0,并将四个根表示在复平面上。随后,描出满足 |z| ≤ 3 且 π/4 ≤ arg(z) ≤ 3π/4 的区域。将 –81 写作极式 81(cos π + i sin π) 或 81e^(iπ)。利用棣莫弗定理,四次根为 z = 81^(1/4) cis( (π + 2kπ)/4 ),k = 0,1,2,3。所得根的模为 3,辐角依次为 π/4、3π/4、5π/4、7π/4。复平面上四个点均匀分布在半径为 3 的圆上。所求区域为从辐角 π/4 到 3π/4 的楔形,并受圆约束,内部含原点。
Roots: 3(√2/2 + i√2/2), 3(–√2/2 + i√2/2), 3(–√2/2 – i√2/2), 3(√2/2 – i√2/2)
Exam tip: always sketch the circle and arguments first; shading becomes trivial when you see the symmetry. Mistakes often arise from forgetting negative arguments or shading outside the circle. Practise using cis notation to save time.
应试提示:先画出圆及辐角线,再根据对称性描绘区域。常犯错误包括忘记负辐角或超出圆的界限。熟练使用 cis 记号能有效节省时间。
2. Matrix Transformations and Invariant Lines | 矩阵变换与不变线
A common question provides matrix M = [[0, –1], [1, 0]] representing a rotation of 90° anticlockwise, followed by matrix N = [[1, 0], [0, –1]] (reflection in the x-axis). The combined transformation is T = NM = [[0, –1], [–1, 0]]. You are asked to find any invariant lines of the form y = mx passing through the origin. Set T(x, mx) = (x’, mx’), solve x’ = –m x, mx’ = –x. Substituting yields –m²x = –x ⇒ m² = 1, so m = ±1. Therefore the invariant lines are y = x and y = –x. Interpret geometrically: reflection in the line y = –x.
高频题型:矩阵 M = [[0, –1], [1, 0]] 代表逆时针旋转 90°,N = [[1, 0], [0, –1]] 代表关于 x 轴的反射。复合变换 T = NM = [[0, –1], [–1, 0]]。题目要求找出过原点形如 y = mx 的不变直线。设 T(x, mx) = (x’, mx’),得到 x’ = –m x,mx’ = –x,代入消去 x’ 得 –m²x = –x,因此 m² = 1,m = ±1。不变直线为 y = x 与 y = –x。几何意义等价于关于直线 y = –x 的反射。
Invariant lines: y = x and y = –x
Always check if the entire line is pointwise invariant or just as a set. Here, only the set is invariant; points are swapped. When solving, ensure you equate components correctly and avoid dividing by x without considering the x = 0 case separately – although here y = mx forces the origin, the method works globally.
必须区分直线是逐点不变还是整体不变。此处是整体集合不变,直线上的点相互交换。求解时注意分量等式,避免在不考虑零点的情况下随便除以 x —— 不过形如 y = mx 总是过原点,方法正确。
3. Polar Coordinates and Area Enclosed | 极坐标与封闭面积
Question: The curve C has polar equation r = 2 + cos θ for 0 ≤ θ ≤ 2π. Find the area enclosed by C. Use A = ½ ∫ r² dθ from 0 to 2π. Compute r² = 4 + 4cos θ + cos²θ. Use cos²θ = (1 + cos 2θ)/2. Then A = ½ ∫₀²π [4 + 4cos θ + ½ + ½ cos 2θ] dθ = ½ ∫₀²π (4.5 + 4cos θ + 0.5 cos 2θ) dθ. Integrate: 4.5θ + 4sin θ + 0.25 sin 2θ evaluated 0 to 2π gives 9π. Thus area = ½ × 9π = 4.5π. Note that r is always positive, so the loop is simple.
典型题目:曲线 C 的极坐标方程为 r = 2 + cos θ,0 ≤ θ ≤ 2π,求 C 所围成的面积。面积公式 A = ½ ∫₀²π r² dθ。计算 r² = 4 + 4cos θ + cos²θ,利用降幂公式 cos²θ = (1 + cos 2θ)/2。于是 A = ½ ∫₀²π [4 + 4cos θ + ½ + ½ cos 2θ] dθ = ½ ∫₀²π (4.5 + 4cos θ + 0.5 cos 2θ) dθ。积分得 4.5θ + 4sin θ + 0.25 sin 2θ 从 0 到 2π 为 9π。因此面积 = ½ × 9π = 4.5π。r 恒正,图形为简单闭合曲线。
Area = ½ ∫₀²π (2 + cos θ)² dθ = (9π)/2
A frequent mistake is forgetting to square r. Also, be careful with trigonometric integrals – using reduction formulas or double-angle identities correctly saves time. Verify that the curve does not intersect itself, which would require splitting the integral.
常见失误:忘记对 r 平方。此外,三角函数积分时准确使用二倍角公式或降幂可以节省时间。需确认曲线不自交,否则要拆分积分区间。
4. Hyperbolic Functions and Logarithmic Form | 双曲函数与对数形式
A typical exam item: Solve 3 sinh x – cosh x = 1, giving your answer in the form ln a. Use definitions: sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2. Substitute gives (3(eˣ – e⁻ˣ) – (eˣ + e⁻ˣ))/2 = 1 ⇒ (2eˣ – 4e⁻ˣ)/2 = eˣ – 2e⁻ˣ = 1. Multiply by eˣ: e²ˣ – 2 = eˣ ⇒ e²ˣ – eˣ – 2 = 0. Factor: (eˣ – 2)(eˣ + 1) = 0. eˣ > 0 so eˣ = 2 ⇒ x = ln 2. Check in original equation: 3 sinh(ln 2) – cosh(ln 2) = 3((2 – 1/2)/2) – ((2 + 1/2)/2) = 3(3/4) – (5/4) = 9/4 – 5/4 = 1. Valid.
常考题型:解方程 3 sinh x – cosh x = 1,结果用 ln a 表示。利用定义 sinh x = (eˣ – e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2 代入。方程化为 (3(eˣ – e⁻ˣ) – (eˣ + e⁻ˣ))/2 = 1 ⇒ (2eˣ – 4e⁻ˣ)/2 = eˣ – 2e⁻ˣ = 1。乘以 eˣ 得到 e²ˣ – 2 = eˣ ⇒ e²ˣ – eˣ – 2 = 0。因式分解 (eˣ – 2)(eˣ + 1) = 0。由于 eˣ > 0,只有 eˣ = 2,故 x = ln 2。经验验证实为解。
x = ln 2
Always reject negative exponentials. Some candidates forget to multiply through by eˣ correctly. Memorise the quadratic in eˣ approach – it appears in nearly every hyperbolic equation question. Also, be ready to express answers in terms of natural logarithms, as exact form is required.
务必舍去负指数解。部分考生在乘以 eˣ 时出错。要牢记化归为关于 eˣ 的二次方程——几乎每次双曲方程必考。答案须以精确的自然对数形式给出。
5. Second-Order ODEs with Constant Coefficients | 常系数二阶常微分方程
Mock question: Find the general solution of d²y/dx² – 5 dy/dx + 6y = e²ˣ. First solve homogeneous part: auxiliary equation m² – 5m + 6 = 0 ⇒ m = 2, 3. Complementary function y꜀ = A e²ˣ + B e³ˣ. For particular integral, try yₚ = C x e²ˣ (since e²ˣ is already in CF). Differentiate: yₚ’ = C e²ˣ (1 + 2x), yₚ” = C e²ˣ (4 + 4x). Substitute into LHS: [4C e²ˣ (1 + x)] – 5[ C e²ˣ (1 + 2x) ] + 6[ C x e²ˣ] = C e²ˣ (4 + 4x – 5 – 10x + 6x) = C e²ˣ (–1) = e²ˣ. Hence C = –1. Particular integral yₚ = –x e²ˣ. General solution: y = A e²ˣ + B e³ˣ – x e²ˣ.
模拟题:求微分方程 d²y/dx² – 5 dy/dx + 6y = e²ˣ 的通解。先解齐次部分:特征方程 m² – 5m + 6 = 0 ⇒ m = 2, 3。余函数 y꜀ = A e²ˣ + B e³ˣ。因为 e²ˣ 已在余函数中,特解试设为 yₚ = C x e²ˣ。求导:yₚ’ = C e²ˣ (1 + 2x),yₚ” = C e²ˣ (4 + 4x)。代入左边整理得 C e²ˣ (4+4x –5–10x +6x) = C e²ˣ (–1) 应等于 e²ˣ,故 C = –1。特解为 yₚ = –x e²ˣ。通解:y = A e²ˣ + B e³ˣ – x e²ˣ。
y = A e²ˣ + B e³ˣ – x e²ˣ
The key is recognising the form of the particular integral when overlap occurs. Multiply by x once because the root 2 is a single root of the auxiliary equation. Avoid using x² unless the root is repeated. Always check your particular integral by substituting back, a quick verification prevents sign errors.
关键在于识别特解试设的修正形式。由于特征根 2 为单根,仅需乘以 x 一次。切勿滥用 x²,除非特征根为重根。务必代回原方程检验特解,快速验证可避免符号错误。
6. Maclaurin Series Expansions | 麦克劳林级数展开
A standard problem: Find the Maclaurin series for f(x) = ln(1 + sin x) up to the term in x³. Calculate derivatives: f(0) = ln(1+0) = 0. f'(x) = cos x / (1+ sin x), so f'(0) = 1. f”(x) = [–sin x (1+ sin x) – cos²x] / (1+ sin x)², evaluate at 0: [–0 – 1] / 1 = –1. f”'(x) requires product/chain rules; we can use known expansions: sin x = x – x³/6 + … Then ln(1 + u) = u – u²/2 + u³/3 – … where u = sin x ≈ x – x³/6. Substitute: ln(1+ sin x) = (x – x³/6) – ½ (x – x³/6)² + ⅓ (x – x³/6)³ + … . Expand: x – x³/6 – ½ (x² – x⁴/3 + …) + ⅓ (x³ + …) = x – x²/2 + ( –1/6 + 1/3)x³ = x – x²/2 + x³/6 + higher terms. So series up to x³: x – (1/2)x² + (1/6)x³.
常见题:求 f(x) = ln(1 + sin x) 的麦克劳林级数,至 x³ 项。可用逐次求导法或已知展开复合。f(0)=0,f'(0)=cos0/(1+0)=1。f”(0) 化简为 –1。更高效方法:已知 sin x = x – x³/6 + …,以及 ln(1+u) = u – u²/2 + u³/3 – …。令 u = sin x,代入得 (x – x³/6) – ½(x – x³/6)² + ⅓(x – x³/6)³ = x – x³/6 – ½x² + ½·(x³/3) + ⅓x³ = x – ½x² + (–1/6 + 1/6 + 1/3?) 注意仔细:½·(2x·x³/6?) 需要展开。更稳妥直接用级数乘法:u² ≈ x² – (1/3)x⁴? 忽略高阶:u≈x – x³/6, u²≈x² – (1/3)x⁴, u³≈x³。所以 ln 展开:x – x³/6 – ½(x²) + ½·(1/3)x⁴? 但 x⁴ 高于 x³ 忽略,再 +⅓x³,合并 x³ 系数 –1/6 + 1/3 = 1/6。故得 x – x²/2 + x³/6。验证:导数法得出 f”'(0) 相关也可确认。
ln(1+ sin x) = x – (1/2)x² + (1/6)x³ + O(x⁴)
A common pitfall is misaligning series up to the required order. Always discard terms of degree 4 or higher early. Using composite series is faster, but cross-check with direct differentiation to be sure. Keep expansions neat and systematic, handling each power separately.
必须严格对齐要求的阶数,提前舍弃高次项。使用复合展开更快,但可用直接求导法交叉验证。展开过程中保持整洁,逐次处理各次幂。
7. Proof by Induction: Divisibility | 数学归纳法:整除性证明
Typical mock question: Prove by induction that 5ⁿ – 1 is divisible by 4 for all positive integers n. Base case n = 1: 5¹ – 1 = 4, divisible by 4. Inductive step: assume true for n = k, i.e., 5ᵏ – 1 = 4m. For n = k+1, consider 5ᵏ⁺¹ – 1 = 5·5ᵏ – 1 = 5(5ᵏ – 1 + 1) – 1 = 5(5ᵏ – 1) + 5 – 1 = 5(4m) + 4 = 20m + 4 = 4(5m + 1), which is a multiple of 4. Hence true for n = k+1. By induction, statement holds for all n ∈ ℤ⁺.
典型归纳题:用数学归纳法证明对所有正整数 n,5ⁿ – 1 能被 4 整除。奠基:n=1 时 5¹–1=4,可被 4 整除。归纳假设:设 n=k 时成立,即 5ᵏ – 1 = 4m。考虑 n=k+1,5ᵏ⁺¹ – 1 = 5·5ᵏ – 1 = 5(5ᵏ – 1 + 1) – 1 = 5(5ᵏ – 1) + 5 – 1 = 5(4m) + 4 = 4(5m+1),确为 4 的倍数。故 n=k+1 时亦成立。由归纳原理,命题对所有正整数 n 成立。
5ᵏ⁺¹ – 1 = 4(5m + 1)
Structure is crucial: state assumption clearly, show target expression, and make algebraic manipulation explicit. Many students struggle with rewriting 5ᵏ⁺¹ – 1 in terms of 5ᵏ – 1. Writing 5ᵏ⁺¹ = 5·5ᵏ = 5(5ᵏ – 1 + 1) is a neat trick. Conclude with a statement that the induction principle completes the proof.
结构分明至关重要:清晰陈述归纳假设,显示目标表达式,并明确代数变形过程。很多学生不善于将 5ᵏ⁺¹ – 1 用 5ᵏ – 1 表示。技巧是 5·5ᵏ = 5(5ᵏ – 1 + 1)。最后必须引用数学归纳法原理完成结论。
8. Vector Geometry: Intersecting Planes | 向量几何:平面相交
Question: Find the intersection line of planes Π₁: x + y + z = 6 and Π₂: 2x – y + z = 3. Set z = t as parameter. Solve simultaneous: from Π₁, x + y = 6 – t. From Π₂, 2x – y = 3 – t. Add: 3x = 9 – 2t ⇒ x = 3 – (2/3)t. Then y = (6 – t) – x = 6 – t – 3 + (2/3)t = 3 – (1/3)t. So line equation: r = (3, 3, 0) + t(–2/3, –1/3, 1). Multiply direction by 3 for neatness: r = (3, 3, 0) + λ(–2, –1, 3) where λ = t/3. Check point satisfies both planes. Direction vector is cross product of normals: (1,1,1) × (2,–1,1) = ( (1)(1) – (1)(–1), (1)(2) – (1)(1), (1)(–1) – (1)(2) ) = (2, 1, –3) – wait compute: (1,1,1) × (2,–1,1) = i(1*1 – 1*(-1)) – j(1*1 – 1*2) + k(1*(-1) – 1*2) = i(1+1) – j(1 – 2) + k(–1 – 2) = (2, 1, –3). Notice our direction ( –2, –1, 3) is just negative of that, so consistent.
题目:求平面 Π₁: x + y + z = 6 与 Π₂: 2x – y + z = 3 的交线。设参数 z = t。解方程组:由 Π₁ 得 x + y = 6 – t,由 Π₂ 得 2x – y = 3 – t。相加得 3x = 9 – 2t ⇒ x = 3 – (2/3)t。代入求 y = 6 – t – (3 – (2/3)t) = 3 – (1/3)t。因此直线参数方程:r = (3, 3, 0) + t(–2/3, –1/3, 1)。为美观将方向参数放大 3 倍,令 λ = t/3:r = (3, 3, 0) + λ(–2, –1, 3)。方向向量恰为两法向量的叉积相反数,可验证。
r = (3, 3, 0) + λ (–2, –1, 3)
The parameterisation method using two equations is straightforward. Always check that your found point lies on both planes. The direction vector can also be obtained via cross product, but solving directly is exam-friendly. Keep direction in simplest integer form.
用两个方程直接参数化的方法直观易行。务必验证所得点确实在两张平面上。方向也可通过法向量叉积获得,但直接求解更符合考场节奏。方向宜化简为最简整数比。
9. Arc Length of a Parametric Curve | 参数曲线的弧长
Mock exercise: A curve is defined parametrically by x = t³, y = 2t² for 0 ≤ t ≤ √3. Find the exact length of the curve. Formula: L = ∫ √((dx/dt)² + (dy/dt)²) dt. dx/dt = 3t², dy/dt = 4t. Then integrand √(9t⁴ + 16t²) = t√(9t² + 16) (since t ≥ 0). So L = ∫₀^√3 t√(9t² + 16) dt. Use substitution u = 9t² + 16 ⇒ du = 18t dt, so t dt = du/18. Limits: t=0 ⇒ u=16; t=√3 ⇒ u = 9·3 + 16 = 43. L = ∫₁₆⁴³ √u (du/18) = (1/18) × (2/3) u^(3/2) |₁₆⁴³ = (1/27) [43^(3/2) – 16^(3/2)] = (1/27)(43√43 – 64). Exact length is (43√43 – 64)/27.
模拟练习:曲线由参数方程 x = t³, y = 2t² 定义,0 ≤ t ≤ √3,求曲线精确弧长。弧长公式 L = ∫₀^√3 √( (dx/dt)² + (dy/dt)² ) dt。dx/dt = 3t²,dy/dt = 4t。被积函数 √(9t⁴ + 16t²) = t√(9t² + 16)(因 t ≥ 0 可直接提取 t)。L = ∫₀^√3 t√(9t² + 16) dt。令 u = 9t² + 16,du = 18t dt,t dt = du/18。积分限:t=0 → u=16;t=√3 → u = 9×3+16=43。L = ∫₁₆⁴³ √u · du/18 = (1/18)·(2/3) u^(3/2) |₁₆⁴³ = (1/27)[43^(3/2) – 16^(3/2)] = (1/27)(43√43 – 64)。精确弧长即为 (43√43 – 64)/27。
L = (43√43 – 64) / 27
Common errors: forgetting the square root of sum of squares, losing the parameter t, or mishandling limits after substitution. Recognise when to factor out t² to simplify the algebra. The substitution u = quadratic inside is classic for this type. Leave answer in surd form; no decimal approximations in exact value questions.
常见错误:漏掉平方和开根号、丢掉参数 t 的因子、或者换元后写错积分限。识别出提取 t² 化简的机会。这类题经典换元 u = 内部二次式。答案保留根式;精确值问题不允许近似小数。
10. Summation Using Standard Results | 利用标准结果求和
Question: Evaluate ∑ᵢ₌₁ⁿ (i² + 2i) and hence find the sum of the first 50 terms. Use standard formulae: ∑ i² = n(n+1)(2n+1)/6, ∑ i = n(n+1)/2. Then ∑(i² + 2i) = ∑ i² + 2∑ i = n(n+1)(2n+1)/6 + 2·n(n+1)/2 = n(n+1)(2n+1)/6 + n(n+1) = n(n+1)[ (2n+1)/6 + 1 ] = n(n+1)(2n+7)/6. For n = 50: 50·51·(107)/6 = (50·51·107)/6. Simplify 50/6 = 25/3? better 50·51=2550, 2550·107=272850, divide by 6 = 45475. So sum = 45475.
题:计算 ∑ᵢ₌₁ⁿ (i² + 2i),并由此求前 50 项的和。利用标准结果 ∑ i² = n(n+1)(2n+1)/6,∑ i = n(n+1)/2。因此 ∑(i² + 2i) = ∑ i² + 2∑ i = n(n+1)(2n+1)/6 + n(n+1) = n(n+1)[ (2n+1)/6 + 1 ] = n(n+1)(2n+7)/6。代入 n = 50:50·51·107/6 = 2550·107/6 = 272850/6 = 45475。
∑ᵢ₌₁ⁿ (i² + 2i) = n(n+1)(2n+7) / 6, S₅₀ = 45475
Always quote the standard results exactly as given in the formula booklet. Take care when simplifying the algebraic expression: factor out n(n+1) early to avoid expanding large products. In numerical evaluation, simplify fraction before multiplying
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