📚 A Level Maths Pure Paper 1 MS Question Types Breakdown | A Level 数学纯数1评分标准题型解析
Mastering Pure Mathematics Paper 1 is not just about knowing the content—it’s about understanding exactly how marks are awarded. By dissecting past mark schemes, you learn what examiners look for in each solution: method marks for logical steps, accuracy marks for correct simplification, and independent marks for key statements like domains or conclusions. This guide walks through the most common question types, paired with mark scheme insights, so you can structure your answers to maximise your score.
掌握纯数卷1不只是记住知识点——更需要透彻理解评分规则。通过分析历年评分标准,你会明白考官在每一步期待什么:逻辑步骤获得方法分(M1),完全正确的结果获得准确性分(A1),关键声明(如定义域或证明结论)获得独立分(B1)。本指南梳理最常考的题型,并配上评分标准解读,帮你规范答题步骤,稳稳拿分。
1. Algebraic Manipulation & Sign Rules | 代数运算与符号规则
When expanding brackets such as (x+3)(x-2), the mark scheme gives M1 for a clear attempt to multiply out correctly. The final simplified form x² + x – 6 earns the A1. Sign errors are the most common reason students lose that A1.
在展开括号时,比如 (x+3)(x-2),评分标准对正确的展开尝试给M1分,最终简化成 x² + x – 6 获得A1分。符号错误是学生丢失A1的最主要原因。
Always write out intermediate terms: (2x – 5)(x + 4) becomes 2x² + 8x – 5x – 20, then simplify to 2x² + 3x – 20. Writing 2x² + 3x + 20 loses the accuracy mark even though the method was correct.
一定要写出中间步骤: (2x – 5)(x + 4) 展开得到 2x² + 8x – 5x – 20,再合并成 2x² + 3x – 20。若写成 2x² + 3x + 20 就会失去准确性分,哪怕方法正确。
When simplifying fractions like (x² – 9)/(x – 3), factorise the difference of two squares first. The mark scheme awards M1 for factorising (x – 3)(x + 3), and A1 for cancelling to x + 3 (with a note that x ≠ 3 is often required for the B1).
化简分式如 (x² – 9)/(x – 3) 时,先对平方差进行因式分解。评分标准对分解出 (x – 3)(x + 3) 给M1,约分得到 x + 3 给A1(且注明 x ≠ 3 常可获得B1独立分)。
2. Quadratics and the Discriminant | 二次函数与判别式
The discriminant b² – 4ac determines the nature of roots. When asked ‘Find k such that the equation has equal roots’, you must set b² – 4ac = 0. The mark scheme awards M1 for correct substitution into the discriminant, and A1 for solving the resulting equation.
判别式 b² – 4ac 决定根的性质。当题目要求“求 k 使得方程有相等实根”时,必须令 b² – 4ac = 0。评分标准对着正确代入判别式给M1,对解出结果给A1。
Be careful with negative coefficients. For x² + kx + 9 = 0, b² – 4ac = k² – 4(1)(9) = k² – 36 = 0 gives k = ±6. Many candidates only give k = 6 and miss the negative root, losing the A1. The mark scheme explicitly requires both values.
注意负系数。对于 x² + kx + 9 = 0,b² – 4ac = k² – 4(1)(9) = k² – 36 = 0,解得 k = ±6。许多考生只给出 k = 6,漏掉负根,丢掉A1分。评分标准明确要求写出两个值。
When interpreting a quadratic inequality such as x² – 5x + 6 > 0, sketch or use a sign diagram. The mark scheme gives M1 for finding critical values (2 and 3), and A1 for the correct interval notation x < 2 or x > 3.
解二次不等式如 x² – 5x + 6 > 0 时,建议画出草图或使用符号表。评分标准对找出临界值 2 和 3 给M1,对正确区间表示 x < 2 或 x > 3 给A1。
3. Functions and Inverse Functions | 函数与反函数
To find the inverse f⁻¹(x), swap x and y then solve for y. The mark scheme awards M1 for the swap step, and A1 for the correct algebraic rearrangement. Failing to state the domain of the inverse is a common loss of a B mark.
求反函数 f⁻¹(x) 时,交换 x 和 y 后解出 y。评分标准对交换步骤给M1,对正确代数变形给A1。许多考生因没有写出反函数的定义域而丢失B分。
If f(x) = 2x + 3 for x ∈ ℝ, the inverse is f⁻¹(x) = (x – 3)/2, and the domain remains ℝ. But if f(x) = x² for x ≥ 0, then f⁻¹(x) = √x and the domain of f⁻¹ is x ≥ 0. The mark scheme explicitly awards B1 for stating that domain.
若 f(x) = 2x + 3,x ∈ ℝ,反函数为 f⁻¹(x) = (x – 3)/2,定义域仍是 ℝ。但若 f(x) = x²,x ≥ 0,则 f⁻¹(x) = √x,且定义域为 x ≥ 0。评分标准会单独给B1分,用于写明该定义域。
Be ready to state the range of a function by considering its graph. For f(x) = 3 – 2x on domain [-1,2], the range is [f(2), f(-1)] = [-1,5]. This range often becomes the domain of the inverse, and the mark scheme checks for consistency.
准备好通过函数图像求值域。例如 f(x) = 3 – 2x,定义域 [-1,2],值域为 [f(2), f(-1)] = [-1,5]。这个值域常变成反函数的定义域,评分标准会检查前后一致。
4. Exponentials and Logarithms | 指数与对数
Solving 2ˣ = 5 requires taking logs: x = log₂5 or using natural logs: x ln2 = ln5. The mark scheme gives M1 for applying logarithms correctly and A1 for the exact or decimal answer. Avoid premature rounding—keep at least three significant figures unless the question states otherwise.
解 2ˣ = 5 需要取对数:x = log₂5,或使用自然对数 x ln2 = ln5。评分标准对正确应用对数给M1,对精确答案或小数答案给A1。避免过早舍入,除非题目另有说明,保留至少三位有效数字。
When simplifying expressions like logₐ(8a³) – logₐ(2a), use log laws: logₐ(8a³ / 2a) = logₐ(4a²) = logₐ4 + 2logₐa = logₐ4 + 2. The mark scheme awards M1 for correct combination, and A1 for the final simplified form.
化简如 logₐ(8a³) – logₐ(2a) 的表达式时,运用对数法则:logₐ(8a³ / 2a) = logₐ(4a²) = logₐ4 + 2logₐa = logₐ4 + 2。评分标准对正确合并给M1,对最终简化结果给A1。
Exponential growth/decay models often require you to interpret the gradient in a log-linear plot. If ln y = 1.2 t + 0.8, then y = e⁰·⁸ × e¹·²ᵗ. The mark scheme awards M1 for converting back to exponential form and A1 for the correct constants.
指数增长或衰减模型中经常需要解释半对数图的斜率。如果 ln y = 1.2 t + 0.8,那么 y = e⁰·⁸ × e¹·²ᵗ。评分标准对转换回指数形式给M1,对正确的常数值给A1。
5. Trigonometric Identities & Solving Trig Equations | 三角恒等式与解三角方程
Use sin²θ + cos²θ = 1 to replace either function. For 2sin²θ – cosθ = 1, rewrite as 2(1 – cos²θ) – cosθ = 1 to get a quadratic in cosθ. The mark scheme awards M1 for successful substitution, and A1 for rearranging to 2cos²θ + cosθ – 1 = 0.
利用 sin²θ + cos²θ = 1 替换掉其中一个函数。对于 2sin²θ – cosθ = 1,重写为 2(1 – cos²θ) – cosθ = 1,得到关于 cosθ 的二次方程。评分标准对成功代入给M1,对化简成 2cos²θ + cosθ – 1 = 0 给A1。
After solving the quadratic, you get cosθ = ½ or -1. The mark scheme then gives M1 for finding the principal values, and A1 for all solutions in the given interval (e.g. θ = 60°, 300°, 180°). Missing one solution costs a mark.
解出二次方程后,得到 cosθ = ½ 或 -1。评分标准接着对求出主值给M1,对在给定区间内写出所有解(例如 θ = 60°, 300°, 180°)给A1。漏掉任一解都会丢分。
Sketching the graph of y = sin(2x) or y = cos(x – 30°) is common. The mark scheme awards B1 for correct amplitude, B1 for correct period, and B1 for correct phase shift. Label key points to secure those independent marks.
画出 y = sin(2x) 或 y = cos(x – 30°) 的草图是常见题。评分标准对正确振幅给B1,对正确周期给B1,对正确相位移动给B1。标出关键点拿下这些独立分。
6. Differentiation Techniques & Applications | 微分技巧与应用
To differentiate y = 4x³ – 2x + 5, multiply each term by its power and reduce the power by one: dy/dx = 12x² – 2. The mark scheme awards M1 for each term differentiated correctly, and A1 for the fully simplified derivative.
求导 y = 4x³ – 2x + 5,每项乘指数然后指数减一:dy/dx = 12x² – 2。评分标准对每一项正确求导给M1,对完全简化的导数给A1。
For the tangent to a curve at x = a, first find the y-coordinate, then dy/dx at that point for the gradient. The tangent equation uses y – y₁ = m(x – x₁). M1 is given for evaluating the derivative, another M1 for forming the line equation, and A1 for the final correct equation.
求曲线在 x = a 处的切线,先算出 y 坐标,再算该点的导数得到斜率。切线方程用 y – y₁ = m(x – x₁)。评分标准对求导数值给M1,对建立直线方程给另一M1,对最终正确方程给A1。
Second derivatives (d²y/dx²) determine nature of stationary points. After finding dp/dx = 0, the mark scheme gives M1 for solving for x, M1 for evaluating d²y/dx², and A1 for concluding maximum or minimum. Check sign carefully.
二阶导数 d²y/dx² 判断驻点性质。找到 dy/dx = 0 后,评分标准对解出 x 给M1,对计算二阶导数值给M1,对正确判定极大或极小值给A1。仔细检查符号。
7. Basic Integration | 积分基础
For indefinite integrals, use ∫axⁿ dx = (a/(n+1)) xⁿ⁺¹ + C. The mark scheme awards M1 for each term integrated correctly, and A1 for the final expression with the constant of integration. Forgetting ‘+C’ usually loses that A1.
不定积分使用 ∫axⁿ dx = (a/(n+1)) xⁿ⁺¹ + C。评分标准对每项正确积分给M1,对带积分常数的最终表达式给A1。漏写 ‘+C’ 往往会丢失A1分。
Definite integrals require substituting limits: [F(x)]ᵇₐ = F(b) – F(a). Marks: M1 for correct antiderivative, M1 for substituting limits, A1 for the correct numerical answer. If the area is required, always consider whether the curve crosses the x-axis.
定积分需要代入上下限:[F(x)]ᵇₐ = F(b) – F(a)。给分点:正确原函数给M1,代入上下限给M1,正确的数值答案给A1。如果求面积,始终要考虑曲线是否穿过 x 轴。
Area between a curve and a line often involves integrating the difference. The mark scheme gives M1 for setting up the integral of (f(x) – g(x)) dx, and A1 for the correct area. Sketch the region to avoid sign mistakes.
曲线与直线之间的面积通常要对差值积分。评分标准对建立 ∫(f(x) – g(x)) dx 给M1,对正确的面积值给A1。画出区域有助于避免符号错误。
8. Coordinate Geometry & Straight Lines | 坐标系几何与直线
Given two points A(2,5) and B(6,9), the gradient m = (9-5)/(6-2) = 1. Equation: y – 5 = 1(x – 2) → y = x + 3. M1 goes to gradient calculation, A1 to the final line equation in the required form.
给定两点 A(2,5) 和 B(6,9),斜率 m = (9-5)/(6-2) = 1。方程:y – 5 = 1(x – 2) → y = x + 3。计算斜率给M1,按题目要求写出最终直线方程给A1。
Perpendicular lines have gradients that multiply to -1. If line L has gradient 2, a perpendicular line has gradient -½. The mark scheme often checks this separately with a B1, so even without full working, stating the perpendicular gradient earns a mark.
垂直直线的斜率乘积为 -1。若直线 L 斜率为2,垂直线的斜率为 -½。评分标准常单独给B1,因此即使没有完整过程,写出垂直斜率就能得分。
Midpoint and distance formulas are routine but can be awarded method marks. Midpoint ((x₁+x₂)/2, (y₁+y₂)/2) gets M1; correct distance √[(x₂-x₁)² + (y₂-y₁)²] earns A1. Always present surds in simplest form.
中点和距离公式很常规,但也可能获得方法分。计算中点 ((x₁+x₂)/2, (y₁+y₂)/2) 给M1;正确距离 √[(x₂-x₁)² + (y₂-y₁)²] 给A1。根号要化为最简形式。
9. Vectors & Scalar Product | 向量与点积
The scalar product a·b = |a||b| cosθ is used to find angles between vectors. Marks: M1 for computing a·b, M1 for finding magnitudes, M1 for equating to cosθ, and A1 for the angle. Common mistake: forgetting to use the moduli correctly.
用点积公式 a·b = |a||b| cosθ 求向量夹角。给分:计算点积给M1,求模长给M1,建立 cosθ 等式给M1,角度答案给A1。常见错误:模长没有正确使用。
When proving that two vectors are perpendicular, show that a·b = 0. The mark scheme awards B1 for the dot product calculation and a second B1 for the conclusion ‘therefore perpendicular’. Always write a short concluding sentence.
证明两个向量垂直时,只需证明 a·b = 0。评分标准对点积计算给B1,对结论“因此垂直”再给B1。始终写一句简短的结论性语句。
Position vectors of points on a straight line can be expressed as r = a + λ(b – a). If the question asks for the coordinates of a point dividing the segment in a given ratio, use the section formula: (m r₂ + n r₁)/(m+n). The mark scheme gives M1 for the correct expression and A1 for simplified coordinates.
直线上点的位置向量可表示为 r = a + λ(b – a)。如果题目要求按给定比例分割线段的点坐标,使用分点公式:(m r₂ + n r₁)/(m+n)。评分标准对正确的表达式给M1,对简化的坐标给A1。
10. Sequences and Sigma Notation | 数列与求和符号
For arithmetic sequences, uₙ = a + (n-1)d and Sₙ = n/2 [2a + (n-1)d]. The mark scheme typically awards M1 for quoting the correct formula, M1 for substituting values correctly, and A1 for the final answer. Always check the value of n carefully—confusing term number with value is a classic error.
等差数列中,uₙ = a + (n-1)d,Sₙ = n/2 [2a + (n-1)d]。评分标准通常对引用正确公式给M1,正确代值给M1,最终答案给A1。务必仔细核对 n 的值——把项数和项的值混淆是经典错误。
Sigma notation questions often ask to evaluate Σ(r² + 2) from r=1 to n. Use standard results Σr = n(n+1)/2 and Σr² = n(n+1)(2n+1)/6. The mark scheme gives M1 for splitting the sum, M1 for applying the correct standard forms, and A1 for the fully simplified expression.
求和符号题常要求计算 Σ(r² + 2) 从 r=1 到 n。使用标准结果 Σr = n(n+1)/2 和 Σr² = n(n+1)(2n+1)/6。评分标准对拆分求和给M1,对正确应用标准公式给M1,对完全化简的表达式给A1。
Modelling with sequences may involve simple interest or linear growth. Identify a and d, then answer in context. The mark scheme requires the final answer to be given with units or in the context of the problem to gain the last accuracy mark.
数列建模可能涉及单利或线性增长。识别 a 和 d,然后在实际情境中作答。评分标准要求最终答案带单位或结合题意,才能得到最后的准确性分。
11. Proof Techniques | 证明题方法
Proof by deduction: to show that the sum of two odd integers is even, let the numbers be 2n+1 and 2m+1; their sum is 2(n+m+1), which is even. M1 for correct algebraic representation, A1 for the factorisation and conclusion.
演绎法证明:证明两个奇数的和为偶数,设两数为 2n+1 和 2m+1,其和为 2(n+m+1),是偶数。正确代数表达给M1,因式分解和结论给A1。
Proof by exhaustion requires checking all possible cases within a small set. If asked to prove
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导