Partial Fraction Decomposition Calculator

Decompose rational expressions into simpler partial fractions with step-by-step solutions.

Enter Rational Expression

Numerator: ax + b over (x - r1)(x - r2)

Result

Partial Fraction Decomposition
--

Step-by-Step Solution

--

Understanding Partial Fraction Decomposition

Partial fraction decomposition is a technique used in algebra and calculus to break down a complex rational expression into a sum of simpler fractions. This is particularly useful for integration, Laplace transforms, and solving differential equations.

Types of Partial Fractions

Distinct Linear Factors

When the denominator factors into distinct linear terms (x - r1)(x - r2):

A/(x-r1) + B/(x-r2)

Repeated Linear Factors

When the denominator has a repeated factor (x - r)^n:

A/(x-r) + B/(x-r)^2 + ...

Irreducible Quadratic Factors

When the denominator has a quadratic that cannot be factored:

(Ax+B)/(ax^2+bx+c)

How to Perform Partial Fraction Decomposition

Step 1: Factor the Denominator

Completely factor the denominator into linear and irreducible quadratic factors.

Step 2: Set Up the Decomposition

Write an equation with unknown constants (A, B, C, ...) for each factor in the denominator.

Step 3: Solve for Constants

Multiply both sides by the denominator and use strategic substitution or coefficient comparison to find each constant.

Applications

  • Integration: Makes it possible to integrate complex rational functions by splitting them into simpler terms.
  • Laplace Transforms: Used to find inverse Laplace transforms in engineering.
  • Series Expansion: Helpful for finding power series representations.
  • Differential Equations: Simplifies expressions that arise from solving linear ODEs.