Partial Fraction Decomposition Calculator

Decompose rational functions into partial fractions with this free online calculator. Enter numerator and denominator coefficients to get the PFD breakdown with step-by-step working.

Decompose a rational function into partial fractions

About This Calculator

This free Partial Fraction Decomposition Calculator breaks down a rational function into a sum of simpler fractions with step-by-step working. Enter the coefficients of the numerator and denominator polynomials separated by commas (highest degree first) to compute the decomposition, which is automatically simplified when the denominator factors into distinct linear terms.

Partial fraction decomposition is a fundamental technique in calculus for integrating rational functions. It reverses the process of adding fractions and expresses a complex rational function as a sum of simpler terms with linear or quadratic denominators. The method works by factoring the denominator, then setting up unknown constants that are solved by algebraic methods such as the cover-up method or equating coefficients. For example, the rational function (2x+3)/(x^2+3x+2) decomposes to 1/(x+1) + 1/(x+2). When the numerator degree is greater than or equal to the denominator degree, the function is improper, and polynomial long division is performed first to obtain a proper fraction before decomposition.

This calculator supports proper and improper rational functions, handles denominators with distinct linear factors, repeated linear factors, and irreducible quadratics. It computes decomposition constants automatically for linear factors using the cover-up method and displays each algebraic step from factoring through constant computation to the final decomposed form. Higher-degree denominators are supported with general guidance on setting up the decomposition system.

Who uses partial fraction decomposition

Students studying calculus rely on this technique to integrate rational functions that cannot be integrated directly. Engineers use it in control theory and signal processing for inverse Laplace transforms and filter design. Physicists apply it in differential equations for solving linear ODEs with constant coefficients. The method is also used in economics for solving difference equations in time-series analysis and in chemistry for analyzing reaction rate equations.

Regional Notes

India (IN): Partial fractions are introduced in Class 12 mathematics under integration (CBSE). Students learn to decompose rational functions using partial fractions, a core topic for CBSE Board exams and JEE Main/Advanced engineering entrance examinations.

United States (US): Covered in Precalculus and AP Calculus BC as a prerequisite for integrating rational functions. The method is essential for evaluating integrals in Calculus II and appears in the AP Calculus BC exam's integration techniques section.

United Kingdom (UK): Taught at A-Level Mathematics in the integration section. Students decompose proper algebraic fractions into partial fractions with linear and quadratic denominators as a key technique for integration in Pure Mathematics.

Frequently Asked Questions

What is partial fraction decomposition?

Partial fraction decomposition is the process of breaking a complex rational function into a sum of simpler fractions. For example, (2x + 3)/(x^2 + 3x + 2) decomposes to 1/(x+1) + 1/(x+2). This technique is essential for integrating rational functions in calculus.

When do you use partial fraction decomposition?

Partial fraction decomposition is primarily used in calculus to integrate rational functions. It is also used in control theory for inverse Laplace transforms, in differential equations for solving linear ODEs, and in signal processing for filter design.

What are the different types of partial fractions?

The form of partial fractions depends on the denominator factors: (1) Linear factors: A/(ax+b). (2) Repeated linear factors: A/(ax+b) + B/(ax+b)^2 + ... (3) Irreducible quadratic factors: (Ax+B)/(ax^2+bx+c). (4) Repeated irreducible quadratic factors: multiple terms with increasing denominator powers.

What if the numerator degree is greater than the denominator degree?

If the numerator degree is greater than or equal to the denominator degree, the fraction is improper. Perform polynomial long division first to get a polynomial plus a proper fraction, then apply partial fraction decomposition to the proper fraction remainder.

How do you solve for the constants in partial fractions?

Constants are found by clearing denominators and equating coefficients, or by substituting convenient values of x (cover-up method). For linear factors, the cover-up method gives the constant directly. For quadratic factors, solve a system of linear equations from coefficient matching.

What is the cover-up method?

The cover-up method is a shortcut for finding partial fraction constants for linear factors. For A/(x - r), multiply both sides by (x - r) and substitute x = r to isolate A. For example, in (3x + 5)/((x+1)(x+2)) = A/(x+1) + B/(x+2), cover up (x+1) and set x = -1 to get A = 2.

Can this calculator handle repeated linear factors?

Yes. When the denominator has a repeated linear factor like (x-a)^2, the decomposition takes the form A/(x-a) + B/(x-a)^2. The calculator identifies repeated factors and sets up the appropriate decomposition form with the required number of constants.

What is an irreducible quadratic factor?

An irreducible quadratic factor is a quadratic expression ax^2+bx+c with no real roots (discriminant b^2-4ac < 0). For such factors, the partial fraction takes the form (Ax+B)/(ax^2+bx+c). The calculator detects irreducible quadratics and shows the appropriate decomposition form.