📚 PDF资源导航

AS-Level Further Mathematics Unit 2 June 2019 High-Scoring Techniques | AS 进阶数学 单元2 2019年6月高分技巧

📚 AS-Level Further Mathematics Unit 2 June 2019 High-Scoring Techniques | AS 进阶数学 单元2 2019年6月高分技巧

Mastering the June 2019 AS Further Mathematics Unit 2 paper requires more than just knowing the content — it demands strategic thinking, efficient time use, and precise communication of mathematical ideas. This guide draws on the specific style of that exam to give you actionable techniques that will raise your marks. From complex numbers to matrix transformations and series, every topic can be tackled with a clear plan.

想要在 2019 年 6 月的 AS 进阶数学 单元2 考试中脱颖而出,光掌握知识点还不够——你需要策略性思维、高效的时间利用和清晰准确的数学表达。本文结合该次考试的命题风格,为你提供一系列可立即应用的高分技巧。无论是复数、矩阵变换还是级数求和,有了清晰的计划,每个主题都能迎刃而解。


1. Understanding the Exam Structure | 理解考试结构

The June 2019 Unit 2 paper typically contains around 8–10 questions, mixing short, structured parts with longer, multi-step problems. Most marks come from working and reasoning, not just final answers. Before you start solving, skim through the whole paper and mark the questions you feel most confident about — this reduces anxiety and helps you build momentum.

2019 年 6 月单元2 的试卷通常包含 8 到 10 道题,既有简短的结构化小题,也有多步骤的综合大题。大部分分数来自解题过程和逻辑推理,而不仅仅是最终答案。在开始答题前,先快速浏览整份试卷,标记出最有把握的题目——这能有效缓解紧张情绪,帮助你逐步进入状态。

Notice the mark allocations. A question worth 2 marks might only need a one-line calculation, while a 6-mark question expects a detailed method with justification. Never spend 10 minutes on a 3-mark question; move on and return later if time permits.

注意每道题的分值。一道 2 分的题可能只需一行计算,而一道 6 分的题则要求写出详细步骤并给出推理。千万不要在 3 分的题上耗掉 10 分钟;先跳过,时间充裕再回头补做。


2. Complex Number Fluency | 复数计算的流畅度

Complex number questions dominated the June 2019 paper. Be absolutely comfortable with addition, subtraction, multiplication, and division in the form a + bi. For division, multiply numerator and denominator by the complex conjugate: for (3 + 2i) ÷ (1 – i), use (1 + i) to get (1 + 5i)/2. Write each step neatly — errors often creep in when you try to combine too many operations in your head.

复数运算在 2019 年 6 月试卷中占了很大比重。你需要完全熟练 a + bi 形式的加减乘除。做除法时,将分子分母同时乘以分母的共轭复数:例如 (3 + 2i) ÷ (1 – i),用 (1 + i) 可得 (1 + 5i)/2。每一步都要写清楚——心算时合并太多步骤往往容易出错。

The argument and modulus also appear frequently. Always sketch an Argand diagram, even if the question doesn’t ask for it. When finding the argument of -3 + 3i, the diagram immediately tells you it is 3π/4, not π/4. Use tan-1(|b/a|) as a check but rely on the quadrant to set the correct angle.

辐角和模长也频繁出现。即使题目没有要求,也要随手画一张阿干特图。求 -3 + 3i 的辐角时,图会立刻告诉你答案是 3π/4,而不是 π/4。可以用 tan⁻¹(|b/a|) 来验证,但务必根据象限来确定正确的角度。


3. Mastering Matrix Transformations | 掌握矩阵变换

Matrix questions in the 2019 paper involved both finding transformation matrices and interpreting their geometric effect. Memorise the standard matrices: rotation by θ is [cosθ -sinθ; sinθ cosθ], reflection in the line y = x is [0 1; 1 0], and enlargement by factor k is [k 0; 0 k]. But more importantly, understand how to combine them — applying transformation B then A corresponds to matrix AB, not BA.

2019 年试卷中的矩阵题既要求找变换矩阵,也要求解释其几何效果。要牢记标准矩阵:旋转 θ 角用 [cosθ -sinθ; sinθ cosθ],关于直线 y=x 的反射用 [0 1; 1 0],缩放因子 k 用 [k 0; 0 k]。但更重要的是理解复合变换——先施加 B 再施加 A 对应的是矩阵 AB,而不是 BA。

When a question asks for the image of a point under a matrix, write it as a column vector and multiply carefully. A small slip like forgetting to write the point as a column can cost all method marks. Always check your multiplication by verifying the dimensions: (2×2) × (2×1) gives (2×1).

如果在矩阵作用下求点的像,先将点写成列向量再细致相乘。一个小疏忽,比如忘记把点写成列向量,就可能导致全部过程分都丢掉。每做完一次乘法都要检查维度:(2×2) × (2×1) 得到 (2×1)。


4. Series Summations Made Easy | 轻松掌握级数求和

The June 2019 paper featured summation of finite series using standard results for Σr, Σr², and Σr³. Rewrite the sum expression before applying formulas. For Σ (2r-1)² from r=1 to n, expand to Σ (4r² – 4r + 1) and then separate into 4Σr² – 4Σr + Σ1. This eliminates sign errors and makes the algebra manageable.

