Decomposing P(x)/ Q(x), Where Q(x) Has Repeated Linear Factors

Some fractions we may come across are special cases that we can decompose into partial fractions with repeated linear factors. We must remember that we account for repeated factors by writing each factor in increasing powers.

A General Note: Partial Fraction Decomposition of [latex]\frac{P\left(x\right)}{Q\left(x\right)}:Q\left(x\right)[/latex] Has Repeated Linear Factors

The partial fraction decomposition of [latex]\frac{P\left(x\right)}{Q\left(x\right)}[/latex], when [latex]Q\left(x\right)[/latex] has a repeated linear factor occurring [latex]n[/latex] times and the degree of [latex]P\left(x\right)[/latex] is less than the degree of [latex]Q\left(x\right)[/latex], is

[latex]\frac{P\left(x\right)}{Q\left(x\right)}=\frac{{A}_{1}}{\left(ax+b\right)}+\frac{{A}_{2}}{{\left(ax+b\right)}^{2}}+\frac{{A}_{3}}{{\left(ax+b\right)}^{3}}+\cdot \cdot \cdot +\frac{{A}_{n}}{{\left(ax+b\right)}^{n}}[/latex]

Write the denominator powers in increasing order.

How To: Given a rational expression with repeated linear factors, decompose it.

  1. Use a variable like [latex]A,B[/latex], or [latex]C[/latex] for the numerators and account for increasing powers of the denominators.
    [latex]\frac{P\left(x\right)}{Q\left(x\right)}=\frac{{A}_{1}}{\left(ax+b\right)}+\frac{{A}_{2}}{{\left(ax+b\right)}^{2}}+ \text{. }\text{. }\text{. + }\frac{{A}_{n}}{{\left(ax+b\right)}^{n}}[/latex]
  2. Multiply both sides of the equation by the common denominator to eliminate fractions.
  3. Expand the right side of the equation and collect like terms.
  4. Set coefficients of like terms from the left side of the equation equal to those on the right side to create a system of equations to solve for the numerators.

Example 2: Decomposing with Repeated Linear Factors

Decompose the given rational expression with repeated linear factors.

[latex]\frac{-{x}^{2}+2x+4}{{x}^{3}-4{x}^{2}+4x}[/latex]

Solution

The denominator factors are [latex]x{\left(x - 2\right)}^{2}[/latex]. To allow for the repeated factor of [latex]\left(x - 2\right)[/latex], the decomposition will include three denominators: [latex]x,\left(x - 2\right)[/latex], and [latex]{\left(x - 2\right)}^{2}[/latex]. Thus,

[latex]\frac{-{x}^{2}+2x+4}{{x}^{3}-4{x}^{2}+4x}=\frac{A}{x}+\frac{B}{\left(x - 2\right)}+\frac{C}{{\left(x - 2\right)}^{2}}[/latex]

Next, we multiply both sides by the common denominator.

[latex]\begin{array}{l}x{\left(x - 2\right)}^{2}\left[\frac{-{x}^{2}+2x+4}{x{\left(x - 2\right)}^{2}}\right]=\left[\frac{A}{x}+\frac{B}{\left(x - 2\right)}+\frac{C}{{\left(x - 2\right)}^{2}}\right]x{\left(x - 2\right)}^{2}\hfill \\ \text{ }-{x}^{2}+2x+4=A{\left(x - 2\right)}^{2}+Bx\left(x - 2\right)+Cx\hfill \end{array}[/latex]

On the right side of the equation, we expand and collect like terms.

[latex]\begin{array}{l}-{x}^{2}+2x+4=A\left({x}^{2}-4x+4\right)+B\left({x}^{2}-2x\right)+Cx\hfill \\ \text{ }=A{x}^{2}-4Ax+4A+B{x}^{2}-2Bx+Cx\hfill \\ \text{ }=\left(A+B\right){x}^{2}+\left(-4A - 2B+C\right)x+4A\hfill \end{array}[/latex]

Next, we compare the coefficients of both sides. This will give the system of equations in three variables:

[latex]-{x}^{2}+2x+4=\left(A+B\right){x}^{2}+\left(-4A - 2B+C\right)x+4A[/latex]
[latex]\begin{array}{rr}\hfill A+B=-1& \hfill \text{(1)}\\ \hfill -4A - 2B+C=2& \hfill \text{(2)}\\ \hfill 4A=4& \hfill \text{(3)}\end{array}[/latex]

Solving for [latex]A[/latex] , we have

[latex]\begin{array}{l}4A=4\hfill \\ \text{ }A=1\hfill \end{array}[/latex]

Substitute [latex]A=1[/latex] into equation (1).

[latex]\begin{array}{l}\text{ }A+B=-1\hfill \\ \left(1\right)+B=-1\hfill \\ \text{ }B=-2\hfill \end{array}[/latex]

Then, to solve for [latex]C[/latex], substitute the values for [latex]A[/latex] and [latex]B[/latex] into equation (2).

[latex]\begin{array}{r}\hfill \text{ }-4A - 2B+C=2\\ \hfill -4\left(1\right)-2\left(-2\right)+C=2\\ \hfill \text{ }-4+4+C=2\\ \hfill \text{ }C=2\end{array}[/latex]

Thus,

[latex]\frac{-{x}^{2}+2x+4}{{x}^{3}-4{x}^{2}+4x}=\frac{1}{x}-\frac{2}{\left(x - 2\right)}+\frac{2}{{\left(x - 2\right)}^{2}}[/latex]

Try It 2

Find the partial fraction decomposition of the expression with repeated linear factors.

[latex]\frac{6x - 11}{{\left(x - 1\right)}^{2}}[/latex]