📚 PDF资源导航

Maths Pure Paper 2 Essentials | 数学纯数试卷2知识点精讲

📚 Maths Pure Paper 2 Essentials | 数学纯数试卷2知识点精讲

Pure Paper 2 of A Level Mathematics pushes your algebraic fluency, calculus skills, and geometric reasoning to a high standard. It covers a broad range of topics from algebraic proof to parametric equations, demanding both conceptual understanding and the ability to apply techniques in unfamiliar problems. This article walks through the essential knowledge points, pairing each explanation with a bilingual recap to strengthen your revision.

A Level 数学的纯数试卷2将你的代数运算、微积分技能与几何推理推向高标准。它涵盖从代数证明到参数方程的广泛主题,既要求概念理解,又需要能在陌生问题中灵活运用方法。这篇文章梳理了核心知识点,每个讲解都配以中英对照的总结,帮助你巩固复习。


1. Algebraic Manipulation and Proof | 代数运算与证明

Algebraic fluency starts with confident expansion, factorisation, completing the square, and handling algebraic fractions. You are also expected to prove statements using deduction, exhaustion, or contradiction. For instance, to prove that the square of any odd number is odd, let the odd number be 2k+1, square it, and rearrange to 2(2k²+2k)+1, which is clearly odd.

代数运算的熟练始于自信地展开、因式分解、配方以及处理代数分式。你还需要会用演绎法、穷举法或反证法证明命题。例如,要证明任意奇数的平方仍是奇数,设该奇数为 2k+1,平方后化为 2(2k²+2k)+1,显然是奇数。

Proof by contradiction is powerful for irrationality and infinitude of primes. Assume √2 = p/q in lowest terms; squaring gives 2q² = p², so p must be even. Substitute p = 2m to eventually force q also even, contradicting the lowest terms assumption.

反证法在证明无理数和素数无限时十分有效。假设 √2 = p/q 且为最简分数,平方得 2q² = p²,因此 p 必为偶数。代入 p = 2m 最终会导致 q 也是偶数,与最简分数的假设矛盾。

Other techniques include disproof by counterexample and using algebraic identities like difference of two squares: a² – b² = (a-b)(a+b).

其他技巧包括用反例驳斥命题,以及运用代数恒等式,如平方差公式:a² – b² = (a-b)(a+b)。


2. Functions and Transformations | 函数与变换

Understanding domain, range, and one-to-one/inverse functions is crucial. The inverse f⁻¹(x) exists only if f is one-to-one; its graph is the reflection of y=f(x) in the line y=x. Composite functions such as fg(x) = f(g(x)) often require careful attention to domains.

理解定义域、值域以及一一映射/反函数至关重要。反函数 f⁻¹(x) 仅在 f 为一对一时存在;其图像是 y=f(x) 关于直线 y=x 的反射。复合函数如 fg(x) = f(g(x)) 常需要仔细留意定义域。

Graph transformations follow the standard templates: y = f(x)+a translates vertically by a; y = f(x+a) translates horizontally by -a; y = a f(x) stretches vertically by factor a; y = f(ax) stretches horizontally by factor 1/a. Reflections include y = -f(x) (in x-axis) and y = f(-x) (in y-axis).

图像变换遵循标准模式:y = f(x)+a 纵向平移 a;y = f(x+a) 横向平移 -a;y = a f(x) 纵向拉伸 a 倍;y = f(ax) 横向拉伸 1/a 倍。反射包括 y = -f(x)(关于 x 轴)和 y = f(-x)(关于 y 轴)。


3. Coordinate Geometry | 坐标几何

The equation of a straight line can be written as y – y₁ = m(x – x₁), and the gradient m = (y₂ – y₁)/(x₂ – x₁). Parallel lines share the same gradient; perpendicular lines satisfy m₁ m₂ = -1. The midpoint is ((x₁+x₂)/2, (y₁+y₂)/2).

直线的方程可写成 y – y₁ = m(x – x₁),斜率 m = (y₂ – y₁)/(x₂ – x₁)。平行直线斜率相同;垂直直线满足 m₁ m₂ = -1。中点为 ((x₁+x₂)/2, (y₁+y₂)/2)。

The circle with centre (a, b) and radius r has equation (x – a)² + (y – b)² = r². Completing the square can convert a general circle equation into this form. Intersection of a line and a circle often yields a quadratic, and the discriminant determines tangency: Δ = 0 gives a tangent, Δ > 0 two intersections, Δ < 0 none.

圆心为 (a, b) 半径为 r 的圆方程为 (x – a)² + (y – b)² = r²。用配方法可将一般式圆方程化为标准形。直线与圆的交点问题通常会得出一个二次方程,判别式决定相切与否:Δ = 0 相切,Δ > 0 两个交点,Δ < 0 无交点。


4. Sequences and Series | 数列与级数

Arithmetic sequences have a common difference d: nth term uₙ = a + (n-1)d. The sum of the first n terms is Sₙ = n/2 [2a + (n-1)d] or Sₙ = n/2 (a + l), where l is the last term.

