📚 PDF资源导航

Edexcel Pure Mathematics 2 (P2) — Complete Topic Guide | Edexcel 纯数学 P2 完整知识点指南

一、代数方法进阶:部分分式分解与反证法 | Advanced Algebraic Methods: Partial Fractions and Proof by Contradiction

在 Edexcel P2 课程中,代数方法从 P1 的基础因式分解和二次方程求解,升级到了更复杂的部分分式分解和严谨的反证法证明。部分分式分解是将一个复杂的有理函数拆分成多个简单分式之和的过程,关键场景是分母可以因式分解为互不相同的一次因式。例如,将(5x+1)/(x+2)(x-1)拆分为 A/(x+2) + B/(x-1),通过比较系数法解出 A 和 B 的值。这种技巧在后面章节的积分计算中至关重要 – 因为拆分后的简单分式可以直接使用 ln 积分公式。反证法(Proof by Contradiction)是 P2 引入的第一个正式证明方法:先假设结论不成立,推导出矛盾,从而证明原结论必然成立。经典例题包括证明√2是无理数(假设√2=p/q 且 p、q互质,推出p、q同偶的矛盾),以及证明存在无穷多个素数(假设只有有限个,构造它们的乘积加一,推出新素数的矛盾)。

In the Edexcel P2 syllabus, algebraic methods advance from P1’s foundational factorisation and quadratic solving to more sophisticated partial fraction decomposition and rigorous proof by contradiction. Partial fraction decomposition splits a complex rational function into a sum of simpler fractions – the key scenario being when the denominator factorises into distinct linear factors. For example, splitting (5x+1)/(x+2)(x-1) as A/(x+2) + B/(x-1), then solving for A and B by equating coefficients. This technique proves essential in later integration chapters – the split fractions can be integrated directly using the natural log formula. Proof by Contradiction is the first formal proof method introduced in P2: assume the negation of the statement, derive a logical contradiction, and conclude the original statement must be true. Classic examples include proving √2 is irrational (assume √2 = p/q with coprime p, q, then deduce that both p and q are even – a contradiction) and proving there are infinitely many primes (assume finitely many, multiply them all and add 1, deriving a new prime not in the set).

二、函数与模函数:绝对值图像的绘制与方程求解 | Functions and the Modulus Function: Graphing Absolute Values and Solving Equations

模函数(Modulus Function)|x| 是 P2 函数章节的核心新内容。它的定义很简单 – 输出输入的绝对值,但图像特征非常关键:它是一个 V 形折线,顶点在原点,左边是 y=-x,右边是 y=x。P2 考试中,模函数题型的难点在于模方程和模不等式的求解。对于 |f(x)| = a 型方程,如果 a<0 则无解;如果 a≥0,需要拆分为 f(x)=a 或 f(x)=-a。更复杂的题型如 |2x-1| = |x+3|,最佳方法是两边平方消去绝对值符号,转化为二次方程求解。对于模不等式如 |x-2| < 5,等价于 -5 < x-2 < 5,解得 -3 < x < 7。复合函数(Composite Functions)fg(x) 的定义域要求:g(x) 的值域必须落在 f 的定义域内,这是考试中最容易丢分的陷阱。反函数(Inverse Functions)的图像关于直线 y=x 对称,且只有当原函数是一一映射(one-to-one)时才存在反函数。

The Modulus Function |x| is the core new content in P2’s functions chapter. Its definition is straightforward – it outputs the absolute value of the input – but its graphical feature is crucial: a V-shaped graph with vertex at the origin, left arm y = -x, right arm y = x. In P2 exams, the challenge of modulus questions lies in solving modulus equations and inequalities. For equations of the form |f(x)| = a: if a < 0, there is no solution; if a ≥ 0, split into f(x) = a or f(x) = -a. For more complex forms like |2x-1| = |x+3|, the best approach is squaring both sides to eliminate the modulus signs, reducing to a quadratic. For modulus inequalities such as |x-2| < 5, this is equivalent to -5 < x-2 < 5, yielding -3 < x < 7. Composite functions fg(x) require that the range of g(x) falls within the domain of f - this is the most common trap in exam questions. Inverse functions are symmetric about the line y = x, and exist only when the original function is one-to-one.

三、数列与级数:等差数列、等比数列与西格玛记号 | Sequences and Series: Arithmetic, Geometric Progressions and Sigma Notation

