Partial Fractions: Learn It 2

Nonrepeated Linear Factors

When you’re ready to use partial fraction decomposition, your first step is always the same: factor the denominator [latex]Q(x)[/latex]. The simplest case occurs when [latex]Q(x)[/latex] factors into distinct linear factors (no repeated factors).

distinct linear factors

If [latex]Q(x)[/latex] factors as [latex]({a}_{1}x+{b}_{1})({a}_{2}x+{b}_{2})\ldots({a}_{n}x+{b}_{n})[/latex], where each factor appears only once, then:

[latex]\frac{P(x)}{Q(x)}=\frac{A_1}{a_1x+b_1}+\frac{A_2}{a_2x+b_2}+\cdots +\frac{A_n}{a_nx+b_n}[/latex]

The constants [latex]A_1, A_2, \ldots, A_n[/latex] are what you need to find.

Each distinct linear factor in the denominator gets its own fraction with a constant in the numerator.

If [latex]Q(x) = (x-1)(x+3)(2x-5)[/latex], then your partial fraction setup would be:

[latex]\frac{P(x)}{(x-1)(x+3)(2x-5)} = \frac{A}{x-1} + \frac{B}{x+3} + \frac{C}{2x-5}[/latex]

The mathematical proof that these constants [latex]A_1, A_2, \ldots, A_n[/latex] always exist is complex and beyond what you need for this course. The important thing is learning how to find them!

Evaluate [latex]\displaystyle\int \frac{3x+2}{{x}^{3}-{x}^{2}-2x}dx[/latex].

In the next example, we integrate a rational function in which the degree of the numerator is not less than the degree of the denominator.

Evaluate [latex]\displaystyle\int \frac{{x}^{2}+3x+1}{{x}^{2}-4}dx[/latex].

As we see in the next example, it may be possible to apply the technique of partial fraction decomposition to a nonrational function. The trick is to convert the nonrational function to a rational function through a substitution.

Evaluate [latex]\displaystyle\int \frac{\cos{x}}{{\sin}^{2}x-\sin{x}}dx[/latex].