Partial Fractions
Partial Fractions
The process of writing any proper rational expression as a sum of proper rational expressions. This method is use in integration as shown below.
Note: Improper rational expressions can also be rewritten using partial fractions. You must, however, use polynomial long division first before finding a partial fractions representation.


See also
Key Formula
(x−a)(x−b)P(x)=x−aA+x−bB
Where:
- P(x) = A polynomial in the numerator with degree less than the degree of the denominator
- a,b = Distinct real roots of the denominator
- A,B = Unknown constants to be determined
Worked Example
Problem: Decompose the rational expression into partial fractions: (x+1)(x−2)5x+3
Step 1: Set up the partial fraction form. Since the denominator has two distinct linear factors, write one fraction for each factor.
(x+1)(x−2)5x+3=x+1A+x−2B
Step 2: Multiply both sides by the common denominator (x+1)(x−2) to clear the fractions.
5x+3=A(x−2)+B(x+1)
Step 3: Substitute x=2 to eliminate A. This makes the (x−2) term vanish.
5(2)+3=A(0)+B(3)⟹13=3B⟹B=313
Step 4: Substitute x=−1 to eliminate B. This makes the (x+1) term vanish.
5(−1)+3=A(−3)+B(0)⟹−2=−3A⟹A=32
Step 5: Write the final decomposition using the values of A and B.
(x+1)(x−2)5x+3=x+12/3+x−213/3
Answer: (x+1)(x−2)5x+3=3(x+1)2+3(x−2)13
Another Example
This example involves a repeated linear factor, which requires a different setup than distinct linear factors. You must include a separate term for each power of the repeated factor.
Problem: Decompose into partial fractions: (x−1)23x+5
Step 1: Since (x−1) is a repeated linear factor, the decomposition requires a term for each power of the factor, up to the highest power.
(x−1)23x+5=x−1A+(x−1)2B
Step 2: Multiply both sides by (x−1)2 to clear the denominators.
3x+5=A(x−1)+B
Step 3: Substitute x=1 to find B directly.
3(1)+5=A(0)+B⟹B=8
Step 4: To find A, compare coefficients of x on both sides. The left side has coefficient 3 for x, and the right side expands to Ax+(B−A), so the coefficient of x is A.
A=3
Step 5: Write the final decomposition.
(x−1)23x+5=x−13+(x−1)28
Answer: (x−1)23x+5=x−13+(x−1)28
Frequently Asked Questions
When do you use partial fractions?
You use partial fractions whenever you need to break a complicated rational expression into simpler pieces. The most common setting is in calculus, where partial fraction decomposition turns a difficult integral of a rational function into a sum of easier integrals (often involving natural logarithms or arctangent). It also appears in solving differential equations and working with Laplace transforms.
What is the difference between proper and improper rational expressions in partial fractions?
A proper rational expression has a numerator whose degree is strictly less than the degree of the denominator. Partial fraction decomposition applies directly only to proper rational expressions. If the expression is improper (numerator degree ≥ denominator degree), you must first perform polynomial long division to obtain a polynomial plus a proper rational remainder, and then decompose only the remainder.
How do you handle irreducible quadratic factors in partial fractions?
If the denominator contains an irreducible quadratic factor like (x2+bx+c) that cannot be factored over the reals, the corresponding partial fraction term has the form x2+bx+cAx+B — a linear numerator rather than just a constant. For a repeated irreducible quadratic raised to the nth power, you include terms with linear numerators for each power from 1 up to n.
Partial Fractions vs. Polynomial Long Division
| Partial Fractions | Polynomial Long Division | |
|---|---|---|
| Purpose | Splits a proper rational expression into simpler fractions | Divides a polynomial by another polynomial to get a quotient and remainder |
| When to use | When the degree of the numerator is less than the degree of the denominator | When the degree of the numerator is greater than or equal to the degree of the denominator |
| Output form | Sum of simpler rational expressions | Polynomial quotient plus a proper rational remainder |
| Relationship | Applied after long division if the expression was originally improper | Often a prerequisite step before partial fraction decomposition |
Why It Matters
Partial fractions is one of the core techniques in a Calculus II integration course. Without it, you cannot integrate most rational functions, since expressions like x2−11 have no simple antiderivative in their combined form but split neatly into terms involving ln∣x−1∣ and ln∣x+1∣. Beyond calculus, the method appears in engineering and physics when solving differential equations and computing inverse Laplace transforms.
Common Mistakes
Mistake: Using only one term for a repeated factor, e.g., writing (x−1)2A instead of x−1A+(x−1)2B.
Correction: For a repeated linear factor (x−a)n, you must include a separate fraction for every power from 1 through n: x−aA1+(x−a)2A2+⋯+(x−a)nAn.
Mistake: Placing only a constant in the numerator over an irreducible quadratic factor, e.g., writing x2+4A instead of x2+4Ax+B.
Correction: An irreducible quadratic factor of degree 2 requires a linear expression Ax+B in its numerator. A single constant would leave you with too few unknowns to match the original expression.
Related Terms
- Proper Rational Expression — The input type partial fractions directly applies to
- Improper Rational Expression — Requires long division before decomposition
- Polynomial Long Division — Prerequisite step for improper rational expressions
- Integration — Primary application of partial fractions in calculus
- Integration Methods — Partial fractions is one of several key techniques
- Rational Function — The type of function being decomposed
- Factoring — Needed to factor the denominator before decomposing