P2 的数列章节在 P1 基础上增加了两个重要主题:等比数列(Geometric Progression)和西格玛记号(Sigma Notation)。等比数列的核心是公比 r:每一项是前一项乘以 r。首项为 a、公比为 r 的等比数列,第 n 项公式为 u_n = ar^(n-1),前 n 项和公式为 S_n = a(1-r^n)/(1-r)(当 r≠1 时)。关键考点是收敛性条件:当 |r| < 1 时,无穷等比级数收敛,其和为 S_∞ = a/(1-r)。这一公式在物理和金融中有广泛应用。等差数列(Arithmetic Progression)的求和公式 S_n = n/2(2a+(n-1)d) = n/2(a+l) 需要熟练掌握 - 尤其是首项和末项同时已知时,用末项 l 的公式更高效。西格玛记号 ∑ 的引入使得紧凑表达复杂和式成为可能,例如 ∑(r=1 to n) r = n(n+1)/2,∑(r=1 to n) r² = n(n+1)(2n+1)/6。考试中经常要求将给定级数改写为西格玛形式,然后利用标准求和公式计算。

The sequences chapter in P2 builds on P1 by adding two important topics: Geometric Progressions (GP) and Sigma Notation. The core of a GP is the common ratio r: each term is the previous term multiplied by r. For a GP with first term a and common ratio r, the nth term is u_n = ar^(n-1), and the sum of the first n terms is S_n = a(1-r^n)/(1-r) (when r ≠ 1). The key examination point is the convergence condition: when |r| < 1, the infinite geometric series converges, with sum to infinity S_∞ = a/(1-r). This formula has wide applications in physics and finance. The arithmetic progression sum formula S_n = n/2(2a+(n-1)d) = n/2(a+l) must be mastered - when both the first and last terms are known, the formula using the last term l is more efficient. The introduction of Sigma Notation ∑ enables compact expression of complex sums, for example ∑(r=1 to n) r = n(n+1)/2 and ∑(r=1 to n) r² = n(n+1)(2n+1)/6. Exam questions frequently ask students to rewrite a given series in sigma form, then evaluate using standard summation formulae.

四、二项展开式:有理指数展开与收敛区间 | Binomial Expansion: Rational Exponent Expansions and Validity Intervals

P1 中的二项展开式仅限于 (a+b)^n 且 n 为正整数的情况,使用组合数 nCr 即可完成。但 P2 将其扩展到 n 为任意有理数(包括负数和分数)的情况,这涉及到无穷级数展开。对于形式为 (1+ax)^n 的表达式,展开式为 1 + n(ax) + n(n-1)/2!(ax)² + n(n-1)(n-2)/3!(ax)³ + …。关键区别在于:当 n 不是正整数时,展开式是无穷级数且只在特定范围内收敛 – 即 |ax| < 1(等价于 |x| < 1/|a|)。因此,求解时需要先提取公因子以满足 |ax|<1 的条件。例如,展开 (4-3x)^(-1/2):先将括号内化为 4(1-3x/4),提取 4^(-1/2)=1/2 后,再对 (1-3x/4)^(-1/2) 展开。收敛条件 |3x/4|<1 给出 |x|<4/3。考试中常见的错误是忘记写明收敛区间(range of validity),这是一分必丢的考点。此技巧后续在近似计算(如估算平方根)和积分近似中用途广泛。

The binomial expansion in P1 was limited to (a+b)^n where n is a positive integer, completed using the nCr combination coefficient. P2 extends this to the case where n is any rational number (including negatives and fractions), leading to an infinite series expansion. For expressions of the form (1+ax)^n, the expansion is 1 + n(ax) + n(n-1)/2!(ax)² + n(n-1)(n-2)/3!(ax)³ + … The crucial difference is that when n is not a positive integer, the expansion is infinite and only converges within a specific range – namely |ax| < 1 (equivalent to |x| < 1/|a|). Thus, solving requires first factoring out a common term to satisfy the |ax| < 1 condition. For example, to expand (4-3x)^(-1/2): rewrite the bracket as 4(1-3x/4), extract 4^(-1/2) = 1/2, then expand (1-3x/4)^(-1/2). The validity condition |3x/4| < 1 gives |x| < 4/3. A common exam mistake is forgetting to state the range of validity - an easily lost mark. This technique later proves widely useful for approximations (e.g., estimating square roots) and approximating integrals.