2019 年 6 月试卷中出现了利用 Σr、Σr² 和 Σr³ 标准结果进行有限级数求和的题目。先把求和表达式改写好再套公式。例如求 Σ_{r=1}^{n} (2r-1)²,先展开成 Σ (4r² – 4r + 1),再拆成 4Σr² – 4Σr + Σ1。这样一来符号错误就可以避免,代数处理也变得简单。

Pay attention to the starting index. If the sum is from r=5 to n, don’t blindly use n — compute Σ from 1 to n minus Σ from 1 to 4. Leave answers in fully factorised form, as that is what the mark scheme usually rewards.

注意求和下标。如果是从 r=5 求和到 n,不要盲目代入 n——应该用 1 到 n 的总和减去 1 到 4 的总和。最后答案尽可能保持完全因式分解的形式,因为评分标准通常会给这种形式加分。


5. Roots of Polynomial Equations | 多项式方程的根

Relationships between roots and coefficients were a key feature. For a quadratic ax² + bx + c = 0 with roots α, β, know that α+β = -b/a and αβ = c/a. For a cubic ax³ + bx² + cx + d = 0, remember α+β+γ = -b/a, αβ+βγ+γα = c/a, and αβγ = -d/a. In 2019, questions often asked for expressions like α²+β² or (α-β)² — derive these from (α+β)² – 2αβ without finding individual roots.

根与系数的关系是一大重点。对于二次方程 ax² + bx + c = 0,其两根 α, β 满足 α+β = -b/a,αβ = c/a。对于三次方程 ax³ + bx² + cx + d = 0,要记住 α+β+γ = -b/a,αβ+βγ+γα = c/a,αβγ = -d/a。2019 年的考题经常要求求 α²+β² 或 (α-β)² 之类的式子——直接从 (α+β)² – 2αβ 推导,不必求出单根。

When forming a new polynomial whose roots are related to the original (e.g. roots are 2α, 2β), use substitution or symmetric sum methods. Write Σ of new roots, Σ of pairwise products, and product, then assemble the new equation.

当需要构造一个新的多项式,其根与原方程的根存在某种关系时(例如新根为 2α, 2β),用代换法或对称和的方法。先写出新根的和、两两积之和以及三根之积,再拼出新的方程。


6. Complex Numbers and Polynomials | 复数与多项式方程

If a polynomial has real coefficients, complex roots occur in conjugate pairs. In 2019, a cubic with real coefficients given one complex root required you to instantly write the conjugate root and then find the real root by factorising or comparing coefficients. This shortcut saves a lot of time compared to solving systems of equations each time.

如果多项式系数为实数,那么复根一定成对以共轭形式出现。2019 年的一道题中,给出了一个实系数三次方程的一个复根,你需要立刻写出它的共轭根,再通过因式分解或比较系数求出实根。这个捷径比每次都去解方程组要节省大量时间。

When a question asks “solve the equation z³ = -27″, don’t just answer -3. Use de Moivre’s theorem to find all three cube roots: 3e gives roots 3eiπ/3, 3e, and 3ei5π/3. Express them in both exponential and a + bi forms to secure all marks.

题目若要求“解方程 z³ = -27”,不要只写 -3。用棣莫弗定理求出所有三个立方根:由 3e^(iπ) 可得到 3e^(iπ/3)、3e^(iπ) 和 3e^(i5π/3)。同时给出指数形式和 a+bi 形式,才能拿到全部分数。


7. Working with Argand Diagrams | 阿干特图的运用

Locus questions like |z – (2 + i)| = 3 describe a circle. The 2019 paper tested the ability to sketch, interpret intersections, and find maximum |z| or arg(z). Instead of memorising, always read |z – z₀| = r as “distance from z to fixed point z₀ is constant r”. This mental translation helps you draw and reason correctly.

轨迹问题如 |z – (2 + i)| = 3 描述的是一个圆。2019 年的试题考查了绘制、解读交点以及求最大 |z| 或 arg(z) 的能力。不要死记硬背,始终将 |z – z₀| = r 理解为“z 到定点 z₀ 的距离恒为 r”。这种心理转换能帮助你正确作图并推理。

For inequalities like |z – 3| ≤ |z + i|, the boundary is the perpendicular bisector of the segment joining 3 and -i. Test a point to decide which side satisfies the inequality, and shade clearly. Use dotted boundaries for strict inequalities, solid for inclusive.

对于 |z – 3| ≤ |z + i| 这样的不等式,其边界是连接 3 和 -i 的线段的垂直平分线。选一个测试点判断不等式在边界的哪一侧成立,然后清晰地涂上阴影。严格不等式用虚线边界,包含等号时用实线。


8. Time-Saving Proof Strategies | 节省时间的证明策略

Proof questions in 2019 required showing that a matrix is singular, or that a trigonometric identity holds. For singular matrices, don’t just state det = 0 — compute the determinant step by step, show the working, and explicitly equate to zero. For trigonometric identities, start from the more complex side and simplify using standard identities, ensuring every step is justified.

