calculus

部分分式分解:完整的工作流程

一份不掺水的部分分式讲解——四种情形(相异一次、重复一次、不可约二次、重复二次),附解题示例与积分技巧。
AI-Math Editorial Team

作者: AI-Math Editorial Team

发布于 2026-05-01

部分分式分解是一项代数技能,它能让你积分这世界上任意一个有理函数。与其和一个丑陋的分数搏斗,不如把它拆成若干个可以逐项轻松积分的部分。本指南会带你走过你会遇到的每一种情形。

准备工作

有理函数P(x)Q(x)\frac{P(x)}{Q(x)},其中 P,QP, Q 是多项式。部分分式只在 PP 的次数 < QQ 的次数 时才有效。如果不满足,先做多项式长除法,把多项式部分剥离出来。

做完除法后,把 Q(x)Q(x) 在实数范围内完全因式分解。每个因式都属于以下四种类别之一。

四种情形

情形 1:相异一次因式

如果 Q(x)=(xa)(xb)Q(x) = (x - a)(x - b),写成:

P(x)(xa)(xb)=Axa+Bxb\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}

示例。 分解 5x1(x1)(x+2)\frac{5x - 1}{(x - 1)(x + 2)}

两边同乘:5x1=A(x+2)+B(x1)5x - 1 = A(x + 2) + B(x - 1)

代入 x=1x = 14=3AA=4/34 = 3A \Rightarrow A = 4/3
代入 x=2x = -211=3BB=11/3-11 = -3B \Rightarrow B = 11/3

所以 5x1(x1)(x+2)=4/3x1+11/3x+2\frac{5x-1}{(x-1)(x+2)} = \frac{4/3}{x-1} + \frac{11/3}{x+2}

情形 2:重复一次因式

对于 (xa)k(x - a)^k,你需要每个幂次各一项,直到 kk

A1xa+A2(xa)2++Ak(xa)k\frac{A_1}{x-a} + \frac{A_2}{(x-a)^2} + \dots + \frac{A_k}{(x-a)^k}

情形 3:不可约二次因式

对每个不可约的 x2+bx+cx^2 + bx + c,用一个带两个未知数的分子:

Bx+Cx2+bx+c\frac{Bx + C}{x^2 + bx + c}

情形 4:重复的不可约二次

与情形 2 思路相同,但每个幂次都取 Bx+CBx + C 的形式。

在积分中的应用

一旦分解完成,就逐项积分:

  • 1xadx=lnxa+C\int \frac{1}{x - a} dx = \ln|x - a| + C
  • 1(xa)kdx=1(k1)(xa)k1+C\int \frac{1}{(x - a)^k} dx = \frac{-1}{(k-1)(x-a)^{k-1}} + C(当 k>1k > 1 时)
  • Bx+Cx2+bx+cdx\int \frac{Bx + C}{x^2 + bx + c} dx 拆成一个 ln\ln 部分和一个 arctan\arctan 部分。

常见错误

  • PP 的次数 ≥ QQ 的次数时,忘了先做长除法
  • 跳过重复项——(x1)3(x - 1)^3 需要三个独立的分式。
  • 试图因式分解不可约二次式——在硬求实根之前先检查判别式。

用 AI 积分求解器试一试

积分求解器会在需要时自动进行部分分式分解,并展示每一步。

相关参考:

常见问题

Partial fraction decomposition breaks a rational function into a sum of simpler fractions that are easier to integrate. It is primarily used in integral calculus but also appears in Laplace transforms and solving differential equations.

For each distinct linear factor (ax + b) in the denominator, write a term A/(ax + b). For repeated linear factors (ax + b)ⁿ, write A₁/(ax+b) + A₂/(ax+b)² + ... + Aₙ/(ax+b)ⁿ. Then solve for constants by matching coefficients.

First ensure the rational function is proper — the degree of the numerator must be less than the degree of the denominator. If the function is improper, perform polynomial long division first, then decompose the proper remainder part.

AI-Math Editorial Team

作者: AI-Math Editorial Team

发布于 2026-05-01

A small team of engineers, mathematicians, and educators behind AI-Math, focused on making step-by-step math help accessible to every student.