Repeated Irreducible Quadratic Factors
Repeated irreducible quadratic factors are handled just like how we handle repeated linear factors.
For example:
\[ \frac{1}{(x)(x^2+1)^2} = \frac{1}{(x)(x^2+1)(x^2+1)} \]
Note: \( x \) is linear; \( (x^2+1)(x^2+1) \) is irreducible and repeated.
\[ \frac{1}{(x)(x^2+1)(x^2+1)} = \frac{A}{x} + \frac{Bx+C}{x^2+1} + \frac{Dx+E}{(x^2+1)^2} \]
Find A, B, C, D, E
Multiply by \( (x)(x^2+1)(x^2+1) \)
\[ 1 = A(x^2+1)(x^2+1) + (Bx+C)(x)(x^2+1) + (Dx+E)(x) \]
Multiply out, collect by power:
\[ 1 = (A+B)x^4 + Cx^3 + (2A+B+D)x^2 + (C+E)x + A \]
\[ 0x^4 + 0x^3 + 0x^2 + 0x + 1 = (A+B)x^4 + Cx^3 + (2A+B+D)x^2 + (C+E)x + A \]