Binomial Expansion | A-Level Edexcel 数学:二项式展开 考点精讲

📚 Binomial Expansion | A-Level Edexcel 数学:二项式展开 考点精讲

Binomial expansion is a fundamental topic in the Edexcel A-Level Mathematics syllabus. It provides a systematic way to expand expressions of the form (a+b)n and (1+x)n, where n can be a positive integer, a negative integer, or a rational number. Mastering binomial expansions enables you to simplify algebraic expressions, find specific coefficients, and approximate values efficiently. This guide covers the key concepts, theorems, and exam techniques required for both AS and A2 level papers.

二项式展开是 Edexcel A-Level 数学大纲中的基础主题。它为展开形如 (a+b)n 和 (1+x)n 的表达式提供了系统方法,其中 n 可以是正整数、负整数或有理数。掌握二项式展开能帮助你高效地化简代数式、求特定项的系数以及进行近似计算。本指南覆盖了 AS 与 A2 阶段考试所需的核心概念、定理和应试技巧。

1. Introduction to Binomial Expansion | 二项式展开简介

A binomial is an algebraic expression with two terms connected by a plus or minus sign, such as (x+y) or (2x-3). Expanding a binomial raised to a power means writing it as a sum of terms without brackets. For small exponents, you can multiply out, but as the exponent grows, using the binomial theorem is far more efficient. The method relies on patterns first observed in Pascal’s Triangle and later formalised using factorial notation and the binomial coefficient nCr.

二项式是由加号或减号连接的两个项组成的代数式,例如 (x+y) 或 (2x-3)。将二项式的幂展开意味着将其写成无括号的各项之和。对于较小的指数,可以直接连乘展开,但随着指数增大,使用二项式定理会高效得多。该方法依赖最初在帕斯卡三角中观察到的模式,后来通过阶乘符号和二项式系数 nCr 加以形式化。

2. Pascal’s Triangle for Positive Integer Exponents | 正整数指数的帕斯卡三角

For a positive integer n, the coefficients of the expansion of (a+b)n can be read directly from Pascal’s Triangle. The (n+1)th row (starting from row 0) gives the coefficients. Row 0: 1; row 1: 1 1; row 2: 1 2 1; row 3: 1 3 3 1; row 4: 1 4 6 4 1, and so on. Each number is the sum of the two numbers above it. Pascal’s Triangle is a quick tool for small values of n but becomes impractical for large n or non-integer n.

对于正整数 n,(a+b)n 展开式的系数可以直接从帕斯卡三角中读取。第 (n+1) 行(从第 0 行开始)给出系数。第 0 行:1;第 1 行:1 1;第 2 行:1 2 1;第 3 行:1 3 3 1;第 4 行:1 4 6 4 1,依此类推。每个数字是其上方两个数字之和。帕斯卡三角对于较小的 n 是一个快速工具,但对于较大的 n 或非整数 n 则不实用。

1
1 1
1 2 1
1 3 3 1

Figure: Rows 0 to 4 of Pascal’s Triangle / 帕斯卡三角第 0 至 4 行

3. Binomial Coefficient Notation (nCr) | 二项式系数符号 nCr

The binomial coefficient, written as nCr or nCr, or in factorial form as n!/(r!(n-r)!), gives the number of ways to choose r items from n items without regard to order. In binomial expansion, it serves as the coefficient of the term an-rbr in the expansion of (a+b)n. For example, 5C2 = 5!/(2!3!) = 10. Your calculator will have an nCr function, which is invaluable in exams. Remember that nC0 = nCn = 1.

二项式系数通常写作 nCr 或 nCr,或以阶乘形式 n!/(r!(n-r)!) 表示,它表示从 n 个物品中无序选取 r 个物品的方式数目。在二项式展开中,它充当 (a+b)n 展开式中 an-rbr 项的系数。例如,5C2 = 5!/(2!3!) = 10。你的计算器会有一个 nCr 功能,在考试中非常有用。记住 nC0 = nCn = 1。

4. The Binomial Theorem for (a+b)^n | (a+b)^n 的二项式定理

For any positive integer n, the binomial theorem states:

(a + b)ⁿ = Σ (from r=0 to n) ⁿCᵣ aⁿ⁻ʳ bʳ

This expansion produces (n+1) terms. The powers of a descend from n to 0, while the powers of b ascend from 0 to n. The sum of the exponents of a and b in each term is always n. This theorem is the backbone of all binomial expansion work at AS level and is essential for further topics.

对于任何正整数 n,二项式定理表述为:

(a + b)ⁿ = Σ (r=0 到 n) ⁿCᵣ aⁿ⁻ʳ bʳ

该展开式产生 (n+1) 项。a 的指数从 n 下降到 0,b 的指数从 0 上升到 n。每一项中 a 和 b 的指数之和恒为 n。该定理是 AS 阶段所有二项式展开工作的基础,对后续主题至关重要。

5. Expanding (1+x)^n for Positive n | 展开 (1+x)^n (n为正整数)

When a = 1 and b = x, the formula simplifies to (1+x)n = 1 + nC1 x + nC2 x2 + … + nCn xn. This is particularly useful because the coefficient of xr is simply nCr. For example, (1+2x)4 = 1 + 4C1(2x) + 4C2(2x)2 + 4C3(2x)3 + 4C4(2x)4. Always remember to apply the power to the entire term (2x), not just x.

当 a = 1 且 b = x 时,公式简化为 (1+x)n = 1 + nC1 x + nC2 x2 + … + nCn xn。这非常有用,因为 xr 的系数就是 nCr。例如,(1+2x)4 = 1 + 4C1(2x) + 4C2(2x)2 + 4C3(2x)3 + 4C4(2x)4。始终记住要将幂应用到整个项 (2x),而不仅仅是 x。

