Welcome to the World of Partial Fractions!
Ever looked at a complicated algebraic fraction and thought, "I wish I could just break this into smaller, simpler pieces"? Well, that is exactly what partial fractions allow you to do!
Think of a complex fraction like a pre-built LEGO castle. Partial fractions are the instructions that tell you how to take that castle apart into its original individual bricks. In the world of Pure Mathematics: Calculus, this is a superpower because it makes difficult integrals much easier to solve.
1. The Basics: What are we doing?
Usually, in math, we take two small fractions and add them together by finding a common denominator.
Example: \( \frac{2}{x-1} + \frac{3}{x+2} = \frac{2(x+2) + 3(x-1)}{(x-1)(x+2)} = \frac{5x+1}{(x-1)(x+2)} \)
Partial Fractions is simply this process in reverse. We start with the "big" fraction on the right and try to find the "bricks" (A and B) on the left.
Quick Review: Degree of a Polynomial
Before we start, check the degree (the highest power of \(x\)).
• A Proper Fraction is when the degree of the top (numerator) is less than the degree of the bottom (denominator).
• If the degree of the top is equal to or higher than the bottom, it is Improper. You must use algebraic division first!
Key Takeaway: Partial fractions turn one complicated fraction into a sum of simpler ones. Always check the degree of the numerator first!
2. Case 1: Distinct Linear Factors
This is the most common type you will see. It happens when the denominator is made of different linear brackets, like \( (x-a)(x-b) \).
The Setup:
\( \frac{Numerator}{(x-a)(x-b)} \equiv \frac{A}{x-a} + \frac{B}{x-b} \)
Step-by-Step Process:
1. Write the identity: Set your fraction equal to the sum of \(A\) and \(B\) over the individual factors.
2. Multiply through: Multiply every term by the original denominator to get rid of the fractions.
3. Find A and B: You can do this in two ways:
• Substitution: Pick values of \(x\) that make the brackets zero (this is usually the fastest way!).
• Equating Coefficients: Compare the number of \(x\) terms and constant terms on both sides.
Example: Split \( \frac{5x-1}{(x-1)(x+2)} \) into partial fractions.
\( \frac{5x-1}{(x-1)(x+2)} \equiv \frac{A}{x-1} + \frac{B}{x+2} \)
Multiply by \( (x-1)(x+2) \):
\( 5x-1 \equiv A(x+2) + B(x-1) \)
If we let \(x = 1\): \( 5(1)-1 = A(1+2) \rightarrow 4 = 3A \rightarrow A = \frac{4}{3} \)
If we let \(x = -2\): \( 5(-2)-1 = B(-2-1) \rightarrow -11 = -3B \rightarrow B = \frac{11}{3} \)
Key Takeaway: For every distinct linear factor in the denominator, you get one simple fraction with a constant (like \(A, B,\) or \(C\)) on top.
3. Case 2: Repeated Linear Factors
Don't worry if this seems tricky at first! A repeated factor is just a bracket that is squared, like \( (x-a)^2 \).
The Trick: You must include a fraction for every power of that factor. If you have \( (x-1)^2 \), you need a fraction for \( (x-1) \) AND a fraction for \( (x-1)^2 \).
The Setup:
\( \frac{Numerator}{(x-a)^2(x-b)} \equiv \frac{A}{x-a} + \frac{B}{(x-a)^2} + \frac{C}{x-b} \)
Memory Aid: The Ladder Rule
Imagine the squared term is a two-step ladder. To get to the top (\( (x-a)^2 \)), you have to step on the first rung (\( x-a \)) first. You need a term for both steps!
Key Takeaway: If a factor is squared, it "owns" two partial fractions. One with the factor alone, and one with the factor squared.
4. Dealing with Improper Fractions
If the degree of the numerator is greater than or equal to the degree of the denominator, you are dealing with an improper fraction.
Before you can use partial fractions, you must use polynomial division (or "long division for algebra").
Example: If you have \( \frac{x^2 + 1}{x^2 - 1} \), the degrees are both 2. After dividing, you will get a whole number plus a proper fraction, which you can then split into partial fractions.
Key Takeaway: "Top-heavy" fractions need division first. The result will look like: Polynomial + Partial Fractions.
5. Why do we do this? (The Calculus Connection)
Did you know? You cannot easily integrate a function like \( \int \frac{1}{x^2-1} dx \).
But, if you use partial fractions to turn it into \( \int (\frac{0.5}{x-1} - \frac{0.5}{x+1}) dx \), you can integrate it instantly using natural logarithms (ln)!
Key Rule for Integration:
\( \int \frac{1}{x+a} dx = \ln|x+a| + c \)
Summary of Integration Steps:
1. Split the complex fraction into partial fractions.
2. Integrate each simple fraction separately.
3. Most linear denominators will integrate into ln functions.
6. Common Mistakes to Avoid
• Forgetting the repeated term: Many students forget the \( \frac{A}{x-a} \) term when dealing with \( (x-a)^2 \). Always check your setup!
• Sign errors: Be very careful when substituting negative numbers (like \( x = -2 \)) into your equations.
• Not dividing first: If the powers on top and bottom are the same, divide first. If you don't, your A and B values will be wrong.
Quick Review Box
• Linear factors: \( \frac{A}{x-a} \)
• Repeated factors: \( \frac{A}{x-a} + \frac{B}{(x-a)^2} \)
• Denominator limit: For your OCR B (MEI) exam, you only need to handle up to three linear terms in the denominator.
Final Key Takeaway: Partial fractions are just an algebraic tool to simplify expressions. Mastering them makes Integration and Binomial Expansions much smoother!