📚 PDF资源导航

GCSE AQA Maths: Binomial Expansion Key Points | GCSE AQA 数学:二项式展开 考点精讲

📚 GCSE AQA Maths: Binomial Expansion Key Points | GCSE AQA 数学:二项式展开 考点精讲

Binomial expansion is a core algebraic skill in GCSE AQA Mathematics. It allows you to write expressions like (a + b)n as a sum of terms without doing repeated multiplication. Mastering this topic strengthens your ability to manipulate polynomials, solve equations and recognise patterns that appear across the syllabus. This article covers the key concepts, from Pascal’s Triangle to the general expansion formula, and gives you clear worked examples to build confidence for your exams.

二项式展开是 GCSE AQA 数学中一项核心代数技能。它让你能够把像 (a + b)n 这样的式子写成多项式之和,而不需要反复相乘。掌握这个主题可以增强你处理多项式、解方程以及识别贯穿整个课程的模式的能力。本文涵盖从帕斯卡三角形到一般展开公式的所有关键概念,并给出清晰的例题,帮助你建立考试信心。

1. What is Binomial Expansion? | 什么是二项式展开?

A binomial is an algebraic expression that contains exactly two terms, such as (x + 3), (2a – 5b) or (1 – y). Expanding a binomial raised to a power means writing it as a sum of simpler terms. For small powers you can multiply out brackets, but the process quickly becomes messy. Binomial expansion provides a systematic way to obtain every term directly.

二项式是恰好包含两个项的代数表达式,比如 (x + 3)、(2a – 5b) 或 (1 – y)。把一个二项式的乘方展开,就是把它写成若干个简单项的和。对于较低的幂次,你可以通过去括号相乘得到结果,但这个过程很快就会变得繁琐。二项式展开提供了一种直接得到每一项的系统方法。

2. Pascal’s Triangle | 帕斯卡三角形

Pascal’s Triangle is a triangular array of numbers where each entry is the sum of the two numbers directly above it. The first few rows look like this:

帕斯卡三角形是一个三角形的数字阵列,其中每个数字等于它正上方两个数字之和。前几行如下所示:

n = 0 1
n = 1 1 1
n = 2 1 2 1
n = 3 1 3 3 1
n = 4 1 4 6 4 1
n = 5 1 5 10 10 5 1

Each row corresponds to the coefficients in the expansion of (a + b)n. For example, row n = 3 gives coefficients 1, 3, 3, 1, matching (a+b)3 = a3 + 3a2b + 3ab2 + b3. This pattern holds for all positive integer powers and is extremely useful in the exam when no calculator is allowed.

每一行对应 (a + b)n 展开式中的系数。例如,n = 3 那一行的系数 1, 3, 3, 1 正好与 (a+b)3 = a3 + 3a2b + 3ab2 + b3 吻合。这个规律适用于所有正整数次幂,在考试不允许使用计算器时尤其有用。


3. Binomial Coefficients and Notation | 二项式系数及其记法

The numbers in Pascal’s Triangle are called binomial coefficients. The coefficient of the term that contains an-rbr is written as nCr or C(n, r) and read as “n choose r”. It is calculated using factorials:

帕斯卡三角形中的数字称为二项式系数。含有 an-rbr 的项,其系数记作 nCr 或 C(n, r),读作“n 选 r”。它可以用阶乘计算:

nCr = n! / (r! × (n – r)!)

For GCSE, you are only required to deal with relatively small values of n, so you can either use Pascal’s Triangle or the nCr button on your calculator. Memorising the first few rows of the triangle will speed up your work.

在 GCSE 阶段,只要求处理比较小的 n 值,因此你可以使用帕斯卡三角形或计算器上的 nCr 按键。记住三角形的前几行能加快你的解题速度。

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

For any positive integer n, the expansion is:

对于任意正整数 n,展开式为:

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

The powers of a decrease from n to 0, while the powers of b increase from 0 to n. The sum of the indices of a and b in each term is always n. This structure is consistent whether you are expanding (x+2)4 or (3-y)5, as long as you correctly identify a and b.

a 的幂次从 n 递减到 0,同时 b 的幂次从 0 递增到 n。每一项中 a 与 b 的指数之和始终为 n。无论你是在展开 (x+2)4 还是 (3-y)5,只要正确识别 a 和 b,这个结构都是一致的。


5. Expanding Simple Expressions | 简单表达式的展开

Let’s expand (x + 2)3 using Pascal’s Triangle. The coefficients for n = 3 are 1, 3, 3, 1. Write the terms with descending powers of x and ascending powers of 2:

我们用帕斯卡三角形展开 (x + 2)3。n = 3 时的系数为 1, 3, 3, 1。写出 x 的幂次递减、2 的幂次递增的项:

1 × x3 × 20 + 3 × x2 × 21 + 3 × x1 × 22 + 1 × x0 × 23 = x3 + 6x2 + 12x + 8.

Always remember to raise the whole term (like 2) to the power. A common mistake is to forget the powers on the constant inside the bracket.

始终记得要把整个项(如 2)乘方。一个常见错误是忘记括号内常数的幂次。

6. Expanding with Negative or Fractional Terms | 含有负项或分数项的展开

