Partial Fraction Decomposition Calculator — Step-by-Step Solutions
Decompose rational expressions into partial fractions instantly. Free online partial fraction calculator with step-by-step breakdown, supporting distinct linear, repeated linear, and quadratic denominator factors.
Partial Fraction Decomposition Calculator
Enter the numerator coefficients and denominator roots to decompose the rational expression into partial fractions.
Partial Fraction Decomposition Formula Explained
Partial fraction decomposition expresses a rational function P(x)/Q(x) as a sum of simpler rational expressions. The form depends on the denominator's factorization:
Distinct Linear Factors
Where each coefficient Aᵢ is found using the cover-up method: Aᵢ = P(rᵢ) / Π_{j≠i}(rᵢ - rⱼ).
Repeated Linear Factors
Irreducible Quadratic Factors
How to Perform Partial Fraction Decomposition
Follow these steps to decompose any proper rational expression into partial fractions:
- Ensure the fraction is proper — The degree of the numerator must be less than the degree of the denominator. If not, perform polynomial long division first.
- Factor the denominator completely — Break Q(x) into linear factors (x - r) and irreducible quadratic factors (x² + bx + c).
- Write the general form — Set up unknown coefficients for each factor type according to the rules above.
- Solve for coefficients — Use the cover-up method for distinct linear factors, and solve a linear system for repeated or quadratic factors.
- Write the final decomposition — Substitute the computed coefficients back into the general form.
Partial Fraction Decomposition Examples
Example 1: Distinct Linear Factors
Decompose (5x - 3) / [(x - 1)(x + 2)]
Cover-up A: (5·1 - 3)/(1 + 2) = 2/3
Cover-up B: (5·(-2) - 3)/(-2 - 1) = -13/-3 = 13/3
Result: 2/[3(x - 1)] + 13/[3(x + 2)]
Example 2: Repeated Linear Factor
Decompose (3x + 1) / [(x - 2)²]
B = (3·2 + 1) = 7
A = 3 (from comparing coefficients)
Result: 3/(x - 2) + 7/(x - 2)²
Example 3: With Quadratic Factor
Decompose (2x² + 3x + 1) / [(x - 1)(x² + 1)]
A = (2+3+1)/(1+1) = 6/2 = 3
Solving: B = -1, C = 2
Result: 3/(x - 1) + (-x + 2)/(x² + 1)
Real-World Partial Fraction Applications
- Calculus Integration: Breaking rational integrands into simpler fractions that integrate to logarithms and arctangents.
- Laplace Transforms: Inverting complex s-domain expressions in control systems and differential equations.
- Signal Processing: Decomposing transfer functions for digital filter design and Z-transform inversion.
- Control Theory: Analyzing system responses by expanding transfer functions into first and second-order terms.
- Chemical Kinetics: Solving rate equations for consecutive reactions using partial fraction expansions.
- Probability Theory: Simplifying moment-generating functions and characteristic functions for distribution analysis.
People Also Ask About Partial Fractions
Partial Fraction Calculator Frequently Asked Questions
Partial Fraction Glossary
Partial Fraction
A simpler rational expression that is part of a decomposition. Each partial fraction has a denominator that is a power of a linear or irreducible quadratic factor.
Cover-Up Method
A quick technique for finding coefficients of distinct linear factors by covering the factor and evaluating at its root. Also called the Heaviside method.
Proper Rational Function
A rational expression where the numerator's degree is strictly less than the denominator's degree. Partial fraction decomposition requires a proper fraction.
Irreducible Quadratic
A quadratic polynomial x² + bx + c with negative discriminant (b² - 4ac < 0) that cannot be factored into real linear factors.
Multiplicity
The number of times a factor appears in the denominator. A root r with multiplicity m produces m partial fraction terms with denominators (x-r), (x-r)², ..., (x-r)^m.
Polynomial Long Division
A prerequisite step when the rational function is improper. It separates the polynomial part from the proper remainder before decomposition.
Linear System
A set of equations used to solve for unknown coefficients when the cover-up method is insufficient, such as for repeated or quadratic factors.
Residue
In complex analysis, the coefficient of 1/(z - z₀) in a Laurent series. For simple poles, residues correspond to partial fraction coefficients.
Editorial Review & Methodology
This partial fraction decomposition calculator was built and reviewed by the NumbrWiz Editorial Team. The decomposition algorithm implements the standard Heaviside cover-up method for distinct linear factors and Gaussian elimination for repeated and quadratic factors, verified against standard calculus and algebra textbooks including Stewart's Calculus and Anton's Elementary Linear Algebra.
- Algorithm verification: Cross-checked decomposition results against symbolic algebra systems and standard reference problems.
- Edge case testing: Tested with improper fractions, repeated roots, complex conjugate quadratic factors, and zero coefficients.
- UX review: Designed with clear input formatting, error validation, and detailed step-by-step display.
Transparency note: All calculations run client-side in your browser. No data is ever collected, stored, or transmitted. Results are for educational purposes; verify critical calculations independently.