📚 PDF资源导航

Mastering Binomial Expansion: OCR A-Level Maths | 掌握二项式展开:OCR A-Level 数学考点精讲

📚 Mastering Binomial Expansion: OCR A-Level Maths | 掌握二项式展开:OCR A-Level 数学考点精讲

Binomial expansion is a core algebraic technique in OCR A-Level Mathematics. It allows us to expand expressions of the form (a + b)n into a sum of terms involving powers of a and b. Mastering both the finite expansion for positive integer n and the infinite series expansion for rational n is essential for success in the exam.

二项式展开是 OCR A-Level 数学的核心代数技巧。它可以让我们把形如 (a + b)n 的式子展开成包含 a 和 b 的幂次之和。掌握正整数 n 的有限展开和有理数 n 的无穷级数展开是考试成功的关键。


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

A simple way to find coefficients for small positive integer powers is Pascal’s triangle. Each row corresponds to the coefficients of (a + b)n, starting with n = 0 at the top. The entries are built by adding the two numbers above, giving a symmetric pattern that matches the binomial coefficients.

对于较小的正整数幂,找出各项系数的一个简单方法是使用帕斯卡三角。每一行对应 (a + b)n 的系数,最顶端从 n = 0 开始。每个数由上方两数相加得到,形成与二项式系数匹配的对称模式。

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

However, for larger powers or general problems, the factorial formula for binomial coefficients is much more efficient and exam-friendly.

然而,对于较大的幂或一般性问题,二项式系数的阶乘公式则更加高效且更适合考试。


2. The Binomial Theorem for Positive Integer n | 正整数指数 n 的二项式定理

For a positive integer n, the expansion of (a + b)n is given by a finite sum. Each term involves a binomial coefficient ⁿCᵣ, where r runs from 0 to n. The general formula is:

对于正整数 n,(a + b)n 的展开是一个有限和。每一项包含一个二项式系数 ⁿCᵣ,r 从 0 到 n。一般公式为:

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

The coefficient ⁿCᵣ can be expressed as n! / [r!(n – r)!], and it is crucial to remember that the powers of a decrease while those of b increase. The sum of the exponents in each term is always n.

系数 ⁿCᵣ 可以表示为 n! / [r!(n – r)!]。需要记住的是,a 的指数递减而 b 的指数递增。每一项中两个指数的总和始终等于 n。

OCR exam questions often ask students to write down the first few terms or find a specific term without expanding the whole expression. Understanding the structure of ⁿCᵣ is the foundation.

OCR 考题经常要求学生写出前几项或找出特定项而无需完整展开。理解 ⁿCᵣ 的结构是基础。


3. General Term and Coefficient Formulae | 通项与系数公式

The (r + 1)th term in the expansion of (a + b)ⁿ is given by Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ. Be careful: when r = 0 you get the first term. This indexing is a common source of off-by-one errors in exam answers.

(a + b)ⁿ 展开式的第 (r + 1) 项为 Tᵣ₊₁ = ⁿCᵣ aⁿ⁻ʳ bʳ。注意:当 r = 0 时得到的是第一项。这种编号方式常常是考试答案中差一位错误的根源。

To find the coefficient of a particular power of x, set up an equation using the exponents. For example, in (2 – x)¹⁰, the term containing x³ has aⁿ⁻ʳ bʳ with a = 2, b = -x, so the power of x is r. Thus r = 3 gives the coefficient ⁿC₃ · 2⁷ · (-1)³ = -120 × 128 = -15360.

要求特定 x 幂次的系数时,需要利用指数建立方程。例如在 (2 – x)¹⁰ 中,含有 x³ 的项对应 b = -x,其指数为 r,因此 r = 3,系数为 ⁿC₃ · 2⁷ · (-1)³ = -120 × 128 = -15360。


4. Finding Specific Terms or Coefficients | 求指定项或系数

A typical exam question: “Find the coefficient of x⁵ in the expansion of (3 + 2x)⁸.” You should first write the general term: ⁿCᵣ (3)⁸⁻ʳ (2x)ʳ. The power of x is r, so set r = 5, then compute the coefficient as ⁸C₅ × 3³ × 2⁵. Simplify using ⁸C₅ = 56, 3³ = 27, 2⁵ = 32, giving 56 × 27 × 32 = 48384.

典型考试题目:“求 (3 + 2x)⁸ 展开式中 x⁵ 的系数。”你应该首先写出通项:ⁿCᵣ (3)⁸⁻ʳ (2x)ʳ。x 的指数是 r,因此令 r = 5,然后计算系数为 ⁸C₅ × 3³ × 2⁵。利用 ⁸C₅ = 56,3³ = 27,2⁵ = 32 化简,得到 56 × 27 × 32 = 48384。