五、弧度制与三角函数进阶:单位圆法、倒数函数与恒等式 | Radians and Advanced Trigonometry: Unit Circle, Reciprocal Functions and Identities

弧度制(Radian Measure)是 P2 三角学的第一道门槛。1 弧度定义为弧长等于半径时所对的圆心角,π 弧度 = 180°。弧长公式从 l = (θ/360)×2πr 变为 l = rθ(θ 以弧度计),扇形面积也从 A = (θ/360)×πr² 变为 A = ½r²θ。这两个公式看似简单,但 P2 考试中常与三角形面积公式 A = ½ab sinC 混合出题 – 例如求解包含扇形和三角形的组合图形面积。P2 还引入了三个倒数三角函数:sec x = 1/cos x, cosec x = 1/sin x, cot x = 1/tan x = cos x/sin x。这些函数的图像具有垂直渐近线,位置由分母为零确定。核心恒等式 1 + tan²x = sec²x 和 1 + cot²x = cosec²x 需要熟记,它们从 sin²x + cos²x = 1 两边同除 cos²x 或 sin²x 推导而来。考试中的典型题型包括:解含 sec、cosec 或 cot 的三角方程、证明含倒数函数的恒等式、以及使用复合角公式。

Radian measure is the first hurdle in P2 trigonometry. One radian is defined as the angle subtended at the centre of a circle by an arc equal in length to the radius; π radians = 180°. The arc length formula transforms from l = (θ/360)×2πr to l = rθ (θ in radians), and sector area from A = (θ/360)×πr² to A = ½r²θ. While these formulas appear simple, P2 exams often combine them with the triangle area formula A = ½ab sinC – for example, finding the area of a composite shape involving both a sector and a triangle. P2 also introduces three reciprocal trigonometric functions: sec x = 1/cos x, cosec x = 1/sin x, and cot x = 1/tan x = cos x/sin x. The graphs of these functions feature vertical asymptotes at points where the denominator is zero. The key identities 1 + tan²x = sec²x and 1 + cot²x = cosec²x must be memorised – they are derived by dividing sin²x + cos²x = 1 by cos²x or sin²x respectively. Typical exam question types include solving trigonometric equations involving sec, cosec or cot, proving identities with reciprocal functions, and applying compound angle formulae.

六、三角恒等式与建模:和差角公式、倍角公式与 R 形式 | Trigonometric Identities and Modelling: Compound, Double Angle and R-Formulae

P2 最复杂的三角学内容集中在和差角公式(Compound Angle Formulae)及其衍生。六个核心公式必须掌握:sin(A±B) = sinA cosB ± cosA sinB,cos(A±B) = cosA cosB ∓ sinA sinB,tan(A±B) = (tanA ± tanB)/(1 ∓ tanA tanB)。倍角公式(Double Angle Formulae)由此直接推导:令 B=A,得到 sin2A = 2sinA cosA,cos2A = cos²A – sin²A = 2cos²A – 1 = 1 – 2sin²A,tan2A = 2tanA/(1 – tan²A)。cos2A 的三种等价形式是解题关键 – 当题目已知 sinA 时用 1-2sin²A 形式,已知 cosA 时用 2cos²A-1 形式。R 形式(Harmonic Form)将 a sinθ + b cosθ 改写为 R sin(θ + α) 或 R cos(θ – α),其中 R = √(a²+b²),α = arctan(b/a)。这套技巧用于求解形如 3sinθ + 4cosθ = 2 的方程(先化为 5sin(θ+53.1°) = 2),以及求三角函数表达式的最大值和最小值。

The most complex trigonometric content in P2 centres on the Compound Angle Formulae and their derivations. Six core formulae must be mastered: sin(A±B) = sinA cosB ± cosA sinB, cos(A±B) = cosA cosB ∓ sinA sinB, tan(A±B) = (tanA ± tanB)/(1 ∓ tanA tanB). The Double Angle Formulae follow directly: by setting B = A, we obtain sin2A = 2sinA cosA, cos2A = cos²A – sin²A = 2cos²A – 1 = 1 – 2sin²A, tan2A = 2tanA/(1 – tan²A). The three equivalent forms of cos2A are key to solving problems – use the 1-2sin²A form when sinA is known, and the 2cos²A-1 form when cosA is known. The R-formula (Harmonic Form) rewrites a sinθ + b cosθ as R sin(θ + α) or R cos(θ – α), where R = √(a²+b²) and α = arctan(b/a). This technique is used to solve equations such as 3sinθ + 4cosθ = 2 (first rewriting as 5sin(θ+53.1°) = 2) and to find the maximum and minimum values of trigonometric expressions.