6. Finding a Specific Term in an Expansion | 求展开式的特定项

Instead of fully expanding, you can find the (r+1)th term directly using the general term formula:

Tr+1 = ⁿCᵣ aⁿ⁻ʳ bʳ

For (a+b)n the index r starts at 0 for the first term. To find the term independent of x (the constant term), set the power of x equal to 0 and solve for r. Then substitute r back into the general term expression. This technique is heavily examined and saves a great deal of time.

你可以直接使用通项公式求第 (r+1) 项,而无需完整展开:

Tr+1 = ⁿCᵣ aⁿ⁻ʳ bʳ

对于 (a+b)n,索引 r 从第一项的 0 开始。要求与 x 无关的项(常数项),令 x 的指数等于 0 并解出 r。然后将 r 代入通项表达式。这是考试中的重点考查内容,能节省大量时间。

7. Handling (a+bx)^n with Integer n | n为整数时处理 (a+bx)^n

Many exam questions feature expressions like (2+3x)5 or (5-x)6. Apply the identical binomial theorem: set a = 2, b = 3x, and n = 5. Be meticulous with signs and brackets. For (5-x)6, write it as (5 + (-x))6 so that b = -x. When raising b to a power, the negative sign must be included: (-x)r = (-1)r xr. This affects the signs of alternating terms.

许多考题涉及形如 (2+3x)5 或 (5-x)6 的表达式。套用相同的二项式定理:设 a = 2, b = 3x, n = 5。要仔细处理符号和括号。对于 (5-x)6,将其写为 (5 + (-x))6,这样 b = -x。当对 b 进行乘方时,负号必须包含在内:(-x)r = (-1)r xr。这会影响交替项的符号。

8. The Extended Binomial Theorem (Rational n) | 扩展二项式定理 (有理数n)

When n is not a positive integer, the expansion becomes an infinite series. For any rational n and |x| < 1,

(1 + x)ⁿ = 1 + nx + [n(n-1)/2!] x² + [n(n-1)(n-2)/3!] x³ + …

The coefficients are no longer nCr but are built using generalised binomial coefficients. The expansion continues infinitely, but you only need the first few terms as specified in the question. This is a core A2 topic and applies when n is a fraction or a negative integer, e.g., (1+x)-1 or √(1+x).

当 n 不是正整数时,展开式变为无穷级数。对于任何有理数 n 且 |x| < 1,有:

(1 + x)ⁿ = 1 + nx + [n(n-1)/2!] x² + [n(n-1)(n-2)/3!] x³ + …

此时的系数不再是 nCr,而是使用广义二项式系数构建。展开式无限延续,但你只需要按题目要求写出前几项。这是 A2 阶段的核心内容,适用于 n 为分数或负整数的情形,例如 (1+x)-1 或 √(1+x)。

9. Conditions for Validity: |x|<1 | 有效性条件

The infinite binomial expansion (1+x)n is only valid when |x| < 1, meaning -1 < x < 1. If the expression is of the form (a+bx)n, you must first factor out an to rewrite it as an (1 + (b/a)x)n. Then the validity condition is |(b/a)x| < 1, or |x| < |a/b|. Stating the range of validity is often worth a mark and is a common pitfall.

无穷二项式展开 (1+x)n 仅在 |x| < 1 时有效,即 -1 < x < 1。如果表达式形如 (a+bx)n,必须首先提取 an,将其改写为 an (1 + (b/a)x)n。那么有效性条件为 |(b/a)x| < 1,即 |x| < |a/b|。给出有效范围通常值得一分,也是常见的丢分点。

10. Approximating using Binomial Expansion | 用二项式展开进行近似

The binomial series can approximate values of roots, reciprocals, and powers. For instance, to approximate √(1.02), write √(1+0.02) as (1+0.02)1/2 and expand up to the x2 term using the extended theorem. Substitute x = 0.02 and sum the terms. The more terms you use, the more accurate the approximation. Conversely, you can substitute a chosen x to approximate expressions like 1/(0.98) or ∛(125.4) after suitable manipulation.

二项式级数可用于近似求根号值、倒数和幂次。例如,要近似计算 √(1.02),将 √(1+0.02) 写为 (1+0.02)1/2,并使用扩展定理展开至 x2 项。代入 x = 0.02 并各项求和。使用的项数越多,近似值越精确。反之,通过合适的变形,你可以代入选定的 x 来近似诸如 1/(0.98) 或 ∛(125.4) 的表达式。

11. Common Mistakes and Exam Tips | 常见错误与应试技巧

Always check whether n is a positive integer or rational: the rules differ. When finding a specific term, use the general term formula and solve for r precisely. Be watchful with signs when b contains a negative number. For validity, remember to compute the condition from the form (1+kx)n, not the original expression. Practise expanding up to the required power, as error accumulates rapidly. Use your calculator’s nCr button to minimise arithmetic mistakes, and double-check your factorials when working manually. Finally, present your expansion in ascending or descending powers as the question dictates.

始终检查 n 是正整数还是有理数:两者的规则不同。求特定项时,使用通项公式并精确求解 r。当 b 含有负数时要注意符号。对于有效性,记得从 (1+kx)n 的形式计算条件,而非原始表达式。勤于练习展开至指定的次数,因为错误会迅速累积。使用计算器的 nCr 按钮减少算术错误,手动计算时反复核对阶乘。最后,按题目要求以升幂或降幂的顺序呈现展开式。


Published by TutorHao | Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version