Watch out for negative signs and constants that are not 1. Always bracket the entire term including its sign to avoid sign errors. If a term is independent of x (constant term), set the exponent of x to 0 and solve for r.

注意负号和不为 1 的常数。始终给整个项(包含符号)加上括号以避免符号错误。如果要求与 x 无关的项(常数项),则将 x 的指数设为零并求解 r。


5. Using Binomial Expansion for Approximations | 用二项式展开求近似值

When n is a positive integer, the expansion of (1 + x)ⁿ can be used to approximate numerical values. For instance, (1.02)⁵ can be approximated by writing it as (1 + 0.02)⁵ and expanding: 1 + 5×0.02 + 10×0.0004 + … Ignoring higher powers of 0.02 gives a quick estimate.

当 n 为正整数时,(1 + x)ⁿ 的展开可用于近似数值。例如,(1.02)⁵ 可以写成 (1 + 0.02)⁵ 并展开:1 + 5×0.02 + 10×0.0004 + … 忽略 0.02 的高次幂就能快速得到估计值。

You need to decide how many terms to take based on the required precision. OCR often asks for an approximation to a given number of decimal places, requiring you to justify the number of terms used by bounding the remainder.

你需要根据要求的精度决定取多少项。OCR 经常要求逼近到指定的小数位数,你需要通过估算余项来论证所取项数是合理的。


6. Expanding (1 + x)ⁿ for Rational n | 有理指数 n 时 (1 + x)ⁿ 的展开

When n is not a positive integer, the binomial expansion becomes an infinite series, valid only for |x| < 1. The series is:

当 n 不是正整数时,二项式展开变为一个无穷级数,且仅在 |x| < 1 时有效。该级数为:

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

The coefficients involve products of descending terms n(n-1)(n-2)… and continue indefinitely. If n is a fraction or a negative number, the expansion never terminates. This is a very common OCR topic, especially with n = -1, 1/2, or -1/2.

系数包含下降乘积 n(n-1)(n-2)… 并无限继续下去。如果 n 是分数或负数,展开式永远不会终止。这是 OCR 非常常见的话题,尤其是 n = -1、1/2 或 -1/2 的情况。

For example, (1 + x)⁻¹ = 1 – x + x² – x³ + … valid for |x| < 1. Similarly, (1 + x)^(1/2) = 1 + (1/2)x - (1/8)x² + ...

例如,(1 + x)⁻¹ = 1 – x + x² – x³ + … 在 |x| < 1 时有效。同理,(1 + x)^(1/2) = 1 + (1/2)x - (1/8)x² + ...


7. Validity and Range of Convergence | 有效性及收敛范围

For the infinite binomial expansion of (1 + x)ⁿ with rational n, the expansion is valid only when |x| < 1. This condition cannot be ignored in OCR exams – marks are allocated for stating the range of validity or for checking that a given substitution satisfies it.

对于有理指数 n 的 (1 + x)ⁿ 无穷级数展开,只有当 |x| < 1 时展开才有效。这个条件在 OCR 考试中不可忽略——通常会为说明有效范围或检查某个替换是否满足该条件而设置分数。

If you need to expand (a + bx)ⁿ with rational n, you must first factor out a to write it as aⁿ(1 + (b/a)x)ⁿ. The validity condition then becomes |(b/a)x| < 1, so |x| < |a/b|. Many students lose marks by forgetting to adjust the interval after factoring.

如果需要对有理指数 n 展开 (a + bx)ⁿ,必须先提取 a 并写成 aⁿ(1 + (b/a)x)ⁿ 的形式,此时有效性条件变为 |(b/a)x| < 1,即 |x| < |a/b|。很多学生因为提取因子后忘记调整区间而丢分。


8. Expanding More Complex Binomials | 更复杂二项式的展开

OCR often combines the rational-exponent expansion with algebraic manipulation. For example, expanding (3 – 2x)^(-1) as (1/3)(1 – (2/3)x)^(-1) and then using the binomial series. You must handle the factor outside carefully and keep track of signs throughout.

OCR 经常将有理指数展开与代数变形结合起来。例如,将 (3 – 2x)^(-1) 写成 (1/3)(1 – (2/3)x)^(-1) 再使用二项级数展开。你必须小心处理外面的因子,并全程注意符号。

