Partial Fractions Decomposition Techniques | 部分分式分解技巧

📚 Partial Fractions Decomposition Techniques | 部分分式分解技巧

Partial fraction decomposition is a fundamental algebraic technique in IB Mathematics, essential for integrating rational functions, solving differential equations, and analysing control systems. This method breaks a complex rational expression into simpler fractions that are easier to work with.

部分分式分解是IB数学中的一项基础代数技巧,对于有理函数的积分、微分方程的求解以及控制系统分析都至关重要。这种方法将复杂的有理表达式拆分为更简单、更易于处理的分式。


1. Understanding the Fundamentals | 理解基本原理

A partial fraction decomposition expresses a rational function P(x)/Q(x) as a sum of simpler fractions. The key prerequisite is that the degree of P(x) must be less than the degree of Q(x). If this condition is not met, polynomial long division must be performed first.

部分分式分解将有理函数 P(x)/Q(x) 表示为若干更简单分式的和。关键前提是 P(x) 的次数必须低于 Q(x) 的次数。如果条件不满足,则需要先进行多项式长除法。

For example, consider the rational expression (3x+5)/(x²+3x+2). The denominator factors as (x+1)(x+2), and the decomposition takes the form A/(x+1) + B/(x+2), where A and B are constants to be determined.

例如,考虑有理表达式 (3x+5)/(x²+3x+2)。分母因式分解为 (x+1)(x+2),分解形式为 A/(x+1) + B/(x+2),其中 A 和 B 是待确定的常数。


2. The Method of Equating Coefficients | 比较系数法

One systematic approach to finding the unknown constants is the method of equating coefficients. Multiply both sides of the decomposition equation by the denominator Q(x), then compare the coefficients of like powers of x on both sides of the resulting polynomial identity.

求未知常数的一种系统方法是比较系数法。将分解方程两边同时乘以分母 Q(x),然后比较所得多项式恒等式两边关于 x 的同次幂的系数。

For (3x+5)/(x²+3x+2) = A/(x+1) + B/(x+2), multiply both sides by (x+1)(x+2) to get: 3x+5 = A(x+2) + B(x+1). Expanding the right side: 3x+5 = (A+B)x + (2A+B). Equating the coefficients of x: A+B = 3, and equating the constant terms: 2A+B = 5. Solving this system yields A = 2 and B = 1.

对于 (3x+5)/(x²+3x+2) = A/(x+1) + B/(x+2),两边同时乘以 (x+1)(x+2) 得到:3x+5 = A(x+2) + B(x+1)。展开右边:3x+5 = (A+B)x + (2A+B)。比较 x 的系数:A+B = 3;比较常数项:2A+B = 5。解方程组得 A = 2,B = 1。


3. The Substitution Method | 代值法

The substitution method, also known as the cover-up rule, offers a quicker alternative for non-repeated linear factors. By substituting the root of each linear factor into the identity, the unknown constant for that factor can be isolated.

代值法,也称为覆盖法,为处理非重复线性因子提供了一种更快捷的方法。将每个线性因子的根代入恒等式,即可单独求出该因子对应的未知常数。

Using the same example: substitute x = -1 (the root of x+1) into 3x+5 = A(x+2) + B(x+1). The term B(x+1) vanishes, leaving 3(-1)+5 = A(1), so A = 2. Similarly, substitute x = -2: 3(-2)+5 = B(-1), giving B = 1. This method is significantly faster when applicable.

使用相同的例子:将 x = -1(即 x+1 的根)代入 3x+5 = A(x+2) + B(x+1)。B(x+1) 这一项消失,剩下 3(-1)+5 = A(1),所以 A = 2。类似地,代入 x = -2:3(-2)+5 = B(-1),得 B = 1。在适用时,此方法明显更快。


4. Repeated Linear Factors | 重复线性因子

When the denominator contains a repeated linear factor, such as (ax+b)ⁿ, the decomposition must include fractions for each power from 1 to n. For example, the decomposition of (x)/(x²+2x+1) involves the form A/(x+1) + B/(x+1)².

当分母含有重复线性因子,如 (ax+b)ⁿ 时,分解必须包含从 1 到 n 的每一个幂次对应的分式。例如,(x)/(x²+2x+1) 的分解采用 A/(x+1) + B/(x+1)² 的形式。

For a general case: (4x²+3x+2)/(x-1)³ = A/(x-1) + B/(x-1)² + C/(x-1)³. Multiply through by (x-1)³, then use a combination of substitution (x = 1) and coefficient comparison to solve for A, B, and C.

一般情况:(4x²+3x+2)/(x-1)³ = A/(x-1) + B/(x-1)² + C/(x-1)³。两边乘以 (x-1)³,然后结合代值法(x = 1)和比较系数法求解 A、B、C 即可。


