📚 Binomial Estimation Methods | 二项式估算方法
When a binomial expansion is truncated after a few terms, it produces a powerful approximation for values that are close to a chosen starting point. This technique, known as binomial estimation, is a core skill in Edexcel A-Level Mathematics, particularly when dealing with negative or fractional powers.
当二项式展开在若干项后被截断时,它能够对接近所选起点的数值产生强大的近似。这一技术被称为二项式估算,是 Edexcel A-Level 数学的核心技能,尤其是在处理负指数或分数指数时。
1. The Binomial Theorem for Positive Integers | 正整数指数的二项式定理
For a positive integer n, the binomial theorem states:
(a+b)ⁿ = aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + … + bⁿ
where ⁿCᵣ = n! / (r!(n-r)!). This is the foundation from which all estimation methods grow.
对于正整数 n,二项式定理指出:
(a+b)ⁿ = aⁿ + ⁿC₁ aⁿ⁻¹b + ⁿC₂ aⁿ⁻²b² + … + bⁿ
其中 ⁿCᵣ = n! / (r!(n-r)!)。这是所有估算方法生长的基础。
2. Extending to Negative and Fractional Powers | 推广到负指数和分数指数
When n is not a positive integer, the expansion becomes an infinite series. For |x| < 1, we can write:
(1+x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + …
This is valid only when the series converges, which occurs for |x| < 1. This generalised form is often called the binomial series.
当 n 不是正整数时,展开变为无穷级数。当 |x| < 1 时,我们可以写出:
(1+x)ⁿ = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + …
只有当级数收敛时才有效,即 |x| < 1。这种推广形式通常称为二项级数。
3. The Convergence Condition | 收敛条件
For fractional or negative n, the infinite series is valid only when the absolute value of x is strictly less than 1, i.e. |x| < 1. If |x| ≥ 1, the series diverges and cannot be used for estimation.
对于分数或负的 n,无穷级数仅当 |x| 严格小于 1 时有效,即 |x| < 1。如果 |x| ≥ 1,级数发散,不能用于估算。
In practice, this means that if you want to estimate something like √(1.04), you rewrite it as (1+0.04)^(1/2), and since 0.04 lies between -1 and 1, the expansion converges.
在实践中,这意味着如果你想估算 √(1.04),可以将其改写为 (1+0.04)^(1/2),因为 0.04 位于 -1 和 1 之间,展开收敛。
4. Why Truncation Gives a Good Estimate | 为什么截断能给出良好估计
When |x| is small, each successive term in the binomial expansion is smaller than the previous one. For example, if x = 0.01, then x² = 0.0001 and x³ = 0.000001. Discarding very small terms introduces only a tiny error.
当 |x| 很小时,二项式展开中的每一项都比前一项更小。例如,如果 x = 0.01,则 x² = 0.0001,x³ = 0.000001。舍弃非常小的项只会引入微小的误差。
The more terms we keep, the more accurate the approximation. Truncating after k terms gives an error that is of the order of the first omitted term.
保留的项越多,近似就越准确。在 k 项之后截断的误差与第一个被省略项的阶数相同。
5. Choosing the Number of Terms | 选择项数
A common exam instruction is “use the first three terms of the binomial expansion to estimate …” This means you should expand up to the term in x² and substitute the value of x.
常见的考试要求是“使用二项式展开的前三项来估算……”。这意味着你应该展开到 x² 项,并代入 x 的值。
If no number of terms is specified, decide based on the required accuracy. For a typical calculator-free paper, using the x² term is usually sufficient to give a decimal accurate to 3 or 4 places.
如果没有指定项数,则根据所需精度决定。对于典型的不可使用计算器的试卷,使用 x² 项通常足以得到精确到 3 或 4 位小数的结果。
6. Manipulating Expressions into the Form (1+x)ⁿ | 将表达式变形为 (1+x)ⁿ
Suppose you need to estimate something like (2.05)^5. Rewrite it as (2 + 0.05)^5 = 2^5(1 + 0.025)^5. Now use the binomial expansion with x = 0.025.
假设你需要估算 (2.05)^5。将其改写为 (2 + 0.05)^5 = 2^5(1 + 0.025)^5。现在使用 x = 0.025 的二项式展开。
Similarly, for (0.98)^10, write (1 − 0.02)^10, and for 1/√(1.03), write (1.03)^(−1/2) = (1 + 0.03)^(−1/2). Always factor out the largest power so that the inside constant is 1.
类似地,对于 (0.98)^10,写成 (1 − 0.02)^10;对于 1/√(1.03),写成 (1.03)^(−1/2) = (1 + 0.03)^(−1/2)。总是提出最大因子,使括号内的常数为 1。
7. Worked Example: (0.99)^6 | 例题:计算 (0.99)^6
Write (0.99)^6 = (1 − 0.01)^6. Using the expansion up to x²:
(1+x)⁶ ≈ 1 + 6x + 15x²
Substitute x = −0.01:
1 + 6(−0.01) + 15(−0.01)² = 1 − 0.06 + 0.0015 = 0.9415
The actual value is about 0.941480… so the estimate is accurate to 4 decimal places.
写出 (0.99)^6 = (1 − 0.01)^6。使用展开到 x² 的项:
(1+x)⁶ ≈ 1 + 6x + 15x²
代入 x = −0.01:
1 + 6(−0.01) + 15(−0.01)² = 1 − 0.06 + 0.0015 = 0.9415
实际值约为 0.941480……因此该估算精确到 4 位小数。
8. Worked Example: √(1.04) | 例题:估算 √(1.04)
Here n = 1/2. The expansion up to x² is:
(1+x)^(1/2) ≈ 1 + (1/2)x + (1/2)(−1/2)x²/2 = 1 + ½x − ⅛x²
With x = 0.04:
√1.04 ≈ 1 + 0.02 − 0.0002 = 1.0198
Note that the term in x³ would be (1/2)(−1/2)(−3/2)x³/6 = 1/16 x³, which equals 0.000004 for x = 0.04, so omitting it is safe.
这里 n = 1/2。展开到 x² 的项为:
(1+x)^(1/2) ≈ 1 + (1/2)x + (1/2)(−1/2)x²/2 = 1 + ½x − ⅛x²
代入 x = 0.04:
√1.04 ≈ 1 + 0.02 − 0.0002 = 1.0198
注意 x³ 项会是 (1/2)(−1/2)(−3/2)x³/6 = 1/16 x³,对于 x = 0.04 它等于 0.000004,因此省略它是安全的。
9. Error and Bounds | 误差与界限
The omitted terms all have the same sign as the first omitted term if the signs in the series are alternating. For a series with alternating signs, the error is bounded by the magnitude of the first omitted term. This is known as the alternating series estimation theorem.
如果级数中的符号交替出现,那么所有被省略项的符号与第一个被省略项相同。对于交替符号的级数,误差以第一个被省略项的大小为界。这称为交替级数估算定理。
In the example √(1.04) above, the omitted x³ term is positive, so the true value is slightly larger than 1.0198. Indeed √1.04 ≈ 1.0198039, confirming the bound.
在上面的 √(1.04) 例子中,被省略的 x³ 项为正,因此真实值略大于 1.0198。事实上 √1.04 ≈ 1.0198039,证实了这个界限。
10. Common Exam Pitfalls | 常见考试陷阱
-
Forgetting to check |x| < 1 when using a negative or fractional power.
使用负指数或分数指数时忘记检查 |x| < 1。
-
Incorrectly evaluating the binomial coefficient for negative n, e.g. n(n−1)(n−2)/3! must be applied carefully with sign changes.
错误计算负 n 的二项式系数,例如 n(n−1)(n−2)/3! 必须小心处理符号变化。
-
Substituting x incorrectly when the expression has been rewritten as (a + bx)ⁿ or (1 + px)ⁿ; always identify the correct x value.
当表达式被重写为 (a + bx)ⁿ 或 (1 + px)ⁿ 时错误代入 x;务必识别正确的 x 值。
-
Using only the first term when a more accurate estimate is demanded by the question.
当问题要求更精确的估算时只使用第一项。
11. Exam-Style Practice Problem | 考试风格练习
Find an approximation for 1/(0.98)³ using the first three terms of the binomial expansion. Show your working clearly.
使用二项式展开的前三项求 1/(0.98)³ 的近似值,并清楚展示计算过程。
Solution: Write 1/(0.98)³ = (1 − 0.02)^(−3). Using the expansion:
(1+x)^(−3) ≈ 1 + (−3)x + (−3)(−4)x²/2 = 1 − 3x + 6x²
Substitute x = −0.02:
1 − 3(−0.02) + 6(0.0004) = 1 + 0.06 + 0.0024 = 1.0624
Thus 1/(0.98)³ ≈ 1.0624.
解答:写出 1/(0.98)³ = (1 − 0.02)^(−3)。使用展开式:
(1+x)^(−3) ≈ 1 + (−3)x + (−3)(−4)x²/2 = 1 − 3x + 6x²
代入 x = −0.02:
1 − 3(−0.02) + 6(0.0004) = 1 + 0.06 + 0.0024 = 1.0624
因此 1/(0.98)³ ≈ 1.0624。
12. Summary of the Method | 方法总结
To use binomial estimation effectively, follow these steps:
为了有效使用二项式估算,请遵循以下步骤:
-
Rewrite the expression in the form (1 + x)ⁿ, taking out a factor if needed.
将表达式改写为 (1 + x)ⁿ 的形式,必要时提出因子。
-
Check that |x| < 1.
检查 |x| < 1。
-
Expand as far as the required number of terms using the generalised binomial coefficients.
使用广义二项式系数展开到所需的项数。
-
Substitute the numerical value of x and simplify.
代入 x 的数值并化简。
-
State the estimate to an appropriate degree of accuracy, and give the error bound if required.
以适当的精确度给出估算值,并在需要时给出误差界限。
Mastering this technique saves time in non-calculator exams and deepens your understanding of infinite series. For Edexcel A-Level Mathematics, practice with both positive-integer and fractional/negative n is essential.
掌握这一技术可以在不能使用计算器的考试中节省时间,并加深你对无穷级数的理解。对于 Edexcel A-Level 数学,练习正整数以及分数/负 n 的情况都至关重要。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导