2019 年的证明题包括证明某矩阵是奇异矩阵,或证明某个三角恒等式成立。对于奇异矩阵,不要仅说 det=0——要一步一步计算出行列式,展示过程,并明确令其等于零。对于三角恒等式,从较复杂的一边入手,利用标准公式化简,每一步都要有依据。

Induction proofs on summation or divisibility also appeared. Structure them clearly: base case n=1; assume true for n=k; show true for n=k+1 by adding the (k+1)th term or manipulating the expression. A short concluding statement like “hence by mathematical induction, the statement is true for all positive integers n” is mandatory.

还出现了关于求和或整除的数学归纳法证明。结构务必清晰:基础情形 n=1;假设 n=k 时成立;通过添加第 (k+1) 项或变形表达式,证明 n=k+1 也成立。最后必须写一句简短的结论,如“因此根据数学归纳法,该命题对所有正整数 n 成立”。


9. Numerical Accuracy and Exact Values | 数值精度与精确值

The 2019 mark scheme penalised unnecessary decimal approximations. When the question says “give your answer in exact form”, use surds, π, or fractions. If the question specifies “to 3 significant figures”, round only at the final answer, keeping intermediate values to at least 4 s.f. or better, use stored values on your calculator.

2019 年的评分标准对不必要的近似小数会扣分。题目说“以精确形式给出答案”时,就要用根号、π 或分数。若题目规定“保留 3 位有效数字”,只对最终答案进行四舍五入,中间值至少保留 4 位有效数字,或者更好的是使用计算器存储的精确值。

For modulus-argument form, the argument is usually expected as an exact multiple of π, like π/6 or 5π/4. Double-check the quadrant before writing the final angle.

对于模-辐角形式,辐角通常要求写成 π 的精确倍数,例如 π/6 或 5π/4。在写下最终角度之前,务必再确认一次象限。


10. Common Pitfalls to Avoid | 需要避免的常见陷阱

One frequent mistake is mishandling the imaginary unit: remember i² = -1, so dividing by i gives -i, not i. Another is forgetting to change the sign when moving a matrix to the other side of an equation — if AX = B, then X = A⁻¹B, not BA⁻¹, unless you multiply on the left.

一个常见的错误是处理虚数单位不当:记住 i² = -1,所以除以 i 得到的是 -i,而不是 i。另一个错误是把矩阵移到等号另一边时忘记检查乘法顺序——如果 AX = B,那么 X = A⁻¹B,而不是 BA⁻¹,除非你在右边乘。

In series, mixing up Σr² and (Σr)² is a classic slip. Σr² from 1 to n is n(n+1)(2n+1)/6, whereas (Σr)² = [n(n+1)/2]². Always read the notation carefully.

在级数中,混淆 Σr² 与 (Σr)² 是经典错误。从 1 到 n 的 Σr² 等于 n(n+1)(2n+1)/6,而 (Σr)² 等于 [n(n+1)/2]²。务必仔细看清符号。

Finally, never assume a polynomial root given as 2 + i means the cubic has only three roots — it still has three, and you can use the complex conjugate to find the third real root without long division if you spot the sum of roots.

最后,不要看到一个三次方程给出的一个根是 2+i 就以为只有三个根——它确实有三个根,利用共轭复根以及根之和的关系,有时不用长除法就能找到第三个实根。


11. How to Use the Mark Scheme in Revision | 如何在复习中利用评分标准

Actively study the June 2019 mark scheme alongside the paper. Notice where “M1”, “A1”, “B1” are awarded. M marks are for method — you get them even with a numerical slip if the method is correct. A marks are for accuracy. B marks are for independent results. Practise writing solutions that hit every method mark: show formula, substitution, simplification, and final statement.

复习时,主动对照 2019 年 6 月的评分标准来研究试卷。观察哪些地方给了 M1、A1、B1 分。M 分是方法分——哪怕数字算错,只要方法正确就能拿到。A 分是准确性分。B 分是独立的结论分。练习书写能命中每一个方法点的解答:展示公式、代入、化简和最后的陈述句。

If a question states “hence or otherwise”, “hence” means you must use the previous part’s result, and using an alternative method could cost you marks. Spot these key words.

如果题目说“hence or otherwise”,“hence”意味着你必须使用前一问的结论,用其他方法可能会失分。要能识别这类关键词。


12. Final Preparation Checklist | 考前最终清单

In the days before the exam, re-do the June 2019 paper under timed conditions. Focus on improving the speed of complex number operations and matrix multiplications. Create a formula sheet with all standard series results, trig identities, and matrix transformations — but don’t rely on it; recall actively. Get a good night’s sleep and go into the exam with confidence, knowing that method and clear presentation will secure you the highest possible score.

考前几天,再限时重做一遍 2019 年 6 月的试卷。重点提高复数运算和矩阵相乘的速度。制作一张包含所有标准级数结果、三角恒等式和矩阵变换的公式表——但不要依赖它,主动回忆。保证充足睡眠,带着信心进入考场,清晰的方法和有条理的呈现将帮助你拿到尽可能高的分数。

Published by TutorHao | 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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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