5. Quadratic Factors | 二次因子

When the denominator contains an irreducible quadratic factor ax²+bx+c, the corresponding numerator in the partial fraction must be linear: Ax+B. For example, (x+1)/((x²+x+1)(x+2)) decomposes as (Ax+B)/(x²+x+1) + C/(x+2).

当分母含有不可约的二次因子 ax²+bx+c 时,部分分式中对应的分子必须是线性形式:Ax+B。例如,(x+1)/((x²+x+1)(x+2)) 分解为 (Ax+B)/(x²+x+1) + C/(x+2)。

To solve for A, B, and C, multiply both sides by the denominator and equate coefficients. Note that an irreducible quadratic factor is one whose discriminant b²-4ac is negative, and it cannot be factored further over the real numbers.

要求解 A、B、C,将两边乘以分母并比较系数。注意,不可约二次因子是指判别式 b²-4ac 为负的二次式,在实数范围内无法进一步因式分解。


6. Repeated Quadratic Factors | 重复二次因子

For repeated irreducible quadratic factors, such as (x²+1)², the decomposition requires terms with increasing powers. The general form is (Ax+B)/(x²+1) + (Cx+D)/(x²+1)², with each numerator taking a linear form.

对于重复的不可约二次因子,如 (x²+1)²,分解需要包含幂次递增的项。一般形式为 (Ax+B)/(x²+1) + (Cx+D)/(x²+1)²,每个分子都采用线性形式。

Consider (2x+3)/((x²+1)²) = (Ax+B)/(x²+1) + (Cx+D)/(x²+1)². Multiplying by (x²+1)² yields 2x+3 = (Ax+B)(x²+1) + (Cx+D). Expanding and equating coefficients gives a system of equations that can be solved to find A, B, C, and D.

考虑 (2x+3)/((x²+1)²) = (Ax+B)/(x²+1) + (Cx+D)/(x²+1)²。乘以 (x²+1)² 得 2x+3 = (Ax+B)(x²+1) + (Cx+D)。展开并比较系数,得到方程组求 A、B、C、D。


7. Improper Fractions | 假分式处理

When the degree of the numerator is greater than or equal to the degree of the denominator, the rational function is called “improper” and must first be simplified through polynomial long division before applying partial fractions.

当分子的次数大于或等于分母的次数时,有理函数被称为”假分式”,必须先通过多项式长除法进行化简,然后才能应用部分分式分解。

For example, (x³+2)/(x²-1). Performing long division: (x³+2) ÷ (x²-1) = x with remainder (x+2). Thus, (x³+2)/(x²-1) = x + (x+2)/(x²-1). The improper part x is separated, and the remaining proper fraction (x+2)/(x²-1) can now be decomposed using standard techniques.

例如,(x³+2)/(x²-1)。长除法:(x³+2) ÷ (x²-1) = x,余数为 (x+2)。因此,(x³+2)/(x²-1) = x + (x+2)/(x²-1)。假分式部分 x 被分离出来,剩余的真分式 (x+2)/(x²-1) 可以用标准技巧进行分解。


8. Integration Applications | 积分应用

The primary application of partial fractions in IB Mathematics is integration. Rational functions are often impossible to integrate directly, but their partial fraction decompositions yield integrals that can be evaluated using logarithmic and arctangent formulas.

部分分式在IB数学中的主要应用是积分。有理函数往往无法直接积分,但它们的部分分式分解产生的积分可以通过对数和反正切公式来求值。

For instance, ∫(3x+5)/(x²+3x+2) dx = ∫[2/(x+1) + 1/(x+2)] dx = 2ln|x+1| + ln|x+2| + C. The linear factors produce logarithmic terms, while irreducible quadratic factors produce arctangent terms, such as ∫(1)/(x²+1) dx = arctan(x) + C.

例如,∫(3x+5)/(x²+3x+2) dx = ∫[2/(x+1) + 1/(x+2)] dx = 2ln|x+1| + ln|x+2| + C。线性因子产生对数项,而不可约二次因子产生反正切项,如 ∫(1)/(x²+1) dx = arctan(x) + C。


9. Common Mistakes | 常见错误

Several common errors plague students when performing partial fraction decomposition. Being aware of these pitfalls is crucial for achieving accurate results in examinations.

学生在进行部分分式分解时常犯几类错误。了解这些陷阱对于在考试中获得准确结果至关重要。

  • Finding that the numerator degree is higher than the denominator degree, but bypassing polynomial long division.
  • 发现分子次数高于分母次数却跳过多项式长除法。
  • Forgetting to include all terms in the decomposition when the denominator has repeated factors.
  • 当分母有重复因子时,忘记在分解中包含所有项。
  • Using a constant numerator instead of a linear numerator (Ax+B) for quadratic factors.
  • 对于二次因子使用常数分子而不是线性分子 (Ax+B)。
  • Making arithmetic errors when substituting values in the cover-up method.
  • 在覆盖法代入数值时出现算术错误。

