MathematicsAlgebraAdvanced

Partial Fractions

Also known as:partial fraction decompositionpartial fraction expansion

Partial fraction decomposition is the process of expressing a rational expression as a sum of simpler fractions whose denominators are the factors of the original denominator. This technique reverses the process of adding fractions and is essential for integrating rational functions in calculus, solving differential equations, and performing inverse Laplace transforms in engineering. Each simpler fraction is called a partial fraction.

Key Formula

P(x)/[(ax+b)(cx+d)] = A/(ax+b) + B/(cx+d)

LaTeX: \frac{P(x)}{(ax+b)(cx+d)} = \frac{A}{ax+b} + \frac{B}{cx+d}

SymbolMeaningUnit
P(x)numerator polynomial (degree < degree of denominator)dimensionless
A, Bunknown constants to be determineddimensionless
ax+b, cx+ddistinct linear factors of the denominatordimensionless

Worked Example

Problem

Decompose (3x + 5) / [(x + 1)(x + 2)] into partial fractions.

Solution

Step 1: Write (3x + 5) / [(x + 1)(x + 2)] = A/(x + 1) + B/(x + 2). Step 2: Multiply both sides by (x + 1)(x + 2): 3x + 5 = A(x + 2) + B(x + 1). Step 3: Substitute x = −1: 3(−1) + 5 = A(1) + 0 → 2 = A, so A = 2. Step 4: Substitute x = −2: 3(−2) + 5 = 0 + B(−1) → −1 = −B, so B = 1. Step 5: Result: 2/(x + 1) + 1/(x + 2).

Answer

(3x + 5) / [(x+1)(x+2)] = 2/(x+1) + 1/(x+2)

Partial Fraction Forms by Denominator Factor Type

Factor TypeExample FactorPartial Fraction FormNotes
Distinct linear(x − a)A/(x − a)One constant per factor
Repeated linear(x − a)²A/(x−a) + B/(x−a)²One term per power
Irreducible quadratic(x²+bx+c)(Ax+B)/(x²+bx+c)Linear numerator needed
Repeated quadratic(x²+1)²(Ax+B)/(x²+1)+(Cx+D)/(x²+1)²Two linear numerators
Improper fractiondegree P ≥ degree QPolynomial + proper fractionsDivide first

Interactive Tools

Wolfram Alpha

Compute partial fraction decompositions of any rational expression.

Open Tool

Khan Academy — Partial Fractions

Video lessons and practice problems on partial fraction decomposition.

Open Tool

Brilliant.org

Conceptual explanations and worked examples on partial fractions.

Open Tool
Diagram illustrating partial fraction decomposition of a rational expression

Wikimedia Commons, CC BY-SA

Related Terms

The term "partial fraction" derives from the idea of splitting a fraction into its component "parts." The technique was developed in the 17th and 18th centuries, with contributions from Johann Bernoulli and Gottfried Wilhelm Leibniz as part of the development of integral calculus.

algebracalculusintegrationrational-expressionslaplace-transformdecomposition