x/[(x + 1)(x2 + 2x + 6)] = A/(x + 1) + (Bx + C)/(x2 + 2x + 6)
Multiply the equation by (x + 1)(x2 + 2x + 6) to get:
x = A(x2 + 2x + 6) + (Bx + C)(x + 1)
x = A(x2 + 2x + 6) + Bx2 + Bx + Cx + C
x = (A + B)x2 + (2A + B + C)x + (6A + C)
0x2 + 1x + 0 = (A + B)x2 + (2A + B + C)x + (6A + C)
Equating coefficients of like powers, we have:
A + B = 0
2A + B + C = 1
6A + C = 0
Since A + B = 0, A = -B
Replace A by -B in the other two equations to obtain: -B + C = 1
-6B + C = 0
Subtracting these equations, we get 5B = 1. So, B = 1/5
Therefore, A = -B = -1/5 and C = -6A = 6/5
The partial fraction decomposition is:
(-1/5)/(x + 1) + (1/5)x/(x2 + 2x + 6) + (6/5)/(x2 + 2x + 6)
James S.
01/30/15