📚 Edexcel Year 13 Further Maths: Unit Test Mock Paper Walkthrough | Edexcel 高三进阶数学:单元模拟卷精讲
Unit test mock papers are an essential tool for Year 13 students aiming to master the Edexcel Further Mathematics syllabus. This walkthrough dissects a typical 60-minute mock paper, covering core topics like complex numbers, series, matrices, hyperbolic functions, polar coordinates, differential equations, vectors, and proof by induction. Each section provides a full solution and highlights common pitfalls. By working through this analysis, you will reinforce your understanding and sharpen exam technique.
单元模拟卷是高三学生攻克 Edexcel 进阶数学大纲的重要工具。本篇文章将详细解析一份典型的 60 分钟模拟试卷,涵盖复数、级数、矩阵、双曲函数、极坐标、一阶微分方程、向量和归纳法证明等核心专题。每一节都提供完整解答并指出常见易错点。通过这份解析,你将巩固理解并提升应试技巧。
1. Mock Paper Overview & Strategy | 模拟卷总览与策略
This mock paper consists of eight compulsory questions, each worth between 8 and 15 marks, mirroring the style of Edexcel unit tests. Topics are drawn from the Core Pure 1 and 2 specifications. Time management is critical: aim to spend about 6–7 minutes per mark, leaving a buffer for checking. Always show clear logical steps, as method marks often account for half the total. When a question asks for an exact answer, leave your final result in surd or logarithmic form, not a rounded decimal. For vector and matrix questions, neat notation prevents sign errors; for series questions, explicitly state the method of differences or standard results being used.
这份模拟卷共包含八道必答题,每题 8 到 15 分不等,模仿了 Edexcel 单元测试的风格。内容覆盖了核心纯数 1 和 2 的考纲。时间管理至关重要:大致按每题 6–7 分钟分配时间,并留出检查余量。务必展示清晰逻辑步骤,因为过程分通常占总分一半。如果题目要求精确答案,最终结果保留根式或对数形式,而不要四舍五入为小数。对向量和矩阵题,工整的符号能避免符号错误;对级数题,明确写出所使用的差分法或标准公式。
2. Complex Numbers & Argand Diagram | 复数与阿尔冈图
The first question asks: Solve the equation z³ = 8i, giving all roots in the form re^(iθ) where –π < θ ≤ π, and plot them on an Argand diagram. Start by expressing 8i in exponential form: 8i = 8e^(iπ/2). Then by de Moivre’s theorem, the cube roots are zₖ = 8^(1/3) e^(i(π/2 + 2kπ)/3) = 2e^(i(π/6 + 2kπ/3)) for k = 0, 1, 2. Substituting k = 0 gives 2e^(iπ/6); k = 1 gives 2e^(i5π/6); k = 2 gives 2e^(i9π/6) = 2e^(i3π/2) (but since 3π/2 is not within –π < θ ≤ π, we rewrite it as 2e^(–iπ/2)). The three roots are 2e^(iπ/6), 2e^(i5π/6), and 2e^(–iπ/2). On the Argand diagram, they lie on a circle of radius 2, separated by angles of 2π/3. Clearly label each root and include the circle. A common mistake is forgetting to adjust the principal argument for the third root; always check the interval.
第一题要求:解方程 z³ = 8i,将所有根表示为 re^(iθ) 的形式,其中 –π < θ ≤ π,并在阿尔冈图上标出。首先将 8i 写成指数形式:8i = 8e^(iπ/2)。由棣莫弗定理,立方根为 zₖ = 8^(1/3) e^(i(π/2 + 2kπ)/3) = 2e^(i(π/6 + 2kπ/3)),k = 0, 1, 2。代入 k = 0 得 2e^(iπ/6);k = 1 得 2e^(i5π/6);k = 2 得 2e^(i9π/6) = 2e^(i3π/2),但 3π/2 不在 (–π, π] 区间,因此改写为 2e^(–iπ/2)。这三个根分别位于半径为 2 的圆上,角度间隔 2π/3。在阿尔冈图上需标出每个根并画出圆。常见错误是忘记将第三个根调整到主辐角范围内;务必检查区间。
3. Series & Method of Differences | 级数与差分法
This question reads: Show that 1/(r(r+1)) = 1/r – 1/(r+1), and hence find Σ²⁰_{r=1} 1/(r(r+1)). The partial fraction decomposition is straightforward. Writing the sum term by term gives (1/1 – 1/2) + (1/2 – 1/3) + … + (1/20 – 1/21). All intermediate terms cancel, leaving 1 – 1/21 = 20/21. This is the method of differences in its simplest form. The problem often extends to a sum to n terms: then the result is 1 – 1/(n+1) = n/(n+1). When tackling such questions, always write out the first three and last two terms to make the cancellation pattern visible. Do not forget to state the final exact value, and never round unless instructed. If the sum starts from r = a, adjust the lower limit accordingly.
题目要求:证明 1/(r(r+1)) = 1/r – 1/(r+1),并由此计算 Σ²⁰_{r=1} 1/(r(r+1))。部分分式分解非常直接。逐项写出求和:(1/1 – 1/2) + (1/2 – 1/3) + … + (1/20 – 1/21)。所有中间项全部抵消,剩下 1 – 1/21 = 20/21。这就是差分法的最简形式。题目经常会延伸到前 n 项求和,结果为 1 – 1/(n+1) = n/(n+1)。解答此类问题时,务必写出前三项和末两项,让抵消规律一目了然。不要忘记给出最终精确值,除非题目要求,切勿四舍五入。如果求和从 r = a 开始,需相应调整下限。
4. Matrices & Linear Transformations | 矩阵与线性变换
A typical matrix question: Given A = [[2, -1], [0, 3]], find A⁻¹ and use it to solve the simultaneous equations 2x – y = 5, 3y = 12. For a 2×2 matrix [[a, b], [c, d]], the inverse is (1/(ad – bc)) [[d, -b], [-c, a]], provided the determinant is non-zero. Here det(A) = (2)(3) – (–1)(0) = 6, so A⁻¹ = (1/6) [[3, 1], [0, 2]] = [[1/2, 1/6], [0, 1/3]]. To solve A[x; y] = [5; 12], multiply both sides by A⁻¹: [x; y] = A⁻¹[5; 12] = [[1/2, 1/6], [0, 1/3]][5; 12] = [5/2 + 2; 0 + 4] = [9/2; 4]. Thus x = 4.5, y = 4. Always check by substituting back into the original equations. Many marks are lost through arithmetic slips in calculating determinants or matrix multiplication; write each step clearly and double-check the signs.
经典的矩阵题示例:已知 A = [[2, -1], [0, 3]],求 A⁻¹,并用它解方程组 2x – y = 5, 3y = 12。对于 2×2 矩阵 [[a, b], [c, d]],逆矩阵为 (1/(ad – bc)) [[d, -b], [-c, a]],前提是行列式不为零。本题 det(A) = (2)(3) – (–1)(0) = 6,所以 A⁻¹ = (1/6) [[3, 1], [0, 2]] = [[1/2, 1/6], [0, 1/3]]。为解 A[x; y] = [5; 12],两边同时左乘 A⁻¹:[x; y] = A⁻¹[5; 12] = [[1/2, 1/6], [0, 1/3]][5; 12] = [5/2 + 2; 0 + 4] = [9/2; 4]。因此 x = 4.5,y = 4。务必代入原方程验算。很多失分源于行列式计算或矩阵乘法中的算术错误;写出每一步并仔细复查符号可以有效避免。
5. Hyperbolic Functions | 双曲函数
Question: Solve cosh x = 3, giving your answer in the form ln(a + √b). Use the definition cosh x = (eˣ + e⁻ˣ)/2. Setting (eˣ + e⁻ˣ)/2 = 3 gives eˣ + e⁻ˣ = 6. Multiply through by eˣ: e²ˣ – 6eˣ + 1 = 0. This is a quadratic in eˣ. Let y = eˣ, then y² – 6y + 1 = 0. The quadratic formula yields y = (6 ± √(36 – 4))/2 = (6 ± √32)/2 = 3 ± 2√2. Since eˣ > 0, both roots are positive. Taking the natural logarithm: x = ln(3 + 2√2) or x = ln(3 – 2√2). Because cosh x = 3 has symmetric solutions, both are valid. Often the positive solution ln(3 + 2√2) is requested as the principal value. Note that 3 – 2√2 = 1/(3 + 2√2), so the negative root corresponds to the negative of the principal value, consistent with the even property cosh(–x) = cosh x. Always recognise that hyperbolic equations produce two solutions unless the domain is restricted.
题目:解 cosh x = 3,答案以 ln(a + √b) 的形式给出。利用定义 cosh x = (eˣ + e⁻ˣ)/2。令 (eˣ + e⁻ˣ)/2 = 3 得 eˣ + e⁻ˣ = 6。两边同乘 eˣ 得 e²ˣ – 6eˣ + 1 = 0。这是关于 eˣ 的二次方程。设 y = eˣ,则 y² – 6y + 1 = 0。用求根公式得 y = (6 ± √(36 – 4))/2 = (6 ± √32)/2 = 3 ± 2√2。由于 eˣ > 0,两根均为正。取自然对数:x = ln(3 + 2√2) 或 x = ln(3 – 2√2)。因 cosh x = 3 的解对称,两个都成立。通常将 ln(3 + 2√2) 视为主值。注意 3 – 2√2 = 1/(3 + 2√2),所以负根对应主值的相反数,这与双曲余弦的偶函数性质 cosh(–x) = cosh x 一致。除非限制定义域,务必记住双曲方程一般有两个解。
6. Polar Coordinates | 极坐标
This section covers a common area question: Find the area enclosed by the curve r = 1 + cos θ, for 0 ≤ θ ≤ π. The area in polar coordinates is given by A = ½ ∫ r² dθ. Here, r² = (1 + cos θ)² = 1 + 2cos θ + cos²θ. To integrate cos²θ, use the double-angle identity cos²θ = ½(1 + cos 2θ). So A = ½ ∫₀^π (1 + 2cos θ + ½ + ½ cos 2θ) dθ = ½ ∫₀^π (3/2 + 2cos θ + ½ cos 2θ) dθ. Integrate term by term: 3θ/2 + 2sin θ + (1/4) sin 2θ evaluated from 0 to π. At θ = π, sin π = 0, sin 2π = 0; at θ = 0, all sine terms vanish. Thus A = ½ × (3π/2) = 3π/4. The curve is a cardioid, symmetric about the initial line, so the total area is twice this, i.e. 3π/2. Many candidates forget to double the area when the curve is symmetric; read the question carefully to see if it asks for the whole loop or just one half.
本节讨论一道典型的面积题:求曲线 r = 1 + cos θ 在 0 ≤ θ ≤ π 内所围成的面积。极坐标面积公式为 A = ½ ∫ r² dθ。这里 r² = (1 + cos θ)² = 1 + 2cos θ + cos²θ。要积分 cos²θ,使用倍角公式 cos²θ = ½(1 + cos 2θ)。因此 A = ½ ∫₀^π (1 + 2cos θ + ½ + ½ cos 2θ) dθ = ½ ∫₀^π (3/2 + 2cos θ + ½ cos 2θ) dθ。逐项积分:3θ/2 + 2sin θ + (1/4) sin 2θ,从 0 到 π 求值。在 θ = π 处,sin π = 0, sin 2π = 0;在 θ = 0 处所有正弦项均为零。故 A = ½ × (3π/2) = 3π/4。该曲线为心脏线,关于极轴对称,所以整个闭合区域的面积是此值的两倍,即 3π/2。许多考生会忘记在对称时将面积加倍;仔细审题,看清楚要求的是整个环线还是仅一半。
7. First-Order Differential Equations | 一阶微分方程
Solve dy/dx + 2y = 4eˣ, given y(0) = 1. This is a linear first-order ODE. The integrating factor is e^(∫ 2 dx) = e^(2x). Multiply both sides: e^(2x) dy/dx + 2e^(2x) y = 4e^(3x). The left side is the derivative of y e^(2x). Integrate with respect to x: y e^(2x) = ∫ 4e^(3x) dx = (4/3)e^(3x) + C. Hence y = (4/3)eˣ + Ce^(–2x). Apply the initial condition: at x = 0, y = 1 → 1 = 4/3 + C → C = –1/3. The particular solution is y = (4/3)eˣ – (1/3)e^(–2x). Always verify by differentiating your solution and substituting back into the original equation. Common errors include forgetting to multiply the right-hand side by the integrating factor, or misapplying the initial condition after isolating y.
求解 dy/dx + 2y = 4eˣ,已知 y(0) = 1。这是一阶线性常微分方程。积分因子为 e^(∫ 2 dx) = e^(2x)。两边同乘该因子:e^(2x) dy/dx + 2e^(2x) y = 4e^(3x)。左侧恰好是 y e^(2x) 的导数。对 x 积分:y e^(2x) = ∫ 4e^(3x) dx = (4/3)e^(3x) + C。于是 y = (4/3)eˣ + Ce^(–2x)。代入初始条件:x = 0 时 y = 1 → 1 = 4/3 + C → C = –1/3。特解为 y = (4/3)eˣ – (1/3)e^(–2x)。务必对你的解求导并代回原方程验算。常见错误包括忘记将积分因子乘到等号右侧,或者在分离 y 之后错误地代入初始条件。
8. Vectors in 3D | 三维向量
A typical question: Find the point of intersection of the line r = (i + 2j – k) + λ(2i – j + 3k) and the plane 2x – y + z = 5. Parametrise the line: x = 1 + 2λ, y = 2 – λ, z = –1 + 3λ. Substitute these into the plane equation: 2(1 + 2λ) – (2 – λ) + (–1 + 3λ) = 5. Simplify: 2 + 4λ – 2 + λ – 1 + 3λ = 5 → (4λ + λ + 3λ) + (2 – 2 – 1) = 5 → 8λ – 1 = 5 → 8λ = 6 → λ = 3/4. Substitute λ back into the line equations: x = 1 + 2(3/4) = 2.5, y = 2 – 3/4 = 1.25, z = –1 + 3(3/4) = 1.25. So the intersection point is (5/2, 5/4, 5/4) or in decimals (2.5, 1.25, 1.25). Always check by plugging the coordinates back into the plane equation to confirm. If the line is parallel to the plane, the equation in λ will yield a contradiction or an identity, indicating either no intersection or infinitely many.
典型题目:求直线 r = (i + 2j – k) + λ(2i – j + 3k) 与平面 2x – y + z = 5 的交点。将直线参数化:x = 1 + 2λ,y = 2 – λ,z = –1 + 3λ。将这些代入平面方程:2(1 + 2λ) – (2 – λ) + (–1 + 3λ) = 5。化简:2 + 4λ – 2 + λ – 1 + 3λ = 5 → (4λ + λ + 3λ) + (2 – 2 – 1) = 5 → 8λ – 1 = 5 → 8λ = 6 → λ = 3/4。将 λ 代回直线方程:x = 1 + 2(3/4) = 2.5,y = 2 – 3/4 = 1.25,z = –1 + 3(3/4) = 1.25。所以交点坐标为 (5/2, 5/4, 5/4) 或小数 (2.5, 1.25, 1.25)。务必把坐标代回平面方程进行验证。如果直线与平面平行,关于 λ 的方程会出现矛盾或恒等式,分别表示无交点或无穷多交点。
9. Proof by Induction | 归纳法证明
Prove by induction that Σⁿ_{r=1} r² = n(n+1)(2n+1)/6 for all positive integers n. Base case n = 1: LHS = 1² = 1, RHS = 1×2×3/6 = 1, so the statement holds. Inductive step: assume true for n = k, i.e. Σᵏ_{r=1} r² = k(k+1)(2k+1)/6. For n = k+1, Σᵏ⁺¹_{r=1} r² = Σᵏ_{r=1} r² + (k+1)². Substitute the assumption: = k(k+1)(2k+1)/6 + (k+1)². Factor out (k+1)/6: = (k+1)/6 [k(2k+1) + 6(k+1)] = (k+1)/6 [2k² + k + 6k + 6] = (k+1)/6 (2k² + 7k + 6). Factor the quadratic: 2k² + 7k + 6 = (k+2)(2k+3). Hence = (k+1)(k+2)(2k+3)/6 = (k+1)[(k+1)+1][2(k+1)+1]/6, which matches the formula for n = k+1. Thus true for n = k+1. By mathematical induction, the formula holds for all n ∈ ℕ. Structuring the proof with a clear conclusion is essential; many students lose marks by omitting the final statement or failing to connect the factorised form back to the target expression.
用归纳法证明对所有正整数 n,Σⁿ_{r=1} r² = n(n+1)(2n+1)/6 成立。基始情况 n = 1:左边 = 1² = 1,右边 = 1×2×3/6 = 1,命题成立。归纳步骤:假设 n = k 时成立,即 Σᵏ_{r=1} r² = k(k+1)(2k+1)/6。对 n = k+1,Σᵏ⁺¹_{r=1} r² = Σᵏ_{r=1} r² + (k+1)²。代入归纳假设:= k(k+1)(2k+1)/6 + (k+1)²。提取因子 (k+1)/6:= (k+1)/6 [k(2k+1) + 6(k+1)] = (k+1)/6 [2k² + k + 6k + 6] = (k+1)/6 (2k² + 7k + 6)。将二次式因式分解:2k² + 7k + 6 = (k+2)(2k+3)。因此 = (k+1)(k+2)(2k+3)/6 = (k+1)[(k+1)+1][2(k+1)+1]/6,正是 n = k+1 时的公式。所以若 n = k 成立,则 n = k+1 也成立。由数学归纳法,公式对所有自然数 n 成立。证明结构清晰并给出结论至关重要;许多学生因遗漏最终陈述或未能将因式分解的形式化为目标表达式而失分。
10. Common Pitfalls & Final Tips | 常见陷阱与临考建议
Throughout this mock paper, several mistakes recur. In complex numbers, candidates often misplot roots or forget to adjust to the principal argument range. With series, telescoping sums must be written out to confirm cancellation; a single missing term leads to an incorrect closed form. Matrix inverses demand careful arithmetic; always verify by checking A A⁻¹ = I. Hyperbolic equations often hide a second solution; unless the domain is restricted, provide both. Polar area integrals require the correct limits and a clear application of half-angle formulas. Differential equations using an integrating factor must multiply every term, including the RHS. Vector intersections hinge on accurate substitution and solving the scalar parameter. Induction proofs lose marks when the final expression is not explicitly connected to the statement for n = k+1. To maximise your score, practise full mock papers under timed conditions, mark your work strictly against the mark scheme, and focus your revision on the topics where you consistently make slips.
在这份模拟卷中,几个错误反复出现。复数题里,考生经常标错根的位置或忘记调整到主辐角范围。处理级数时,裂项求和必须逐项写出以确认抵消;漏掉一项就会导致错误的封闭表达式。矩阵求逆需要仔细的算术运算;始终通过验证 A A⁻¹ = I 来检查。双曲方程往往藏着第二个解;除非定义域受限,否则要给出两个解。极坐标面积积分需要使用正确的上下限并清晰运用半角公式。利用积分因子的微分方程必须乘以每一项,包括右侧。向量求交点的关键在于准确代入并求解标量参数。归纳证明若未能将最后表达式与 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课程辅导,国外大学本科硕士研究生博士课程论文辅导