How do you integrate #(x^2-2x+1)/(x-2)^3# using partial fractions?
2 Answers
The answer is
Explanation:
The numerator is
Let's perform the decomposition into partial fractions
The denominators are the same, we compare the numerators
Let
Coefficients of
Coefficients of
Therefore,
So,
I got:
#ln|x-2| - 2/(x-2) - 1/(2(x-2)^2) + C#
(without partial fractions.)
You don't have to use partial fractions... If you want to do it, you can see the other answer, but you don't have to do it unless you are asked to.
#int (x^2 - 2x + 1)/(x-2)^3dx#
#= int (x^2 - 2x)/(x-2)^3 + 1/(x-2)^3dx#
#= int (xcancel((x - 2)))/(x-2)^(cancel(3)^(2)) + 1/(x-2)^3dx#
#= int cancel(x-2)/(x-2)^(cancel(2)) + 2/(x-2)^2 + 1/(x-2)^3dx#
#= int 1/(x-2) + 2/(x-2)^2 + 1/(x-2)^3dx#
These integrals are fundamental enough that partial fractions can be avoided. Always see if there is an easier way to do a math problem.
#=> int (x^2 - 2x + 1)/(x-2)^3#
#= color(blue)(ln|x-2| - 2/(x-2) - 1/(2(x-2)^2) + C)#