Decomposing Fractions

Download as PDF

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.

Decomposing Fractions — an original Algebra911 reference diagram defining decomposing fractions with its key formula and a worked example.
Decomposing Fractions: A Guide to Partial 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 2x+1+3x5 we find a common denominator and combine them into one expression: 2(x5)+3(x+1)(x+1)(x5)=2x10+3x+3x24x5=5x7x24x5 Partial fraction decomposition is the skill that lets us start with the complicated result, 5x7x24x5 and work backward to find the original, simpler 'partial' fractions it came from. The key to this process lies in the factors of the denominator.

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: x+1x2+2x+1 Degree of numerator is 1, degree of denominator is 2. Since 1<2, it's proper.
  • Improper Fraction: x32xx2+1 Degree of numerator is 3, degree of denominator is 2. Since 32, 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 x32x by x2+1 gives x3xx2+1. You would then focus on decomposing the proper part, 3xx2+1 (if possible).

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 (ax+b) that are not repeated.

For every distinct linear factor (ax+b) in the denominator, the decomposition will include a term of the form:

Aax+b

Here, A is a constant that we need to find. Let's walk through an example.

Example 1

Decompose the fraction x+10x2x6 Step 1: Factor the denominator.
The denominator is x2x6, which factors into (x3)(x+2). These are distinct linear factors.

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. x+10(x3)(x+2)=Ax3+Bx+2

Step 3: Clear the denominators.
Multiply both sides of the equation by the original denominator, (x3)(x+2). (x3)(x+2)x+10(x3)(x+2)=(x3)(x+2)(Ax3+Bx+2) This simplifies to: x+10=A(x+2)+B(x3)

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 x that make one of the terms zero.

  • To find A, let's eliminate the B term. We can do this by setting x=3.
    3+10=A(3+2)+B(33)
    13=A(5)+B(0)
    13=5AA=135
  • To find B, let's eliminate the A term by setting x=2.
    2+10=A(2+2)+B(23)
    8=A(0)+B(5)
    8=5BB=85

Step 5: Write the final answer.
Substitute the values of A and B back into the setup from Step 2. x+10x2x6=13/5x38/5x+2

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 (x4)2 or (2x+1)3. This is called a repeated linear factor.

For every repeated linear factor (ax+b)n in the denominator, the decomposition must include a term for each power from 1 to n.

A1ax+b+A2(ax+b)2++An(ax+b)n

You need one fraction for each power of the repeated factor. Forgetting this is a very common mistake!

Example 2

Decompose the fraction 2x2+3(x+2)3 Step 1: Identify the factors.
The denominator is (x+2)3, which is the linear factor (x+2) repeated three times.

Step 2: Set up the partial fractions.
We need a term for each power of (x+2), from 1 to 3. 2x2+3(x+2)3=Ax+2+B(x+2)2+C(x+2)3

Step 3: Clear the denominators.
Multiply both sides by (x+2)3. 2x2+3=A(x+2)2+B(x+2)+C

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 x=2 to find C.
    2(2)2+3=A(0)2+B(0)+C
    2(4)+3=C
    11=C

Now that we have C, we can't use another convenient value to isolate A or B. So, we'll expand the equation and equate coefficients.

2x2+3=A(x2+4x+4)+B(x+2)+C 2x2+0x+3=Ax2+4Ax+4A+Bx+2B+C Group the terms by powers of x: 2x2+0x+3=(A)x2+(4A+B)x+(4A+2B+C) Now, equate the coefficients from the left and right sides:
  • Coefficients of x2: 2=A. This gives us A directly!
  • Coefficients of x: 0=4A+B. Since we know A=2, we have 0=4(2)+B0=8+BB=8.
  • Constant terms (for verification): 3=4A+2B+C. Let's check our values: 4(2)+2(8)+11=816+11=8+11=3. It works!

Step 5: Write the final answer.
2x2+3(x+2)3=2x+28(x+2)2+11(x+2)3

Key formulas for decomposing fractions by Algebra911.
Key formulas for decomposing fractions by Algebra911.

Case 3: Irreducible Quadratic Factors

Sometimes, a denominator contains a quadratic factor that cannot be factored further using real numbers, like x2+1 or x2+2x+5. These are called irreducible quadratic factors. You can test if a quadratic ax2+bx+c is irreducible by checking its discriminant, b24ac. If the discriminant is negative, the quadratic is irreducible.

For every irreducible quadratic factor (ax2+bx+c) in the denominator, the decomposition will include a term with a linear numerator:

Ax+Bax2+bx+c

This is the most complex case. The numerator needs an x term and a constant term.

Example 3

Decompose the fraction 5x2x+2(x+1)(x2+1) Step 1: Identify the factors.
The denominator is already factored into a distinct linear factor (x+1) and an irreducible quadratic factor (x2+1). (It's irreducible because for x2+0x+1, the discriminant is 024(1)(1)=4).

Step 2: Set up the partial fractions.
The linear factor gets a constant numerator, and the quadratic factor gets a linear numerator. 5x2x+2(x+1)(x2+1)=Ax+1+Bx+Cx2+1

Step 3: Clear the denominators.
Multiply both sides by (x+1)(x2+1). 5x2x+2=A(x2+1)+(Bx+C)(x+1)

Step 4: Solve for the constants A, B, and C.
We'll use a mix of methods again.

  • First, use the convenient value x=1 to find A.
    5(1)2(1)+2=A((1)2+1)+(B(1)+C)(1+1)
    5(1)+1+2=A(1+1)+0
    8=2AA=4

Now, expand the equation and equate coefficients to find B and C.
5x2x+2=A(x2+1)+Bx2+Bx+Cx+C Substitute A=4 and group terms: 5x2x+2=4x2+4+Bx2+Bx+Cx+C 5x2x+2=(4+B)x2+(B+C)x+(4+C) Now, equate coefficients:

  • Coefficients of x2: 5=4+BB=1.
  • Coefficients of x: 1=B+C. Since B=1, we have 1=1+CC=2.
  • Constant terms (for verification): 2=4+C. Our value C=2 gives 4+(2)=2. It checks out.

Step 5: Write the final answer.
5x2x+2(x+1)(x2+1)=4x+1+1x2x2+1

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 (x5)3, it's a common mistake to only include the term A(x5)3. You must include a term for each power: Ax5+B(x5)2+C(x5)3.
  • Incorrect Numerator for Quadratic Factors: Remember that an irreducible quadratic factor in the denominator requires a linear numerator (Ax+B), not just a constant A.
  • 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 DenominatorExample FactorForm of the Partial Fraction Term(s)
Distinct Linear Factor(xa)Axa
Repeated Linear Factor(xa)nA1xa+A2(xa)2++An(xa)n
Irreducible Quadratic Factor(ax2+bx+c)Ax+Bax2+bx+c
Repeated Irreducible Quadratic Factor(ax2+bx+c)nA1x+B1ax2+bx+c+A2x+B2(ax2+bx+c)2+

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 ax2+bx+c is irreducible (cannot be broken down further using real numbers) if its discriminant, b24ac, is negative. If the discriminant is zero or positive, the quadratic can be factored into linear terms.

What if the denominator has a factor like x3?

This is treated as a repeated linear factor, (x0)3. You must create a term for each power from 1 to 3, so your setup would include Ax+Bx2+Cx3.

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 A over a quadratic factor instead of Ax+B, your system of equations will be inconsistent. You won't be able to find a valid solution for the constants, signaling that the initial setup was wrong.

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.