Partial Fraction Decomposition Calculator
Decompose a rational expression (Ax + B) / ((x - r₁)(x - r₂)) into partial fractions.
This free online partial fraction decomposition calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.
Results
C₁ (coefficient of 1/(x - r₁))
0
C₂ (coefficient of 1/(x - r₂))
1
How to Use This Calculator
Enter your input values
Fill in all required input fields for the Partial Fraction Decomposition Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The Partial Fraction Decomposition Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
When to Use This Calculator
- •Use the Partial Fraction Decomposition Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
- •Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
- •Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
- •Use it to explore the behavior of mathematical functions across a range of inputs.
Related Calculators
Dividing Fractions Calculator
Divide one fraction by another using the 'multiply by the reciprocal' method and simplify the result.
Fraction Calculator
Perform addition, subtraction, multiplication, or division on two fractions with automatic simplification.
Simplify Fractions Calculator
Reduce any fraction to its simplest form by dividing both the numerator and denominator by their greatest common divisor.
Subtracting Fractions Calculator
Subtract one fraction from another, automatically finding a common denominator and simplifying the result.
Adding Fractions Calculator
Add two fractions with different or same denominators. Finds the common denominator, adds numerators, and simplifies the result automatically.
Binary Multiplication Calculator
Multiply two binary numbers using the shift-and-add method. Shows intermediate partial products in binary and the decimal result.
About Partial Fraction Decomposition Calculator
The Partial Fraction Decomposition Calculator breaks down a rational expression with a linear numerator and two distinct linear factors in the denominator into a sum of simpler fractions. Partial fractions are essential in calculus for integrating rational functions, in differential equations for inverse Laplace transforms, and in signal processing for analyzing transfer functions. The idea is to reverse the process of adding fractions: instead of combining C₁/(x - r₁) + C₂/(x - r₂) into a single fraction, we decompose the combined form back into its simpler parts. Each resulting fraction is easier to integrate, differentiate, or analyze individually. The cover-up method (also called the Heaviside method) provides a quick way to find the coefficients.
The Math Behind It
Formula Reference
Partial Fraction Form
(Ax+B)/((x-r₁)(x-r₂)) = C₁/(x-r₁) + C₂/(x-r₂)
Variables: C₁ = (Ar₁+B)/(r₁-r₂), C₂ = (Ar₂+B)/(r₂-r₁)
Worked Examples
Example 1: Simple decomposition
Decompose (3x + 5)/((x - 1)(x + 2))
(8/3)/(x-1) + (1/3)/(x+2)
Common Mistakes & Tips
- !Forgetting to perform polynomial long division first when the degree of the numerator is not less than the denominator
- !Using the wrong form for repeated roots: (x-r)² requires A/(x-r) + B/(x-r)², not just A/(x-r)²
- !Sign errors in the cover-up method when substituting negative roots
- !Not fully factoring the denominator before setting up the decomposition
Related Concepts
Used in These Calculators
Calculators that build on or apply the concepts from this page:
Frequently Asked Questions
Why are partial fractions useful in calculus?
Each partial fraction term like C/(x-r) integrates to C·ln|x-r|, which is much simpler than trying to integrate the combined fraction directly. This technique converts difficult integrals into sums of elementary integrals.
What if the denominator has an irreducible quadratic factor?
For irreducible quadratic factors like (x² + 1), the corresponding partial fraction has a linear numerator: (Cx + D)/(x² + 1). This integrates to a combination of logarithm and arctangent functions.
Embed this calculator on your site
Paste this snippet into your blog, course page, or documentation to drop a live, interactive Partial Fraction Decomposition Calculator into your page.
Free to embed — includes a link back to MegaCalc.