∫ Calculus Helpers

Partial Fractions

Decompose complex algebraic rational expressions step-by-step. Perfect for integration & sequence revision.

Expression Configuration

Enter coefficients from highest to lowest power, comma-separated. Example: 5, -4 for 5x − 4, or 1, 0, -1 for x2 − 1.
Example: 1, -1, -2 for x2 − x − 2. (Supports up to degree 3 polynomials).
Expression Preview

Quick Presets

Distinct Linear Factors
(5x − 4) / (x2 − x − 2)
Repeated Linear Factors
(3x + 1) / ((x − 1)2 (x + 2))
Linear + Quadratic Factors
(2x2 − x + 4) / ((x − 1)(x2 + 4))
Improper Rational Expression
(x3 + 2x2 − x − 4) / (x2 − x − 2)
Partial Fraction Decomposition
Step-by-Step Algebraic Solution

Introduction to Partial Fraction Decomposition

Partial fraction decomposition is an algebraic operation in which a rational function (a fraction of two polynomials) is broken down into a sum of simpler fractions, called partial fractions. This technique is highly valuable in calculus, particularly for simplifying integrands to perform integration, and in control systems engineering for analyzing Laplace transforms.

Classification of Cases for Decomposition

The form of the decomposition depends strictly on the factorized form of the denominator polynomial Q(x). The main cases taught in high school (NCERT, CBSE) and college are:

Case 1: Distinct Linear Factors

When the denominator factors into non-repeating linear terms of the form (x − r):

P(x) / [(x - a)(x - b)] = A / (x - a) + B / (x - b)

Case 2: Repeated Linear Factors

When a linear factor is repeated k times, we must include terms with increasing powers of the factor in the denominator up to k:

P(x) / (x - a)^2 = A / (x - a) + B / (x - a)^2

Case 3: Irreducible Quadratic Factors

When the denominator contains a quadratic factor (x2 + px + q) that has no real roots (i.e. discriminant p2 − 4q < 0), the corresponding numerator term must be linear:

P(x) / [(x - a)(x^2 + px + q)] = A / (x - a) + (Bx + C) / (x^2 + px + q)

Improper Rational Fractions

If the degree of P(x) is equal to or greater than the degree of Q(x), the rational fraction is improper. In this situation, you must first perform polynomial long division to reduce the fraction to a polynomial quotient plus a proper rational fraction remainder before performing the decomposition.

Frequently Asked Questions

What is the Heaviside cover-up method? +
The Heaviside cover-up method is a shortcut for finding the constants in a partial fraction decomposition with non-repeated linear factors. To find the constant above a factor (x − r), you "cover up" that factor in the original expression and substitute x = r into the remaining expression. This avoids forming and solving a system of linear equations.
How do you determine if a quadratic factor is irreducible? +
A quadratic polynomial of the form ax2 + bx + c is irreducible over real numbers if it has no real roots. This is checked using the discriminant formula: D = b2 − 4ac. If the discriminant is negative, the quadratic cannot be factored into linear terms with real coefficients, making it irreducible.
Why must we perform polynomial long division first? +
Partial fraction decomposition is mathematically valid only for proper rational functions, where the degree of the numerator is strictly less than the degree of the denominator. If this condition is not met, the algebraic system will yield incorrect or inconsistent constants. Long division separates the expression into a whole polynomial and a proper fraction remainder.
What are the applications of partial fractions? +
The two main applications are: (1) Calculus: Transforming complex fractions into simple terms that can be integrated using basic formulas. (2) Laplace Transforms: Resolving complex system functions in engineering back into simple time-domain functions using standard tables.