Partial Fraction Decomposition

DOWNLOAD Mathematica Notebook

A rational function P(x)/Q(x) can be rewritten using what is known as partial fraction decomposition. This procedure often allows integration to be performed on each term separately by inspection. For each factor of Q(x) the form (ax+b)^m, introduce terms

 (A_1)/(ax+b)+(A_2)/((ax+b)^2)+...+(A_m)/((ax+b)^m).
(1)

For each factor of the form (ax^2+bx+c)^m, introduce terms

 (A_1x+B_1)/(ax^2+bx+c)+(A_2x+B_2)/((ax^2+bx+c)^2)+...+(A_mx+B_m)/((ax^2+bx+c)^m).
(2)

Then write

 (P(x))/(Q(x))=(A_1)/(ax+b)+...+(A_2x+B_2)/(ax^2+bx+c)+...
(3)

and solve for the A_is and B_is.

Partial fraction decomposition is implemented as Apart.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computable Document Format »

The format that makes Demonstrations (and any information) easy to share and interact with.

STEM initiative »

Programs & resources for educators, schools & students.

Computerbasedmath.org »

Join the initiative for modernizing math education.