let u = x-1
(x+3)/(x-1)^3 = (u + 4) / u^3 = u^(-2) + 4 u^(-3)
Solve the integral (x+3)/(x-1)^3
So far, I'm stuck. This is what I have thus far:
x+3 = A(x-1)^3/(x-1) + B(x-1)^3/(x-1)^2 + C(x-1)^3/(x-1)^3
x+3 = A(x^2-2x+1) + B(x-1) + C
x+3 = Ax^2 - 2Ax +Bx + A - B + C
x+3 =Ax^2 + 1(B-2A)x + (A - B + C)
4 answers
Okay, I understand how to solve now, but I'm curious on where did that four come from?
Thank you.
Thank you.
distributive property: (u+4)*v = uv + 4v
duh
duh
x - 1 = u ... x + 3 = u + 4