How do you integrate int 18/ ( x^2 (x+3) ) dx using partial fractions? Calculus Techniques of Integration Integral by Partial Fractions 1 Answer sente Feb 9, 2016 int18/(x^2(x+3))dx=-2ln|x| -6/x + 2ln|x+3| + C Explanation: Using partial fraction decomposition: 18/(x^2(x+3)) = A/x + B/x^2 + C/(x+3) => 18 = Ax(x+3) + B(x+3) + Cx^2 = (A+C)x^2 + (3A+B)x + 3B =>{(A+C=0),(3A+B=0),(3B=18):} =>{(A=-2),(B=6),(C=2):} =>18/(x^2(x+3)) = -2/x+6/x^2+2/(x+3) =>int18/(x^2(x+3))dx = int-2/x+6/x^2+2/(x+3)dx =-2int1/xdx + 6int1/x^2dx + 2int1/(x+3)dx =-2ln|x| -6/x + 2ln|x+3| + C Answer link Related questions How do I find the partial fraction decomposition of (2x)/((x+3)(3x+1)) ? How do I find the partial fraction decomposition of (1)/(x^3+2x^2+x ? How do I find the partial fraction decomposition of (x^4+1)/(x^5+4x^3) ? How do I find the partial fraction decomposition of (x^4)/(x^4-1) ? How do I find the partial fraction decomposition of (t^4+t^2+1)/((t^2+1)(t^2+4)^2) ? How do I find the integral intt^2/(t+4)dt ? How do I find the integral int(x-9)/((x+5)(x-2))dx ? How do I find the integral int1/((w-4)(w+1))dw ? How do I find the integral intdx/(x^2(x-1)^2) ? How do I find the integral int(x^3+4)/(x^2+4)dx ? See all questions in Integral by Partial Fractions Impact of this question 1547 views around the world You can reuse this answer Creative Commons License