Decomposing Fractions
Ever faced a massive, complicated fraction and wished you could split it into simpler parts? That's precisely what decomposing fractions, or partial fraction decomposition, allows you to do. It's a powerful algebraic method for rewriting a complex rational expression as a sum of more manageable fractions.

What Is Decomposing Fractions?
Decomposing a fraction, formally known as partial fraction decomposition, is the process of taking a single rational expression (a fraction where the numerator and denominator are polynomials) and breaking it down into a sum of simpler fractions. This technique is essentially the reverse of adding fractions. For instance, when we add fractions like
Why Is This Skill Important?
You might be wondering why we'd want to take a perfectly good single fraction and break it apart. While it might seem like creating more work, decomposing fractions is a critical tool in higher mathematics, especially in calculus. Certain operations, most notably integration, are much easier to perform on a sum of simple fractions than on one complex one. Imagine trying to solve a complex puzzle; it's often easier to solve smaller pieces one by one than to tackle the whole thing at once. Decomposing fractions is the mathematical equivalent of that strategy. It's also used in advanced engineering topics like control theory and signal processing to analyze system behaviors.
Prerequisite: Is Your Fraction 'Proper'?
Before you can decompose a fraction, you must ensure it is a proper fraction. In the world of polynomials, this means the degree of the numerator's polynomial must be strictly less than the degree of the denominator's polynomial.
- Proper Fraction:
Degree of numerator is , degree of denominator is . Since , it's proper. - Improper Fraction:
Degree of numerator is , degree of denominator is . Since , it's improper.
If you have an improper fraction, you must perform polynomial long division first. The result will be a polynomial (which might just be a constant) plus a proper fraction. You then decompose the remaining proper fraction. For example, dividing
Case 1: Distinct Linear Factors in the Denominator
This is the most straightforward case. It occurs when the denominator can be factored into unique linear terms, meaning factors of the form
For every distinct linear factor
Here,
Decompose the fraction
The denominator is
Step 2: Set up the partial fractions.
Since we have two distinct linear factors, we set up our decomposition with a constant numerator for each factor.
Step 3: Clear the denominators.
Multiply both sides of the equation by the original denominator,
Step 4: Solve for the constants A and B.
There are two common methods. The easiest is the 'convenient values' method. We pick values for
- To find
, let's eliminate the term. We can do this by setting .
- To find
, let's eliminate the term by setting .
Step 5: Write the final answer.
Substitute the values of
Case 2: Repeated Linear Factors in the Denominator
What happens if a linear factor appears more than once? For example, a denominator might have a factor like
For every repeated linear factor
You need one fraction for each power of the repeated factor. Forgetting this is a very common mistake!
Decompose the fraction
The denominator is
Step 2: Set up the partial fractions.
We need a term for each power of
Step 3: Clear the denominators.
Multiply both sides by
Step 4: Solve for the constants A, B, and C.
We can start with a convenient value, then switch to equating coefficients.
- Let's set
to find .
Now that we have
- Coefficients of
: . This gives us directly! - Coefficients of
: . Since we know , we have . - Constant terms (for verification):
. Let's check our values: . It works!
Step 5: Write the final answer.

Case 3: Irreducible Quadratic Factors
Sometimes, a denominator contains a quadratic factor that cannot be factored further using real numbers, like
For every irreducible quadratic factor
This is the most complex case. The numerator needs an
Decompose the fraction
The denominator is already factored into a distinct linear factor
Step 2: Set up the partial fractions.
The linear factor gets a constant numerator, and the quadratic factor gets a linear numerator.
Step 3: Clear the denominators.
Multiply both sides by
Step 4: Solve for the constants A, B, and C.
We'll use a mix of methods again.
- First, use the convenient value
to find .
Now, expand the equation and equate coefficients to find
- Coefficients of
: . - Coefficients of
: . Since , we have . - Constant terms (for verification):
. Our value gives . It checks out.
Step 5: Write the final answer.
Common Mistakes to Avoid
Partial fraction decomposition requires careful bookkeeping. Here are some common errors students make:
- Forgetting Long Division: Always check if the fraction is improper first. If the degree of the numerator is greater than or equal to the degree of the denominator, you must perform polynomial long division before you begin decomposing.
- Incorrect Setup for Repeated Factors: For a factor like
, it's a common mistake to only include the term . You must include a term for each power: . - Incorrect Numerator for Quadratic Factors: Remember that an irreducible quadratic factor in the denominator requires a linear numerator
, not just a constant . - Algebraic Errors: When solving the system of equations for the coefficients, it's easy to make a small arithmetic mistake. Double-check your work, especially when substituting values back in.
- Factoring Errors: The entire process depends on correctly factoring the denominator. If the initial factoring is wrong, the entire decomposition will be incorrect.
Quick Reference Guide
Here is a summary table to help you remember how to set up the decomposition based on the factors in the denominator.
| Type of Factor in Denominator | Example Factor | Form of the Partial Fraction Term(s) |
|---|---|---|
| Distinct Linear Factor | ||
| Repeated Linear Factor | ||
| Irreducible Quadratic Factor | ||
| Repeated Irreducible Quadratic Factor |
Frequently Asked Questions
What is the very first step in decomposing a fraction?
The first step is to check if the fraction is proper, meaning the degree of the numerator is less than the degree of the denominator. If it's improper, you must perform polynomial long division before you can start the decomposition process.
How do I know if a quadratic factor can be broken down further?
A quadratic factor of the form
What if the denominator has a factor like ?
This is treated as a repeated linear factor,
Can I always use the 'plug in convenient values' method to find the constants?
This method works best for distinct linear factors. For repeated linear factors or irreducible quadratic factors, it may only help you find some of the constants. You will often need to combine it with the method of expanding and equating coefficients.
What happens if I set up the numerators incorrectly?
If you use the wrong form for a numerator, such as using a constant
Is partial fraction decomposition actually used anywhere important?
Yes, it is a fundamental technique in calculus for integrating rational functions. This has direct applications in fields like physics for solving problems in electromagnetism, and in engineering for circuit analysis and control systems theory.
Can I use a calculator to do this?
Some advanced calculators and computer algebra systems can perform partial fraction decomposition automatically. However, it's crucial to learn the manual process to understand the underlying algebraic principles and to be able to solve problems when such tools aren't available.