How do you integrate int(x^2) / ( x^2 + 3x +2) dx using partial fractions?
1 Answer
Explanation:
Original
Step 1: Rewrite the expression as a proper fraction (using long division)
Step 2: Factor the denominator
Set up the partial fraction decomposition
=(3x+2)/((x+1)(x+2)) = color(red)A/(x+2) + color(red)B/(x+1) " " " " " " (4)
Multiply LCD (least common denominator)
Let
Let
Rewrite
Rewrite (2)
=int 1*dx -int 4/(x+2) dx +int 1/(x+1) dx
color(blue)( =x -4 ln|x+2| -ln|x+1| +C) " " " " " (5)
I hope this help.