七、微分进阶:链式法则、乘积法则与商法则 | Advanced Differentiation: Chain, Product and Quotient Rules

P1 中的微分仅限于多项式函数的简单求导,公式为 d/dx(x^n) = nx^(n-1)。P2 则引入了三种核心微分法则,使求导范围扩展到所有初等函数的组合。链式法则(Chain Rule)处理复合函数:如果 y = f(g(x)),则 dy/dx = f'(g(x)) × g'(x)。记忆技巧是”外导乘内导” – 先对外层函数求导(保持内层不变),再乘以内层函数的导数。乘积法则(Product Rule)处理两个函数相乘:d/dx(uv) = u(dv/dx) + v(du/dx),记忆为”第一个乘以第二个的导数加第二个乘以第一个的导数”。商法则(Quotient Rule)处理分式:d/dx(u/v) = (v(du/dx) – u(dv/dx))/v²,口诀为”分母乘分子的导数减分子乘分母的导数,整体除以分母的平方”。P2 考试中的典型题型是将这些法则串联使用 – 例如先用链式法则求 (sin 2x)³ 的导数,或先用乘积法则再用链式法则处理 x·e^(2x)。参数方程求导 x=f(t), y=g(t) 时,dy/dx = (dy/dt)/(dx/dt)。

Differentiation in P1 was limited to simple polynomial functions using d/dx(x^n) = nx^(n-1). P2 introduces three core differentiation rules that extend the scope to all combinations of elementary functions. The Chain Rule handles composite functions: if y = f(g(x)), then dy/dx = f'(g(x)) × g'(x). The memory tip is “derivative of the outer times derivative of the inner” – first differentiate the outer function (keeping the inner unchanged), then multiply by the derivative of the inner. The Product Rule handles the product of two functions: d/dx(uv) = u(dv/dx) + v(du/dx), remembered as “first times derivative of second plus second times derivative of first”. The Quotient Rule handles fractions: d/dx(u/v) = (v(du/dx) – u(dv/dx))/v², with the mnemonic “denominator times derivative of numerator minus numerator times derivative of denominator, all over denominator squared”. Typical P2 exam questions chain these rules – for example, using the chain rule first to differentiate (sin 2x)³, or combining the product rule with the chain rule for x·e^(2x). For parametric differentiation x = f(t), y = g(t), dy/dx = (dy/dt)/(dx/dt).

八、积分进阶:代入法、分部积分法与梯形法则 | Advanced Integration: Substitution, Integration by Parts and the Trapezium Rule

P2 的积分章节是整本书计算量最大、技巧性最强的部分。代入法(Integration by Substitution)用于处理被积函数包含复合函数的情况:设 u = g(x),将 dx 替换为 du/g'(x),将被积函数全部转换为 u 的表达式。定积分使用代入法时,必须同步改变积分上下限为 u 对应的值。分部积分法(Integration by Parts)是从乘积法则逆推而来:∫u(dv/dx)dx = uv – ∫v(du/dx)dx。选题策略 – u 的选择遵循 LIATE 原则:对数(Logarithmic)、反三角(Inverse trig)、代数(Algebraic)、三角(Trigonometric)、指数(Exponential) 的优先级递减。典型 ∫ln x dx 的解法是将 u=ln x, dv/dx=1。梯形法则(Trapezium Rule)用于近似计算定积分:∫(a to b) y dx ≈ h/2[y₀ + yₙ + 2(y₁+y₂+…+yₙ₋₁)],其中 h=(b-a)/n。考试中必考题型是要求先用梯形法则求近似值,再与精确积分值比较,计算百分比误差。

