📚 PDF资源导航

Tag: a-level-maths

  • A-Level Sequences & Series — A-Level数列与级数

    📚 Sequences & Series Guide:数列与级数指南

    Sequences and series form one of the foundational pillars of A-Level Mathematics, appearing across Pure Mathematics papers from all major exam boards including Edexcel, AQA, OCR, and CAIE. From the predictable linear pattern of an arithmetic progression to the exponential behaviour of geometric series and their remarkable infinite sums, this topic bridges pure algebraic manipulation with real-world modelling in finance, physics, and computer science. It also provides the conceptual foundation for calculus : the limit of a sequence is the gateway to understanding derivatives and integrals : and for proof by induction, where summation formulas are among the most common propositions to verify. A solid command of sigma notation, recurrence relations, and convergence criteria will prepare you for the structured, multi-step problems that routinely carry 6 to 10 marks in both AS and A2 papers.

    数列与级数是A-Level数学的基础支柱之一,出现在所有主要考试局(包括Edexcel、AQA、OCR和CAIE)的纯数学试卷中。从等差数列的可预测线性模式,到等比数列的指数行为及其非凡的无穷和,这一主题将纯代数操作与金融、物理和计算机科学中的现实建模连接起来。它也为微积分提供了概念基础:数列的极限是理解导数和积分的门户:同时为数学归纳法奠定基础,求和公式是最常见的待验证命题之一。扎实掌握∑求和符号、递推关系和收敛判断标准,将为你在AS和A2试卷中经常出现、价值6到10分的结构化多步骤题目做好准备。

    1. What Is a Sequence? Definitions and Notation | 什么是数列?定义与符号

    A sequence is an ordered list of numbers, called terms, governed by a rule that determines the relationship between successive terms or between a term’s position and its value. The two principal methods for defining a sequence are the explicit nth-term formula and the recurrence relation. In the explicit form, you write un directly as a function of n : for example, un = 3n + 2 generates the terms 5, 8, 11, 14, … . The recurrence form defines each term in terms of preceding ones, such as un+1 = 2un + 1 with u1 = 3, generating 3, 7, 15, 31, … . Exam questions frequently ask you to convert between these two representations, to generate terms from either form, and to describe the behaviour of a sequence as n increases : does it increase without bound, decrease to zero, converge to a limit, or oscillate?

    数列是一个有序的数字列表,称为项,由决定相邻项关系或项位置与其值关系的规则所支配。定义数列的两种主要方法是显式第n项公式和递推关系。在显式形式中,你将un直接写成n的函数:例如un = 3n + 2生成项5, 8, 11, 14, …。递推形式用前一项来定义每一项,如给定u1 = 3后un+1 = 2un + 1,生成3, 7, 15, 31, …。考题经常要求你在这两种表示法之间转换,从任一形式生成项,并描述数列随n增大的行为:是无限增长、递减到零、收敛于极限、还是振荡?

    2. Arithmetic Sequences: The Constant-Difference Pattern | 等差数列:常数差模式

    An arithmetic sequence is characterised by a constant difference d between any two consecutive terms, making it the simplest type of sequence to recognise and work with. The nth term is given by the formula un = a + (n − 1)d, where a denotes the first term. For instance, the sequence 7, 12, 17, 22, 27, … has a = 7 and d = 5, so the 100th term is 7 + 99 × 5 = 502. A deeper skill tested at A-Level is working backwards from partial information: given that the 5th term is 31 and the 12th term is 66, you can form two simultaneous equations : a + 4d = 31 and a + 11d = 66 : then subtract to find 7d = 35, giving d = 5 and a = 11. This technique of using the nth-term formula to build and solve linear equations is a recurring exam favourite.

    等差数列的特征是任意两个连续项之间具有常数公差d,使其成为最容易识别和处理的数列类型。第n项由公式un = a + (n − 1)d给出,其中a表示首项。例如,数列7, 12, 17, 22, 27, …具有a = 7和d = 5,因此第100项为7 + 99 × 5 = 502。A-Level考查的一项更深层次技能是从部分信息反推:已知第5项为31,第12项为66,你可以建立两个联立方程:a + 4d = 31和a + 11d = 66:然后相减得到7d = 35,解得d = 5和a = 11。这种利用第n项公式建立并求解线性方程的方法,是反复出现的考题经典。

    3. Arithmetic Series: Summing the Terms | 等差级数:求各项之和

    The sum Sn of the first n terms of an arithmetic series is elegantly expressed as n/2 multiplied by the sum of the first and last terms. The two equivalent forms are Sn = n/2 × [2a + (n − 1)d] and Sn = n/2 × (a + l), where l = a + (n − 1)d is the nth (last) term. The second form reveals why this formula works: pairing the first term with the last, the second with the second-to-last, and so on, each pair sums to a + l, and there are n/2 such pairs. A standard exam problem tests both directions: given n = 20, a = 8, d = 3, find S20 = 20/2 × [2 × 8 + 19 × 3] = 10 × 73 = 730. The inverse problem : given Sn, a, and d, find n : leads to a quadratic equation and tests whether you can discard the extraneous negative root that has no physical interpretation for a term count.

    等差级数前n项的和Sn优雅地表示为n/2乘以首项与末项之和。两个等价形式为Sn = n/2 × [2a + (n − 1)d]和Sn = n/2 × (a + l),其中l = a + (n − 1)d是第n项(末项)。第二种形式揭示了该公式的原理:将首项与末项配对、第二项与倒数第二项配对,依此类推,每对之和为a + l,共有n/2对。一个标准考题测试两个方向:给定n = 20、a = 8、d = 3,求S20 = 20/2 × [2 × 8 + 19 × 3] = 10 × 73 = 730。反向问题:给定Sn、a和d,求n:导出二次方程,考查你能否舍去对项数没有实际意义的负根。

    4. Geometric Sequences: The Constant-Ratio Pattern | 等比数列:常数比模式

    A geometric sequence is defined by a constant ratio r between successive terms, producing exponential growth when |r| > 1 and exponential decay when 0 < |r| < 1. The nth term is given by un = arn−1, where a is the first term and r is the common ratio. For example, the sequence 3, 6, 12, 24, 48, … has r = 2 and its 10th term is 3 × 29 = 1536. When r is negative, the terms alternate in sign : the sequence 5, −10, 20, −40, … with r = −2 oscillates while growing in magnitude. Geometric sequences model many real-world phenomena: compound interest (r = 1 + rate), population growth, radioactive decay (where |r| < 1), and the depreciation of assets. The ability to identify a geometric pattern in a worded context and extract a and r is a critical modelling skill.

    等比数列由相邻项之间的常数公比r定义,当|r| > 1时产生指数增长,当0 < |r| < 1时产生指数衰减。第n项由un = arn−1给出,其中a为首项,r为公比。例如,数列3, 6, 12, 24, 48, …的r = 2,其第10项为3 × 29 = 1536。当r为负数时,各项符号交替:数列5, −10, 20, −40, …的r = −2在振荡的同时幅值增长。等比数列建模许多现实现象:复利(r = 1 + 利率)、人口增长、放射性衰变(其中|r| < 1)以及资产折旧。在文字情境中识别等比模式并提取a和r的能力,是一项关键的建模技能。

    5. Geometric Series: Finite Sum and Sum to Infinity | 等比级数:有限和与无穷和

    The sum of the first n terms of a geometric series is Sn = a(1 − rn)/(1 − r) for r ≠ 1. This formula can be derived elegantly by writing Sn = a + ar + ar2 + … + arn−1, multiplying both sides by r to shift the series, and subtracting to cancel all intermediate terms : leaving Sn(1 − r) = a(1 − rn). When |r| < 1, the term rn approaches zero as n grows, yielding the sum to infinity: S = a/(1 − r). This is one of the most elegant results in A-Level Mathematics : it says that adding infinitely many terms of a convergent geometric series produces a finite total. A classic application: a ball dropped from 10 metres rebounds to 70% of its previous height each time. The downward distances form the series 10 + 7 + 4.9 + … giving S = 10/(1 − 0.7) = 33.3 m, and the upward distances form 7 + 4.9 + 3.43 + … giving S = 7/(1 − 0.7) = 23.3 m, for a total vertical distance of 56.7 m (to 3 significant figures).

    等比级数前n项和为Sn = a(1 − rn)/(1 − r)(当r ≠ 1时)。该公式可以通过一个巧妙的方法推导:写出Sn = a + ar + ar2 + … + arn−1,两边乘以r使级数移位,然后相减消去所有中间项:留下Sn(1 − r) = a(1 − rn)。当|r| < 1时,随着n增大,rn趋近于零,得到无穷和:S = a/(1 − r)。这是A-Level数学中最优雅的结果之一:它表明收敛等比级数的无穷多项之和产生一个有限的总和。一个经典应用:从10米落下的球每次反弹到前一次高度的70%。下落距离构成级数10 + 7 + 4.9 + …,得S = 10/(1 − 0.7) = 33.3 m;上升距离构成7 + 4.9 + 3.43 + …,得S = 7/(1 − 0.7) = 23.3 m,总垂直距离为56.7 m(保留三位有效数字)。

    6. Sigma Notation: Compact Summation | ∑求和符号:紧凑求和

    Sigma notation Σr=1n f(r) is a compact shorthand for evaluating f(r) at each integer from r = 1 to r = n and summing the results. The A-Level syllabus requires you to memorise three standard summation formulas: Σr = n(n+1)/2 (the sum of the first n natural numbers), Σr2 = n(n+1)(2n+1)/6 (the sum of squares), and Σr3 = [n(n+1)/2]2 (the sum of cubes, which equals the square of the sum of natural numbers : a beautiful identity). Complex sums are evaluated by linearity: Σ(2r2 + 3r − 4) = 2Σr2 + 3Σr − 4Σ1, where Σ1 = n. A typical exam question might ask you to express a quadratic expression like Σ(3r2 − r) from r = 1 to n as a simplified polynomial in n, then use it to evaluate the sum for a specific value of n.

    ∑求和符号Σr=1n f(r)是一个紧凑的简写,表示对r从1到n的每个整数计算f(r)并将结果相加。A-Level大纲要求你记住三个标准求和公式:Σr = n(n+1)/2(前n个自然数之和)、Σr2 = n(n+1)(2n+1)/6(平方和)以及Σr3 = [n(n+1)/2]2(立方和,等于自然数之和的平方:一个优美的恒等式)。复杂求和通过线性性质计算:Σ(2r2 + 3r − 4) = 2Σr2 + 3Σr − 4Σ1,其中Σ1 = n。一个典型考题可能要求你将一个二次表达式如Σ(3r2 − r)(从r = 1到n)表示为n的简化多项式,然后用它计算特定n值下的和。

    7. Recurrence Relations: Term-by-Term Generation | 递推关系:逐项生成

    A recurrence relation defines each term by reference to one or more preceding terms, typically written as un+1 = f(un) with a given starting value u1. Two distinct skills are tested at A-Level: generating a specified number of terms iteratively : a mechanical but mark-rich process : and analysing the limiting behaviour of the sequence as n becomes large. For a convergent recurrence of the form un+1 = pun + q with |p| < 1, the limit L is found by solving L = pL + q, giving L = q/(1 − p). For example, the recurrence un+1 = 0.6un + 8 with u1 = 10 generates 10, 14, 16.4, 17.84, … and converges to L = 8/(1 − 0.6) = 20. This technique connects recurrence relations to fixed-point iteration in numerical methods, where you solve equations of the form x = g(x).

    递推关系通过引用前一项或多项来定义每一项,通常写作un+1 = f(un),并给出起始值u1。A-Level考查两项不同的技能:迭代生成指定数量的项:一个机械但分值丰厚的过程:以及分析数列随n增大时的极限行为。对于形式为un+1 = pun + q且|p| < 1的收敛递推关系,极限L通过解L = pL + q求得,得到L = q/(1 − p)。例如,递推关系un+1 = 0.6un + 8,u1 = 10生成10, 14, 16.4, 17.84, …并收敛于L = 8/(1 − 0.6) = 20。这一技巧将递推关系与数值方法中的不动点迭代联系起来,后者用于解形式为x = g(x)的方程。

    8. Worked Example: Arithmetic Series in Context | 计算实例:等差级数应用

    A common exam scenario presents a real-world arithmetic series problem. Consider this question: “An auditorium has 20 rows of seats. The first row has 24 seats, and each subsequent row has 3 more seats than the previous row. (a) How many seats are in the 20th row? (b) What is the total seating capacity?”

    一个常见的考题场景呈现现实世界中的等差级数问题。考虑这个题目:”一个礼堂有20排座位。第一排有24个座位,之后每排比前一排多3个座位。(a) 第20排有多少座位?(b) 总座位容量是多少?”

    Solution (a): This is an arithmetic sequence with a = 24 and d = 3. The 20th term = a + 19d = 24 + 19 × 3 = 24 + 57 = 81 seats.
    Solution (b): Using S20 = n/2 × [2a + (n − 1)d] = 10 × [48 + 57] = 10 × 105 = 1050 seats. Alternatively, use S20 = n/2 × (a + l) = 10 × (24 + 81) = 1050. The total capacity is 1050 seats.

    解答(a):这是一个等差数列,a = 24,d = 3。第20项 = a + 19d = 24 + 19 × 3 = 24 + 57 = 81个座位。
    解答(b):使用S20 = n/2 × [2a + (n − 1)d] = 10 × [48 + 57] = 10 × 105 = 1050个座位。或者使用S20 = n/2 × (a + l) = 10 × (24 + 81) = 1050。总容量为1050个座位。

    9. Modelling with Sequences: Finance and Physics | 数列建模:金融与物理

    Sequences and series underpin financial mathematics throughout the A-Level applied syllabus. A regular savings plan : depositing £P at the start of each year into an account earning r% annual interest : generates a geometric series after n years. The first deposit grows for n years to P(1 + r)n, the second deposit grows for n − 1 years to P(1 + r)n−1, and so on, forming a geometric series in reverse order. Summing this with the finite geometric series formula produces the total accumulated value. In physics, sequences describe uniformly accelerated motion: displacements after t = 1, 2, 3, … seconds under constant acceleration form a quadratic sequence, and the distance travelled by a bouncing ball : as worked through in Section 5 : is the quintessential sum-to-infinity application that examiners use to test whether students can decompose a physical process into separate convergent series.

    数列和级数是A-Level应用大纲中金融数学的基础。一个定期储蓄计划:每年初存入£P到年利率r%的账户中:在n年后产生等比级数。首笔存款增长n年变成P(1 + r)n,第二笔存款增长n − 1年变成P(1 + r)n−1,依此类推,以相反顺序形成等比级数。使用有限等比级数公式求和即得总累积价值。在物理中,数列描述匀加速运动:在恒定加速度下,t = 1, 2, 3, …秒后的位移构成二次数列,而弹跳球的行程:如第5节中的计算:是无穷和的典型应用,考官用此来测试学生能否将一个物理过程分解为独立的收敛级数。

    10. Exam Technique and Common Pitfalls | 考试技巧与常见陷阱

    The most frequent A-Level exam errors in sequences and series fall into three categories. First, formula confusion: students mix up the arithmetic nth term a + (n − 1)d with the geometric nth term arn−1, or use the arithmetic sum formula for a geometric series. Second, term-counting errors: the number of integers from m to n inclusive is n − m + 1, not n − m : a one-off counting mistake that invalidates the entire summation. Third, sum-to-infinity misuse: applying S = a/(1 − r) when |r| ≥ 1, which produces a nonsensical result because the series diverges. Always check the convergence condition first. For multi-mark questions, show full working: write the formula, substitute values, simplify step by step. Even if your arithmetic slips, clear method marks can still secure a strong majority of the available points.

    A-Level数列与级数中最常见的考试错误分为三类。第一,公式混淆:学生将等差数列第n项a + (n − 1)d与等比数列第n项arn−1弄混,或者对等比级数使用等差求和公式。第二,项数计数错误:从m到n(含两端)的整数个数是n − m + 1,而非n − m:一个差1的计数错误会使整个求和无效。第三,无穷和误用:当|r| ≥ 1时使用S = a/(1 − r),产生无意义的结果因为级数发散。务必先检查收敛条件。对于多分题目,展示完整推导过程:写出公式、代入数值、逐步化简。即使计算出错,清晰的方法分仍能确保获得大部分可得分。

    11. Key Bilingual Terms | 关键双语术语

    Sequence · 数列 | Series · 级数 | Arithmetic progression (AP) · 等差数列 | Geometric progression (GP) · 等比数列 | Common difference · 公差 | Common ratio · 公比 | nth term · 第n项 | Sum to infinity · 无穷和 | Sigma notation · ∑求和符号 | Recurrence relation · 递推关系 | Convergence · 收敛 | Divergence · 发散 | Limit · 极限 | First term · 首项 | Fixed-point iteration · 不动点迭代 | Proof by induction · 数学归纳法 | Simultaneous equations · 联立方程

    Sequences and series appear in every A-Level Mathematics specification. Master the core formulas, practise translating word problems into summation structures, always verify convergence before applying S, and you will handle these questions with confidence on exam day.

    数列与级数出现在每一个A-Level数学考试大纲中。掌握核心公式,练习将文字问题转化为求和结构,应用S之前务必验证收敛性,你就能在考试中自信应对这些题目。

  • A-Level Integration Techniques — A-Level 积分技巧

    📚 A-Level Integration Techniques | A-Level 积分技巧

    Integration is one of the cornerstones of A-Level Mathematics. While differentiation follows a fairly mechanical set of rules, integration demands creativity, pattern recognition, and a deep understanding of function behaviour. In this article, we explore the three essential integration techniques that every A-Level student must master: integration by substitution, integration by parts, and integration using partial fractions. Each technique is introduced with worked examples, common pitfalls, and exam tips.

    积分是 A-Level 数学的核心支柱之一。如果说微分遵循一套相对机械的规则,那么积分则需要创造力、模式识别和对函数行为的深刻理解。本文探讨 A-Level 学生必须掌握的三种核心积分技巧:换元积分法分部积分法以及部分分式积分法。每种技巧都配有详细例题、常见陷阱和考试技巧。

    1. Integration by Substitution | 换元积分法

    1.1 The Core Idea | 核心思想

    Integration by substitution is essentially the chain rule in reverse. When you see a composite function — a function inside another function — substitution can simplify the integral dramatically. The idea is to let u be the inner function, then express everything (including dx) in terms of u and du.

    换元积分法本质上是链式法则的逆运算。当你看到一个复合函数——一个函数嵌套在另一个函数里——换元法可以极大地简化积分。核心思路是令 u 等于内层函数,然后将所有变量(包括 dx)用 u 和 du 表示。

    The general formula is:

    一般公式为:

    ∫ f(g(x)) · g'(x) dx = ∫ f(u) du, where u = g(x)

    1.2 Worked Example 1 | 例题 1

    Evaluate ∫ 2x(x² + 1)⁴ dx

    计算 ∫ 2x(x² + 1)⁴ dx

    Let u = x² + 1. Then du/dx = 2x, so du = 2x dx. The integral becomes ∫ u⁴ du = u⁵/5 + C. Substituting back: (x² + 1)⁵ / 5 + C.

    令 u = x² + 1,则 du/dx = 2x,因此 du = 2x dx。积分变为 ∫ u⁴ du = u⁵/5 + C。代回 x:(x² + 1)⁵ / 5 + C。

    1.3 Worked Example 2: Trigonometric Substitution | 例题 2:三角换元

    Evaluate ∫ sin³x · cos x dx

    计算 ∫ sin³x · cos x dx

    Let u = sin x. Then du/dx = cos x, so du = cos x dx. The integral becomes ∫ u³ du = u⁴/4 + C = sin⁴x / 4 + C.

    令 u = sin x,则 du/dx = cos x,因此 du = cos x dx。积分变为 ∫ u³ du = u⁴/4 + C = sin⁴x / 4 + C。

    1.4 Definite Integrals and Changing Limits | 定积分与换限

    For definite integrals, you have two options: (1) change the limits when you change the variable, or (2) substitute back to x before evaluating. Option (1) is generally faster and less error-prone.

    对于定积分,你有两种选择:(1) 在换元时同时改变积分限,或 (2) 先代回 x 再代入原积分限。选项 (1) 通常更快且更不容易出错。

    Example: ∫₀¹ 2x(x² + 1)⁴ dx

    When x = 0, u = 0² + 1 = 1. When x = 1, u = 1² + 1 = 2. So the integral becomes ∫₁² u⁴ du = [u⁵/5]₁² = 32/5 − 1/5 = 31/5.

    当 x = 0 时,u = 0² + 1 = 1。当 x = 1 时,u = 1² + 1 = 2。因此积分变为 ∫₁² u⁴ du = [u⁵/5]₁² = 32/5 − 1/5 = 31/5。

    1.5 Common Pitfall: Forgetting du/dx | 常见陷阱:忘记 du/dx

    The most frequent mistake is forgetting to convert dx into du. Students often write du instead of substituting properly. Always check: does your du match the extra factor outside the main function? If not, you may need a different u or a different technique entirely.

    最常见的错误是忘记将 dx 转换为 du。学生经常写错 du 的表达式。切记检查:你的 du 是否与主要函数之外的额外因子匹配?如果不匹配,你可能需要选择不同的 u 或完全不同的方法。

    2. Integration by Parts | 分部积分法

    2.1 The Formula and Its Origin | 公式及其来源

    Integration by parts comes from the product rule for differentiation. If d(uv)/dx = u · dv/dx + v · du/dx, then rearranging and integrating both sides gives:

    分部积分法源于微分的乘法法则。如果 d(uv)/dx = u · dv/dx + v · du/dx,那么重排并积分两边得到:

    ∫ u dv = uv − ∫ v du

    In practice, you choose one part of the integrand as u (which becomes simpler when differentiated) and the rest as dv (which you can integrate).

    实际应用中,你选择被积函数的一部分作为 u(它在求导后变得更简单),其余部分作为 dv(你能够积分的部分)。

    2.2 The LIATE Rule | LIATE 法则

    How do you choose u? Use the LIATE priority order, from highest to lowest priority for u:

    如何选择 u?使用 LIATE 优先级顺序,从高到低确定 u 的选择:

    Priority Function Type Examples
    L Logarithmic ln x, log₂ x
    I Inverse Trigonometric arcsin x, arctan x
    A Algebraic (Polynomial) x², x³ + 2x
    T Trigonometric sin x, cos x, tan x
    E Exponential eˣ, 2ˣ

    L has the highest priority for u, E the lowest. So for ∫ x eˣ dx, u = x (algebraic, higher priority than exponential) and dv = eˣ dx.

    L 的优先级最高(最适合做 u),E 的优先级最低。因此对于 ∫ x eˣ dx,u = x(代数函数,优先级高于指数函数),dv = eˣ dx。

    2.3 Worked Example 1: Polynomial × Exponential | 例题 1:多项式 × 指数函数

    Evaluate ∫ x eˣ dx

    计算 ∫ x eˣ dx

    By LIATE: u = x, dv = eˣ dx. Then du = dx, v = eˣ. Applying the formula: ∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C.

    根据 LIATE:u = x,dv = eˣ dx。则 du = dx,v = eˣ。应用公式:∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C。

    2.4 Worked Example 2: Logarithmic Function | 例题 2:对数函数

    Evaluate ∫ ln x dx

    计算 ∫ ln x dx

    There appears to be only one function here, but we can treat it as ∫ 1 · ln x dx. By LIATE: u = ln x (L, highest priority), dv = dx. Then du = (1/x) dx, v = x. So ∫ ln x dx = x ln x − ∫ x · (1/x) dx = x ln x − ∫ 1 dx = x ln x − x + C.

    这里看似只有一个函数,但我们可以把它看作 ∫ 1 · ln x dx。根据 LIATE:u = ln x(L,最高优先级),dv = dx。则 du = (1/x) dx,v = x。因此 ∫ ln x dx = x ln x − ∫ x · (1/x) dx = x ln x − ∫ 1 dx = x ln x − x + C。

    2.5 Worked Example 3: Repeated Integration by Parts | 例题 3:重复分部积分

    Evaluate ∫ x² sin x dx

    计算 ∫ x² sin x dx

    Sometimes one round is not enough. Here u = x², dv = sin x dx. Then du = 2x dx, v = −cos x. First round: ∫ x² sin x dx = −x² cos x + ∫ 2x cos x dx. Now apply integration by parts again to ∫ 2x cos x dx, with u = 2x, dv = cos x dx. Second round gives: ∫ 2x cos x dx = 2x sin x − ∫ 2 sin x dx = 2x sin x + 2 cos x. Final answer: −x² cos x + 2x sin x + 2 cos x + C.

    有时一轮分部积分不够。这里 u = x²,dv = sin x dx。则 du = 2x dx,v = −cos x。第一轮:∫ x² sin x dx = −x² cos x + ∫ 2x cos x dx。现在对 ∫ 2x cos x dx 再次应用分部积分,令 u = 2x,dv = cos x dx。第二轮得到:∫ 2x cos x dx = 2x sin x − ∫ 2 sin x dx = 2x sin x + 2 cos x。最终答案:−x² cos x + 2x sin x + 2 cos x + C。

    2.6 Common Pitfall: Choosing the Wrong u | 常见陷阱:选错 u

    If you reverse the LIATE rule — for example, choosing u = eˣ and dv = x dx in ∫ x eˣ dx — the integral becomes more complicated: ∫ x eˣ dx = (x²/2)eˣ − ∫ (x²/2)eˣ dx. Now you have x² in the remaining integral, which is even harder. Always apply LIATE correctly.

    如果你把 LIATE 法则用反了——例如在 ∫ x eˣ dx 中选择 u = eˣ 和 dv = x dx——积分会变得更复杂:∫ x eˣ dx = (x²/2)eˣ − ∫ (x²/2)eˣ dx。现在剩下的积分中出现了 x²,更难处理。一定要正确使用 LIATE 法则。

    3. Integration Using Partial Fractions | 部分分式积分法

    3.1 The Core Idea | 核心思想

    Partial fractions decompose a rational function (one polynomial divided by another) into a sum of simpler fractions. Each simpler fraction can then be integrated using standard results — typically yielding logarithms or arctangents.

    部分分式将有理函数(一个多项式除以另一个多项式)分解为多个简单分式的和。每个简单分式都可以用标准公式积分——通常会得到对数或反正切函数。

    3.2 The Method Step-by-Step | 方法步骤

    Step 1: Ensure the degree of the numerator is less than the degree of the denominator. If not, perform polynomial long division first.

    步骤 1:确保分子的次数低于分母的次数。如果不是,先进行多项式长除。

    Step 2: Factorise the denominator completely into linear factors (ax + b) and irreducible quadratic factors (ax² + bx + c).

    步骤 2:将分母完全因式分解为线性因子 (ax + b) 和不可约的二次因子 (ax² + bx + c)。

    Step 3: Write the partial fraction decomposition with unknown constants.

    步骤 3:写出包含未知常数的部分分式分解形式。

    Step 4: Solve for the constants by equating coefficients or substituting convenient values of x.

    步骤 4:通过比较系数或代入方便的 x 值来求出这些常数。

    Step 5: Integrate each term separately.

    步骤 5:分别积分每一项。

    3.3 Case 1: Distinct Linear Factors | 情况 1:不同的线性因子

    Evaluate ∫ (2x + 1) / [(x − 1)(x + 2)] dx

    计算 ∫ (2x + 1) / [(x − 1)(x + 2)] dx

    Write: (2x + 1) / [(x − 1)(x + 2)] = A/(x − 1) + B/(x + 2). Multiply through by (x − 1)(x + 2): 2x + 1 = A(x + 2) + B(x − 1). Substitute x = 1: 3 = 3A ⇒ A = 1. Substitute x = −2: −3 = −3B ⇒ B = 1. So the integral becomes ∫ [1/(x − 1) + 1/(x + 2)] dx = ln|x − 1| + ln|x + 2| + C = ln|(x − 1)(x + 2)| + C.

    设:(2x + 1) / [(x − 1)(x + 2)] = A/(x − 1) + B/(x + 2)。两边同乘 (x − 1)(x + 2):2x + 1 = A(x + 2) + B(x − 1)。代入 x = 1:3 = 3A ⇒ A = 1。代入 x = −2:−3 = −3B ⇒ B = 1。因此积分变为 ∫ [1/(x − 1) + 1/(x + 2)] dx = ln|x − 1| + ln|x + 2| + C = ln|(x − 1)(x + 2)| + C。

    3.4 Case 2: Repeated Linear Factors | 情况 2:重复的线性因子

    For a factor like (x − a)ⁿ, you need terms with denominators (x − a), (x − a)², …, (x − a)ⁿ.

    对于像 (x − a)ⁿ 这样的因子,你需要分母分别为 (x − a)、(x − a)²… (x − a)ⁿ 的各项。

    Evaluate ∫ (3x + 5) / (x + 1)² dx

    计算 ∫ (3x + 5) / (x + 1)² dx

    Write: (3x + 5)/(x + 1)² = A/(x + 1) + B/(x + 1)². Multiply: 3x + 5 = A(x + 1) + B = Ax + (A + B). Equating coefficients: for x: A = 3; constant: A + B = 5 ⇒ 3 + B = 5 ⇒ B = 2. So the integral becomes ∫ [3/(x + 1) + 2/(x + 1)²] dx = 3 ln|x + 1| − 2/(x + 1) + C.

    设:(3x + 5)/(x + 1)² = A/(x + 1) + B/(x + 1)²。两边同乘:3x + 5 = A(x + 1) + B = Ax + (A + B)。比较系数:x 项:A = 3;常数项:A + B = 5 ⇒ 3 + B = 5 ⇒ B = 2。因此积分变为 ∫ [3/(x + 1) + 2/(x + 1)²] dx = 3 ln|x + 1| − 2/(x + 1) + C。

    3.5 Case 3: Irreducible Quadratic Factor | 情况 3:不可约二次因子

    When the denominator has an irreducible quadratic factor ax² + bx + c (where b² − 4ac < 0), the numerator must be linear: (Ax + B)/(ax² + bx + c). Integrating this typically involves completing the square and using the arctangent formula.

    当分母包含不可约二次因子 ax² + bx + c(其中 b² − 4ac < 0)时,分子必须是一次式:(Ax + B)/(ax² + bx + c)。积分这类式子通常需要配方并使用反正切公式。

    Evaluate ∫ (2x + 3) / (x² + 4x + 13) dx

    计算 ∫ (2x + 3) / (x² + 4x + 13) dx

    Complete the square: x² + 4x + 13 = (x + 2)² + 9. Now write numerator to match: 2x + 3 = 2(x + 2) − 1. The integral splits into ∫ 2(x + 2)/[(x + 2)² + 9] dx − ∫ 1/[(x + 2)² + 9] dx. First part: let u = (x + 2)² + 9, du = 2(x + 2) dx ⇒ ln|(x + 2)² + 9|. Second part: (1/3) arctan[(x + 2)/3]. Final: ln|x² + 4x + 13| − (1/3) arctan[(x + 2)/3] + C.

    配方:x² + 4x + 13 = (x + 2)² + 9。将分子重写以匹配:2x + 3 = 2(x + 2) − 1。积分拆分为 ∫ 2(x + 2)/[(x + 2)² + 9] dx − ∫ 1/[(x + 2)² + 9] dx。第一部分:令 u = (x + 2)² + 9,du = 2(x + 2) dx ⇒ ln|(x + 2)² + 9|。第二部分:(1/3) arctan[(x + 2)/3]。最终结果:ln|x² + 4x + 13| − (1/3) arctan[(x + 2)/3] + C。

    4. Choosing the Right Technique | 选择正确的技巧

    Students often struggle most not with executing the techniques, but with knowing which one to apply. Here is a decision flowchart distilled from hundreds of A-Level exam problems:

    学生最常遇到的困难往往不是执行技巧本身,而是不知道该用哪一种。以下是从数百道 A-Level 真题中提炼出的决策流程图:

    Pattern in Integrand Recommended Technique Example
    f(g(x)) · g'(x) — clear inner derivative Substitution ∫ 2x sin(x²) dx
    Product of two different function types Integration by Parts ∫ x ln x dx, ∫ x eˣ dx
    Rational function (polynomial/polynomial) Partial Fractions ∫ (x+1)/(x²−1) dx
    Single ln or inverse trig Integration by Parts (dv = dx) ∫ ln x dx
    Trigonometric powers Substitution (often) ∫ sin³x cos x dx
    eᵏˣ × sin/cos Parts (twice, then solve) ∫ eˣ sin x dx

    5. Exam Strategy and Common Mistakes | 考试策略与常见错误

    5.1 The Constant of Integration | 积分常数

    Never forget +C for indefinite integrals. In A-Level exams, omitting the constant can cost you a mark even if the rest is perfect. For definite integrals, make sure you evaluate both limits correctly — this is where most arithmetic mistakes occur.

    千万不要忘记不定积分的 +C。在 A-Level 考试中,即使其他部分完全正确,遗漏常数项也可能丢分。对于定积分,确保正确代入两个积分限——这是算术错误最常出现的地方。

    5.2 Sign Errors in Integration by Parts | 分部积分中的符号错误

    The formula is ∫ u dv = uv − ∫ v du. The minus sign is critical. A common slip is writing + instead of −, especially after multiple rounds of integration by parts. Double-check your signs at every step.

    公式是 ∫ u dv = uv − ∫ v du。减号至关重要。一个常见的失误是在多轮分部积分后把减号写成加号。每一步都要仔细检查符号。

    5.3 Checking Your Answer | 检验你的答案

    The beauty of integration is that you can always verify your result by differentiating it. If the derivative of your answer gives back the original integrand, you are correct. This is the single most powerful exam technique — use it whenever you have time.

    积分的美妙之处在于你总是可以通过求导来验证结果。如果你答案的导数等于原来的被积函数,你就是对的。这是最强大的考试技巧——只要时间允许,一定要用它来检验。

    5.4 The “Special Case” Trap | “特殊情况”陷阱

    Some integrals look like they need one technique but actually require another. For example, ∫ 1/(x ln x) dx looks like a candidate for partial fractions, but it is actually solved by the substitution u = ln x, giving ∫ 1/u du = ln|ln x| + C. Always scan the integral for a f'(x)/f(x) pattern before diving into more complex methods.

    有些积分表面上看起来需要某种技巧,但实际上需要另一种。例如,∫ 1/(x ln x) dx 看起来像是部分分式的候选者,但实际上用换元 u = ln x 即可解决,得到 ∫ 1/u du = ln|ln x| + C。在深入使用更复杂的方法之前,始终先检查积分中是否存在 f'(x)/f(x) 的模式。

    6. Summary | 总结

    Mastering integration techniques is a journey of pattern recognition. The three pillars — substitution, integration by parts, and partial fractions — cover the vast majority of A-Level integration problems. Practice is essential: start with textbook exercises that tell you which method to use, then progress to mixed exercises where you must decide the approach yourself. Remember, the best mathematicians are not those who never make mistakes, but those who catch their mistakes by verifying their answers.

    掌握积分技巧是一个模式识别的过程。三大支柱——换元法、分部积分法和部分分式法——涵盖了 A-Level 中绝大部分积分问题。练习至关重要:从标注了使用方法的课本习题开始,然后过渡到需要你自己决定方法的混合习题。请记住,最好的数学家不是从不犯错的人,而是那些通过验证答案来发现并纠正错误的人。

    Key takeaway: Before you start integrating, pause and look at the integrand. Is there a composite function with its derivative sitting next to it? (Substitution.) Is it a product of two distinct function types? (Parts.) Is it a rational function? (Partial fractions.) This three-second scan will save you minutes of wasted work and countless marks in your exam.

    核心要点:在开始积分之前,停下来审视被积函数。是否有复合函数与其导数紧挨着?(换元法。)是否是两种不同函数类型的乘积?(分部积分法。)是否是有理函数?(部分分式法。)这三秒钟的扫描将为你节省数分钟的无用功,并在考试中避免大量失分。

  • A-Level 数学:分部积分法完全指南 | Integration by Parts: The Complete Guide

    在 A-Level 数学(尤其是 Edexcel、AQA 和 OCR 考试局)中,分部积分法(Integration by Parts) 是必考的核心积分技巧。它不仅出现在纯数学(Pure Mathematics)卷中,还在力学和统计学的应用题中频繁使用。本文将带你从基础公式到高阶技巧,全面掌握分部积分法。

    In A-Level Mathematics — particularly for Edexcel, AQA, and OCR exam boards — Integration by Parts is an essential integration technique that appears frequently. It features not only in Pure Mathematics papers but also in applied contexts across Mechanics and Statistics. This guide takes you from the fundamental formula to advanced strategies for complete mastery.

    1. 分部积分公式 | The Integration by Parts Formula

    分部积分法源于微分的乘积法则(Product Rule)。回顾一下:如果 \( u \) 和 \( v \) 都是 \( x \) 的函数,那么:

    Integration by Parts is derived from the Product Rule for differentiation. Recall: if \( u \) and \( v \) are both functions of \( x \), then:

    \[ \frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx} \]

    两边积分并移项,得到分部积分公式:

    Integrating both sides and rearranging gives the Integration by Parts formula:

    \[ \int u \, \frac{dv}{dx} \, dx = uv – \int v \, \frac{du}{dx} \, dx \]

    更简洁的写法(A-Level 考试中常用):

    A more compact form (commonly used in A-Level exams):

    \[ \int u \, dv = uv – \int v \, du \]

    💡 关键思路:我们把一个复杂的积分 \( \int u\,dv \) 转化为一个(希望)更简单的积分 \( \int v\,du \)。

    💡 Core Idea: We transform a complex integral \( \int u\,dv \) into a (hopefully) simpler integral \( \int v\,du \).

    2. 如何选择 \( u \) 和 \( dv \) | How to Choose \( u \) and \( dv \)

    选择正确的 \( u \) 是分部积分法成功的关键。使用 LIATE 法则(优先级从高到低):

    Choosing the right \( u \) is the key to success with Integration by Parts. Use the LIATE Rule (priority from highest to lowest):

    • L — Logarithmic functions 对数函数:\( \ln x, \ln(ax+b) \)
    • I — Inverse trigonometric functions 反三角函数:\( \arcsin x, \arctan x \)
    • A — Algebraic functions 代数函数:\( x^n, (ax+b)^n \)
    • T — Trigonometric functions 三角函数:\( \sin x, \cos x, \tan x \)
    • E — Exponential functions 指数函数:\( e^x, a^x \)

    选择 LIATE 中较高的类别作为 \( u \),其余部分(包括 \( dx \))作为 \( dv \)。

    Choose the higher-ranked category in LIATE as \( u \), and the rest (including \( dx \)) as \( dv \).

    💡 记忆口诀(中文):”对数反代三角指 —— 谁在前面谁当 u”

    3. 经典例题 | Classic Worked Examples

    例题 1 | Example 1: \( \int x e^x \, dx \)

    按照 LIATE:Algebraic (\( x \)) 优先于 Exponential (\( e^x \)),因此:

    Following LIATE: Algebraic (\( x \)) ranks above Exponential (\( e^x \)), so:

    \[ u = x, \quad dv = e^x \, dx \]

    \[ du = dx, \quad v = e^x \]

    代入公式:

    Substituting into the formula:

    \[ \int x e^x \, dx = x e^x – \int e^x \, dx = x e^x – e^x + C = e^x(x – 1) + C \]

    ✅ 验证:对 \( e^x(x-1) \) 求导,使用乘积法则,得到 \( e^x(x-1) + e^x \cdot 1 = xe^x \)。正确!

    ✅ Check: Differentiate \( e^x(x-1) \) using the Product Rule: \( e^x(x-1) + e^x \cdot 1 = xe^x \). Correct!

    例题 2 | Example 2: \( \int x^2 \sin x \, dx \)

    按照 LIATE:Algebraic (\( x^2 \)) 优先于 Trigonometric (\( \sin x \)):

    Following LIATE: Algebraic (\( x^2 \)) ranks above Trigonometric (\( \sin x \)):

    \[ u = x^2, \quad dv = \sin x \, dx \]

    \[ du = 2x\,dx, \quad v = -\cos x \]

    \[ \int x^2 \sin x \, dx = -x^2 \cos x + \int 2x \cos x \, dx \]

    新的积分 \( \int 2x\cos x \, dx \) 仍需要分部积分法(再次使用!):

    The new integral \( \int 2x\cos x \, dx \) still requires Integration by Parts (apply again!):

    \[ u = 2x, \quad dv = \cos x \, dx; \quad du = 2\,dx, \quad v = \sin x \]

    \[ \int 2x \cos x \, dx = 2x\sin x – \int 2\sin x \, dx = 2x\sin x + 2\cos x + C \]

    最终答案:

    Final answer:

    \[ \int x^2 \sin x \, dx = -x^2\cos x + 2x\sin x + 2\cos x + C \]

    📌 这个例题展示了重复使用分部积分法的技巧——每次积分都会降低 \( x \) 的次数。

    📌 This example demonstrates the repeated Integration by Parts technique — each integration reduces the power of \( x \).

    例题 3 | Example 3: \( \int \ln x \, dx \) (A-Level 经典题)

    初看,这似乎只有一个函数。技巧是:设 \( u = \ln x \),\( dv = 1 \cdot dx \):

    At first glance, this looks like a single function. The trick: set \( u = \ln x \), \( dv = 1 \cdot dx \):

    \[ u = \ln x, \quad dv = dx \]

    \[ du = \frac{1}{x}dx, \quad v = x \]

    \[ \int \ln x \, dx = x\ln x – \int x \cdot \frac{1}{x} \, dx = x\ln x – \int 1 \, dx = x\ln x – x + C \]

    🎯 这是 A-Level 考试的高频题,必须熟记!

    🎯 This is a high-frequency exam question in A-Level — memorize it!

    4. 高级技巧 | Advanced Techniques

    技巧 1:循环积分 | Technique 1: Cyclic Integration

    当两次分部积分后,原积分重新出现时,可以像解方程一样求出结果。

    When the original integral reappears after two rounds of Integration by Parts, you can solve for it like an equation.

    例题 | Example: \( \int e^x \sin x \, dx \)

    设 \( I = \int e^x \sin x \, dx \)

    第一次分部积分(选 \( u = \sin x, dv = e^x dx \)):

    First Integration by Parts (choose \( u = \sin x, dv = e^x dx \)):

    \[ I = e^x\sin x – \int e^x \cos x \, dx \]

    对剩余积分再次使用分部积分法(\( u = \cos x, dv = e^x dx \)):

    Apply Integration by Parts again to the remaining integral (\( u = \cos x, dv = e^x dx \)):

    \[ I = e^x\sin x – \left( e^x\cos x + \int e^x \sin x \, dx \right) \]

    \[ I = e^x\sin x – e^x\cos x – I \]

    \[ 2I = e^x(\sin x – \cos x) \]

    \[ I = \frac{e^x(\sin x – \cos x)}{2} + C \]

    ⚠️ 常见陷阱:如果你两次都选同类型的函数作为 \( u \)(比如两次都选三角函数),循环不会闭合。第一次选三角函数,第二次也要选三角函数(不能用指数函数代替),这样原积分才会精确重现。

    ⚠️ Common Pitfall: If you switch which type of function you choose as \( u \) in the second round, the original integral won’t reappear. Keep the same type (trig in both rounds, or exponential in both) for the cycle to close.

    技巧 2:分部积分与定积分 | Technique 2: Integration by Parts with Definite Integrals

    对于定积分,公式变为:

    For definite integrals, the formula becomes:

    \[ \int_a^b u \, dv = \Big[uv\Big]_a^b – \int_a^b v \, du \]

    例题 | Example: \( \int_0^1 x e^{2x} \, dx \)

    \[ u = x, \quad dv = e^{2x}dx; \quad du = dx, \quad v = \frac{1}{2}e^{2x} \]

    \[ \int_0^1 x e^{2x} dx = \Big[\frac{x}{2}e^{2x}\Big]_0^1 – \int_0^1 \frac{1}{2}e^{2x} dx \]

    \[ = \frac{1}{2}e^2 – 0 – \Big[\frac{1}{4}e^{2x}\Big]_0^1 = \frac{e^2}{2} – \left(\frac{e^2}{4} – \frac{1}{4}\right) = \frac{e^2 + 1}{4} \]

    5. 考试技巧与常见错误 | Exam Tips & Common Mistakes

    • ❌ 错误:忘了 “+C” —— 不定积分必须加积分常数!考试中每个遗漏扣1分。
    • ❌ Mistake: Forgetting “+C” — Always add the constant of integration for indefinite integrals! One mark lost per omission.
    • ❌ 错误:选反了 u —— 如果用 LIATE 选了错误的 u,积分会越做越复杂。例如在 \( \int xe^x dx \) 中如果选 \( u=e^x \),会陷入死循环。
    • ❌ Mistake: Wrong choice of u — Picking the wrong u (against LIATE) makes the integral more complex. In \( \int xe^x dx \), choosing \( u = e^x \) leads to a dead end.
    • ❌ 错误:\( dv \) 必须包含 \( dx \) —— 许多学生忘记 \( dv \) 是导数形式,必须包含 \( dx \)。
    • ❌ Mistake: dv must include dx — Many students forget that dv is in derivative form and must include dx.
    • ✅ 技巧:先积分再代入 —— 对于定积分的分部积分,先做不定积分得到原函数,再代入上下限,通常更不容易出错。
    • ✅ Tip: Integrate first, then substitute — For definite integrals with Integration by Parts, find the antiderivative first, then apply limits — usually less error-prone.
    • ✅ 技巧:写出完整的 u, dv, du, v 表格 —— 考试中,清晰标注这四个量可以帮助你避免代数错误,并得到方法分(Method Marks)。
    • ✅ Tip: Write a full u, dv, du, v table — In exams, clearly labeling these four quantities helps avoid algebraic errors and secures Method Marks.

    6. 练习题 | Practice Questions

    尝试以下题目检验你的理解(答案见文末):

    Try these questions to test your understanding (answers at the end):

    1. \( \displaystyle \int x \cos x \, dx \)
    2. \( \displaystyle \int x^3 \ln x \, dx \)
    3. \( \displaystyle \int e^{2x} \cos x \, dx \)(提示:循环积分)
    4. \( \displaystyle \int_0^{\pi/2} x \sin x \, dx \)(定积分)
    5. \( \displaystyle \int (\ln x)^2 \, dx \)(需两次分部积分)

    7. 总结 | Summary

    步骤 Step中文English
    1用 LIATE 选择 \( u \)Choose \( u \) using LIATE
    2确定 \( dv \)(剩余部分 + dx)Identify \( dv \) (remaining part + dx)
    3计算 \( du \)(对 \( u \) 求导)Compute \( du \) (differentiate \( u \))
    4计算 \( v \)(对 \( dv \) 积分)Compute \( v \) (integrate \( dv \))
    5代入公式 \( uv – \int v\,du \)Substitute into \( uv – \int v\,du \)
    6计算剩余积分 + 加 CEvaluate remaining integral + add C

    分部积分法是 A-Level 数学工具箱中不可或缺的一部分。掌握 LIATE 法则、循环积分技巧和定积分形式后,你将能够自信应对任何考试题目。记住:多练习是王道!

    Integration by Parts is an indispensable tool in your A-Level Mathematics toolkit. With LIATE, the cyclic technique, and the definite integral form under your belt, you’ll tackle any exam question with confidence. Remember: practice makes perfect!

    答案 | Answers

    1. \( x\sin x + \cos x + C \)
    2. \( \frac{x^4}{4}\ln x – \frac{x^4}{16} + C \)
    3. \( \frac{e^{2x}}{5}(2\cos x + \sin x) + C \)
    4. \( 1 \)
    5. \( x(\ln x)^2 – 2x\ln x + 2x + C \)