📚 Pre-U Edexcel Further Mathematics: Unit Test Mock Paper Walkthrough | 爱德思预科进阶数学:单元测试模拟卷解析
This walkthrough unpacks a full Core Pure Mathematics mock paper crafted for Pre-U Edexcel Further Mathematics candidates. Each section focuses on a key topic, blending worked solutions with exam insight to help you diagnose weaknesses, refine technique, and master the style of reasoning that examiners reward. The paper mirrors the blend of algebraic fluency, geometric interpretation, and rigorous proof expected at this level.
本文对一份为爱德思预科进阶数学设计的完整核心纯数模拟卷进行逐题解析。每个部分聚焦一个核心主题,将详细解答与考试策略相结合,帮助你诊断薄弱环节、优化解题方法,并掌握阅卷老师青睐的推理风格。这份模拟卷真实再现了此阶段所要求的代数熟练度、几何洞察力以及严密证明能力。
1. Mock Paper Structure and Mark Allocation | 模拟卷结构与分值分布
The paper contains 10 questions totalling 75 marks, to be completed in 90 minutes. Approximately 40% of marks target routine manipulation, 35% demand multi-step problem solving, and 25% require proof or interpretation. Time management is critical: spend one minute per mark, with a buffer for proof questions.
本卷包含 10 道题,满分 75 分,要求在 90 分钟内完成。大约 40% 的分值考查常规运算,35% 需要多步骤的问题解决,25% 涉及证明或几何意义阐释。时间管理至关重要:建议按每分 1 分钟分配时间,并为证明题预留余量。
2. Complex Numbers and Argand Diagrams | 复数与阿尔冈图
Question 2 gives z = 2 − 3i and w = 1 + i. Part (a) asks for the exact value of |z − 2w| and arg(z − 2w) in radians. First compute z − 2w = (2 − 3i) − 2(1 + i) = 2 − 3i − 2 − 2i = 0 − 5i. Hence |−5i| = 5, and the argument of a negative imaginary number is −π/2 (or 3π/2). A common slip is ignoring the order of subtraction; always double-check your vector on the Argand plane.
第 2 题给出复数 z = 2 − 3i 和 w = 1 + i。(a) 小题要求计算 |z − 2w| 的精确值以及辐角 arg(z − 2w)(以弧度表示)。首先算 z − 2w = (2 − 3i) − 2(1 + i) = 2 − 3i − 2 − 2i = 0 − 5i。因此模为 5,对于负的纯虚数,辐角为 −π/2(或 3π/2)。常见错误之一是弄错减法顺序;务必在阿尔冈平面上检查向量位置。
Part (b) requires shading the region {z : |z − 2| = |z − 2i|}. This equation describes the perpendicular bisector of the segment joining 2 and 2i, yielding the line y = x. Many candidates mistakenly produce a circle; remember that equal distance condition defines a line.
(b) 小题要求绘制并标示区域 {z : |z − 2| = |z − 2i|}。该方程表示点 2 与点 2i 连线的中垂线,即直线 y = x。许多考生误画成圆;请记住到两点距离相等描述的是垂直平分线。
3. Matrix Transformations and Invariant Lines | 矩阵变换与不变直线
Question 3 presents matrix M = [3 1; 1 3]. To find invariant lines, set M·(x, y)^T = λ (x, y)^T and solve. The characteristic equation (3−λ)² − 1 = 0 gives λ = 4 or λ = 2. For λ = 4, the invariant line is y = x; for λ = 2, it is y = −x. You must also explain that lines through the origin which are not eigenvector directions do not remain invariant.
第 3 题给矩阵 M = [3 1; 1 3]。要求找出所有过原点的不变直线。建立方程 M·(x, y)^T = λ (x, y)^T,得到特征方程 (3−λ)² − 1 = 0,解得 λ = 4 或 λ = 2。当 λ = 4 时不变直线为 y = x;当 λ = 2 时为 y = −x。解题时还需说明,不过原点的直线或不沿着特征向量方向的直线将不会保持原方向不变。
Part (b) asks for the image of the unit square under M followed by a shear parallel to the x-axis with factor k. The order matters: apply the shear matrix after M. Write S = [1 k; 0 1], then compute S·M = [3+k, 1+3k; 1, 3]. Its determinant is (3+k)(3) − (1+3k)(1) = 9 + 3k − 1 − 3k = 8, independent of k—this demonstrates area scaling is preserved under shear.
(b) 小题要求先施加 M,再施加平行于 x 轴且系数为 k 的剪切变换,求出单位正方形的像。正确顺序是先乘 M 再乘剪切矩阵 S = [1 k; 0 1],得到 S·M = [3+k, 1+3k; 1, 3]。其行列式为 (3+k)×3 − (1+3k)×1 = 9 + 3k − 1 − 3k = 8,与 k 无关——这反映了剪切变换保持面积缩放因子不变。
4. Series and Method of Differences | 级数与差分法
Question 4 provides the sum Σᵢ₌₁ⁿ (r(r+1)(r+2)). The trick uses the identity r(r+1)(r+2) = ¼ [r(r+1)(r+2)(r+3) − (r−1)r(r+1)(r+2)]. Summing from r=1 to n telescopes nearly everything, leaving ¼ n(n+1)(n+2)(n+3). This method of differences appears frequently; always test with n=1 to verify your closed form.
第 4 题要求计算和式 Σᵢ₌₁ⁿ r(r+1)(r+2)。解题关键是利用恒等式 r(r+1)(r+2) = ¼ [r(r+1)(r+2)(r+3) − (r−1)r(r+1)(r+2)]。对 r 从 1 到 n 求和后大部分项抵消,得到紧凑形式 ¼ n(n+1)(n+2)(n+3)。这种差分法在考试中频繁出现;务必代入 n=1 检验所得公式的正确性。
Part (b) then asks for Σᵢ₌₁ⁿ (r+1)(r+2)(r+3). Relate this to the previous result by changing index: let s = r+1, the sum becomes Σₛ₌₂ⁿ⁺¹ s(s+1)(s+2). Apply the earlier formula from s=1 to n+1 and subtract the s=1 term. Such index shifts are a common pitfall; carefully adjust limits.
(b) 小题接着要求计算 Σᵢ₌₁ⁿ (r+1)(r+2)(r+3)。可将原问题与前一问关联:设 s = r+1,则和式变为 Σₛ₌₂ⁿ⁺¹ s(s+1)(s+2)。利用已得公式计算 s 从 1 到 n+1 的和,再减去 s=1 的项即可。这类下标偏移是常见失分点,务必谨慎调整上下限。
5. Proof by Induction with Divisibility | 归纳法证明整除性
Question 5 asks for a proof that 5ⁿ − 3ⁿ is divisible by 2 for all positive integers n. The base case n=1 gives 5 − 3 = 2, divisible by 2. Assume true for n=k: 5ᵏ − 3ᵏ = 2m. For n=k+1, write 5ᵏ⁺¹ − 3ᵏ⁺¹ = 5·5ᵏ − 3·3ᵏ = 5(3ᵏ + 2m) − 3·3ᵏ = 2·3ᵏ + 10m = 2(3ᵏ + 5m). Since 3ᵏ + 5m is an integer, the statement holds. A robust induction must state the inductive hypothesis clearly and show the algebraic manipulation bridging to k+1.
第 5 题要求用数学归纳法证明对所有正整数 n,5ⁿ − 3ⁿ 能被 2 整除。当 n=1 时,5 − 3 = 2,显然成立。假设 n=k 时成立:5ᵏ − 3ᵏ = 2m。对于 n=k+1,可写 5ᵏ⁺¹ − 3ᵏ⁺¹ = 5·5ᵏ − 3·3ᵏ = 5(3ᵏ + 2m) − 3·3ᵏ = 2·3ᵏ + 10m = 2(3ᵏ + 5m)。因 3ᵏ + 5m 为整数,命题得证。一个严谨的归纳法必须清晰写出归纳假设,并展示通往 k+1 的代数变形。
Examiners often award method marks for separating the target expression cleverly. Avoid merely stating “clearly divisible”—always factor out the divisor explicitly.
阅卷官通常会给巧妙的分离目标表达式步骤方法分。避免仅写“显然可整除”——务必显式提取公因数。
6. Hyperbolic Functions and Logarithmic Forms | 双曲函数与对数形式
Question 6 involves solving 4 sinh x + 3 cosh x = 5. Use the exponential definitions: sinh x = (eˣ − e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2. Substituting yields (7eˣ + e⁻ˣ)/2 = 5 → 7eˣ + e⁻ˣ = 10 → 7e²ˣ − 10eˣ + 1 = 0. Treat as quadratic in eˣ, giving eˣ = 1 or eˣ = 1/7. Hence x = 0 or x = ln(1/7) = −ln 7. Always check that solutions are real; here both are valid.
第 6 题要求解方程 4 sinh x + 3 cosh x = 5。应用指数定义:sinh x = (eˣ − e⁻ˣ)/2,cosh x = (eˣ + e⁻ˣ)/2。代入得 (7eˣ + e⁻ˣ)/2 = 5 → 7eˣ + e⁻ˣ = 10 → 7e²ˣ − 10eˣ + 1 = 0。将其视为关于 eˣ 的二次方程,解得 eˣ = 1 或 eˣ = 1/7,故 x = 0 或 x = ln(1/7) = −ln 7。务必检查解是否为实数;此处两个解均有效。
In part (b), the inverse hyperbolic form artanh(3/4) must be expressed as a natural logarithm. Using the formula artanh u = ½ ln((1+u)/(1−u)), plug u = 3/4 to get ½ ln((7/4)/(1/4)) = ½ ln 7. Remember to state the domain |u| < 1, which is satisfied.
(b) 小题要求将反双曲函数 artanh(3/4) 表示为自然对数形式。利用公式 artanh u = ½ ln((1+u)/(1−u)),代入 u = 3/4 得到 ½ ln(7)。注意要说明参数满足 |u| < 1 的定义域。
7. Vectors: Planes and Shortest Distance | 向量:平面与最短距离
Question 7 defines plane Π: r · (2i − j + 2k) = 5 and point A(3, 1, −2). The perpendicular distance from A to Π equals |(2·3 + (−1)·1 + 2·(−2) − 5)| / √(2² + (−1)² + 2²) = |6 − 1 − 4 − 5| / 3 = |−4|/3 = 4/3. A sketch showing the normal vector helps avoid sign errors.
第 7 题给定平面 Π: r · (2i − j + 2k) = 5 及点 A(3, 1, −2)。A 到 Π 的垂直距离为 |(2×3 + (−1)×1 + 2×(−2) − 5)| / √(2² + (−1)² + 2²) = |6 − 1 − 4 − 5| / 3 = 4/3。画出法向量简图有助于避免符号错误。
Part (b) asks for the reflection of A in Π. Find the foot of perpendicular F by setting AF = t n (where n is the normal) and substituting into plane equation. Solve 2(3+2t) − (1−t) + 2(−2+2t) = 5 to get t = 4/9. Then the reflection A’ = A + 2t n; computing yields A'( 3+16/9, 1−8/9, −2+16/9) = (43/9, 1/9, −2/9). Express as fractions unless decimals are specified.
(b) 小题要求求出点 A 关于平面 Π 的对称点。先求垂足 F,设 AF 平行于法向量 n,即 F = A + t n,代入平面方程解得 2(3+2t) − (1−t) + 2(−2+2t) = 5,得 t = 4/9。对称点 A’ = A + 2t n,计算得 A'( 43/9, 1/9, −2/9)。除非题目另有说明,结果保留分数形式。
8. Polynomials and Relationships Between Roots | 多项式与根的关系
Question 8 considers x³ + px² + qx + 6 = 0 with roots α, β, γ. Given that αβ = 3, use Σα = −p, Σαβ = q, αβγ = −6. From αβγ = 3γ = −6 we get γ = −2. Then Σαβ = αβ + γ(α+β) = 3 + (−2)(α+β) = q. Also Σα = α+β −2 = −p, so α+β = 2−p. Substitute into q: 3 − 2(2−p) = q → q = 2p −1. This builds a relation without finding α,β individually.
第 8 题考察三次方程 x³ + px² + qx + 6 = 0,其根为 α, β, γ。已知 αβ = 3,利用韦达定理:α+β+γ = −p,αβ+βγ+γα = q,αβγ = −6。由 αβγ = 3γ = −6 得 γ = −2。又 Σαβ = αβ + γ(α+β) = 3 + (−2)(α+β) = q,且 Σα = α+β −2 = −p,即 α+β = 2−p。代入得 q = 3 − 2(2−p) → q = 2p −1。这样无需单独求出 α、β 即可建立关系。
Part (b) then gives p = 1, so q = 1. The equation becomes x³ + x² + x + 6 = 0, with roots (−2) and the other two. Factor by (x+2) to get (x+2)(x² − x + 3) = 0. The quadratic gives complex roots (1 ± i√11)/2. Present them as exact values in the form a ± bi.
(b) 小题接续给定 p = 1,则 q = 1。方程为 x³ + x² + x + 6 = 0,已知一根为 −2,用 (x+2) 分解得 (x+2)(x² − x + 3) = 0。二次部分给出复数根 (1 ± i√11)/2。答案需保留精确值形式 a ± bi。
9. First-Order Differential Equations | 一阶微分方程
Question 9 presents dy/dx + 2y = 4e⁻ˣ with y(0) = 3. Identify the integrating factor e^(∫2 dx) = e²ˣ. Multiply through: e²ˣ dy/dx + 2e²ˣ y = 4eˣ → d/dx(ye²ˣ) = 4eˣ. Integrate: ye²ˣ = 4eˣ + C. Applying initial condition: 3·1 = 4 + C → C = −1. So y = 4e⁻ˣ − e⁻²ˣ. Always verify by differentiating back.
第 9 题给出微分方程 dy/dx + 2y = 4e⁻ˣ,初始条件 y(0) = 3。先确定积分因子 e^(∫2 dx) = e²ˣ。方程两边同乘:e²ˣ dy/dx + 2e²ˣ y = 4eˣ → d/dx(ye²ˣ) = 4eˣ。积分得 ye²ˣ = 4eˣ + C。代入初值:3 = 4 + C 得 C = −1。于是通解为 y = 4e⁻ˣ − e⁻²ˣ。务必通过求导回代检验。
In part (b), the same equation models temperature decay. Interpret the steady-state and transient terms. The 4e⁻ˣ term represents the long-term decay due to external forcing, while −e⁻²ˣ is the natural response. Comment on the time scale difference.
(b) 小题用同一方程模拟温度衰减过程。解释稳态项与暂态项的含义:4e⁻ˣ 项代表外界强迫下的长期衰减规律,而 −e⁻²ˣ 反映系统的自然响应。注意两者的时间尺度差异,并加以评述。
10. Curve Sketching and Polar Coordinates | 曲线草绘与极坐标
Question 10 gives the polar curve r = 2(1 + cos θ). Identify it as a cardioid. Find key points: at θ=0, r=4; θ=π/2, r=2; θ=π, r=0 (cusp). The area enclosed is ½ ∫₀²π 4(1+cos θ)² dθ = 2 ∫₀²π (1 + 2cos θ + cos²θ) dθ. Use cos²θ = (1+cos 2θ)/2, integrate to get 2[3π] = 6π. Ensure limits are correct; symmetry often simplifies the work.
第 10 题给出极坐标曲线 r = 2(1 + cos θ),判断其为心形线。标出关键点:θ=0 时 r=4;θ=π/2 时 r=2;θ=π 时 r=0(尖点)。所围面积为 ½ ∫₀²π 4(1+cos θ)² dθ = 2 ∫₀²π (1 + 2cos θ + cos²θ) dθ。利用 cos²θ = (1+cos 2θ)/2 化积,最终得到 6π。确认积分上下限正确;利用对称性常可减少计算量。
11. Common Pitfalls and Revision Checklist | 常见失分点与复习清单
| Pitfall / 常见错误 | How to Avoid / 避免方法 |
|---|---|
| Dropping absolute value in distance formulas | Write |. . .| explicitly before evaluating. |
| Mixing up sinh and sin in differential equations | Practise deriving from exponentials. |
| Forgetting to adjust summation limits after index shift | Draw a quick number line for r values. |
| Assuming all invariant lines pass through origin | Only eigenvectors give origin lines; general invariant lines need y = mx + c substitution. |
| Weak induction structure | Always label ‘Assume true for n=k’ and clearly show the k→k+1 step. |
Revise by writing out full model solutions under timed conditions, then mark with the official mark scheme’s emphasis on method. Self-assess clarity: can another student follow your steps?
复习方法:在计时条件下完整书写标准解答,然后对照官方评分方案,重点关注步骤分。自我评估解答的清晰度:其他同学能否毫无障碍地跟随你的推理?
12. Final Advice and Next Steps | 最终建议与后续规划
Use this mock paper walkthrough not just to check answers but to calibrate your internal examiner. Identify which error types recur—algebraic slip, misreading of domain, or incomplete justification—and drill those specifically. With Pre-U Edexcel Further Mathematics, structured reasoning and precise notation are as valuable as the final answer.
请将这份模拟卷解析不仅用于核对答案,更要借此培养内在的“阅卷官”思维。找出反复出现的错误类型——代数疏忽、定义域误读或论证不完整——然后有针对性地强化。在爱德思预科进阶数学中,条理清晰的推理和精确的符号表达与最终答案同样宝贵。
Published by TutorHao | Further Mathematics Revision Series | aleveler.com
Find Edexcel Further Maths Textbooks on eBay UK
New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply