How do you use partial fraction decomposition to decompose the fraction to integrate #(6x)/((x-4) (x+4))#?
1 Answer
Mar 28, 2018
The integral is
Explanation:
We have:
#A/(x- 4) + B/(x +4) = (6x)/((x -4)(x + 4))#
#A(x + 4) + B(x -4) = 6x#
#Ax+ Bx + 4A- 4B = 6x#
Thus
Solving we get
#2A = 6#
#A = 3#
#B = 3#
Therefore the integral becomes
Hopefully this helps!