Introduction: Breaking it Down to Build it Up

Welcome to the world of Partial Fractions! If you have ever looked at a complex algebraic fraction and thought, "I wish this was simpler," then this chapter is for you. In mathematics, we often spend time adding fractions together. Partial fractions are the exact opposite: we take one big, "clunky" fraction and break it down into a sum of smaller, "friendlier" fractions.

Why bother? Well, these smaller fractions are much easier to work with when we need to perform Integration or expand functions using the Binomial Theorem. Think of it like taking a complex machine apart into its individual nuts and bolts so you can clean or fix each part separately.

Section 1: What is a Rational Function?

Before we start "decomposing" (the fancy word for breaking down) fractions, we need to know what we are looking at. We are dealing with rational functions. These are simply fractions where the top (numerator) and bottom (denominator) are both polynomials.

Prerequisite Check: For the H240 syllabus, we focus on proper fractions. This means the degree of the polynomial on top (the highest power of \(x\)) must be smaller than the degree of the polynomial on the bottom. If it isn't, you would usually use long division first, but for now, let's focus on the breakdown process.

Analogy: Imagine a heavy backpack. It is much easier to carry if you take the items out and carry them in two or three smaller bags. That is exactly what we are doing with the algebra!

Section 2: The Three Main Types

The H240 syllabus requires you to handle denominators with no more than three terms and nothing more complicated than squared linear terms. Here are the three scenarios you will meet:

Type 1: Distinct Linear Factors

This is when the denominator is made of different linear brackets, like \((ax + b)(cx + d)\).
The Setup: \(\frac{px + q}{(ax + b)(cx + d)} \equiv \frac{A}{ax + b} + \frac{B}{cx + d}\)

Type 2: Three Distinct Linear Factors

Sometimes you’ll have three brackets on the bottom.
The Setup: \(\frac{px + q}{(ax + b)(cx + d)(ex + f)} \equiv \frac{A}{ax + b} + \frac{B}{cx + d} + \frac{C}{ex + f}\)

Type 3: Repeated Linear Factors

This is the "trickiest" one. If a bracket is squared, like \((ax + b)^2\), it needs two separate fractions in the setup.
The Setup: \(\frac{px + q}{(ax + b)(cx + d)^2} \equiv \frac{A}{ax + b} + \frac{B}{cx + d} + \frac{C}{(cx + d)^2}\)
Notice how the repeated factor appears twice: once with power 1 and once with power 2. Don't forget this!

Key Takeaway: Always check your denominator first! The number of constants (\(A, B, C\)) you need to find will match the total power of the denominator.

Section 3: The Step-by-Step Decomposition Process

Don’t worry if this seems like a lot of steps. Once you do it a few times, it becomes a very satisfying routine. Let's look at how to find those mystery values for \(A, B,\) and \(C\).

Step 1: Set up the Identity

Choose the correct "Type" from Section 2 and write out your fraction as being identical (\(\equiv\)) to the sum of the partial fractions.

Step 2: Multiply through to Clear Denominators

Multiply every term by the entire denominator of the original fraction. This leaves you with a flat equation (no fractions!).
Example for Type 1: \(px + q = A(cx + d) + B(ax + b)\)

Step 3: Solve for the Constants

You have two main tools here:
1. Substitution: Pick values of \(x\) that make the brackets equal to zero. This "kills off" one constant so you can solve for the other. This is usually the fastest way!
2. Comparing Coefficients: Look at the \(x\) terms and the constant terms on both sides of the equals sign and set them equal to each other.

Common Mistake to Avoid: In Repeated Factors, when you multiply through, make sure you don't over-multiply. If the denominator is \((x+1)(x+2)^2\), the \(B\) term (which was over \((x+2)\)) only needs to be multiplied by \((x+1)(x+2)\) to cancel its own denominator.

Section 4: Why do we do this? (Applications)

In the H240 exam, you rarely find partial fractions in isolation. They are usually the "key" to unlocking a bigger problem.

1. Integration

It is very hard to integrate \(\int \frac{1}{x^2 + 3x + 2} dx\).
But if you turn it into \(\int (\frac{1}{x+1} - \frac{1}{x+2}) dx\), it becomes simple natural logs (\(ln\))!

2. Binomial Expansion

If you need to find the power series (expansion) for a complex fraction, you break it into partial fractions first. Then, you can use the formula for \((1+x)^n\) on each individual part. It is much easier to expand two simple brackets than one giant one.

Did you know? The technique of partial fractions was heavily developed by 18th-century mathematicians like Leonhard Euler. It’s a trick that has been helping students for hundreds of years!

Quick Review & Summary

Memory Aid: For repeated factors, think of it like a ladder. If you have \((x+1)^3\), you need a fraction for step 1 \((x+1)\), step 2 \((x+1)^2\), and step 3 \((x+1)^3\).

Quick Review Box:
1. Check the denominator type (Distinct? Repeated?).
2. Write the identity with constants \(A, B, C\).
3. Multiply to get rid of the fraction bars.
4. Substitute \(x\) values to find your constants.
5. Rewrite the final answer clearly.

Final Thought: Partial Fractions are just a puzzle. You are looking for the missing pieces (\(A, B,\) and \(C\)) that make the equation balance. Keep your algebra tidy, and you’ll find this is one of the most reliable ways to score marks in the Pure Mathematics paper!