📚 PDF资源导航

Binomial Expansion for A-Level AQA Maths | AQA A-Level 数学二项式展开考点精讲

📚 Binomial Expansion for A-Level AQA Maths | AQA A-Level 数学二项式展开考点精讲

Binomial expansion is a core topic in the AQA A-Level Mathematics syllabus. It provides a systematic way to expand expressions of the form (a+b)n and extends to infinite series for fractional or negative powers. Mastering the binomial theorem, coefficient calculations, and validity conditions is essential for top exam performance.

二项式展开是 AQA A-Level 数学大纲的核心内容。它提供了一种系统的方法来展开形如 (a+b)n 的表达式,并可以扩展到分数或负次幂的无穷级数。掌握二项式定理、系数计算及有效性条件是取得高分的关键。


1. Introduction to the Binomial Theorem | 二项式定理简介

The binomial theorem states that for any positive integer n, the expansion of (a+b)n is a finite sum of (n+1) terms. Each term involves a binomial coefficient and powers of a and b that sum to n. The theorem forms the backbone of many algebraic manipulations at A-Level.

二项式定理指出,对于任意正整数 n,(a+b)n 的展开式是一个含有 (n+1) 项的有限和。每一项都包含一个二项式系数,以及 a 和 b 的幂次,且指数之和为 n。该定理是 A-Level 许多代数运算的基础。

(a + b)n = nC0 an + nC1 an-1 b + nC2 an-2 b2 + … + nCn bn


2. Pascal’s Triangle and Binomial Coefficients | 帕斯卡三角形与二项式系数

For small values of n, Pascal’s triangle gives a quick visual reference for binomial coefficients. Each row corresponds to an increasing power n, starting with n=0 at the top. The entries in row n are nC0, nC1, …, nCn, and each interior number is the sum of the two directly above it.

对于较小的 n 值,帕斯卡三角形可以快速直观地给出二项式系数。每一行对应一个递增的幂次 n,顶部从 n=0 开始。第 n 行的条目依次为 nC0nC1、…、nCn,每个内部的数都是其正上方两个数之和。

 1 
1 1
1 2 1
1 3 3 1
1 4 6 4 1

Pascal’s triangle up to n=4 | 帕斯卡三角形,显示至 n=4


3. The nCr Formula and Factorial Notation | nCr 公式与阶乘记法

When n is large or you need an exact coefficient, use the formula nCr = n! / [r!(n-r)!]. Here, n! (n factorial) is the product of all positive integers from 1 to n. This formula is programmable and appears on most scientific calculators as the nCr key.

当 n 较大或需要精确系数时,使用公式 nCr = n! / [r!(n-r)!]。其中 n!(n 的阶乘)是从 1 到 n 所有正整数的乘积。该公式可编程,大多数科学计算器都有 nCr 按键。

nCr = n! / (r! (n-r)!)

A key property is symmetry: nCr = nCn-r. For instance, 5C2 = 5C3 = 10. This can reduce work and avoid errors.

一个关键性质是对称性:nCr = nCn-r。例如,5C2 = 5C3 = 10。这可以减少计算量并避免错误。


4. General Expansion of (a+b)n | (a+b)n 的一般展开式

The expansion can be written compactly using sigma notation. The term index k runs from 0 to n, giving the general term Tk+1 = nCk an-k bk. Notice that the power of a decreases while the power of b increases, and their sum is always n.

展开式可用求和符号简洁地表示。项指标 k 从 0 取到 n,通项为 Tk+1 = nCk an-k bk。注意 a 的幂次递减,b 的幂次递增,且它们的和始终为 n。

(a + b)n = Σk=0n nCk an-k bk

For example, expand (2x+3)4: using n=4, a=2x, b=3. The terms are 1×(2x)4×30 + 4×(2x)3×31 + 6×(2x)2×32 + 4×(2x)1×33 + 1×(2x)0×34, which simplifies to 16x4 + 96x3 + 216x2 + 216x + 81.

例如,展开 (2x+3)4:令 n=4,a=2x,b=3。各项为 1×(2x)4×30 + 4×(2x)3×31 + 6×(2x)2×32 + 4×(2x)1×33 + 1×(2x)0×34,化简得 16x4 + 96x3 + 216x2 + 216x + 81。


5. Working with the (1+x)n Form | (1+x)n 形式的处理

Many problems present expressions like (1+ax)n, which is just a special case. You can also factor out constants to convert a binomial into this form. For instance, (2+3x)5 = 25 (1 + 1.5x)5. This simplifies the expansion and is particularly important when n is fractional or negative.

许多问题给出形如 (1+ax)n 的表达式,这只是一个特例。你也可以提取常数因子将二项式转换为这种形式。例如,(2+3x)5 = 25 (1 + 1.5x)5。这可以简化展开,尤其当 n 为分数或负数时尤为重要。

When expanding (1+ax)n, set a=1, b=ax in the standard formula. The general term becomes nCk (1)n-k (ax)k = nCk ak xk. This makes it easy to read off coefficients of xk.

展开 (1+ax)n 时,令标准公式中的 a=1,b=ax。通项变为 nCk (1)n-k (ax)k = nCk ak xk。这样很容易读出 xk 的系数。


6. Finding Specific Terms or Coefficients | 求特定项或系数

A common question asks for the term independent of x, or the coefficient of a given power of x. The strategy is to write the general term, collect powers of x, set the exponent equal to the desired value, and solve for k. Then compute the coefficient using nCr.

常见的问题要求找出与 x 无关的项,或求给定 x 幂次的系数。方法是写出通项,合并 x 的指数,令指数等于所需的值,解出 k。然后用 nCr 计算系数。

Example: Find the term independent of x in (x + 1/x)6. General term Tk+1 = 6Ck x6-k (1/x)k = 6Ck x6-2k. For independence, 6-2k=0 so k=3. The coefficient is 6C3 = 20.

例题:求 (x + 1/x)6 中与 x 无关的项。通项 Tk+1 = 6Ck x6-k (1/x)k = 6Ck x6-2k。与 x 无关时,6-2k=0,得 k=3。系数为 6C3 = 20。


7. Independent Terms and Unknown Exponents | 独立项与未知指数

Sometimes the power n is unknown, and you are given the coefficient of a particular term. For instance, in the expansion of (1+2x)n, the coefficient of xPublished by TutorHao | A-Level Mathematics Revision Series | aleveler.com

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