📚 IGCSE Edexcel Further Pure Mathematics: Core Topics Overview | IGCSE Edexcel 进阶数学核心知识点梳理
This guide covers the essential topics of the Edexcel IGCSE Further Pure Mathematics syllabus (4PM1). Understanding these core areas will build a solid foundation for advanced study and exam success.
本指南梳理了Edexcel IGCSE 进阶数学(4PM1)的核心知识点。扎实掌握这些内容将为高阶学习与考试成功奠定坚实基础。
1. Indices and Logarithms | 指数与对数
Mastering the laws of indices is essential. The fundamental rules are aᵐ × aⁿ = aᵐ⁺ⁿ, (aᵐ)ⁿ = aᵐⁿ, a⁰ = 1, and a⁻ⁿ = 1/aⁿ. These apply for any real numbers m and n when a > 0.
熟练掌握指数法则是基础。核心规则为 aᵐ × aⁿ = aᵐ⁺ⁿ,(aᵐ)ⁿ = aᵐⁿ,a⁰ = 1,以及 a⁻ⁿ = 1/aⁿ。当 a > 0 时,这些规则适用于任意实数 m 和 n。
Logarithms are the inverses of exponentials: logₐx = y means aʸ = x. Key log laws include logₐ(xy) = logₐx + logₐy, logₐ(x/y) = logₐx − logₐy, and logₐ(xⁿ) = n logₐx. The change-of-base formula is logₐb = logc b / logc a.
对数是指数的逆运算:logₐx = y 等价于 aʸ = x。核心对数法则包括 logₐ(xy) = logₐx + logₐy,logₐ(x/y) = logₐx − logₐy 和 logₐ(xⁿ) = n logₐx。换底公式为 logₐb = logc b / logc a。
To solve exponential equations, take logs on both sides. For example, 2ˣ = 5 gives x = log 5 / log 2. Always check the domain of logarithmic functions when solving equations.
解指数方程时常对两边取对数。例如 2ˣ = 5 可得 x = log 5 / log 2。解题时务必注意对数函数的定义域。
2. Quadratic Functions | 二次函数
A quadratic can be expressed as f(x) = ax² + bx + c. Completing the square gives the form a(x − h)² + k, which reveals the vertex (h, k). The axis of symmetry is x = −b/(2a).
二次函数可表示为 f(x) = ax² + bx + c。配方后可写成 a(x − h)² + k,由此可看出顶点 (h, k)。对称轴为 x = −b/(2a)。
The discriminant Δ = b² − 4ac determines the nature of the roots. If Δ > 0 there are two distinct real roots; if Δ = 0 there is one repeated real root; if Δ < 0 the roots are complex (no real solutions).
判别式 Δ = b² − 4ac 决定了根的性质。若 Δ > 0,有两个不等实根;若 Δ = 0,有一个重根;若 Δ < 0,无实根(有共轭复数根)。
Solving quadratic inequalities requires sketching the parabola and deciding intervals where the function is above or below the x-axis. Factorise the quadratic and use a sign diagram to write the solution set.
解二次不等式需要画出抛物线草图,判断函数在 x 轴上方或下方的区间。通常先因式分解,再用符号图写出解集。
3. Equations and Inequalities | 方程与不等式
Solving linear and quadratic equations algebraically is core. Use factorisation, the quadratic formula x = [−b ± √(b² − 4ac)] / (2a), or completing the square. Always check for extraneous solutions when squaring both sides.
用代数方法解一次和二次方程是核心技能。常用因式分解、求根公式 x = [−b ± √(b² − 4ac)] / (2a) 或配方法。两边平方时务必检验增根。
When manipulating rational equations, find a common denominator and multiply through. Be careful to exclude values that make any denominator zero. For inequalities, remember that multiplying or dividing by a negative number reverses the inequality sign.
处理分式方程时要先通分再乘开。注意要排除使分母为零的值。解不等式时,两边同乘或除以负数,不等号方向须反转。
Polynomial identities are used to find unknown coefficients by equating coefficients of like terms. This technique is frequently tested in the context of partial fractions or algebraic manipulation.
多项式恒等式常用于通过比较同类项系数求未知系数。这一技巧在部分分式或代数变形题目中经常考查。
4. Graphs of Functions | 函数的图像
You must be able to sketch graphs of linear, quadratic, cubic, reciprocal, exponential, logarithmic and trigonometric functions. Mark key features: intercepts, turning points, asymptotes and domain/range.
需要能画出一次、二次、三次、倒数、指数、对数和三角函数的草图,并标出关键特征:截距、极值点、渐近线以及定义域/值域。
Transformations of graphs follow rules: y = f(x) + a shifts vertically, y = f(x + a) shifts horizontally (opposite direction), y = a f(x) stretches vertically by factor a, and y = f(ax) stretches horizontally by factor 1/a. Reflection in the x-axis is y = −f(x).
图像变换规则:y = f(x) + a 纵向平移,y = f(x + a) 横向平移(左加右减),y = a f(x) 纵向伸缩 a 倍,y = f(ax) 横向伸缩 1/a 倍。关于 x 轴反射为 y = −f(x)。
Combining transformations requires careful order: apply horizontal shifts/stretches before vertical ones, or follow the ‘inside-out’ rule. Recognising transformed graphs from equations is a common exam skill.
组合变换时要遵循正确顺序:通常先横向平移/伸缩,再纵向处理,或按“由内向外”规则。能够根据方程识别变换后的图像是常见考点。
5. Series and Sigma Notation | 级数与求和符号
Sigma notation Σ is used to write sums compactly. Standard results must be memorised: Σr = n(n+1)/2, Σr² = n(n+1)(2n+1)/6, and Σr³ = [n(n+1)/2]². These are the building blocks for summing polynomial series.
求和符号 Σ 用于简洁地表示级数。需熟记标准结果:∑r = n(n+1)/2,∑r² = n(n+1)(2n+1)/6,∑r³ = [n(n+1)/2]²。这是求多项式级数和的基础。
To sum a series such as Σ(3r² − 2r + 1), use the linearity properties: Σ(arf(r) + bg(r)) = aΣf(r) + bΣg(r). Then substitute the standard sums and simplify the expression.
求形如 Σ(3r² − 2r + 1) 的级数时,利用线性性质:Σ(arf(r) + bg(r)) = aΣf(r) + bΣg(r),代入标准和并化简即可。
Telescoping series are occasionally tested. In these, terms cancel leaving only the first few and last few terms. Recognising the pattern of cancellation is the key to quick evaluation.
裂项相消型级数也会出现。相邻项相消后只留下首尾若干项,识别抵消规律是快速求和的要点。
6. Binomial Series | 二项式展开
(1 + x)ⁿ = 1 + nx + n(n−1)/2! x² + … + n(n−1)…(n−r+1)/r! xʳ + … for |x| < 1
For any rational n, the binomial expansion is an infinite series valid only when |x| < 1. The general term is T_{r+1} = ⁿCᵣ xʳ, where ⁿCᵣ = n! / [r!(n−r)!] when n is a positive integer. When n is negative or fractional, the factorial form is replaced by the product form.
对于任意有理数 n,二项式展开为无穷级数,仅在 |x| < 1 时收敛。通项为 T_{r+1} = ⁿCᵣ xʳ,其中当 n 为正整数时 ⁿCᵣ = n! / [r!(n−r)!];当 n 为负或分数时,需用乘积形式表示系数。
To expand expressions like (a + bx)ⁿ, first factor out aⁿ to rewrite as aⁿ (1 + (b/a)x)ⁿ and then expand. Approximations can be obtained by taking the first few terms when x is small.
展开 (a + bx)ⁿ 时,先提取 aⁿ 写成 aⁿ (1 + (b/a)x)ⁿ 再展开。当 x 很小时,可取前几项做近似计算。
Exam questions often ask for the range of validity in terms of x. This stems from | (b/a)x | < 1. Always state the condition explicitly to earn full marks.
考试常要求写出 x 的有效范围,需根据 | (b/a)x | < 1 得出。务必明确写出条件以拿到全部分数。
7. Vectors | 向量
Vectors are represented as a = a₁i + a₂j in two dimensions. The magnitude is |a| = √(a₁² + a₂²), and the direction can be given as an angle with the positive i-axis. A unit vector in the direction of a is a / |a|.
二维向量可表示为 a = a₁i + a₂j。其模长为 |a| = √(a₁² + a₂²),方向可用与 i 轴正向的夹角表示。a 方向上的单位向量为 a / |a|。
The scalar (dot) product a · b = a₁b₁ + a₂b₂ = |a||b| cos θ is essential for finding angles and testing perpendicularity: a ⟂ b iff a · b = 0.
点积(数量积)a · b = a₁b₁ + a₂b₂ = |a||b| cos θ 是求夹角和判断垂直的关键工具:a ⟂ b 当且仅当 a · b = 0。
Vector equation of a straight line: r = a + td, where a is a position vector of a point on the line and d is the direction vector. To find the intersection of two lines, solve the parametric equations simultaneously.
直线的向量方程为 r = a + td,其中 a 是线上一点的位置向量,d 是方向向量。求两线交点时,联立参数方程求解。
8. Coordinate Geometry | 坐标几何
The distance between points (x₁, y₁) and (x₂, y₂) is √[(x₂−x₁)² + (y₂−y₁)²]; the midpoint is ((x₁+x₂)/2, (y₁+y₂)/2). The gradient of the line joining them is m = (y₂−y₁)/(x₂−x₁).
两点距离为 √[(x₂−x₁)² + (y₂−y₁)²];中点坐标为 ((x₁+x₂)/2, (y₁+y₂)/2)。两点连线的斜率为 m = (y₂−y₁)/(x₂−x₁)。
Equations of straight lines can be written in the forms y = mx + c, y − y₁ = m(x − x₁), or ax + by + c = 0. Parallel lines have equal gradients; perpendicular lines satisfy m₁m₂ = −1.
直线方程可写为 y = mx + c,点斜式 y − y₁ = m(x − x₁) 或一般式 ax + by + c = 0。平行线斜率相等;垂直线满足 m₁m₂ = −1。
The equation of a circle with centre (a, b) and radius r is (x − a)² + (y − b)² = r². To find the intersection of a line and a circle, substitute the line equation into the circle to form a quadratic. Tangents have a discriminant of zero.
圆心 (a, b)、半径 r 的圆的方程为 (x − a)² + (y − b)² = r²。求直线与圆的交点时,将直线方程代入圆方程得出二次方程,切线情形判别式为零。
9. Trigonometry | 三角学
Angles are measured in radians: π rad = 180°. For a sector, arc length s = rθ, and area A = ½ r²θ, where θ is in radians. These formulas simplify calculations in coordinate geometry and calculus.
角度以弧度为单位:π 弧度 = 180°。扇形中,弧长 s = rθ,面积 A = ½ r²θ,其中 θ 以弧度计。这些公式简化了坐标几何和微积分中的运算。
Know exact values: sin(π/6) = ½, cos(π/6) = √3/2; sin(π/4) = 1/√2, cos(π/4) = 1/√2; sin(π/3) = √3/2, cos(π/3) = ½. Tan values can be derived from sin/cos.
熟记准确值:sin(π/6)=½,cos(π/6)=√3/2;sin(π/4)=1/√2,cos(π/4)=1/√2;sin(π/3)=√3/2,cos(π/3)=½。正切值可由 sin/cos 推导。
Essential identities include sin²θ + cos²θ = 1, 1 + tan²θ = sec²θ, 1 + cot²θ = csc²θ, along with double-angle formulas sin 2θ = 2 sinθ cosθ, cos 2θ = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ. Use these to solve equations and simplify expressions.
核心恒等式有 sin²θ + cos²θ = 1,1 + tan²θ = sec²θ,1 + cot²θ = csc²θ,以及倍角公式 sin 2θ = 2 sinθ cosθ,cos 2θ = cos²θ − sin²θ = 2cos²θ − 1 = 1 − 2sin²θ。解题时常利用它们化简和求解方程。
10. Differentiation | 微分
The derivative f'(x) represents the gradient of the curve y = f(x). The power rule states that if f(x) = xⁿ, then f'(x) = n xⁿ⁻¹. Basic derivatives include d/dx(sin x) = cos x, d/dx(cos x) = −sin x, d/dx(eˣ) = eˣ, d/dx(ln x) = 1/x.
导数 f'(x) 表示曲线 y = f(x) 的斜率。幂函数求导法则:若 f(x) = xⁿ,则 f'(x) = n xⁿ⁻¹。基本求导公式:d/dx(sin x) = cos x,d/dx(cos x) = −sin x,d/dx(eˣ) = eˣ,d/dx(ln x) = 1/x。
For products, use the product rule: if y = uv, then dy/dx = u dv/dx + v du/dx. For quotients, use y = u/v ⇒ dy/dx = (v du/dx − u dv/dx) / v². The chain rule gives dy/dx = dy/du × du/dx.
乘积求导法则:若 y = uv,则 dy/dx = u dv/dx + v du/dx。商的求导法则:y = u/v ⇒ dy/dx = (v du/dx − u dv/dx) / v²。链式法则:dy/dx = dy/du × du/dx。
Applications include finding equations of tangents and normals, determining stationary points (set dy/dx = 0) and classifying maxima/minima using second derivative or sign change. Models of increasing/decreasing functions also use f'(x).
应用包括求切线和法线方程、求驻点(令 dy/dx = 0)并用二阶导数或符号变化判断极大/极小值。函数增减性模型也与 f'(x) 密切相关。
11. Integration | 积分
Integration reverses differentiation. The indefinite integral ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C for n ≠ −1. ∫ 1/x dx = ln|x| + C, ∫ eˣ dx = eˣ + C, ∫ sin x dx = −cos x + C, ∫ cos x dx = sin x + C.
积分是微分的逆运算。不定积分 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C(n ≠ −1)。∫ 1/x dx = ln|x| + C,∫ eˣ dx = eˣ + C,∫ sin x dx = −cos x + C,∫ cos x dx = sin x + C。
Definite integrals give the area under the curve between limits a and b: area = ∫ₐᵇ f(x) dx. Remember to subtract the value of the antiderivative at the lower limit. Areas below the x-axis are counted as negative unless absolute value is taken.
定积分给出从 a 到 b 曲线下的面积:面积 = ∫ₐᵇ f(x) dx。应注意用原函数在上限与下限处的值相减。x 轴下方的面积被视为负值,除非取绝对值。
To find the area between two curves, integrate the difference of the upper and lower function over the interval. Applications also extend to kinematics: velocity is the integral of acceleration, displacement the integral of velocity.
求两条曲线之间的面积时,对区间内的上函数减下函数进行积分。积分也应用于运动学:速度是加速度的积分,位移是速度的积分。
Published by TutorHao | Further Pure Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导