When a product of binomials needs expanding up to a certain power, expand each separately and then multiply, collecting like terms. This is typical in questions requiring the series expansion of rational functions expressed as partial fractions.

当需要将一个二项式的乘积展开到一定幂次时,应分别展开每一个然后再相乘,并合并同类项。这在要求用部分分式表示的有理函数级数展开题中非常典型。


9. Common Mistakes and How to Avoid Them | 常见错误及规避方法

One classic mistake is using the positive integer binomial formula when n is a fraction or negative number. The factorial coefficient formula is only valid for non-negative integer n. For rational n, you must use the extended infinite series with products n(n-1)… /r!.

一个经典错误是在 n 为分数或负数时使用正整数二项式公式。阶乘系数公式仅对非负整数 n 有效。对于有理数 n,必须使用带有 n(n-1)…/r! 乘积的扩展无穷级数。

Another frequent pitfall is misidentifying the term number. If asked for the “third term”, it corresponds to r = 2 (since r starts at 0). Always check whether the question requires the term itself or just its coefficient, and present the answer in the requested form.

另一个常见的陷阱是弄错项序号。如果问“第三项”,对应的应是 r = 2(因为 r 从 0 开始)。始终要核对题目要求的是该项本身还是仅仅它的系数,并按照要求的格式给出答案。

Neglecting the validity condition for infinite expansions, or giving an incomplete range, is also a frequent cause of lost marks. Always write “valid for …” explicitly.

忽略无穷级数展开的有效性条件,或给出的范围不完整,也是丢分的常见原因。一定要明确写出“在 … 时有效”。


10. OCR Exam-Style Questions and Tips | OCR 考试题型与技巧

Typical OCR Section A questions ask you to expand (a + bx)ⁿ to x³, state the range of validity, and then use the expansion to estimate a numerical value. Many questions also link to partial fractions: you break an algebraic fraction into partial fractions, each of which can be expanded using the binomial theorem, and then combine the series.

典型的 OCR A 部分题目会要求你将 (a + bx)ⁿ 展开至 x³ 项,说明有效范围,然后用展开式估算数值。很多题目还会联系部分分式:你将代数分式拆成部分分式,每一项都可以用二项式定理展开,再将级数合并。

Time-saving tip: learn the standard expansions for (1 + x)⁻¹, (1 – x)⁻¹, (1 + x)^(1/2), (1 – x)^(1/2) by heart. This will speed up your working. Also practise identifying when a substitution like x = 0.1 turns an expansion into a decimal approximation; this is a favourite OCR exam trick.

省时技巧:熟记 (1 + x)⁻¹、(1 – x)⁻¹、(1 + x)^(1/2)、(1 – x)^(1/2) 的标准展开式。这会加快你的解题速度。此外,要多练习识别何时像 x = 0.1 这样的替换能将展开式转化为小数近似;这是 OCR 考试中爱用的技巧。


11. Applications and Advanced Problems | 应用与进阶问题

Beyond direct expansion, binomial series can be used to find polynomial approximations for rational functions and to evaluate limits. For example, using the expansion of √(1+x) to approximate √1.02 without a calculator demonstrates practical understanding.

除了直接展开,二项级数还可用于求有理函数的多项式近似及极限计算。例如,利用 √(1+x) 的展开来近似 √1.02 而无需计算器,就体现了一种实际应用理解。

Sometimes OCR may ask for the expansion of (1 + ax)(1 + bx)ⁿ and then require finding an unknown constant a or b by comparing coefficients. Setting up and solving simultaneous equations from the expansions is a higher-order skill that is often tested.

有时 OCR 会要求展开 (1 + ax)(1 + bx)ⁿ,然后通过比较系数来求未知常数 a 或 b。从展开式中建立并求解方程组是一种经常考察的高阶技能。


12. Summary and Key Takeaways | 总结与核心要点

Binomial expansion is an essential tool. For positive integer n, use the finite sum with ⁿCᵣ. For rational n, use the infinite series and always state the condition |x| < 1. Pay careful attention to term indices, signs, and factoring when the binomial is not in the form (1 + x)ⁿ. Consistent practice with past papers will expose you to the full variety of OCR question styles.

二项式展开是一项必不可少的工具。对于正整数 n,使用含有 ⁿCᵣ 的有限求和。对于有理数 n,使用无穷级数并务必注明条件 |x| < 1。当二项式不是 (1 + x)ⁿ 形式时,要特别注意项的下标、符号以及因式提取。通过真题的持续练习,你将见识到 OCR 题型的所有变体。

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课程辅导,国外大学本科硕士研究生博士课程论文辅导

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