The integration chapter in P2 is the most computationally intensive and technically demanding part of the entire book. Integration by Substitution handles cases where the integrand involves a composite function: set u = g(x), replace dx with du/g'(x), and convert the entire integrand to expressions in u. When using substitution for definite integrals, the limits must be simultaneously changed to the corresponding u values. Integration by Parts is derived by reversing the product rule: ∫u(dv/dx)dx = uv – ∫v(du/dx)dx. The strategy for choosing u follows the LIATE priority: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential – in descending order of preference. The classic ∫ln x dx solution uses u = ln x and dv/dx = 1. The Trapezium Rule approximates definite integrals: ∫(a to b) y dx ≈ h/2[y₀ + yₙ + 2(y₁+y₂+…+yₙ₋₁)], where h = (b-a)/n. A guaranteed exam question asks students to first find an approximation using the trapezium rule, then compare it with the exact integral value to calculate the percentage error.

九、数值方法:迭代法与牛顿-拉弗森法求方程的根 | Numerical Methods: Iteration and the Newton-Raphson Method for Finding Roots

当方程无法通过代数方法直接求解时,P2 提供了两种数值逼近方法。迭代法(Iteration)将方程 f(x)=0 重排为 x = g(x) 的形式,然后从初始值 x₀ 开始反复代入:x₁=g(x₀), x₂=g(x₁), …直到序列收敛。迭代收敛的关键条件是 |g'(x)| < 1 在根附近成立 - 如果 |g'(x)| > 1,迭代会发散,图像上表现为”楼梯”或”蛛网”图向外蔓延。牛顿-拉弗森法(Newton-Raphson Method)利用切线逼近:x_{n+1} = x_n – f(x_n)/f'(x_n)。它的几何意义是:从 x_n 处作切线,切线与 x 轴的交点即为 x_{n+1}。牛顿法的优势是收敛速度快(二次收敛),缺点是需要计算导数且当 f'(x_n) 接近零时会失败。考试中常见题型包括:证明某方程在给定区间内有根(利用符号变化 f(a)·f(b)<0)、执行若干次迭代并四舍五入到指定精度、以及识别迭代公式对应的原始方程。

When equations cannot be solved algebraically, P2 provides two numerical approximation methods. The Iteration method rearranges f(x) = 0 into the form x = g(x), then repeatedly substitutes starting from an initial value x₀: x₁ = g(x₀), x₂ = g(x₁), … until the sequence converges. The key condition for convergence is |g'(x)| < 1 near the root - if |g'(x)| > 1, the iteration diverges, appearing graphically as a “staircase” or “cobweb” diagram spreading outward. The Newton-Raphson Method uses tangent line approximation: x_{n+1} = x_n – f(x_n)/f'(x_n). Its geometric meaning: draw the tangent at x_n, and the intersection of this tangent with the x-axis gives x_{n+1}. The advantage of Newton’s method is fast convergence (quadratic rate); the disadvantage is that it requires differentiation and fails when f'(x_n) is near zero. Common exam question types include proving that an equation has a root in a given interval (using the sign-change criterion f(a)·f(b) < 0), performing several iterations and rounding to specified accuracy, and identifying the original equation from a given iterative formula.

十、参数方程:从参数形式到笛卡尔方程 | Parametric Equations: From Parametric Form to Cartesian Equations

参数方程用第三个变量(通常是 t 或 θ)分别表达 x 和 y,而非直接用 y=f(x) 的形式。这在描述曲线运动时特别有用 – 参数 t 可以代表时间。将参数方程转换为笛卡尔方程(消去 t)的主要方法是:从一个方程解出 t,代入另一个方程。例如 x=2t+1, y=t²-3 → 由 x=2t+1 得 t=(x-1)/2 → 代入得 y=((x-1)/2)²-3 = (x-1)²/4 – 3。对于含三角函数的参数方程如 x=2cosθ, y=3sinθ,使用恒等式 sin²θ+cos²θ=1 消去 θ:(x/2)²+(y/3)²=1,这是一个椭圆。参数方程的微分使用链式法则:dy/dx = (dy/dt)/(dx/dt)。这一公式也可以用来在曲线上寻找切线平行于坐标轴的点 – 当 dy/dt=0 时切线水平,当 dx/dt=0 时切线垂直。

