Loading…

Partial Fraction Decomposer

Math Algebra • Algebraic Expressions and Polynomials

View all topics

Decompose rational functions into partial fractions for integration, simplification, and algebra practice. Handles proper and improper rational functions, repeated linear factors, and irreducible quadratic factors.

Improper first: divide before decomposing Linear: A/(ax + b) Repeated: A₁/(x-r) + A₂/(x-r)² Quadratic: (Bx + C)/(ax² + bx + c)

Rational expression

Enter one rational function. Use integer coefficients, one variable, parentheses, ^ for powers, and optional implicit multiplication such as 2x. Example: (2x + 3)/(x^2 - 1).

Settings

Quick examples

Ready
Enter a rational expression, then click “Calculate”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you decompose (2x + 3)/(x^2 - 1)?

Factor x^2 - 1 as (x - 1)(x + 1). Write A/(x - 1) + B/(x + 1). Clearing denominators gives 2x + 3 = A(x + 1) + B(x - 1). Matching coefficients gives A = 5/2 and B = -1/2.

What is partial fraction decomposition?

It is a method for rewriting a rational function as a sum of simpler rational expressions.

When do I need polynomial long division first?

Long division is needed when the numerator degree is greater than or equal to the denominator degree.

What form is used for a repeated linear factor?

For (x - a)^n, include A1/(x - a) + A2/(x - a)^2 + ... + An/(x - a)^n.

What numerator is used for an irreducible quadratic factor?

Use a linear numerator. For ax^2 + bx + c, the partial fraction numerator has the form Bx + C.

What is the cover-up method?

For distinct linear factors, cover one factor and substitute its root to find the corresponding coefficient.

Does the cover-up method work for repeated factors?

Not directly. Repeated factors usually require coefficient matching or a more advanced cover-up variant.

How are coefficients found?

The calculator clears denominators, expands the template numerators, and matches coefficients of equal powers of x.

Can the calculator handle quadratic factors?

Yes, it handles irreducible quadratic factors with multiplicity 1 using numerators of the form Bx + C.

Why are partial fractions useful?

They make rational expressions easier to integrate, simplify, and analyze by breaking them into simpler pieces.