📚 Edexcel Maths: Binomial Expansion | Edexcel 数学:二项式展开 考点精讲
Binomial expansion is one of the most elegant and practical topics in the Edexcel A-Level Maths syllabus. It appears in Pure Mathematics and finds applications in approximation, probability, and series. Mastering binomial expansion not only secures marks in the exam but also builds a solid foundation for further calculus and numerical methods. This article systematically explains the core concepts, formulas, and exam strategies, helping you avoid common pitfalls and tackle any binomial expansion question with confidence.
二项式展开是 Edexcel A-Level 数学大纲中最优雅且实用的专题之一,属于纯数部分,广泛应用于近似计算、概率与级数。掌握二项式展开不仅能在考试中稳拿分数,还能为后续的微积分与数值分析打下坚实基础。本文系统讲解核心概念、公式与应试策略,帮助你避开常见误区,从容应对各类二项式展开考题。
1. Introduction to Binomial Expansion | 二项式展开介绍
A binomial is an algebraic expression containing two terms, such as (a + b). The binomial expansion expresses (a + b)n as a sum of terms involving powers of a and b. When n is a positive integer, the expansion terminates after n+1 terms. For non-integer or negative n, the expansion becomes an infinite series, which is a powerful tool for approximation and algebraic manipulation.
二项式是含有两个项的代数式,例如 (a + b)。二项式展开将 (a + b)n 表示为 a 与 b 的幂次之和。当 n 为正整数时,展开为有限项,共有 n+1 项;当 n 为负数或分数时,展开变为无穷级数,成为近似计算与代数变换的重要工具。
2. Binomial Theorem and Pascal’s Triangle | 二项式定理与帕斯卡三角形
For a positive integer n, the binomial theorem states: (a + b)n = Σr=0n nCr an−r br, where nCr is the binomial coefficient. These coefficients can be read directly from Pascal’s triangle. The triangle is constructed by adding the two numbers above to obtain the number below. This visual pattern helps in remembering coefficients for small n, but the formula using factorial notation is more efficient for larger powers.
对于正整数 n,二项式定理为:(a + b)n = Σr=0n nCr an−r br,其中 nCr 为二项式系数。这些系数可直接从帕斯卡三角形中读出。三角形的构造方法是每个数等于其上方两数之和,这一视觉规律有助于记忆小幂次的系数,但对于较大指数,使用阶乘公式效率更高。
3. Factorial Notation and nCr | 阶乘符号和 nCr
The binomial coefficient nCr is defined as n! / [r! (n−r)!]. Here, n! (n factorial) is the product of all positive integers from 1 to n. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120. By definition, 0! = 1. The nCr formula allows you to compute coefficients without drawing Pascal’s triangle, and it is essential when tackling expansions where n is large or when finding a specific term.
二项式系数 nCr 定义为 n! / [r! (n−r)!]。其中 n!(n 的阶乘)表示从 1 到 n 的所有正整数之积,例如 5! = 5 × 4 × 3 × 2 × 1 = 120。规定 0! = 1。nCr 公式让你无需画出帕斯卡三角形即可计算系数,当 n 较大或需要求特定项时尤其重要。
4. General Term of (a + b)n | (a + b)n 的通项公式
When expanding (a + b)n, the general term Tr+1 is given by nCr an−r br, where r starts from 0. The powers of a decrease from n to 0, while powers of b increase from 0 to n. The sum of the exponents in each term is always n. This symmetry makes the expansion easier to verify: the k-th term from the end equals the k-th term from the beginning if a and b are swapped.
展开 (a + b)n 时,通项 Tr+1 为 nCr an−r br,其中 r 从 0 开始。a 的指数从 n 递减至 0,b 的指数从 0 递增至 n。每一项中两指数之和恒为 n。这种对称性便于验证展开式:若交换 a 与 b,从末尾数起的第 k 项与从开头数起的第 k 项相同。
5. Expanding (1 + x)n for Rational n | (1 + x)n 的有理数指数展开
For any rational number n (including negative and fractional values), provided |x| < 1, the binomial expansion of (1 + x)n is an infinite series:
(1 + x)n = 1 + nx + [n(n−1)/2!] x2 + [n(n−1)(n−2)/3!] x3 + …
This series is especially useful for approximations because terms become smaller as the power of x increases. In exam questions, you are usually required to expand only the first few terms, such as up to x3.
当 n 为任何有理数(包括负数和分数)且 |x| < 1 时,(1 + x)n 的二项式展开为一无穷级数:
(1 + x)n = 1 + nx + [n(n−1)/2!] x2 + [n(n−1)(n−2)/3!] x3 + …
由于 x 的高次幂项数值越来越小,该级数在近似计算中极为实用。考试中通常只要求展开至 x3 等前几项。
6. Validity of the Expansion | 展开的有效性
The infinite series expansion for (1 + x)n is only valid when |x| < 1. If the binomial is of the form (a + bx)n, you must first rewrite it as an (1 + (b/a)x)n and then require |(b/a)x| < 1. Misunderstanding this condition is a common mistake. Note that for positive integer n, the expansion terminates and is valid for all x; the validity condition only applies when n is not a positive integer.
(1 + x)n 的无穷级数展开仅在 |x| < 1 时有效。若二项式为 (a + bx)n,需先写成 an (1 + (b/a)x)n,再要求 |(b/a)x| < 1。对此条件的误解是常见错误。注意,当 n 为正整数时,展开是有限项且对所有 x 都成立;有效条件仅适用于 n 非正整数的情况。
7. Finding Coefficients and Terms | 求系数与特定项
Exam questions often ask for a specific coefficient, such as the coefficient of x4 in the expansion of (2 + 3x)7. Using the general term, set r such that the power of x becomes 4. Then calculate the corresponding coefficient, which includes the numerical factor from the binomial coefficient and any constants raised to powers. Sketching a quick table of indices can prevent errors when multiple variables are involved.
考题常要求找出特定系数,如 (2 + 3x)7 展开式中 x4 的系数。利用通项,设定 r 使 x 的指数为 4,再计算相应的系数,包括二项式系数与各常数幂次的乘积。涉及多个变量时,快速列出指数表格能有效避免错误。
8. Approximations using Binomial Expansion | 利用二项式展开进行近似计算
One of the most practical applications is approximating values like √(1.02) or (0.98)5. For example, √(1.02) can be written as (1 + 0.02)1/2 and expanded to a few terms. The error decreases as more terms are included. Edexcel questions often ask you to find an approximate value to a specified number of decimal places and then compare it with the exact value.
二项式展开最实用的应用之一是近似计算数值,如 √(1.02) 或 (0.98)5。例如 √(1.02) 可写作 (1 + 0.02)1/2 并展开几项,项数越多误差越小。Edexcel 试题常要求求取指定小数位的近似值,并与精确值比较。
9. Binomial Expansion of Rational Functions | 有理函数的二项式展开
When a rational expression such as (2+x)/(1−x)2 needs expanding, partial fractions combined with binomial expansion become necessary. Decompose the fraction into simpler parts of the form A(1−x)−1 + B(1−x)−2 and then expand each separately. This combined technique is frequently tested in the Pure Mathematics papers and demonstrates the synergy between different algebraic methods.
当需要展开如 (2+x)/(1−x)2 的有理式时,常需借助部分分式与二项式展开。将分式拆分为形如 A(1−x)−1 + B(1−x)−2 的简单部分,再分别展开。这种综合技巧在纯数试卷中频繁出现,展现了不同代数方法的协同作用。
10. Common Mistakes and Exam Tips | 常见错误与应试技巧
Some typical errors include: forgetting to raise the constant factor to the required power; misapplying the validity condition; incorrectly simplifying factorial expressions; and omitting the term when r = 0. Always factor out the constant to get (1 + kx)n form before expanding. A structured approach—identify a, b, n, then write the general term—will systematically guide you to the correct answer.
常见错误包括:忘记将常数因子乘方、误用有效条件、错误简化阶乘表达式、以及遗漏 r = 0 时的项。务必先提取常数化为 (1 + kx)n 形式再展开。有条理的方法——确认 a, b, n,再写出通项——能系统引导你得出正确答案。
11. Practice Problems and Solutions | 练习题与解答
Let’s work through a typical exam question: Expand (2 − 3x)−2 in ascending powers of x up to the term in x3, stating the range of validity. First, rewrite as 2−2(1 − (3/2)x)−2 = (1/4)(1 − (3/2)x)−2. Expand using the binomial series: 1 + 2×(3/2)x + [2×3/(2!)]×(3/2)2x2 + … . After simplification, the expansion is (1/4)[1 + 3x + (27/4)x2 + (27/2)x3 + …]. Validity: |(3/2)x| < 1, i.e., |x| < 2/3. Such worked examples reinforce the step‑by‑step method.
我们看一道典型考题:将 (2 − 3x)−2 按 x 的升幂展开至 x3 项,并写出有效范围。先改写为 2−2(1 − (3/2)x)−2 = (1/4)(1 − (3/2)x)−2。用二项式级数展开:1 + 2×(3/2)x + [2×3/(2!)]×(3/2)2x2 + … 。化简后得 (1/4)[1 + 3x + (27/4)x2 + (27/2)x3 + …]。有效范围:|(3/2)x| < 1,即 |x| < 2/3。此类例题能巩固分步解题法。
12. Conclusion and Summary | 总结
Binomial expansion is a versatile topic that bridges algebra, calculus, and numerical methods. The key takeaways are: memorise the general term for (a + b)n, understand the factorial-based nCr formula, convert any binomial into the (1 + x)n form for infinite series, and always state the validity condition. With regular practice, you will be able to solve even the most complex binomial expansion problems efficiently and accurately in your Edexcel exams.
二项式展开是连接代数、微积分与数值计算的桥梁专题。核心要点为:熟记 (a + b)n 的通项公式,理解基于阶乘的 nCr 公式,将任意二项式转化为 (1 + x)n 形式以进行无穷级数展开,并务必陈述有效条件。通过持续练习,你将能够在 Edexcel 考试中高效且准确地解决最复杂的二项式展开问题。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导