等差数列有公差 d:第 n 项 uₙ = a + (n-1)d。前 n 项和为 Sₙ = n/2 [2a + (n-1)d] 或 Sₙ = n/2 (a + l),其中 l 为末项。

Geometric sequences have a common ratio r: uₙ = a rⁿ⁻¹. The sum to n terms (r≠1) is Sₙ = a(1 – rⁿ)/(1 – r). For |r|<1, the sum to infinity exists: S∞ = a/(1 - r).

等比数列有公比 r:uₙ = a rⁿ⁻¹。前 n 项和 (r≠1) 为 Sₙ = a(1 – rⁿ)/(1 – r)。当 |r|<1 时,无穷级数和存在:S∞ = a/(1 - r)。

Sigma notation Σ is used to write series compactly. Recurrence relations define terms iteratively, e.g. uₙ₊₁ = 2uₙ + 1; you may need to identify whether the sequence is increasing, decreasing, or periodic.

求和符号 Σ 可用于简洁地表示级数。递推关系可通过迭代定义项,例如 uₙ₊₁ = 2uₙ + 1;你可能需要判断数列是递增、递减还是周期的。


5. Binomial Expansion | 二项式展开

For a positive integer n, (a + b)ⁿ = Σⁿ_{r=0} ⁿCᵣ aⁿ⁻ʳ bʳ, where ⁿCᵣ = n!/(r!(n-r)!). The expansion of (1 + x)ⁿ is 1 + nx + [n(n-1)/2!]x² + …

对于正整数 n,(a + b)ⁿ = Σⁿ_{r=0} ⁿCᵣ aⁿ⁻ʳ bʳ,其中 ⁿCᵣ = n!/(r!(n-r)!)。(1 + x)ⁿ 的展开式为 1 + nx + [n(n-1)/2!]x² + …

When n is not a positive integer, the expansion (1 + x)ⁿ = 1 + nx + [n(n-1)/2!]x² + … is valid for |x| < 1 and generates an infinite series. This helps approximate values like √(1+x) or (1+x)⁻¹.

当 n 不是正整数时,(1 + x)ⁿ = 1 + nx + [n(n-1)/2!]x² + … 在 |x| < 1 时成立,并产生无穷级数。这可以用来近似 √(1+x) 或 (1+x)⁻¹ 等值。


6. Trigonometry | 三角学

Key identities include sin²θ + cos²θ = 1, tanθ = sinθ/cosθ, and their derived forms. The sine and cosine rules are essential for non-right-angled triangles: a/sin A = b/sin B = c/sin C (sine rule) and a² = b² + c² – 2bc cos A (cosine rule).

关键恒等式包括 sin²θ + cos²θ = 1、tanθ = sinθ/cosθ 及其变形。正弦定理和余弦定理对于非直角三角形至关重要:a/sin A = b/sin B = c/sin C(正弦定理)以及 a² = b² + c² – 2bc cos A(余弦定理)。

Radian measure is used extensively: π rad = 180°. Arc length s = rθ, area of sector A = ½ r²θ. Small angle approximations state that for small θ in radians, sinθ ≈ θ, cosθ ≈ 1 – θ²/2, tanθ ≈ θ.

弧度制被广泛使用:π 弧度 = 180°。弧长 s = rθ,扇形面积 A = ½ r²θ。小角近似指出,当 θ 以弧度表示且很小时,sinθ ≈ θ,cosθ ≈ 1 – θ²/2,tanθ ≈ θ。

Solving trigonometric equations often requires using these identities and CAST diagram to find all solutions within a given interval.

解三角方程常常需要运用这些恒等式以及 CAST 图来找出给定区间内的所有解。


7. Exponentials and Logarithms | 指数与对数

The function y = aˣ has inverse y = logₐ x. The natural exponential eˣ and natural logarithm ln x are central. Key laws: logₐ (xy) = logₐ x + logₐ y, logₐ (x/y) = logₐ x – logₐ y, logₐ (xⁿ) = n logₐ x.

函数 y = aˣ 的反函数是 y = logₐ x。自然指数 eˣ 和自然对数 ln x 是核心。基本法则:logₐ (xy) = logₐ x + logₐ y,logₐ (x/y) = logₐ x – logₐ y,logₐ (xⁿ) = n logₐ x。

Exponential growth and decay are modelled by A = A₀ e^{kt}. Differentiation of e^{kx} yields k e^{kx}, and ∫ e^{kx} dx = (1/k) e^{kx} + C.

指数增长和衰减用 A = A₀ e^{kt} 建模。对 e^{kx} 求导得 k e^{kx},∫ e^{kx} dx = (1/k) e^{kx} + C。


8. Differentiation | 微分

The derivative f'(x) gives the gradient of a curve. Basic rule: d/dx (xⁿ) = n xⁿ⁻¹. Chain rule: if y = f(u) and u = g(x), then dy/dx = (dy/du) × (du/dx). Product rule: d/dx (uv) = u’ v + u v’. Quotient rule: d/dx (u/v) = (u’ v – u v’)/v².