When the binomial contains a minus sign, treat it as a + (negative number). For example, expand (2x – 3)4. Here a = 2x and b = -3. The coefficients for n = 4 are 1, 4, 6, 4, 1. The signs will alternate because of the negative b:

当二项式含有减号时,把它看作 a + (负数)。例如,展开 (2x – 3)4。这里 a = 2x,b = -3。n = 4 的系数为 1, 4, 6, 4, 1。因为 b 是负数,符号会交替出现:

(2x – 3)4 = 1×(2x)4×(-3)0 + 4×(2x)3×(-3)1 + 6×(2x)2×(-3)2 + 4×(2x)1×(-3)3 + 1×(2x)0×(-3)4 = 16x4 – 96x3 + 216x2 – 216x + 81.

Similarly, if the term inside is a fraction like (½y + 2)3, apply the powers to both numerator and denominator correctly. Keeping brackets at intermediate steps helps avoid arithmetic slips.

类似地,如果括号内是分数项,比如 (½y + 2)3,要正确地将幂次作用于分子和分母。在中间步骤保留括号有助于避免算术错误。


7. Finding a Specific Term Without Full Expansion | 不全部展开求特定项

Exam questions often ask for just one coefficient rather than the full expansion. Use the general term formula: the (r+1)th term is nCr an-r br. For instance, to find the term in x3 in (2x + 1)7, we need 7 – r = 3, so r = 4. The term is 7C4 (2x)3 (1)4 = 35 × 8x3 = 280x3. The coefficient is 280.

考试题目经常只要求某一个系数而不是完整的展开式。此时使用通项公式:第 (r+1) 项为 nCr an-r br。例如,求 (2x + 1)7 中含 x3 的项,我们需要 7 – r = 3,所以 r = 4。该项为 7C4 (2x)3 (1)4 = 35 × 8x3 = 280x3。系数为 280。

This method saves a huge amount of time, especially when n is large. Always double-check the value of r by confirming that the powers of a and b add up to n.

这个方法能节省大量时间,尤其在 n 较大时更是如此。一定要通过确认 a 和 b 的幂次之和等于 n 来复核 r 的值。

8. Applying Binomial Expansion in Other Topics | 二项式展开在其他主题中的应用

Binomial expansion isn’t just a standalone topic. It appears in algebraic manipulation, solving quadratic and cubic equations, and even in probability when considering binomial distributions. For example, knowing the expansion of (p+q)5 helps you find probabilities for 5 trials without drawing enormous tree diagrams.

二项式展开不只是一个独立的主题。它出现在代数运算、求解二次和三次方程,甚至在考虑二项分布的概率中也有一席之地。比如,知道 (p+q)5 的展开式能让你在 5 次试验中求出概率,而无需画出庞大的树状图。

Another common application is equating coefficients to find unknowns. A question might give you (ax + b)2 expanded and ask for the values of a and b by comparing coefficients with a given quadratic.

另一个常见应用是通过比较系数来求未知数。题目可能给出 (ax + b)2 的展开式,让你通过与已知二次式比较系数,求出 a 和 b 的值。


9. Common Mistakes and Pitfalls | 常见错误与陷阱

One of the top errors is mishandling negative signs inside the bracket. Always replace the minus with a plus and put the sign on the second term. A second frequent slip is forgetting to raise the coefficient to the power. In (3x)2, many students write 3x2 instead of 9x2.

最常见的错误之一是处理括号内的负号不当。始终用加法代替减法,并将负号放在第二项上。另一个常见失误是忘记把系数乘方。在 (3x)2 中,许多学生会写成 3x2 而不是 9x2

Students also mix up the roles of a and b, especially when the binomial is written in a different order. Always write the expression in the form (a + b) first. Additionally, double-check your nCr values; accidentally using the wrong row of Pascal’s Triangle or the wrong calculator function leads to losing marks.

学生还会混淆 a 和 b 的角色,尤其是当二项式以不同顺序写出时。务必先把表达式写成 (a + b) 的形式。此外,要再三检查你的 nCr 值;不小心用错帕斯卡三角形的行或按错计算器功能会导致失分。


10. Exam Tips and Practice Style | 考试技巧与练习方法

In the AQA GCSE exam, binomial expansion questions typically carry 2 to 4 marks. If the question asks for a full expansion, show the Pascal’s Triangle row or state the coefficients clearly before writing the final expression. This way you can earn method marks even if a small arithmetic error creeps in.

在 AQA GCSE 考试中,二项式展开题目通常占 2 至 4 分。如果题目要求完整展开,请在写出最终表达式之前展示帕斯卡三角形的行或清晰地列出系数。这样即使出现微小的计算错误,你仍然可以获得步骤分。

Practise with a mix of straightforward powers, such as (x+5)3 and (2x-3)4, as well as coefficient-extraction questions. Use past papers to expose yourself to the wording AQA favours. Finally, always simplify your final answer fully – collecting like terms and writing it in descending powers of x as standard.

练习时要兼顾简单的乘方,如 (x+5)3 和 (2x-3)4,以及提取系数类的题目。利用往年真题熟悉 AQA 偏好的表述方式。最后,始终要把最终答案化简彻底——合并同类项并按 x 的降幂标准书写。

Published by TutorHao | GCSE AQA Maths 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