Parametric equations express x and y separately in terms of a third variable (usually t or θ), rather than directly as y = f(x). This is particularly useful for describing curvilinear motion – the parameter t can represent time. The main method for converting parametric equations to a Cartesian equation (eliminating t) is solving one equation for t and substituting into the other. For example, x = 2t + 1, y = t² – 3 → from x = 2t + 1 we get t = (x-1)/2 → substituting gives y = ((x-1)/2)² – 3 = (x-1)²/4 – 3. For trigonometric parametric equations such as x = 2cosθ, y = 3sinθ, use the identity sin²θ + cos²θ = 1 to eliminate θ: (x/2)² + (y/3)² = 1, which is an ellipse. Differentiation of parametric equations uses the chain rule: dy/dx = (dy/dt)/(dx/dt). This formula can also locate points on the curve where the tangent is parallel to the coordinate axes – when dy/dt = 0 the tangent is horizontal, and when dx/dt = 0 it is vertical.

十一、三维向量:从二维到三维的距离与位置 | Vectors in 3D: Distance and Position from 2D to 3D

P2 将 P1 中的二维向量扩展到三维空间。三维向量用 (i, j, k) 基向量或列向量 [x, y, z]^T 表示。两点 A(x₁,y₁,z₁) 和 B(x₂,y₂,z₂) 之间的距离公式从二维的 √[(x₂-x₁)²+(y₂-y₁)²] 升级为三维:√[(x₂-x₁)²+(y₂-y₁)²+(z₂-z₁)²]。向量的大小(模)|v| = √(x²+y²+z²)。三维空间中的直线可以用向量方程 r = a + λd 表示,其中 a 是直线上某点的位置向量,d 是方向向量,λ 是标量参数。两个三维向量的夹角仍用点积公式计算:cosθ = (a·b)/(|a||b|),其中 a·b = x₁x₂+y₁y₂+z₁z₂。考试常见题型包括:判断给定点是否在某条直线上、求两点间距离、计算向量的夹角、以及判断三点是否共线。

P2 extends P1’s two-dimensional vectors into three-dimensional space. 3D vectors are represented using the (i, j, k) basis vectors or as column vectors [x, y, z]^T. The distance formula between two points A(x₁,y₁,z₁) and B(x₂,y₂,z₂) upgrades from the 2D √[(x₂-x₁)²+(y₂-y₁)²] to the 3D form: √[(x₂-x₁)²+(y₂-y₁)²+(z₂-z₁)²]. The magnitude (modulus) of a vector is |v| = √(x²+y²+z²). Lines in 3D space can be expressed using the vector equation r = a + λd, where a is the position vector of a point on the line, d is the direction vector, and λ is a scalar parameter. The angle between two 3D vectors is still computed using the dot product formula: cosθ = (a·b)/(|a||b|), where a·b = x₁x₂ + y₁y₂ + z₁z₂. Common exam question types include determining whether a given point lies on a given line, finding the distance between two points, calculating the angle between vectors, and checking whether three points are collinear.

十二、微分的实际应用:相关变化率问题 | Practical Applications of Differentiation: Connected Rates of Change

相关变化率(Connected Rates of Change)是 P2 中将链式法则应用于实际物理问题的重要考点。核心思路是:当两个变量 x 和 y 都随时间 t 变化,且 x 和 y 之间存在函数关系时,可以通过 dy/dt = (dy/dx)(dx/dt) 连接它们的变化率。典型题型如:”一个球形气球以恒定速率 10 cm³/s 充气,当半径 r=5cm 时,求半径的增长速率 dr/dt” – 先建立球体积 V = 4/3 πr³,然后 dV/dt = dV/dr × dr/dt,代入 dV/dr = 4πr² 和已知的 dV/dt=10,解出 dr/dt = 10/(4π×25) ≈ 0.0318 cm/s。另一常见变体是”注水入锥形容器” – 涉及相似三角形比例关系。解题流程:①识别变化的变量并写出它们之间的几何或物理方程;②对方程两边关于时间 t 求导(隐式微分);③代入已知变化率求解未知变化率。这类题目不仅考察微积分技巧,更考察从文字描述中提取数学模型的能力。

