- Home
- /
- Math
- /
- Introduction to Calculus
- /
- Partial Fraction Decomposition
Partial Fraction Decomposition
Also known as: partial fractions, fraction decomposition
Grade 9-12
View on concept mapA technique for breaking a rational expression \frac{P(x)}{Q(x)} into a sum of simpler fractions whose denominators are the factors of Q(x). Partial fractions turn the integration of any rational function into a collection of standard integrals (logarithms and arctangents).
This concept is covered in depth in our complete partial fraction decomposition tutorial, with worked examples, practice problems, and common mistakes.
Definition
A technique for breaking a rational expression \frac{P(x)}{Q(x)} into a sum of simpler fractions whose denominators are the factors of Q(x). This makes integration of rational functions possible.
๐ก Intuition
Just as \frac{7}{12} can be split into \frac{1}{3} + \frac{1}{4}, a complex fraction like \frac{5x-1}{(x+1)(x-2)} can be split into \frac{A}{x+1} + \frac{B}{x-2}. The simpler pieces are each easy to integrate.
๐ฏ Core Idea
Every proper rational function can be decomposed into partial fractions. The form depends on the factors of the denominator: linear factors give \frac{A}{x-a}, repeated factors give \frac{A}{(x-a)^k}, and irreducible quadratics give \frac{Ax+B}{x^2+bx+c}.
Example
Decompose: \frac{5x-1}{(x+1)(x-2)} = \frac{2}{x+1} + \frac{3}{x-2}.
= 2\ln|x+1| + 3\ln|x-2| + C
Formula
Notation
\frac{P(x)}{Q(x)} = proper rational function (deg P < deg Q). A, B, C, ... are constants to be determined.
๐ Why It Matters
Partial fractions turn the integration of any rational function into a collection of standard integrals (logarithms and arctangents). It's also used in Laplace transforms, differential equations, and signal processing.
๐ญ Hint When Stuck
Factor the denominator completely first, then write the template with unknowns A, B, C and use strategic x-values to solve for them quickly.
Formal View
Related Concepts
๐ง Common Stuck Point
Make sure the fraction is proper (degree of numerator < degree of denominator) before decomposing. If it's improper, do polynomial long division first.
โ ๏ธ Common Mistakes
- Forgetting to do long division when the degree of the numerator is greater than or equal to the degree of the denominator: \frac{x^3}{x^2-1} must be divided first.
- Using the wrong form for repeated factors: (x-1)^2 in the denominator requires \frac{A}{x-1} + \frac{B}{(x-1)^2}, NOT just \frac{A}{(x-1)^2}.
- Using the wrong form for irreducible quadratic factors: x^2 + 1 requires \frac{Ax + B}{x^2+1}, NOT \frac{A}{x^2+1}โyou need a linear numerator.
Go Deeper
Worked Examples
Step-by-step solved problems
Practice Problems
Test your understanding
Formula Explained
Notation, derivation, and common mistakes
Frequently Asked Questions
What is Partial Fraction Decomposition in Math?
A technique for breaking a rational expression \frac{P(x)}{Q(x)} into a sum of simpler fractions whose denominators are the factors of Q(x). This makes integration of rational functions possible.
Why is Partial Fraction Decomposition important?
Partial fractions turn the integration of any rational function into a collection of standard integrals (logarithms and arctangents). It's also used in Laplace transforms, differential equations, and signal processing.
What do students usually get wrong about Partial Fraction Decomposition?
Make sure the fraction is proper (degree of numerator < degree of denominator) before decomposing. If it's improper, do polynomial long division first.
What should I learn before Partial Fraction Decomposition?
Before studying Partial Fraction Decomposition, you should understand: integral, long division.
Prerequisites
Next Steps
Cross-Subject Connections
How Partial Fraction Decomposition Connects to Other Ideas
To understand partial fraction decomposition, you should first be comfortable with integral and long division. Once you have a solid grasp of partial fraction decomposition, you can move on to improper integrals.
Want the Full Guide?
This concept is explained step by step in our complete guide:
Partial Fraction Decomposition: Step-by-Step Guide โ