Partial Fractions
Ever looked at a giant, messy fraction and wished you could split it into smaller, more manageable pieces? That's precisely what partial fraction decomposition allows you to do. It's a powerful algebraic technique for simplifying complex rational expressions, paving the way for more advanced math.

What Are Partial Fractions?
Partial fraction decomposition is a method used in algebra to break down a single, complex rational expression into a sum of simpler, more manageable fractions. Think of it as the reverse of adding fractions. You already know how to take two simple fractions and combine them into one by finding a common denominator.
For instance, if we wanted to add
The process of partial fractions takes us in the opposite direction. We start with the complicated fraction,
When Can You Use Partial Fractions?
Before you can start breaking down a fraction, you need to make sure it meets two important conditions. If it doesn't, the method won't work correctly.
- The fraction must be a proper rational expression. A proper fraction is one where the degree (the highest exponent) of the numerator's polynomial is less than the degree of the denominator's polynomial.
- Proper:
(Degree 1 is less than Degree 2) - Improper:
(Degree 3 is greater than Degree 2)
If you have an improper fraction, you must first perform polynomial long division. This will give you a polynomial plus a proper fraction, and you can then use partial fractions on the proper fraction part.
- Proper:
- The denominator must be factorable. The entire process relies on your ability to factor the polynomial in the denominator into linear factors (like
) or irreducible quadratic factors (like ). If you can't factor the denominator, you can't use this method.
How Do You Handle Distinct Linear Factors?
This is the most straightforward case and the best place to start. "Distinct linear factors" means that when you factor the denominator, you get a set of unique factors of the form
For each distinct linear factor in the denominator, you create one partial fraction with a constant numerator (which we'll call A, B, C, etc.).
Decompose the fraction
Step 1: Factor the denominator.
The denominator
Step 2: Set up the partial fractions.
Since we have two distinct linear factors, we'll need two partial fractions with unknown constants, A and B.
Step 3: Clear the denominators.
Multiply both sides of the equation by the original denominator,
Step 4: Solve for the constants A and B.
The easiest way to solve for A and B is to pick 'convenient' values for
- To find B, let's choose
. This will make the term become zero. - To find A, let's choose
. This will make the term become zero.
Step 5: Write the final answer.
Now that we have
What About Repeated Linear Factors?
Sometimes when you factor a denominator, you get the same linear factor multiple times, like
For a repeated linear factor
Decompose the fraction
Step 1: Identify the factors.
The denominator is already factored as
Step 2: Set up the partial fractions.
We need a term for
Step 3: Clear the denominators.
Multiply both sides by
Step 4: Solve for the constants A and B.
We can still use the convenient value trick for one of the constants.
- Let
to find B.
Now we have no other convenient values to plug in. To find A, we can substitute B back into the equation and use another method: equating coefficients. First, expand the equation:
Substitute
Now, look at the terms with
We can double-check this with the constant terms:
Step 5: Write the final answer.
Substitute
How Do You Decompose Irreducible Quadratic Factors?
The final common case involves quadratic factors that cannot be factored further using real numbers. These are called irreducible quadratic factors. A common example is
When you have an irreducible quadratic factor in the denominator, its corresponding partial fraction numerator is not just a constant, but a linear term of the form
Decompose the fraction
Step 1: Identify the factors.
The denominator is factored into a linear factor
Step 2: Set up the partial fractions.
The linear factor gets a constant numerator (A), and the irreducible quadratic factor gets a linear numerator (Bx+C).
Step 3: Clear the denominators.
Multiply both sides by
Step 4: Solve for the constants A, B, and C.
We'll use a combination of methods.
- First, use the convenient value
to find A.
Now, substitute
Group the terms on the right side by powers of
Finally, equate the coefficients from the left and right sides.
- Coefficients of
: - Constant terms:
- Check with coefficients of
: . Plugging in our values, , which is . It's correct!
Step 5: Write the final answer.
Substitute
What Are Common Mistakes to Avoid?
Partial fractions can be tricky, and small mistakes can lead to the wrong answer. Here are some common pitfalls to watch out for:
- Forgetting to factor completely: Always make sure the denominator is factored as much as possible before you start. A factor like
needs to be broken down into . - Incorrect setup for repeated factors: A common error is to forget a term. For a denominator with
, you need three fractions: one over , one over , and one over . - Incorrect numerator for quadratic factors: Remember that irreducible quadratic factors get a linear numerator
, not just a constant . - Working with an improper fraction: If the degree of the numerator is greater than or equal to the degree of the denominator, you must perform polynomial long division first.
- Simple algebra errors: Be very careful when expanding brackets and solving the system of equations for your constants. It's easy to make a sign error that throws off the entire result.
Quick Summary: The Four Cases
Here is a handy table to help you remember how to set up the partial fractions for different types of factors in the denominator.
| Factor Type in Denominator | Example Factor | Partial Fraction Form |
|---|---|---|
| Distinct Linear | ||
| Repeated Linear | ||
| Irreducible Quadratic | ||
| Repeated Irreducible Quadratic |
Frequently Asked Questions
Why is it called 'partial' fractions?
It's called partial fractions because the method involves breaking a single, whole rational expression down into a sum of its simpler, component parts. Each of these simpler fractions is a 'part' of the original.
Do I always have to factor the denominator first?
Yes, absolutely. Factoring the denominator is the essential first step that tells you what kind of factors you have (linear, quadratic, repeated, etc.). This determines how you set up the partial fractions.
What if the degree of the numerator is bigger than the denominator?
If the degree of the numerator is greater than or equal to the degree of the denominator, you have an improper fraction. You must use polynomial long division first. The result will be a polynomial plus a proper fraction, which you can then decompose.
Is there more than one way to solve for the constants A, B, and C?
Yes, the two main methods are substituting 'convenient' values for x (the roots of the factors) and equating the coefficients of like terms. Often, the fastest approach is to use a combination of both methods.
Where is this technique used in higher math?
Partial fraction decomposition is a crucial skill in calculus, where it is used to simplify complex fractions before integrating them. It also appears in differential equations and various areas of engineering and physics.
What does 'irreducible quadratic' mean again?
An irreducible quadratic is a quadratic expression, like
Can I use a calculator to do this?
While a calculator can help with solving the systems of equations for A, B, and C, the setup process requires algebraic understanding. Some advanced calculators can perform the entire decomposition, but it's essential to learn the manual process to understand the concepts.