10. Differential Equations Connection | 微分方程的应用

Partial fractions are essential in solving separable differential equations that involve rational functions. The technique allows us to integrate both sides of the equation separately, leading to explicit solutions.

部分分式在求解涉及有理函数的可分离微分方程中至关重要。该技巧使我们能够分别对方程两边进行积分,从而得到显式解。

For example, consider dy/dx = (x+1)(y-2)/(y(x²+1)). After separating variables, the y-integral may require partial fraction decomposition of 1/(y(y-2)), which decomposes as -1/(2y) + 1/(2(y-2)). Each term then integrates to a logarithmic function.

例如,考虑 dy/dx = (x+1)(y-2)/(y(x²+1))。分离变量后,关于 y 的积分可能需要将 1/(y(y-2)) 分解为 -1/(2y) + 1/(2(y-2))。各项积分后均得到对数函数。


11. Efficient Strategies | 高效策略

Choosing the right method for each situation can significantly reduce computation time. For simple linear factors, the substitution method is fastest; for repeated factors, coefficient comparison combined with strategic substitution works best.

针对不同情况选择合适的方法可以显著减少计算时间。对于简单的线性因子,代值法最快;对于重复因子,比较系数法配合策略性代值效果最佳。

For quadratic factors, expressing the numerator cleverly can simplify the final integration. A useful strategy is to write (2x+3)/(x²+x+1) as (2x+1)/(x²+x+1) + 2/(x²+x+1). The first term matches the derivative of the denominator and integrates directly to a logarithm; the second can be completed to a square and integrated using arctan.

对于二次因子,巧妙地处理分子可以简化最终的积分。一个有效策略是将 (2x+3)/(x²+x+1) 写成 (2x+1)/(x²+x+1) + 2/(x²+x+1)。第一项匹配分母的导数,直接积分得到对数;第二项通过配方法化为平方和,使用 arctan 积分。


12. Exam-Style Worked Example | 考试题型例题

Let us work through a complete exam-style example that combines multiple techniques. Decompose the rational function f(x) = (x²+3x+1)/((x+1)(x²+1)).

让我们完成一个结合了多种技巧的考试风格综合例题。将有理函数 f(x) = (x²+3x+1)/((x+1)(x²+1)) 分解。

Since the numerator has degree 2 and the denominator has degree 3, the function is proper. The denominator contains one linear factor (x+1) and one irreducible quadratic factor (x²+1). The decomposition takes the form: f(x) = A/(x+1) + (Bx+C)/(x²+1).

由于分子次数为2,分母次数为3,该函数是真分式。分母包含一个线性因子 (x+1) 和一个不可约二次因子 (x²+1)。分解形式为:f(x) = A/(x+1) + (Bx+C)/(x²+1)。

Multiplying by the denominator (x+1)(x²+1): x²+3x+1 = A(x²+1) + (Bx+C)(x+1). Expanding: x²+3x+1 = Ax² + A + Bx² + Bx + Cx + C. Grouping like terms: x²+3x+1 = (A+B)x² + (B+C)x + (A+C).

乘以分母 (x+1)(x²+1):x²+3x+1 = A(x²+1) + (Bx+C)(x+1)。展开:x²+3x+1 = Ax² + A + Bx² + Bx + Cx + C。合并同类项:x²+3x+1 = (A+B)x² + (B+C)x + (A+C)。

Equating coefficients gives the system:

比较系数得到方程组:

  • A + B = 1
  • B + C = 3
  • A + C = 1

Solving this system: From the first equation, A = 1 – B. From the second, C = 3 – B. Substituting into the third: (1-B) + (3-B) = 1, which gives 4 – 2B = 1, so B = 3/2. Then A = 1 – 3/2 = -1/2, and C = 3 – 3/2 = 3/2.

解此方程组:由第一个方程,A = 1 – B。由第二个方程,C = 3 – B。代入第三个方程:(1-B) + (3-B) = 1,得 4 – 2B = 1,故 B = 3/2。进而 A = 1 – 3/2 = -1/2,C = 3 – 3/2 = 3/2。

Therefore, the decomposition is:

因此,分解结果为:

(x²+3x+1)/((x+1)(x²+1)) = -1/(2(x+1)) + (3x+3)/(2(x²+1))

This example demonstrates how to handle a rational expression containing both linear and quadratic factors, a common type of problem in IB Mathematics Paper 2.

本例题演示了如何处理同时包含线性因子和二次因子的有理表达式,这是IB数学第二试卷中的常见题型。


Published by TutorHao | IB 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