Repeated Linear Factors
Sometimes you’ll encounter denominators where the same linear factor appears multiple times. This creates a different pattern for your partial fraction decomposition.
repeated linear factors
If your denominator contains a repeated linear factor [latex]{\left(ax+b\right)}^{n}[/latex] where [latex]n \geq 2[/latex], then your partial fraction decomposition must include all powers from [latex]1[/latex] up to [latex]n[/latex]:
[latex]\frac{A_1}{ax+b}+\frac{A_2}{(ax+b)^2}+\cdots +\frac{A_n}{(ax+b)^n}[/latex]
Each power of the repeated factor contributes to the overall decomposition—you can’t skip any of them. Let’s look at what this pattern looks like in practice:
If your denominator has [latex](x-2)^3[/latex], then you need: [latex]\frac{A}{x-2}+\frac{B}{(x-2)^2}+\frac{C}{(x-2)^3}[/latex]
If your denominator has [latex](3x+1)^2[/latex], then you need: [latex]\frac{A}{3x+1}+\frac{B}{(3x+1)^2}
Warning! Don't forget the lower powers! A common mistake is to only include the highest power [latex](ax+b)^n[/latex] and miss the terms with[latex](ax+b)^1, (ax+b)^2[/latex], etc.
The technique for finding the constants follows the same approach as before, but you'll work through more algebra since there are more unknowns to solve for. Let's see how this plays out in the next example.
Evaluate [latex]\displaystyle\int \frac{x - 2}{{\left(2x - 1\right)}^{2}\left(x - 1\right)}dx[/latex].