calculus

部分分数分解:完全なワークフロー

部分分数の無駄のない解説——四つの場合(相異なる一次、重複する一次、既約二次、重複する二次)を例題と積分のコツとともに。
AI-Math Editorial Team

By AI-Math Editorial Team

Published 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 = 1 を代入:4=3AA=4/34 = 3A \Rightarrow A = 4/3
x=2x = -2 を代入:11=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}} + Ck>1k > 1 のとき)
  • Bx+Cx2+bx+cdx\int \frac{Bx + C}{x^2 + bx + c} dxln\ln の部分と arctan\arctan の部分に分かれます。

よくある間違い

  • PP の次数 ≥ QQ の次数のとき、まず長除法をするのを忘れる
  • 重複する項を飛ばす——(x1)3(x - 1)^3 には三つの別々の分数が必要です。
  • 既約二次を因数分解しようとする——実数解を無理に求める前に判別式を確認しましょう。

AI 積分ソルバーで試そう

積分ソルバーは、必要なときに部分分数分解を自動で行い、すべてのステップを表示します。

関連リンク:

Frequently Asked Questions

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

By AI-Math Editorial Team

Published 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.