导数 f'(x) 给出曲线的斜率。基本法则:d/dx (xⁿ) = n xⁿ⁻¹。链式法则:若 y = f(u) 且 u = g(x),则 dy/dx = (dy/du) × (du/dx)。乘积法则:d/dx (uv) = u’ v + u v’。商法则:d/dx (u/v) = (u’ v – u v’)/v²。

Differentiation is used to find equations of tangents and normals, and to locate stationary points. Setting f'(x)=0 gives stationary points; the second derivative f”(x) classifies them: positive for minimum, negative for maximum, and zero requires further investigation.

微分用于求切线和法线的方程,以及定位驻点。令 f'(x)=0 得到驻点;二阶导数 f”(x) 可用于分类:正为极小值,负为极大值,为零则需进一步检验。


9. Integration | 积分

Integration reverses differentiation: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C for n ≠ -1. The definite integral ∫ₐᵇ f(x) dx gives the signed area between the curve and the x-axis. Area between a curve and a line, or between two curves, requires subtracting the lower function from the upper.

积分是微分的逆运算:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C,n ≠ -1。定积分 ∫ₐᵇ f(x) dx 给出曲线与 x 轴之间的有号面积。曲线与直线之间或两曲线之间的面积需要用上方函数减去下方函数来求解。

For more complex integrals, you may use reverse chain rule (e.g. ∫ f'(x) [f(x)]ⁿ dx) or techniques like substitution. Integrals of e^{ax}, sin ax, and cos ax are standard: ∫ sin ax dx = -1/a cos ax + C.

对于较复杂的积分,你可以使用反向链式法则(如 ∫ f'(x) [f(x)]ⁿ dx)或代换法。e^{ax}、sin ax 和 cos ax 的积分是标准型:∫ sin ax dx = -1/a cos ax + C。


10. Vectors | 向量

Vectors in 2D and 3D are expressed as column vectors or using i, j, k notation. The magnitude of a = xi + yj + zk is |a| = √(x² + y² + z²). A unit vector in direction a is â = a/|a|.

二维和三维向量可用列向量或 i, j, k 符号表示。向量 a = xi + yj + zk 的模长为 |a| = √(x² + y² + z²)。沿 a 方向的单位向量为 â = a/|a|。

The dot (scalar) product is a·b = x₁x₂ + y₁y₂ + z₁z₂ = |a||b| cos θ. It is used to find the angle between vectors and to test orthogonality (a·b = 0). Vector equations of lines take the form r = a + λb, where a is a point on the line and b is the direction vector.

点积(标量积)为 a·b = x₁x₂ + y₁y₂ + z₁z₂ = |a||b| cos θ。它用于求向量夹角以及判断正交性(a·b = 0)。直线的向量方程采取 r = a + λb 的形式,其中 a 为直线上一点,b 为方向向量。


11. Parametric Equations | 参数方程

Curves can be defined using x = f(t), y = g(t), where t is a parameter. Differentiation uses dy/dx = (dy/dt) ÷ (dx/dt). To find the Cartesian equation, eliminate the parameter t, often by solving one equation for t or using trigonometric identities like sin²t + cos²t = 1.

曲线可用 x = f(t),y = g(t) 定义,其中 t 为参数。微分使用 dy/dx = (dy/dt) ÷ (dx/dt)。要得到直角坐标方程,需消去参数 t,常通过从一个方程解出 t 或利用三角恒等式如 sin²t + cos²t = 1。

Area under a parametric curve is given by ∫ y dx = ∫ y (dx/dt) dt, with limits changed accordingly. This skill is often tested together with integration by substitution.

参数曲线下的面积由 ∫ y dx = ∫ y (dx/dt) dt 给出,并相应地改变积分上下限。这一技巧常与代换积分法一同考查。


12. Numerical Methods | 数值方法

When equations cannot be solved analytically, numerical methods step in. The sign-change method locates roots: if f(a) and f(b) have opposite signs, there is at least one root in [a, b]. Iteration rearranges an equation into the form x = g(x), and uses xₙ₊₁ = g(xₙ) with a starting value x₀ to converge to a root.

当方程无法解析求解时,数值方法便登场了。符号变化法用于定位根:若 f(a) 与 f(b) 异号,则在 [a, b] 中至少存在一个根。迭代法将方程改写为 x = g(x) 的形式,并使用 xₙ₊₁ = g(xₙ) 从初始值 x₀ 开始收敛至根。

The Newton-Raphson method uses xₙ₊₁ = xₙ – f(xₙ)/f'(xₙ), which often converges very rapidly. However, it requires a differentiable function and a good starting value; be prepared to explain how the formula works and when it might fail.

牛顿-拉弗森方法使用 xₙ₊₁ = xₙ – f(xₙ)/f'(xₙ),通常收敛极快。但它需要函数可导且初始值适当;要准备好解释公式的原理以及它为何可能失败。


Published by TutorHao | Maths Pure Paper 2 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