Chapter Study Guide: Partial Fractions Integration
Partial Fractions
Chapter Study Guide: Partial Fractions
Learning Objectives
After completing this study guide, you should be able to:
- Determine when partial fraction decomposition is the appropriate integration technique.
- Perform long division on improper rational functions before applying partial fractions.
- Factor denominators completely into linear and irreducible quadratic factors.
- Set up and solve algebraic equations to find the unknown constants in a partial fraction decomposition.
- Evaluate the final integrals using logarithmic, power, or inverse trigonometric integration formulas.
Key Terms & Glossary
- Rational Function: A function that can be written as the ratio of two polynomials, .
- Proper Rational Function: A rational function where the degree of the numerator $P(x) is strictly less than the degree of the denominator Q(x).
- Improper Rational Function: A rational function where the degree of the numerator is greater than or equal to the degree of the denominator.
- Irreducible Quadratic: A quadratic expression ax^2 + bx + c that has no real roots (i.e., its discriminant b^2 - 4ac < 0$) and cannot be factored into real linear expressions.
- Partial Fraction Decomposition: The algebraic process of breaking down a complex rational function into a sum of simpler fractions.
The "Big Idea"
In early algebra, you learned how to add two fractions by finding a common denominator:
Partial Fractions is simply this process in reverse.
When we are asked to integrate a complex rational expression like , we do not have a direct integration rule for it. However, if we can algebraicly reverse-engineer the expression back into its "partial fractions" , we can easily integrate the pieces using the natural logarithm rule: .
Formula / Concept Box
The form of your partial fraction setup depends entirely on the factors of the denominator $Q(x).
| Factor Type in Denominator Q(x) | Required Partial Fraction Term(s) |
|---|---|
| Distinct Linear: (ax+b)$ | |
| Repeated Linear: | |
| Irreducible Quadratic: | |
| Repeated Quadratic: |
[!IMPORTANT] Always check if the rational function is improper (Degree of Numerator $\ge Degree of Denominator) before applying these formulas. If it is improper, you must perform Polynomial Long Division first!
Hierarchical Outline
- Analyze the Rational Function \frac{P(x)}{Q(x)}
- Check the degrees of P(x)Q(x)$.
- If , perform long division to get a polynomial plus a proper remainder.
- Factor the Denominator $Q(x)
- Break the denominator into the product of linear factors and irreducible quadratic factors.
- Determine the Form of the Decomposition
- Assign a constant (e.g., A, B) over each distinct linear factor.
- Assign increasing powers for repeated factors.
- Assign a linear numerator (e.g., Ax+B) over irreducible quadratic factors.
- Solve for the Unknown Constants
- Multiply both sides by the common denominator to clear the fractions.
- Method 1: Substitute strategic values of x$ (roots of the linear factors).
- Method 2: Equate the coefficients of like terms on both sides of the equation.
- Integrate the Decomposed Function
- Apply basic integration rules (Natural log, power rule, or inverse tangent).
Visual Anchors
The Partial Fraction Workflow
Visualizing Decomposition
Definition-Example Pairs
-
Term: Long Division Pre-requisite
- Definition: The necessary step of dividing by $Q(x) to extract polynomial terms when the numerator's degree is equal to or greater than the denominator's.
- Real-World Example: \int \frac{x^3}{x-1} dx, we divide to get .
-
Term: Irreducible Quadratic
- Definition: A quadratic denominator that cannot be factored into real roots because $b^2 - 4ac < 0.
- Real-World Example: x^2 + 4x^2 + 4 = 0 yields imaginary numbers, so it stays as x^2 + 4 in the denominator with an (Ax+B) numerator.
Comparison Tables
| Concept | Substitution (U-Sub) | Partial Fractions |
|---|---|---|
| When to use? | The numerator is the derivative (or constant multiple) of the denominator or an inner function. | The integrand is a complex ratio of polynomials where the denominator is factorable. |
| Example | \int \frac{2x}{x^2+1} dx$ | |
| Mechanism | Condenses the integral via the Chain Rule reversed. | Expands the integral into simpler algebraic blocks. |
Worked Examples
Example 1: Distinct Linear Factors
Evaluate
Step 1: The integrand is proper. Factor the denominator.
Step 2: Set up the partial fraction decomposition.
Step 3: Clear the denominators.
Step 4: Solve for and .
- Let : $1 = A(2) + B(0) \implies A = \frac{1}{2}$
- Let : $1 = A(0) + B(-2) \implies B = -\frac{1}{2}$
Step 5: Integrate the decomposed function.
▶Click to expand Example 2: Irreducible Quadratic Factor
Evaluate
Step 1: The integrand is proper. The denominator has a linear factor and an irreducible quadratic factor.
Step 2: Clear the denominator.
Step 3: Solve for .
- Let :
- Expanding the rest to equate coefficients:
- Since , and the coefficient on the left is 0:
- For the coefficient:
Step 4: Integrate. Split the second integral into a u-sub portion and an arctan portion to finish.
Checkpoint Questions
Test your active recall by answering these questions without looking at the material above:
- What is the very first thing you must check before applying partial fraction decomposition to a rational function?
- Write out the general partial fraction setup for the denominator expression: .
- What makes a quadratic "irreducible", and how does its partial fraction numerator differ from a linear factor's numerator?
- Once a partial fraction decomposition is completed, what are the three most common integration techniques used to evaluate the resulting integrals?
[!TIP] Self-Correction: If you forget to include a linear numerator (like ) over an irreducible quadratic, your algebraic system will likely have no solution, or lead you to an incorrect answer! Always double-check your initial setup.