Back to Course

Partial Fractions

Introduction to Rational Fractions

A Rational Fraction is the quotient of two polynomials, where . Before Decomposition, you must classify it as proper or improper.
The Division Algorithm for polynomials converts improper fractions into a polynomial plus a proper remainder.
=Numerator polynomial(degree n)
=Denominator polynomial(degree m)
=Quotient polynomial(degree n − m)
=Remainder polynomial(degree < m)
Proper fraction — ready for decomposition directly.
Improper fraction — requires Long Division first.
Degree Check: Always compare the highest power of in the numerator versus the denominator before starting.
Irreducible Factors: Ensure the denominator is fully factored into linear or irreducible quadratic terms before writing the decomposition form.
Long Division Example: — the remainder is the proper fraction to decompose.
A partial fraction resolution produces an Identity — an equation that holds for all values of , not just particular ones.
Identity vs Equation: is a conditional equation (true only for ), but is an identity (true for all ).
Key Theorem: If two polynomials are equal for all values of , then they have the same degree and the coefficients of like powers must be equal.
Why It Matters: This theorem is the basis for the "equating coefficients" method — matching the , , and constant terms on both sides to find the unknown constants.

Case 1: Distinct Linear Factors

When the denominator factors into unique Linear Factors, each factor generates a single partial fraction with a constant numerator.
Each distinct linear factor in the denominator produces one partial fraction with an unknown constant numerator.
=Unknown constant numerator for the $i$-th factor(Real number)
=Linear factor with root at $x = a_i$
Substitution method
Setting eliminates all other terms, giving directly.
Cover-up method
Cover in the original fraction and evaluate the rest at .
Uniqueness Required: Each factor must be distinct. If repeats, use Case 2 instead.
Cover-up Shortcut: To find for factor , mentally 'cover' in the original denominator and substitute into what remains. This gives instantly.
Factoring First: Always factor the denominator completely — e.g. before setting up the form.
Coefficient Factors: If the denominator has a factor like instead of , the partial fraction is still with a constant numerator.

Case 2: Repeated Linear Factors

If a factor has Multiplicity , it generates partial fractions with ascending powers in the denominator from 1 to .
A repeated factor of multiplicity requires separate partial fractions with increasing powers.
=Power (multiplicity) of the repeated factor(positive integer ≥ 2)
=Constants for each power level(Real numbers)
— two unknowns
— three unknowns
Staircase Rule: You cannot skip powers. For , you must include terms for , , and .
Solving Strategy: The highest-power constant (e.g. ) is found by substituting . Lower-power constants require equating coefficients of like powers of .
Mixed Denominators: When the denominator contains both repeated and non-repeated factors, e.g. , combine the rules: .

Case 3: Irreducible Quadratic Factors

An Irreducible Quadratic factor with requires a linear numerator in its partial fraction.
The numerator over an irreducible quadratic must be one degree less — a linear polynomial .
=Linear numerator for the quadratic part
=Irreducible quadratic factor (no real roots)(Discriminant $b^2-4ac < 0$)
Factor is where
Simplest irreducible quadratic — e.g. , .
Two irreducible quadratics in denominator
Each gets its own term — e.g. .
Why Linear Numerator?: The degree of the numerator must be exactly one less than the denominator factor. Degree 2 factor → degree 1 numerator.
Solving Method: Substitution eliminates the linear factor's constant first. Then equate coefficients of , , and the constant term to find and .
Irreducibility Check: A quadratic is irreducible when its discriminant . For example, has .

Case 4: Repeated Irreducible Quadratic Factors

When an irreducible quadratic factor is raised to power , it generates partial fractions, each with a linear numerator and ascending powers of the quadratic.
Analogous to repeated linear factors, but each term has a linear numerator instead of a constant.
=Linear numerator for the $i$-th power(Two unknowns per term)
=Power of the repeated quadratic factor(positive integer ≥ 2)
in denominator
Number of Unknowns: Each repeated quadratic power contributes 2 unknowns ( and ), so produces unknowns total.
Mixed Example: For , the form is — five unknowns total.
Solving Strategy: Substitute the linear root first (e.g. ) to find one constant, then equate coefficients of systematically.

Solving Methods Summary

Two primary methods exist for finding the unknown constants: the substitution method and the equating coefficients method.
Substitution Method: Plug in roots of the denominator factors to eliminate unknowns one at a time. Works best for distinct linear factors.
Equating Coefficients: Expand both sides, then match coefficients of . Essential when quadratic factors are present.
Hybrid Approach: Use substitution first to find as many constants as possible, then equate coefficients for the remaining unknowns.
Verification: Always check your result by recombining the partial fractions — the sum must equal the original expression.

Decision Flowchart

1
Is the fraction improper? → Perform long division first.
2
Factor the denominator completely.
3
Identify factor types: distinct linear, repeated linear, irreducible quadratic, or repeated quadratic.
4
Write the decomposition form using the rules for each case.
5
Clear denominators and solve for constants using substitution and/or equating coefficients.