Connected Rates of Change is an important P2 topic that applies the chain rule to real-world physical problems. The core idea: when two variables x and y both change with time t, and there is a functional relationship between x and y, their rates of change can be linked via dy/dt = (dy/dx)(dx/dt). A typical question: “A spherical balloon is inflated at a constant rate of 10 cm³/s. When the radius r = 5 cm, find the rate of increase of the radius, dr/dt.” First, establish the sphere volume V = 4/3 πr³, then dV/dt = dV/dr × dr/dt, substitute dV/dr = 4πr² and the known dV/dt = 10, yielding dr/dt = 10/(4π×25) ≈ 0.0318 cm/s. Another common variant involves “water poured into a conical container” – requiring similar-triangle proportion relationships. The problem-solving flow: (1) identify the changing variables and write the geometric or physical equation relating them; (2) differentiate both sides with respect to time t (implicit differentiation); (3) substitute the known rate(s) of change to solve for the unknown. These questions test not only calculus technique but also the ability to extract a mathematical model from a verbal description.

十三、部分分式的积分应用:分解后逐项积分 | Integration Using Partial Fractions: Splitting Then Integrating Term by Term

部分分式分解在 P2 中的最大实际用途就是简化积分计算。当被积函数是两个多项式的商,且分母可以因式分解时,先进行部分分式拆分,然后将每个简单分式分别积分。典型流程:对 ∫(5x+1)/[(x+2)(x-1)]dx,先设部分分式为 A/(x+2) + B/(x-1),解出 A=3, B=2,然后 ∫3/(x+2) + 2/(x-1) dx = 3ln|x+2| + 2ln|x-1| + C。复合题型可能先要求用长除法处理假分式(分子次数≥分母次数),再进行部分分式分解。分母包含重复因式时拆分为 A/(x-a) + B/(x-a)^2 的形式;包含不可约二次因式时拆分为 (Ax+B)/(x²+bx+c) 的形式 – 但 Edexcel P2 主要考查线性因式的情况。这类积分经常出现在定积分题目中,需要在代入上下限时注意 ln 函数的参数为正。

The greatest practical use of partial fraction decomposition in P2 is simplifying integral calculations. When the integrand is a quotient of two polynomials and the denominator can be factorised, first split into partial fractions and then integrate each simple fraction individually. Typical workflow: for ∫(5x+1)/[(x+2)(x-1)]dx, set up the partial fraction form A/(x+2) + B/(x-1), solve for A = 3, B = 2, then ∫3/(x+2) + 2/(x-1) dx = 3ln|x+2| + 2ln|x-1| + C. More complex questions may first require polynomial long division for improper fractions (where numerator degree ≥ denominator degree) before applying partial fractions. When the denominator contains a repeated factor, the split form is A/(x-a) + B/(x-a)^2; when it contains an irreducible quadratic factor, the form is (Ax+B)/(x²+bx+c) – though Edexcel P2 mainly examines the linear factor case. These integrals frequently appear in definite integral questions, requiring attention to ensure the argument of the ln function remains positive when substituting limits.

Summary | 总结

Edexcel P2(Pure Mathematics Year 2)是 A-Level 纯数的核心阶段,覆盖从代数方法进阶到三维向量的 11 大知识板块。P2 的关键技能提升在于:从直接代入算数转向复杂的符号运算(部分分式、三角恒等式、参数消元);从单一规则求导转向法则的组合使用(链式 + 乘积 + 商法则的串联);从精确积分转向精确与近似的双轨并进(解析积分 + 梯形法则/数值方法)。备考 P2 的最佳策略是分专题训练 – 确保每一章的经典题型都能独立完成,再逐步过渡到跨章节的综合题。特别需要关注的是:二项展开式的收敛区间、代换积分法的上下限变换、以及三角 R 形式中的 α 角所在象限判断 – 这三处是历年考试中最频繁的失分点。

Edexcel P2 (Pure Mathematics Year 2) is the core stage of A-Level pure mathematics, covering 11 major knowledge areas from advanced algebraic methods to 3D vectors. The key skill progression in P2 lies in moving from direct substitution arithmetic to sophisticated symbolic manipulation (partial fractions, trigonometric identities, parametric elimination); from single-rule differentiation to combined rule application (chaining the chain, product and quotient rules); and from exact integration to a dual-track of exact and approximate methods (analytical integration alongside the Trapezium Rule and numerical methods). The optimal P2 revision strategy is topic-by-topic training – ensure proficiency in each chapter’s classic question types before gradually transitioning to cross-topic comprehensive questions. Particular attention should be paid to the validity interval in binomial expansion, changing limits in integration by substitution, and determining the correct quadrant for the α angle in the R-formula – these three areas are the most frequent mark-losing points across past exam papers.


更多咨询请联系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