Partial Fraction Decomposition Formula
The Formula
When to use: Just as \frac{7}{12} can be split into \frac{1}{3} + \frac{1}{4}, a complex fraction like \frac{5x-1}{(x+1)(x-2)} can be split into \frac{A}{x+1} + \frac{B}{x-2}. The simpler pieces are each easy to integrate.
Quick Example
Decompose: \frac{5x-1}{(x+1)(x-2)} = \frac{2}{x+1} + \frac{3}{x-2}.
= 2\ln|x+1| + 3\ln|x-2| + C
Notation
What This Formula Means
A technique for breaking a rational expression \frac{P(x)}{Q(x)} into a sum of simpler fractions whose denominators are the factors of Q(x). This makes integration of rational functions possible.
Just as \frac{7}{12} can be split into \frac{1}{3} + \frac{1}{4}, a complex fraction like \frac{5x-1}{(x+1)(x-2)} can be split into \frac{A}{x+1} + \frac{B}{x-2}. The simpler pieces are each easy to integrate.
Formal View
Worked Examples
Example 1
easySolution
- 1 \frac{5}{(x+1)(x-2)} = \frac{A}{x+1}+\frac{B}{x-2}.
- 2 x=2: B=5/3. x=-1: A=-5/3.
- 3 \int = -\frac{5}{3}\ln|x+1| + \frac{5}{3}\ln|x-2| + C = \frac{5}{3}\ln\left|\frac{x-2}{x+1}\right|+C.
Answer
Example 2
hardCommon Mistakes
- Forgetting to do long division when the degree of the numerator is greater than or equal to the degree of the denominator: \frac{x^3}{x^2-1} must be divided first.
- Using the wrong form for repeated factors: (x-1)^2 in the denominator requires \frac{A}{x-1} + \frac{B}{(x-1)^2}, NOT just \frac{A}{(x-1)^2}.
- Using the wrong form for irreducible quadratic factors: x^2 + 1 requires \frac{Ax + B}{x^2+1}, NOT \frac{A}{x^2+1}โyou need a linear numerator.
Why This Formula Matters
Partial fractions turn the integration of any rational function into a collection of standard integrals (logarithms and arctangents). It's also used in Laplace transforms, differential equations, and signal processing.
Frequently Asked Questions
What is the Partial Fraction Decomposition formula?
A technique for breaking a rational expression \frac{P(x)}{Q(x)} into a sum of simpler fractions whose denominators are the factors of Q(x). This makes integration of rational functions possible.
How do you use the Partial Fraction Decomposition formula?
Just as \frac{7}{12} can be split into \frac{1}{3} + \frac{1}{4}, a complex fraction like \frac{5x-1}{(x+1)(x-2)} can be split into \frac{A}{x+1} + \frac{B}{x-2}. The simpler pieces are each easy to integrate.
What do the symbols mean in the Partial Fraction Decomposition formula?
\frac{P(x)}{Q(x)} = proper rational function (deg P < deg Q). A, B, C, ... are constants to be determined.
Why is the Partial Fraction Decomposition formula important in Math?
Partial fractions turn the integration of any rational function into a collection of standard integrals (logarithms and arctangents). It's also used in Laplace transforms, differential equations, and signal processing.
What do students get wrong about Partial Fraction Decomposition?
Make sure the fraction is proper (degree of numerator < degree of denominator) before decomposing. If it's improper, do polynomial long division first.
What should I learn before the Partial Fraction Decomposition formula?
Before studying the Partial Fraction Decomposition formula, you should understand: integral, long division.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Partial Fraction Decomposition: Step-by-Step Guide โ