📚 Maths Specimen Paper Answer: Key Concepts Explained | 数学样卷答案知识点精讲
This article unpacks the key mathematical concepts embedded in a typical A-level Maths specimen paper answer. By dissecting each question’s solution, we reinforce essential techniques from algebra, functions, calculus, trigonometry, sequences, vectors, and more. Each section presents a specimen-style question, demonstrates the correct answer step‑by‑step, and explains the underlying principles. Whether you are preparing for your AS or A2 examinations, this deep dive will sharpen your problem‑solving skills and boost your confidence.
本文深度解析一份典型A‑level数学样卷答案中的核心知识点。通过逐题拆解,我们巩固代数、函数、微积分、三角学、数列、向量等关键技巧。每一节展示一道样题,逐步呈现正确答案,并解释其原理。无论你在备考AS还是A2,这次精讲都将提升你的解题能力与信心。
1. Binomial Expansion | 二项式展开
A common specimen question asks to expand (1 + 2x)5 in ascending powers of x up to the term in x3. The answer is obtained using the binomial theorem: (1 + 2x)5 = 1 + 5(2x) + 10(2x)2 + 10(2x)3 + … = 1 + 10x + 40x2 + 80x3 + … The coefficients come from the binomial coefficients 5C0, 5C1, 5C2, 5C3.
一道常见的样题要求按 x 的升幂展开 (1 + 2x)5 至 x3 项。利用二项式定理可得答案:(1 + 2x)5 = 1 + 5(2x) + 10(2x)2 + 10(2x)3 + … = 1 + 10x + 40x2 + 80x3 + … 系数来源于二项式系数 5C0、5C1、5C2、5C3。
- Key knowledge: The general term is nCr an−r br. For (1 + 2x)5, a = 1, b = 2x. The expansion is valid for all x when n is a positive integer.
- 关键知识:通项为 nCr an−r br。在 (1 + 2x)5 中 a = 1, b = 2x。当 n 为正整数时,展开式对所有 x 成立。
- Common error: Forgetting to raise the coefficient of x to the appropriate power, e.g. (2x)2 = 4x2 not 2x2.
- 常见错误:忘记将 x 的系数进行相应次幂运算,例如 (2x)2 = 4x2 而非 2x2。
2. Functions and Graph Transformations | 函数与图像变换
Specimen answer often includes describing the transformation that maps y = f(x) to y = 2f(x + 3). The answer states: a translation of 3 units left, followed by a vertical stretch by factor 2. This shows a clear order: horizontal shift first, then vertical scaling.
样卷答案常要求描述将 y = f(x) 映射为 y = 2f(x + 3) 的变换。答案表述为:先向左平移 3 个单位,再纵向拉伸为原来的 2 倍。这体现了明确的顺序:先水平移动,后垂直缩放。
- Transformation rules: f(x + a) translates −a along x‑axis; a f(x) stretches vertically by factor a.
- 变换法则:f(x + a) 沿 x 轴平移 −a;a f(x) 竖直方向拉伸 a 倍。
- Combining transformations: Replace x by x + 3, then multiply the whole function by 2. Do not stretch before shifting unless the expression is written as 2f(x+3) where the stretch naturally applies after the shift.
- 组合变换:先用 x + 3 替换 x,再将整个函数乘以 2。除非表达式已如 2f(x+3) 这样,缩放自然在平移之后应用,否则不要在平移之前拉伸。
- Specimen tip: Sketch both graphs to verify the transformation, marking key points like intercepts and turning points.
- 样题提示:绘制两个函数的草图以验证变换,标记关键点如截距和驻点。
3. Differentiation Techniques | 微分技巧
A typical question: Differentiate y = x3 ln(2x) with respect to x. The answer uses the product rule: dy/dx = 3x2 ln(2x) + x3 × (1/x) = 3x2 ln(2x) + x2 = x2(3 ln(2x) + 1). This illustrates the correct application of derivative of ln(kx) being 1/x.
典型题:求 y = x3 ln(2x) 关于 x 的导数。答案使用乘积法则:dy/dx = 3x2 ln(2x) + x3 × (1/x) = 3x2 ln(2x) + x2 = x2(3 ln(2x) + 1)。这体现了 ln(kx) 的导数为 1/x 的正确运用。
- Essential derivatives: d/dx [ln x] = 1/x; d/dx [ln(kx)] = 1/x by chain rule; d/dx [xn] = n xn−1.
- 必备导数:d/dx [ln x] = 1/x;由链式法则 d/dx [ln(kx)] = 1/x;d/dx [xn] = n xn−1。
- Chain rule practice: If y = ln(2x), let u = 2x, then dy/dx = (1/u) × 2 = 2/(2x) = 1/x.
- 链式法则练习:若 y = ln(2x),令 u = 2x,则 dy/dx = (1/u) × 2 = 2/(2x) = 1/x。
- Specimen answer check: Always simplify the final expression; factor out common terms to present the neatest form.
- 样卷答案检查:始终化简最终表达式;提取公因式以呈现最简洁的形式。
4. Integration by Substitution and Parts | 换元积分法与分部积分法
Consider a specimen problem: Find ∫ x e2x dx. The answer uses integration by parts: let u = x, dv/dx = e2x → du/dx = 1, v = ½ e2x. Then ∫ x e2x dx = ½ x e2x − ∫ ½ e2x dx = ½ x e2x − ¼ e2x + C. Another question might require substitution, e.g. ∫ 2x cos(x2) dx = sin(x2) + C by letting u = x2.
一道样题:求 ∫ x e2x dx。答案使用分部积分法:令 u = x,dv/dx = e2x → du/dx = 1,v = ½ e2x。则 ∫ x e2x dx = ½ x e2x − ∫ ½ e2x dx = ½ x e2x − ¼ e2x + C。另一题可能需用换元法,例如 ∫ 2x cos(x2) dx,令 u = x2,结果为 sin(x2) + C。
- Integration by parts formula: ∫ u dv = uv − ∫ v du; choose u according to LIATE (Logarithmic, Inverse trig, Algebraic, Trig, Exponential) priority.
- 分部积分公式:∫ u dv = uv − ∫ v du;根据 LIATE(对数、反三角、代数、三角、指数)优先级选择 u。
- Substitution method: Recognise when the derivative of an inner function is present. For ∫ f(g(x)) g'(x) dx, set u = g(x), du = g'(x) dx, then integrate f(u).
- 换元积分法:识别何时存在内层函数的导数。对于 ∫ f(g(x)) g'(x) dx,设 u = g(x),du = g'(x) dx,然后对 f(u) 积分。
- Definite integrals: Don’t forget to change limits when substituting, or revert to original variable and use original limits.
- 定积分:换元时别忘了改变积分限,或换回原变量后使用原积分限。
5. Solving Trigonometric Equations | 解三角方程
A specimen answer shows solving 2 sin2 θ − 3 sin θ + 1 = 0 for 0 ≤ θ ≤ 2π. Factorising gives (2 sin θ − 1)(sin θ − 1) = 0 → sin θ = ½ or sin θ = 1. From the unit circle, θ = π/6, 5π/6 for sin θ = ½, and θ = π/2 for sin θ = 1. The answer is {π/6, 5π/6, π/2}.
一份样卷答案展示了解方程 2 sin2 θ − 3 sin θ + 1 = 0,0 ≤ θ ≤ 2π。因式分解得 (2 sin θ − 1)(sin θ − 1) = 0 → sin θ = ½ 或 sin θ = 1。由单位圆,sin θ = ½ 可得 θ = π/6、5π/6,sin θ = 1 得 θ = π/2。答案为 {π/6,5π/6,π/2}。
- Strategy: Treat trigonometric equations as quadratic in sin θ or cos θ. Factorise and apply CAST or unit circle to find all solutions in the given interval.
- 策略:将三角方程视作关于 sin θ 或 cos θ 的二次方程。因式分解后,用 CAST 图或单位圆求出给定区间内的所有解。
- Common identities: sin2 θ + cos2 θ ≡ 1; tan θ ≡ sin θ / cos θ. Use these to reduce more complex equations.
- 常用恒等式:sin2 θ + cos2 θ ≡ 1;tan θ ≡ sin θ / cos θ。利用它们化简更复杂的方程。
- Checking extraneous solutions: For equations involving tan θ or fractions, check that the denominator is not zero.
- 检验增根:对于含 tan θ 或分式的方程,检查分母不为零。
6. Exponential and Logarithmic Functions | 指数与对数函数
A specimen problem: Solve 32x−1 = 5x+2. The answer takes natural logs: (2x−1) ln 3 = (x+2) ln 5. Expanding: 2x ln 3 − ln 3 = x ln 5 + 2 ln 5. Group x terms: x(2 ln 3 − ln 5) = ln 3 + 2 ln 5. Hence x = (ln 3 + 2 ln 5) / (2 ln 3 − ln 5). This highlights the power rule of logs.
样题:解方程 32x−1 = 5x+2。答案取自然对数:(2x−1) ln 3 = (x+2) ln 5。展开得 2x ln 3 − ln 3 = x ln 5 + 2 ln 5。合并 x 项:x(2 ln 3 − ln 5) = ln 3 + 2 ln 5。因此 x = (ln 3 + 2 ln 5) / (2 ln 3 − ln 5)。这体现了对数的幂法则。
- Log rules: ln ab = b ln a; ln(ab) = ln a + ln b; ln(a/b) = ln a − ln b.
- 对数法则:ln ab = b ln a;ln(ab) = ln a + ln b;ln(a/b) = ln a − ln b。
- Exponential growth/decay: A = P ekt. If a population doubles in 3 hours, find k. Set 2P = P e3k → e3k = 2 → k = (ln 2)/3.
- 指数增长/衰减:A = P ekt。若种群 3 小时翻倍,求 k。令 2P = P e3k → e3k = 2 → k = (ln 2)/3。
- Domain awareness: In y = ln(x − 2), the argument must be positive: x > 2.
- 定义域意识:y = ln(x − 2) 中真数必须为正,即 x > 2。
7. Sequences and Series: Arithmetic & Geometric | 数列与级数:等差与等比
Specimen answer: In an arithmetic sequence, the 5th term is 18 and the 12th term is 46. Find the first term a and common difference d. Using un = a + (n−1)d: u5 = a + 4d = 18; u12 = a + 11d = 46. Subtracting gives 7d = 28 → d = 4, then a = 18 − 16 = 2. The sum of the first 20 terms is S20 = (20/2)(2×2 + 19×4) = 10(4+76) = 800.
样卷答案:等差数列中第 5 项为 18,第 12 项为 46。求首项 a 和公差 d。利用 un = a + (n−1)d:u5 = a + 4d = 18;u12 = a + 11d = 46。相减得 7d = 28 → d = 4,则 a = 18 − 16 = 2。前 20 项和 S20 = (20/2)(2×2 + 19×4) = 10(4+76) = 800。
- Arithmetic series sums: Sn = n/2 (2a + (n−1)d) or n/2 (a + l) where l is the last term.
- 算术级数求和:Sn = n/2 (2a + (n−1)d) 或 n/2 (a + l),l 为末项。
- Geometric series: Sum to infinity exists if |r| < 1, S∞ = a/(1 − r). Example: 8 + 4 + 2 + 1 + … S∞ = 8/(1 − 0.5) = 16.
- 几何级数:若 |r| < 1,无穷和存在,S∞ = a/(1 − r)。例如:8 + 4 + 2 + 1 + … S∞ = 8/(1 − 0.5) = 16。
- Recurrence relations: un+1 = 2un − 3, u1 = 5. Find u2 = 7, u3 = 11, etc. These build towards series summation.
- 递推关系:un+1 = 2un − 3, u1 = 5。计算 u2 = 7, u3 = 11 等,为级数求和做铺垫。
8. Vectors: Points, Lines and Planes | 向量:点、线、面
A typical vector question: Given points A(1,2,3) and B(5,−1,7), find the vector equation of the line through A and B. The direction vector d = B − A = (4, −3, 4). The line equation is r = (1,2,3) + λ (4,−3,4). To check if point (9, −4, 11) lies on the line, solve for λ: (1,2,3) + λ(4,−3,4) = (9,−4,11). From x: 1+4λ = 9 → λ = 2. For y: 2−3×2 = −4 ✓; z: 3+4×2 = 11 ✓. So yes.
典型向量题:给定点 A(1,2,3) 和 B(5,−1,7),求过 A、B 的直线向量方程。方向向量 d = B − A = (4, −3, 4)。直线方程为 r = (1,2,3) + λ (4,−3,4)。要验证点 (9, −4, 11) 是否在直线上,解 λ:(1,2,3) + λ(4,−3,4) = (9,−4,11)。由 x 坐标:1+4λ = 9 → λ = 2。y 坐标:2−3×2 = −4 ✓;z 坐标:3+4×2 = 11 ✓。因此在直线上。
- Vector forms: Line: r = a + λ d. Find d from two points. For intersection of two lines, equate position vectors and solve for the parameters.
- 向量形式:直线:r = a + λ d。由两点求 d。求两直线交点时,令位置向量相等并联立参数求解。
- Scalar product: a · b = |a||b| cos θ. Used to find angle between vectors or to test perpendicularity (a · b = 0).
- 数量积:a · b = |a||b| cos θ。用来求向量夹角或验证垂直(a · b = 0)。
- Plane equations: Scalar form r · n = d, or Cartesian ax+by+cz = d. Finding intersection of a line and plane involves substituting line into plane equation.
- 平面方程:标量形式 r · n = d,或笛卡儿形式 ax+by+cz = d。求线面交点需将直线方程代入平面方程。
9. Differentiation Applications: Tangents, Normals and Optimisation | 微分应用:切线、法线与最优化
Specimen problem: Find the equation of the normal to the curve y = x2 + 3x at the point where x = 2. First, y = 4 + 6 = 10. dy/dx = 2x + 3; at x = 2, gradient mt = 7. The normal gradient mn = −1/7. Equation: y − 10 = (−1/7)(x − 2) → 7y − 70 = −x + 2 → x + 7y = 72.
样题:求曲线 y = x2 + 3x 在 x = 2 处的法线方程。首先 y = 4 + 6 = 10。dy/dx = 2x + 3;x = 2 时,切向梯度 mt = 7。法线梯度 mn = −1/7。方程:y − 10 = (−1/7)(x − 2) → 7y − 70 = −x + 2 → x + 7y = 72。
- Tangent/normal relationship: mtangent × mnormal = −1.
- 切线/法线关系:m切 × m法 = −1。
- Stationary points: Solve dy/dx = 0 to find x. Use second derivative test: d2y/dx2 > 0 → minimum; < 0 → maximum; = 0 → possibly inflection (need further investigation).
- 驻点:解 dy/dx = 0 求 x。用二阶导数检验:d2y/dx2 > 0 为极小点;< 0 为极大点;= 0 可能为拐点(需进一步分析)。
- Optimisation: Model a real‑world quantity as a function, find its derivative, set to zero and justify max/min. E.g. minimising surface area for a fixed volume.
- 最优化:将实际问题建模为函数,求导并令为零,判断极大/极小。例如,在体积固定下最小化表面积。
10. Numerical Methods: Iteration and the Newton‑Raphson Method | 数值方法:迭代与牛顿-拉弗森法
A specimen question asks to use the Newton‑Raphson method to find an approximation to √5 starting from x0 = 2. Let f(x) = x2 − 5, then f ‘(x) = 2x. The iterative formula: xn+1 = xn − (xn2 − 5)/(2xn). With x0 = 2, x1 = 2 − (4−5)/(4) = 2 − (−1/4) = 2.25; x2 = 2.25 − (5.0625−5)/(4.5) ≈ 2.23611. The answer converges rapidly to √5 ≈ 2.23607.
样题要求运用牛顿-拉弗森法,从 x0 = 2 开始求 √5 的近似值。令 f(x) = x2 − 5,则 f ‘(x) = 2x。迭代公式:xn+1 = xn − (xn2 − 5)/(2xn)。取 x0 = 2,x1 = 2 − (4−5)/(4) = 2 − (−1/4) = 2.25;x2 = 2.25 − (5.0625−5)/(4.5) ≈ 2.23611。答案迅速收敛至 √5 ≈ 2.23607。
- Newton‑Raphson formula: xn+1 = xn − f(xn)/f ‘(xn). It requires an initial guess and that f ‘(xn) ≠ 0.
- 牛顿-拉弗森公式:xn+1 = xn − f(xn)/f ‘(xn)。需要初始猜测值且 f ‘(xn) ≠ 0。
- Fixed‑point iteration: Rearrange f(x)=0 into x = g(x). Iterate xn+1 = g(xn). Convergence is guaranteed if |g'(x)| < 1 near the root.
- 不动点迭代:将 f(x)=0 改写为 x = g(x)。迭代 xn+1 = g(xn)。若在根附近 |g'(x)| < 1,则迭代收敛。
- Sign‑change method: Locate an interval where f(a) and f(b) have opposite signs; repeatedly halve the interval to home in on the root (bisection).
- 符号变化法:找到 f(a) 与 f(b) 异号的区间;反复对分区间以逼近根(二分法)。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导