audio read-through Introduction to Partial Fraction Expansion/Decomposition (PFE) (Part 1)

(This page is Part 1. Click here for Part 2.)

You already know how to add fractions.

For example:

$$ \begin{align} &\frac{1}{x-1} + \frac{3}{2x+1}\cr\cr &\quad = \frac{(2x+1) + 3(x-1)}{(x-1)(2x+1)}\cr\cr &\quad = \frac{5x-2}{2x^2-x-1} \end{align} $$

The process of going backwards:

From  $\,\displaystyle\frac{5x-2}{2x^2-x-1}\,$

Back to  $\,\displaystyle\frac 1{x-1} + \frac{3}{2x+1}\,$

is called either Partial Fraction Expansion (PFE) or Partial Fraction Decomposition.

Note that adding fractions takes you from two or more fractions to a single, more complicated fraction. Partial Fraction Expansion, on the other hand, takes you from a single (complicated) fraction to two or more simpler pieces.

This section introduces partial fraction expansion, with review of needed concepts and a simple example. There is more detail in subsequent sections.

Which Name: ‘Partial Fraction Expansion’ or ‘Partial Fraction Decomposition’?

Going from (say) $\,\color{green}{\frac{5x-2}{2x^2-x-1}}\,$ to the new name $\,\color{red}{\frac 1{x-1} + \frac{3}{2x+1}}\,$:

So, both names are appropriate. Since ‘expansion’ seems a bit more optimistic than ‘decomposition’, this author prefers the name Partial Fraction Expansion, and usually abbreviates it as PFE.

What Fractions Can PFE Be Used For?

Recall that a rational function is a ratio of polynomials (with a nonzero denominator). That is, a rational function is a fraction, with any polynomial in the numerator, and a nonzero polynomial in the denominator.

Theoretically, PFE can be used on any rational function. (However, the second step below limits its usefulness, in practice.)

First Step of PFE

The first step of PFE is to check that the degree of the numerator is strictly less than the degree of the denominator.

If not, then you'll do a long division first, to write the starting fraction $\,\frac{N(x)}{D(x)}\,$ as:

$$ \cssId{s27}{\frac{N(x)}{D(x)} = Q(x) + \frac{R(x)}{D(x)}} $$

By the Division Algorithm, either $\,R(x) = 0\,$ (in which case you won't need PFE), or else the degree of $\,R(x)\,$ is strictly less than the degree of $\,D(x)\,.$

The bulk of the work of PFE is then done with the new fraction $\,\frac{R(x)}{D(x)}\,.$

Second Step of PFE

The second step of PFE is to completely factor the denominator into linear and irreducible quadratic factors.

So, partial fraction expansion is usually used only when the denominator has a low degree, so it can be easily factored.

Which Direction is Easier: Adding Fractions or Partial Fraction Expansion?

Adding fractions is a lot easier than PFE!

Partial Fraction Expansion involves:

The example in Part 2 shows how to go from $\,\frac{5x-2}{2x^2-x-1}\,$ to $\,\frac 1{x-1} + \frac{3}{2x+1}\,.$  Even in this simple case, you'll see that it's a bit of work.

Uses for Partial Fraction Expansion

PFE is valuable whenever you need to represent a complicated fraction of polynomials as a sum of simpler fractions.

Two areas where PFE is frequently used:

(Don't worry if you have no idea what these applications are—yet!)

Review of Concepts and Terminology Needed For PFE

Partial Fraction Expansion draws on lots of beautiful mathematical theory!

Quadratic Expressions

Let $\,a\,,$ $\,b\,,$ and $\,c\,$ be real numbers with $\,a \ne 0\,.$ Then, $\,ax^2 + bx + c\,$ is a quadratic expression. (Here, the variable is $\,x\,$; other variables can be used.)

Discriminant

The discriminant of the quadratic expression $\,ax^2 + bx + c\,$ is $\,b^2 - 4ac\,.$

Irreducible

A quadratic expression is irreducible if and only if its discriminant is negative.

Irreducible quadratics cannot be factored using real numbers.

Examples of Irreducible Quadratics

$\,x^2 + 1\,$ is an irreducible quadratic:

$x^2 + x + 2\,$ is an irreducible quadratic, since $$b^2 - 4ac = 1^2 - 4(1)(2) = -7$$ is negative.

Therefore, $\,x^2 + x + 2\,$ can't be factored into linear factors using only real numbers.

Factors

In a product (things multiplied), the things being multiplied are called factors.

Linear Factors

A linear factor is a factor of the form $\,ax + b\,,$ where $\,a\,$ and $\,b\,$ are real numbers with $\,a \ne 0\,.$ For example:  $\,x\,,$ $\,x - 1\,,$ and $\,\sqrt 2\,x + \pi\,$ are linear factors.

Factorization of Polynomials with Real Number Coefficients

Every polynomial with real number coefficients can be factored into linear factors and irreducible quadratics.

Note: Even though it can be done doesn't mean that it's easy to do! For an arbitrary cubic polynomial, it can already be difficult.

Zero of a Function

A zero of a function is an input, whose corresponding output is zero. That is:

$\,c\,$ is a zero of $\,f$
if and only if
$\,f(c) = 0$

Relationship Between Zeros and Factors of Polynomials

Let $\,P\,$ be a polynomial. The following are equivalent:

For example, consider $\,P(x) = x^2 + x -2\,.$

The number $\,1\,$ is a zero of $\,P\,,$ since $\,P(1) = 1^2 + 1 - 2 = 0\,.$ Thus, $\,x-1\,$ is a factor.

The number $\,-2\,$ is a zero of $\,P\,,$ since $\,P(-2) = (-2)^2 + (-2) - 2 = 0\,.$ Thus, $\,x - (-2) = x + 2\,$ is a factor.

So, $\,P(x) = (x-1)(x + 2)\,.$ If we know the zeros of a polynomial, then we know the (non-constant) factors!

Factoring Quadratics

Every quadratic can be readily factored (or determined to be irreducible).

You may be able to factor simple quadratics using standard, well-rehearsed methods. In a pinch, though, here's a Foolproof Quadratic Factorization Method:

Foolproof Quadratic Factorization Method

Let $\,P(x) := ax^2 + bx + c\,$ with $\,a\ne 0\,.$

Use the quadratic formula to find the zeros:

$$ \begin{gather} \cssId{s100}{\left(ax^2 + bx + c = 0 \ \text{ and }\ a\ne 0\right)}\cr\cr \cssId{s101}{\text{ if and only if }}\cr\cr \cssId{s102}{x = \frac{-b\pm\sqrt{b^2-4ac}}{2a}} \end{gather} $$

Use the zeros to get the factors.

Be careful—you may need to supply a constant factor yourself. The only factor the zeros don't give us is a possible constant factor.

For example, suppose a quadratic polynomial has zeroes $\,1\,$ and $\,-2\,.$ The most we can say is that $\,P(x) = K(x-1)(x+2)\,$ for some nonzero constant $\,K\,.$ If we additionally know that (say) the leading coefficient of the polynomial is $\,5\,,$ then $\,P(x) = 5(x-1)(x+2)\,.$

Distinct

Depending on context, the word distinct is often used in mathematics to mean different; or, it can refer to exactly one.

A Quadratic With Distinct Linear Factors

The quadratic $\,2x^2 - x - 1\,$ can be factored into distinct linear factors:

$$\cssId{s115}{2x^2 - x - 1 = (2x+1)(x-1)}$$

Here, the linear factors $\,2x + 1\,$ and $\,x-1\,$ are distinct (different)—they correspond to different zeros. The linear factor $\,2x+1\,$ is distinct (there is exactly one). The linear factor $\,x-1\,$ is distinct (there is exactly one).

Multiplicity

The quadratic $\,x^2 - 2x + 1 = (x-1)^2\,$ does not have distinct (different) linear factors. In other words, $\,x-1\,$ is not a distinct linear factor (there is not exactly one).

Here, the factor $\,x - 1\,$ corresponds to the zero $\,x = 1\,,$ which has a multiplicity of $\,2\,$ (meaning there are exactly two factors of $\,x-1\,$).

Degree of a Polynomial

The degree of a polynomial is the highest power to which $\,x\,$ is raised.

For example, $\,2x + 3 = 2x^1 + 3\,$ has degree $\,1\,.$ All linears factors have degree $\,1\,.$

Also, $\,x^2 + 4x - 5\,$ has degree $\,2\,.$ All quadratic factors have degree $\,2\,.$

Concept Practice