📚 Further Maths Core Pure 1 Question Type Analysis | Further Maths Core Pure 1 题型解析
Core Pure 1 is the foundation of A-level Further Mathematics, and understanding the types of questions that appear is essential for exam success. This article breaks down the most common question formats across all major topics, highlighting key techniques, pitfalls, and the logical steps markers expect to see. Whether you are aiming for a secure A* or consolidating your basics, this revision guide is structured to help you recognise patterns and respond with confidence.
Core Pure 1 是 A-level 进阶数学的基础,理解出现的题型对于考试成功至关重要。本文分析了所有主要章节中最常见的题目格式,重点讲解了关键解题技巧、常见误区以及考官期望看到的逻辑步骤。无论你是想冲刺 A*,还是巩固基础,这份复习指南都能帮助你识别题型模式,并自信作答。
1. Complex Numbers – Arithmetic and Cartesian Form | 复数 – 基本运算与笛卡尔形式
Questions typically ask you to add, subtract, multiply or divide complex numbers given in the form z = a + ib. You must be fluent in using the conjugate to rationalise denominators and in simplifying powers of i.
题目通常要求对给定的 z = a + ib 形式复数进行加减乘除运算。你必须熟练使用共轭将分母有理化,并会化简 i 的幂次。
-
Simplify (3 + 2i) / (1 – i) by multiplying numerator and denominator by the conjugate 1 + i
将 (3 + 2i) / (1 – i) 分子分母同乘共轭 1 + i 来化简
-
Remember i² = -1, i³ = -i, i⁴ = 1, and use these to reduce higher powers
牢记 i² = -1, i³ = -i, i⁴ = 1,并用它们化简高次幂
Another classic format presents z₁ and z₂ and asks for the real and imaginary parts of a combined expression, or requires you to solve for real unknowns p and q in (p + qi)² = 3 + 4i.
另一种经典形式给出 z₁ 和 z₂,要求找出组合表达式的实部和虚部,或要求你在 (p + qi)² = 3 + 4i 中解出实数 p 和 q。
(p + qi)² = (p² − q²) + 2pqi = 3 + 4i, so p² − q² = 3 and 2pq = 4
2. Modulus, Argument and Polar Form | 模长、辐角与极形式
You will be tested on converting between Cartesian and polar forms, finding modulus and argument, and using the notation z = r(cosθ + i sinθ). Questions often specify the principal argument range −π < θ ≤ π. Be careful with quadrants when using tan⁻¹.
你会被要求进行笛卡尔形式与极形式的互换,求模和辐角,并用 z = r(cosθ + i sinθ) 表示。题目常指定辐角主值范围 −π < θ ≤ π。使用 tan⁻¹ 时要特别注意象限。
A typical question gives z = −1 + i√3. The modulus is |z| = √((−1)² + (√3)²) = 2. The argument is θ = 2π/3, so z = 2(cos(2π/3) + i sin(2π/3)).
一道典型题目给出 z = −1 + i√3。模长 |z| = √((−1)² + (√3)²) = 2。辐角 θ = 2π/3,因此 z = 2(cos(2π/3) + i sin(2π/3))。
|z| = √(a² + b²), arg(z) = tan⁻¹(b/a) adjusted for quadrant
3. Roots of Polynomial Equations with Real Coefficients | 实系数多项式方程的根
Expect questions where one complex root is given and you must find the remaining root or reconstruct the quadratic equation. For real polynomials, complex roots occur in conjugate pairs. You may also need to use sum and product of roots.
考试中常出现已知一个复数根,要求找出另一根或重构二次方程。对于实系数多项式,复数根成共轭对出现。你可能还需要使用根的和与积。
If 2 + i is a root of x² + px + q = 0 with real coefficients, then the other root is 2 − i. The sum of roots (4) gives p = −4, and the product (5) gives q = 5.
如果 2 + i 是实系数方程 x² + px + q = 0 的根,则另一根为 2 − i。根的和(4)得出 p = −4,根的积(5)得出 q = 5。
For cubic and quartic equations, you may be given one complex root and one real root, then asked to form the full set. Always identify the conjugate and build the quadratic factor first.
对于三次和四次方程,可能已知一个复根和一个实根,然后要求写出完整的根集。务必先识别共轭并构建二次因式。
4. Summation of Series – Standard Results and Manipulation | 级数求和 – 标准公式与技巧
Questions revolve around using the standard results for Σr, Σr² and Σr³ alongside algebraic manipulation to sum non-standard series. Look for splitting expressions, applying formulae, and handling sums starting at r = k instead of r = 1.
题目围绕使用 Σr、Σr² 和 Σr³ 的标准结果,结合代数变形来求和非常规级数。注意拆分表达式、代入公式以及处理不从 r = 1 开始的求和。
Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, Σr³ = n²(n+1)²/4
-
To evaluate Σ(2r + 3)², expand to 4Σr² + 12Σr + 9n
计算 Σ(2r + 3)²,展开为 4Σr² + 12Σr + 9n
-
When the sum starts at r = 5, use Σ from r=1 to n minus Σ from r=1 to 4
当求和从 r = 5 开始时,使用从 1 到 n 的和减去从 1 到 4 的和
A common twisted format asks you to express a given sum in terms of n, then find the value of n such that the sum exceeds a specific number.
常见的变形形式是要求将给定的和表示为 n 的表达式,然后求使该和超过某特定值的 n。
5. Proof by Mathematical Induction | 数学归纳法证明
Induction questions follow a strict structure that examiners are looking for: base case, assumption, induction step, and conclusion. The most frequent types are summation proofs, divisibility proofs, and matrix power proofs.
归纳证明题有着固定的结构,这也是考官所期望的:基础情形、假设、归纳步骤和结论。最常见的题型有求和证明、整除性证明和矩阵幂次证明。
For a summation, prove Σf(r) = g(n). Show true for n = 1, assume true for n = k, then add the (k+1)th term and simplify to the formula with n = k+1.
对于求和,证明 Σf(r) = g(n)。展示 n = 1 时成立,假设 n = k 时成立,然后加入第 k+1 项并化简到 n = k+1 时的公式。
For divisibility, prove f(n) is divisible by d: assume f(k) = d×M, then find f(k+1) − f(k) and show it is a multiple of d. Conclude with a clear statement.
对于整除性,证明 f(n) 能被 d 整除:假设 f(k) = d×M,然后计算 f(k+1) − f(k) 并证明它是 d 的倍数。最后给出清晰结论。
6. Matrices – Operations, Determinants and Inverses | 矩阵 – 运算、行列式与逆矩阵
You must be able to add, subtract and multiply 2 × 2 matrices, compute determinants and inverses, and solve matrix equations. The determinant is Δ = ad − bc, and the inverse is (1/Δ) times the adjugate matrix.
你必须能加减乘 2×2 矩阵,计算行列式与逆矩阵,并解矩阵方程。行列式 Δ = ad − bc,逆矩阵为 (1/Δ) 乘以伴随矩阵。
| a | b |
| c | d |
Inverse: (1/(ad−bc)) * [[d, −b], [−c, a]]
A typical structured question provides matrices A and B and asks you to find AB, B⁻¹, and then solve a system of linear equations expressed in matrix form AX = C. Note that multiplication is not commutative.
一道典型的结构化题目给出矩阵 A 和 B,要求你求 AB、B⁻¹,然后解以矩阵形式 AX = C 表示的线性方程组。注意矩阵乘法不满足交换律。
7. Matrix Transformations in the Plane | 平面上的矩阵变换
Transformations are a favourite topic: you need to link geometric transformations to their 2 × 2 matrices and apply combinations. Key matrices include rotations about the origin, reflections in the axes or in y = ±x, stretches, and enlargements.
矩阵变换是热门考点:你需要将几何变换与对应的 2×2 矩阵联系起来,并应用它们的组合。关键的矩阵包括绕原点的旋转、关于坐标轴或 y = ±x 的反射、伸缩和位似。
-
Rotation anticlockwise through θ: [[cosθ, −sinθ], [sinθ, cosθ]]
逆时针旋转 θ:[[cosθ, −sinθ], [sinθ, cosθ]]
-
Reflection in the line y = x: [[0, 1], [1, 0]]
关于直线 y = x 的反射:[[0, 1], [1, 0]]
Questions may describe two successive transformations, say T₁ followed by T₂. The combined matrix is T₂ × T₁ (right to left). You might be asked to find the image of a point or to determine the original shape from its image.
题目可能会描述连续两次变换,例如先 T₁ 后 T₂。组合矩阵是 T₂ × T₁(从右向左)。你可能需要求一点的像,或从像确定原图形。
8. Coordinate Systems – Parabola and Rectangular Hyperbola | 坐标系 – 抛物线与等轴双曲线
Core Pure 1 focuses on the parabola with equation y² = 4ax or x² = 4ay, and the rectangular hyperbola xy = c². You will use parametric forms, find equations of tangents and normals, and locate points of intersection.
Core Pure 1 重点是方程 y² = 4ax 或 x² = 4ay 的抛物线,以及等轴双曲线 xy = c²。你将用到参数形式,求切线和法线方程,并找出交点。
Parabola y² = 4ax: parametric point (at², 2at), tangent ty = x + at²
For a rectangular hyperbola, a point is (ct, c/t). A typical question asks you to show that the gradient of the normal at t₁ is t₁², or to prove a property of a chord joining two parameter values.
对于等轴双曲线,一点的参数形式为 (ct, c/t)。典型题目要求你证明在 t₁ 处的法线梯度是 t₁²,或证明连接两个参数点的弦的性质。
9. Numerical Methods for Solving Equations | 方程数值解法
Questions require you to locate roots via interval changes of sign, then to apply the Newton‑Raphson iteration to an equation of the form f(x) = 0. You must be able to differentiate f(x) and rearrange to the iteration formula correctly.
题目要求通过符号变化区间定位根,然后对 f(x) = 0 形式的方程应用牛顿‑拉夫森迭代。你必须能对 f(x) 求导并正确整理出迭代公式。
xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ)
A standard problem gives an equation like x³ − 2x − 5 = 0, and asks you to use x₀ = 2 to find x₁, x₂ and x₃ to a given accuracy. Another type proves that a root lies between two values by evaluating f(a) and f(b) showing opposite signs.
一道标准题目给出方程如 x³ − 2x − 5 = 0,要求你用 x₀ = 2 求 x₁, x₂ 和 x₃,精确到指定位数。另一种类型是通过计算 f(a) 和 f(b) 显示异号来证明根在两点之间。
10. Inequalities with Rational and Algebraic Expressions | 分式与代数表达式的不等式
Inequalities in Core Pure 1 often involve rational functions, requiring you to find critical values and sketch sign diagrams. Quartic or cubic inequalities may also appear, typically simplified by factorisation. You must express final answers using set notation or interval notation.
Core Pure 1 中的不等式常涉及有理函数,需要你找到临界值并画出符号图。也可能出现四次或三次不等式,通常通过因式分解简化。你必须用集合符号或区间符号表示最终答案。
For (x+1)/(x−2) ≤ 3, bring all terms to one side, combine into a single fraction, find critical points where numerator or denominator equals zero, and test intervals. Note that x = 2 must be excluded.
对于 (x+1)/(x−2) ≤ 3,将所有项移到一边,合并为一个分式,找到分子、分母为零的临界点,然后检验区间。注意 x = 2 必须排除。
A common mistake is to multiply through by the denominator without considering its sign. Always rearrange to zeros on one side and use a sign table.
一个常见错误是不考虑分母的符号就两边同乘分母。一定要将所有项移至一边并利用符号表。
11. Linking Algebra and Geometry – Mixed Problems | 代数与几何结合 – 综合题型
Higher‑tier questions cross topic boundaries: you might use matrix algebra to transform a parabola, then solve for intersection points, or combine complex numbers with coordinate geometry. Being able to move flexibly between representations is key.
高分值题目常跨章节:你可能用矩阵代数变换抛物线,然后求交点,或将复数与坐标几何结合。能够灵活切换不同表示方法是关键。
Example: Find the matrix that reflects a point in the line y = x and also enlarges by scale factor 2. Such questions test both transformation knowledge and the ability to construct a matrix from a geometric description.
例如:求一个矩阵,它先将关于直线 y = x 反射,再放大 2 倍。这类题目既考查变换知识,又测试从几何描述构建矩阵的能力。
Always break the process into manageable steps, draw diagrams where possible, and check your final answers for consistency with the original problem statement.
始终将过程分解为可管理的步骤,可能的话画出示意图,并检查最终答案是否与初始问题描述一致。
12. Exam Technique and Common Pitfalls | 答题技巧与常见误区
Top‑scoring students do more than memorise formulas; they internalise the marking scheme logic. For proof by induction, a clear conclusion is essential. For numerical methods, always state units and round appropriately. For algebraic manipulation, show detailed steps so partial credit can be awarded.
高分学生不止是记住公式,他们内化了评分标准中的逻辑。对于归纳法证明,清晰的结论必不可少。对于数值方法,始终注明单位并合理舍入。对于代数变形,展示详细步骤以便获得过程分。
-
Pitfall: forgetting the ± when taking square roots in modulus calculations
误区:计算模长取平方根时忘记 ±
-
Pitfall: misordering matrix multiplication for successive transformations
误区:连续变换时矩阵乘法顺序错误
-
Pitfall: not checking that denominators are not zero when solving rational inequalities
误区:解分式不等式时未检查分母不能为零
Regular practice with timed past papers, focusing on question‑type recognition, will build the speed and accuracy you need. Write down every piece of information given, then decide which part of the syllabus it connects to.
定时练习历年真题,专注于识别题型,将提升你所需的速度和准确性。写下题目给出的所有信息,然后确定它与教学大纲的哪一部分相关。
Published by TutorHao | Further Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导