Decompose Into Partial Fractions Calculator






Decompose into Partial Fractions Calculator | SEO Optimized Tool


Decompose into Partial Fractions Calculator

An advanced tool to break down complex rational expressions into simpler fractions.

Enter a rational function (Ax + B) / (x – r₁)(x – r₂) to decompose. This calculator handles proper fractions where the denominator has two distinct, real linear roots.



The coefficient of ‘x’ in the numerator (Ax + B).


The constant term in the numerator (Ax + B).


The first root of the denominator, from the factor (x – r₁).


The second root of the denominator, from the factor (x – r₂).

Error: Denominator roots cannot be identical for this calculation method.


Decomposition Result


Intermediate Values

Visualizing the Decomposition

A visual representation of the original function and its decomposed partial fractions. The sum of the two partial fractions equals the original function.

What is a Decompose into Partial Fractions Calculator?

A decompose into partial fractions calculator is a specialized tool that performs a mathematical process known as partial fraction decomposition. This technique is used to break down a single, complex rational expression (a fraction made of polynomials) into a sum of multiple, simpler fractions. The primary goal is to make complex expressions more manageable, which is especially crucial in fields like calculus for integration. For example, instead of integrating a complicated fraction, one can integrate each of the simpler “partial” fractions, a much easier task.

The Formula for Partial Fraction Decomposition

The core principle of a decompose into partial fractions calculator is applying algebraic rules to solve for unknown coefficients. For a proper rational function where the denominator has two distinct linear factors, the formula is:

(Ax + B) / (x – r₁)(x – r₂) = C₁ / (x – r₁) + C₂ / (x – r₂)

To find the coefficients C₁ and C₂, we use the Heaviside “cover-up” method. The formulas are derived by isolating each coefficient:

  • C₁ = (A * r₁ + B) / (r₁ – r₂)
  • C₂ = (A * r₂ + B) / (r₂ – r₁)

This calculator automates these steps to provide an instant and accurate decomposition.

Variables Table

Variables used in the partial fraction decomposition calculator.
Variable Meaning Unit Typical Range
A, B Coefficients of the numerator polynomial (Ax + B) Unitless Any real number
r₁, r₂ The roots of the denominator polynomial Unitless Any real, distinct numbers (r₁ ≠ r₂)
C₁, C₂ The numerators of the resulting partial fractions Unitless Any real number

Practical Examples

Example 1: Standard Decomposition

Let’s use the decompose into partial fractions calculator for the function (5x – 3)/(x² – 2x – 3).

  • Inputs: First, we factor the denominator: x² – 2x – 3 = (x – 3)(x + 1). So, A=5, B=-3, r₁=3, and r₂=-1.
  • Units: All values are unitless.
  • Results:
    • C₁ = (5*3 – 3) / (3 – (-1)) = 12 / 4 = 3
    • C₂ = (5*(-1) – 3) / (-1 – 3) = -8 / -4 = 2
  • Final Decomposition: 3/(x – 3) + 2/(x + 1)

Example 2: Negative Coefficients

Consider the function (-x + 7)/(x² + 3x + 2).

  • Inputs: Factor the denominator: x² + 3x + 2 = (x + 1)(x + 2). Here, A=-1, B=7, r₁=-1, and r₂=-2.
  • Units: All values are unitless.
  • Results:
    • C₁ = (-1*(-1) + 7) / (-1 – (-2)) = 8 / 1 = 8
    • C₂ = (-1*(-2) + 7) / (-2 – (-1)) = 9 / -1 = -9
  • Final Decomposition: 8/(x + 1)9/(x + 2). You can also explore this using a System of Equations Solver for verification.

How to Use This Decompose into Partial Fractions Calculator

Using this calculator is a simple process designed for accuracy and speed.

  1. Identify Your Function: Start with a rational function where the degree of the numerator is less than the degree of the denominator.
  2. Factor the Denominator: This calculator requires the denominator to be factored into two distinct linear terms, `(x – r₁)(x – r₂)`. Identify the roots `r₁` and `r₂`.
  3. Enter Coefficients: Input the values for `A` and `B` from your numerator `Ax + B`.
  4. Enter Roots: Input the values for `r₁` and `r₂` into their respective fields.
  5. Review Results: The calculator instantly provides the decomposed fractions, the values for C₁ and C₂, and a visual graph. The formula and intermediate steps are also shown for clarity. For more advanced problems, you might need a Polynomial Division Calculator first.

Key Factors That Affect Partial Fraction Decomposition

  • Degree of Polynomials: The process requires the numerator’s degree to be less than the denominator’s. If not, polynomial long division must be performed first.
  • Distinct Linear Factors: Denominators with unique, single-power factors (like (x-2)(x+3)) are the simplest case.
  • Repeated Linear Factors: Factors like (x-2)² require a different setup: A/(x-2) + B/(x-2)².
  • Irreducible Quadratic Factors: Denominator factors like (x²+4) that cannot be factored further over real numbers require a linear numerator (Ax+B)/(x²+4).
  • Repeated Quadratic Factors: Factors like (x²+4)² introduce even more complexity.
  • Coefficient Values: The specific coefficients of the polynomials directly determine the final values of the numerators in the decomposed fractions.

Understanding these factors is key to setting up the problem correctly. For complex integrations, a reliable Integration Calculator is a useful next step.

Frequently Asked Questions (FAQ)

1. What is partial fraction decomposition used for?

Its primary application is in calculus to simplify the integration of rational functions. It’s also used in engineering for inverse Laplace transforms, control systems, and signal processing.

2. What happens if the numerator degree is higher than the denominator?

If the fraction is improper (numerator degree ≥ denominator degree), you must first perform polynomial long division. The result will be a polynomial plus a proper fraction, which you can then decompose. A Long Division Tool can help with this step.

3. Can this calculator handle repeated roots?

This specific decompose into partial fractions calculator is designed for the case of two distinct linear roots. Decomposing fractions with repeated roots (e.g., (x-3)²) requires a different setup and is a feature for more advanced calculators.

4. What if the denominator has a quadratic factor like (x² + 1)?

This is an irreducible quadratic factor. The corresponding partial fraction would have the form (Ax + B) / (x² + 1). Our calculator does not handle this case, focusing on distinct linear factors for clarity.

5. Are the units relevant in partial fraction decomposition?

No, the process is purely algebraic. The coefficients and variables are treated as unitless real numbers.

6. Is there a single formula for all partial fraction problems?

No, there isn’t one universal formula. The setup of the decomposition changes based on the types of factors in the denominator (linear, repeated, quadratic, etc.).

7. What is the Heaviside cover-up method?

It’s a shortcut to find the coefficients for distinct linear factors. It involves “covering up” a factor in the original denominator and substituting its root into the rest of the expression, which is the method this calculator’s logic is based on.

8. Why do my roots need to be different?

The formula C₁ = (A*r₁ + B) / (r₁ – r₂) involves dividing by (r₁ – r₂). If r₁ = r₂, you would be dividing by zero, which is undefined. This indicates a “repeated root” case, which requires a different method.

© 2026 SEO Tools Inc. All rights reserved. | For educational and professional use.



Leave a Reply

Your email address will not be published. Required fields are marked *