📚 AS Further Maths Unit 1 Jan 22 High Score Tips | AS 进阶数学单元1 2022年1月真题高分技巧
The January 2022 AS Further Mathematics Unit 1 (Core Pure) paper tested students on a broad mix of topics, from complex numbers and roots of polynomials to matrices, induction and vectors. To score highly, you need more than just factual recall — you must master problem-solving routines, recognise common question patterns, and avoid silly mistakes under time pressure. This guide unpacks the essential techniques that top-performing candidates used on that paper, helping you sharpen your exam skills for future assessments.
2022年1月AS进阶数学单元1(核心纯数)试卷覆盖了复数、多项式根、级数、矩阵、数学归纳法以及三维向量等广泛主题。想要拿到高分,仅仅记住公式是不够的——你必须熟练掌握解题套路,识别常见题型,并在时间压力下避免粗心错误。本指南将深度解析高分考生在真题中使用的关键技巧,帮助你为今后的考试打磨应试能力。
1. Master Complex Number Manipulations | 精通复数运算
The January 2022 paper featured a question where you had to solve a cubic equation given one complex root, such as 1+2i for x³–4x²+9x–10=0. The immediate step is to write down the conjugate 1–2i and form the quadratic factor (x–(1+2i))(x–(1–2i)) = x²–2x+5. Then divide the cubic by this quadratic to find the real root. Always remember: complex roots of real polynomials occur in conjugate pairs. Also be prepared to find the modulus and argument of a complex number exactly, often using a sketch in the Argand diagram to avoid sign errors.
2022年1月试卷中出现了一道典型题:给定一个复数根,例如方程 x³–4x²+9x–10=0 有一个根 1+2i,要求求出所有根。高效的做法是先写出共轭根 1–2i,直接构造二次因式 (x–(1+2i))(x–(1–2i)) = x²–2x+5,然后通过多项式除法得出实根。务必记住:实系数多项式的非实复根成对出现。此外,精准求解复数的模和辐角也经常出现,建议在阿冈图上快速描点以避免符号错误。
|z| = √(a² + b²), arg(z) = θ where tanθ = b/a
Practise writing exact values of sine and cosine for standard angles, because many students lose marks by giving decimal approximations instead of exact forms like √3/2. The paper often expects you to manipulate expressions such as (z–w)/(z*w) or to solve equations like |z–(2+i)| = 3. Interpret these geometrically: the set of points at a fixed distance from a centre. This visual approach saves time and reduces algebraic errors.
反复练习标准角的正弦余弦精确值,很多考生因给出小数近似值而非 √3/2 这样的精确形式而被扣分。试题常要求处理如 (z–w)/(z*w) 的表达式,或求解模方程 |z–(2+i)| = 3。尝试从几何角度理解:这表示到定点距离为常数的点的轨迹。这种图形化思路能节省时间并减少代数错误。
2. Exploit Roots of Polynomial Relations | 善用多项式根的关系
The paper tested relationships like α+β+γ = –b/a, αβ+βγ+γα = c/a, αβγ = –d/a for a cubic ax³+bx²+cx+d=0. A high-scoring tip is to write these three standard equations immediately at the start of any roots question. Then systematically form the target expression using symmetric combinations. For instance, to find α²+β²+γ², use (α+β+γ)² – 2(αβ+βγ+γα). Always check whether you need to substitute numerical coefficients or keep the expression in terms of a,b,c,d.
真题对三次方程根的关系考察得很直接,例如 a x³+b x²+c x+d=0 的 α+β+γ = –b/a,αβ+βγ+γα = c/a,αβγ = –d/a。高分技巧是在任何根关系题目开头就迅速写出这三个标准式。然后通过对称组合系统地构造目标表达式,比如求 α²+β²+γ² 就用 (α+β+γ)² – 2(αβ+βγ+γα)。始终注意代入数值系数还是保留字母形式,审题清晰至关重要。
A classic trap is forgetting that the same relations apply to the roots of a quartic, so revise those as well. If you are asked to form a new polynomial whose roots are transformations of the original, use a substitution such as y = f(x). In the January 2022 paper there was a question that required transforming roots using y = 2x+1; remember to find x in terms of y, substitute into the original polynomial and simplify. Many candidates lost time by trying to manipulate symmetric sums directly, whereas the substitution method is usually quicker and less error-prone.
经典陷阱是忘记四次方程也有类似的根关系,务必复习。如果题目要求构造一个新多项式,其根是原方程根的某种变换,使用代换法 y = f(x) 往往最快捷。2022年1月考题中就有通过 y = 2x+1 变换根的题目:关键是求出 x = (y–1)/2,代入原方程并化简。很多考生试图直接处理对称和式而耗费时间,代换法通常更快速且不易出错。
3. Summation of Series with Confidence | 自信处理级数求和
Standard summations like Σr, Σr², Σr³ are given in the formula booklet, but the exam expects you to apply them to more complex sums, for example Σ(r²+2r) from r=1 to n. Split the sum immediately: Σr² + 2Σr. Substitute the standard formulae, factorise, and present the final answer in the required form, often as n(n+1)(an+b)/6. The January 2022 paper included a summation that required simplifying a cubic expression — always expand carefully and check your factorisation by testing a small value of n.
公式手册给出了 Σr、Σr²、Σr³ 的标准公式,但考试要求你将其应用于更复杂的求和,例如求 Σ(r²+2r) (r=1 到 n)。立刻拆分求和:Σr² + 2Σr,代入标准公式后分解因式,结果通常要求写成 n(n+1)(an+b)/6 的形式。2022年1月题中就有一个需要化简三次表达式的级数求和——务必仔细展开,并用一个小整数 n 检验你的因式分解是否正确。
Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4
If a sum involves fractions, combine into a single fraction at the end and watch for cancellation opportunities. Another common request is to use the summation result to find an infinite limit or to prove divisibility. In these cases, extract the dominant term n³ to argue about behaviour. Don’t forget that you may be asked to prove the summation formula by induction, so be prepared to switch between series and induction techniques seamlessly.
如果求和包含分式,最后合并为单一有理式并留意约分。常见的延伸要求是利用求和结果求无穷极限或证明整除性,这时可以提取主导项 n³ 分析趋势。别忘了,真题可能要求你用归纳法证明求和公式,因此必须做到在级数与归纳法两种技巧之间灵活切换。
4. Handle Matrices and Linear Transformations Efficiently | 高效处理矩阵与线性变换
Matrix multiplication and the determinant of a 2×2 matrix (ad–bc) are routine, but you must also interpret matrices as linear transformations. The January 2022 paper included a question where you had to find the image of a point or line under a given transformation, and then identify the transformation’s nature, such as reflection in the x-axis or rotation by 90° anti-clockwise. Always sketch the unit square to verify your reasoning. For combined transformations, remember that the order of multiplication matters: BA means apply A then B.
2×2矩阵的乘法和行列式(ad–bc)是基本功,但你还需将矩阵解释为线性变换。2022年1月试卷中有这样一道题:求给定变换下点或直线的像,并识别变换性质(如关于x轴的反射或逆时针旋转90°)。始终通过绘制单位正方形的变换草图来验证判断。对于复合变换,牢记乘法顺序至关重要:BA 表示先执行 A 再执行 B。
det(A) = ad – bc, A⁻¹ = (1/det(A)) [d −b; −c a]
Invariant points and invariant lines are often examined. To find invariant lines, set up the matrix equation M(x; y) = (x’; y’) with y = mx+c, and equate the slope of the image to m. This can lead to a quadratic in m, giving two invariant lines. In the AS paper, a simpler case might ask for invariant points only, where you solve (M–I)(x; y) = (0; 0). Be systematic in writing down the simultaneous equations and solving them. A surprisingly large number of marks are lost because of arithmetic slips when solving such systems.
不变点与不变线是高频考点。求不变线时,列出矩阵方程 M(x; y) = (x’; y’) 并结合 y = mx+c,令像的斜率等于 m ,通常会得到关于 m 的二次方程,解出两条不变线。AS试卷中可能只要求不变点,即解 (M–I)(x; y) = (0; 0)。务必一步步列出联立方程并求解。大量考生因为解该方程组时的算术错误而白白丢分。
5. Construct Flawless Proof by Induction | 构建无懈可击的归纳证明
Induction questions in the 2022 paper required proving summation formulas and divisibility statements. The structure is always: base case (n=1), assumption (true for n=k), and inductive step (prove for n=k+1). For divisibility, express f(k+1) in terms of f(k) plus a multiple of the divisor. Many candidates fail to explicitly state the conclusion, e.g. ‘Therefore if the statement is true for n=k it is also true for n=k+1, and since it is true for n=1, it is true for all positive integers n.’ Missing this final sentence can cost a mark.
2022年试卷中的归纳法题目要求证明求和公式与整除性命题。证明结构固定:基础情形 (n=1),假设 (n=k 时成立),归纳步骤 (证明 n=k+1)。处理整除题时,将 f(k+1) 表达为 f(k) 加上除数的倍数。很多考生忘记最后写出结论,例如‘因此若命题对 n=k 成立则对 n=k+1 也成立,且已知对 n=1 成立,故命题对所有正整数成立’。漏掉这句话会被扣分。
A high-scoring habit is to rewrite f(k+1) using the original definition and then cleverly add and subtract terms to introduce f(k). Practise this manipulation with various expressions, including those involving powers like 3^(2k+1). For summation induction, the key is to replace Σ up to k with the assumed closed form, then add the (k+1)th term and simplify to the required form. Always show the simplification in detail — jumping steps can confuse the examiner.
高分习惯是先用原定义写出 f(k+1),然后巧妙地加减项,引入 f(k)。用各种表达式(包括 3^(2k+1) 等幂次)反复练习这种处理。对于求和归纳,关键是将前 k 项的和替换为假设的封闭形式,然后加上第(k+1)项并化简为目标形式。务必展示详细化简过程——跳跃步骤会让考官困惑。
6. Navigate 3D Vectors with Precision | 精准驾驭三维向量
The AS Core Pure paper included a vector question that tested finding the acute angle between two lines using the scalar product a·b = |a||b|cosθ. Always set the vectors to point away from the intersection point and use direction vectors from the line equations. If you get cosθ negative, remember that the acute angle is 180° – θ, but simpler: take the absolute value of the dot product before equating. For the distance from a point to a line, you can use the formula |a×b|/|b| at A level, but AS often expects a right-angled triangle approach using the projection of the connecting vector onto the line direction. Revise both methods.
AS核心纯数试卷中的向量题通常要求利用数量积 a·b = |a||b|cosθ 求两直线的锐角。始终让向量从交点出发,并使用直线方程中的方向向量。若得出 cosθ 为负,注意锐角为 180° – θ,但更简单的方法是直接对点积取绝对值再计算。对于点到直线的距离,A水平沿用公式 |a×b|/|b|,但AS常要求用直角三角形法,即连接向量在直线方向上的投影。两种方法都要复习。
a·b = a₁b₁ + a₂b₂ + a₃b₃, |a| = √(a₁² + a₂² + a₃²)
Many candidates struggle with setting up the vector equation of a line in the form r = a + λb. The paper may give two points A and B; you must quickly calculate b = AB = OB – OA. Then any point on the line can be expressed. When solving for an intersection or a specific point, you will equate components and solve for λ. Write the three parametric equations clearly and solve two of them, then check the third for consistency. Always double-check signs when subtracting vectors.
很多考生对建立直线向量方程 r = a + λb 感到困难。题目若给出两点 A、B,需迅速计算方向向量 b = AB = OB – OA,这样直线上任意点都可表示。当需要求交点或特定点时,令各分量相等并解出 λ。写出三个清晰的参数方程,先用其中两个求得 λ,再代入第三个检验一致性。做向量减法时务必反复检查符号。
7. Time Management and Paper Strategy | 时间控制与全局策略
The January 2022 paper comprised 7 or 8 questions, each worth up to 12 marks, to be completed in 80 minutes. That leaves roughly 10 minutes per question. Start by scanning the entire paper in the first 2 minutes and label the questions you find easiest. Answer those first to secure quick marks and build confidence. Avoid spending more than 12 minutes on a single question initially; if you get stuck, leave a star and move on. Often later sub-questions guide you toward the solution of an earlier part.
2022年1月试卷通常包含7至8道大题,每题最高12分,考试时间为80分钟,这意味着每题约10分钟。最初的两分钟先通览全卷,标出你最顺手的题目。先做那些题以快速拿分并建立信心。任何题目初始阶段都别超过12分钟;如果卡住,做个标记就跳过。后面的小问往往会提示前面部分的解法。
For a question with multiple parts, read all parts before starting. The final part frequently links earlier answers, so re-checking your previous working can prevent carrying forward an error. Also, if a question asks ‘Hence or otherwise’, using the ‘hence’ path is nearly always faster and what the examiner expects. Write clearly and show all steps — method marks are generous in further maths, but only if the examiner can follow your reasoning.
对于有多小问的题目,动笔前先通读全部。最后一部分常与前面答案关联,因此复查之前的计算可避免错误传递。另外,若题目出现“hence or otherwise”,使用 hence 路径几乎总是更快捷,也是考官期待的。书写清晰并展示全部步骤——进阶数学给的方法分十分慷慨,但前提是考官能看懂你的推理过程。
8. Common Pitfalls and How to Sidestep Them | 常见失分点与规避方法
One widespread pitfall in the 2022 paper was mishandling signs when expanding brackets, especially in complex number and polynomial division problems. A single sign error can derail an entire solution. Always double-check expansions by testing a simple value. Another trap is forgetting to rationalise denominators when the answer requires a simplified complex number in the form a+bi. The question explicitly states ‘in the form a+bi’, so failing to give the final answer without a complex denominator loses the accuracy mark.
2022年试卷中一个普遍的失分点是在去括号时搞错符号,尤其在复数运算和多项式除法中。一个符号错误可能毁掉整道题。始终用简单数值检验展开结果。另一个陷阱是忘记分母实数化,当答案要求以 a+bi 形式给出简化复数时,题目明确要求“in the form a+bi”,若最终答案仍有复分母,直接失掉精确性分数。
Matrix questions demand careful arithmetic. When finding the inverse, compute the determinant first and use the formula correctly — a common error is swapping the wrong elements or forgetting the negative signs for b and c. To check, multiply A by the proposed inverse; you should get I. Also, squaring a matrix does not mean squaring each entry: students occasionally confuse M² with element-wise squaring. Keep this distinction clear.
矩阵题对计算要求精细。求逆矩阵时,先算出行列式,然后正确使用公式——常见错误是交换了错误元素或忘记 b 和 c 的负号。检验方法是用原矩阵乘以所得到的逆矩阵,应为单位阵。另外,矩阵的平方不是逐元素平方:总有考生混淆 M² 与各元素直接平方,务必区分清楚。
9. Maximising the Formula Booklet | 最大化利用公式手册
The Edexcel AS Further Mathematics formula booklet includes all standard series, vector and matrix identities, and complex number properties. Yet many students waste time deriving formulas they could simply quote. Before the exam, familiarise yourself with the exact layout: know that the page for summations is distinct from the page for conic sections. During the paper, keep the booklet open at the relevant page and cross-check your memory of a formula before you commit it to paper.
Edexcel AS进阶数学公式手册包含了所有标准级数、向量和矩阵恒等式以及复数性质,但很多学生却浪费时间自行推导明明可以引用的公式。考前务必熟悉手册的确切版面:记住求和公式在哪一页,圆锥曲线在另一页。考试时将手册翻到相关页,在落笔前对照核实公式记忆。
A tactical tip: the formula booklet also gives the solution of a cubic equation in certain cases, but AS papers rarely require the general cubic formula. Instead, it is more useful to note the process for finding invariant lines or the expression for the angle between two planes, even if not directly tested. High achievers use the booklet not just for reference but as a reminder of the structure of proofs they might need to reproduce.
战术建议:手册也列出了某些情形下的三次方程解,但AS试卷几乎不会用到一般的三次求根公式。更有用的是留意其中关于不变线的求解步骤或两平面夹角的表达式,哪怕不是直接考点。高分考生使用手册不仅是为了参考,更是作为可能需要重现的证明结构的提示。
10. Effective Revision with Past Papers | 借助真题实现高效复习
To score highly on the next AS Further Maths Unit 1 paper, incorporate the January 2022 paper into your revision cycle. Do it under timed conditions, mark it rigorously using the official mark scheme, and record every topic where you lost a mark. Then re-draft your solutions for those questions without looking at the scheme until you get them perfect. This targeted practice identifies weaknesses far more efficiently than passively reading notes.
要想在以后的AS进阶数学单元1中夺取高分,把2022年1月的真题纳入复习循环。严格按照时间模拟,用官方评分方案仔细批改,记录下每一个失分的知识点。然后在不看答案的情况下,重做那些题目直至完全正确。这种针对性练习比被动阅读笔记高效得多。
After mastering the 2022 paper, look at other recent AS Core Pure papers (e.g. from 2023, 2021) and spot repeating question patterns. Pay attention to command words: ‘Prove’, ‘Find’, ‘Show that’, as each requires a different style of answer. Practice writing proofs with complete logical flow, and you will build the rigour that examiners reward. Consistent exposure to past papers is the single most reliable route to a top-grade performance.
吃透2022年试卷后,继续研究近年其他AS核心纯数试卷(如2023、2021年),识别重复出现的题型。注意指令词:“Prove”、“Find”、“Show that”,它们要求的解答风格不同。练就书写逻辑完整的证明过程,这样就能建立起考官青睐的严谨性。持续接触真题是通往顶尖成绩最可靠的途径。
Published by TutorHao | AS Further Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply