Partial Fraction Decomposition
In algebra, partial fraction decomposition (sometimes called partial fraction expansion) is a procedure used to reduce the degree of either the numerator or the denominator of a rational function. It involves splitting one ratio up into multiple simpler ratios.
Here's an example of one ratio being split into a sum of three simpler ratios:
In mathematical terms, partial fraction expansion is used to change a rational function in the form
The main motivation to decompose a rational function into a sum of simpler fractions is to make it easier to perform linear operations on the sum. Reducing complex mathematical problems via partial fraction decomposition allows us to focus on computing each single element of the decomposition rather than the more complex rational function.
Steps to Decomposing a Rational Function
Say we have a rational function
The first step to decomposing the function
where
We can then write
where
To complete the process, we must
determine the values of these
This will yield an expression with an
Example 1
Apply decomposition to the rational function
Factoring the denominator, we have:
So we have the partial fraction decomposition:
Now let's solve for the constant
Substituting
Use the same process to solve for
Substituting
We have rewritten the initial rational function in terms of partial fractions. This is the most simplified form possible, so we are finished.
Example 2
Apply decomposition to the rational function
Factoring the denominator, we have:
So we have the partial fraction decomposition:
We will now solve for each constant
Substituting
Substituting
Substituting
We have solved for each constant and have our partial fraction expansion:
Additional Considerations
There are some important cases to note, for which partial fraction decomposition becomes more complicated. Decomposition in each of the below cases involves steps in addition to those described above.
- If there are repeated roots in the denominator of a rational function (for example, consider
$G(x) = \frac{x+2}{(x-1)^2(x+3)}$ , for which$x=1$ is a repeated root), additional steps must be taken to decompose the function. - For a rational function
$R(x) = \frac{f(x)}{g(x)}$ , if the degree of$f(x)$ is greater than or equal to the degree of$g(x)$ , the function cannot be decomposed in a straightforward way. It is necessary to perform the Euclidean division of$f$ by$g$ using polynomial long division, giving$f(x) = E(X)g(x) + h(x)$ . Dividing through by$g(x)$ gives$\frac{f(x)}{g(x)}=E(x)+\frac{h(x)}{g(x)}$ , which you can then perform the decomposition on$\frac{h(x)}{g(x)}$ .