Doug C. answered 12/25/25
Math Tutor with Reputation to make difficult concepts understandable
Assuming the post intends the integrand as [(9-x2)/(5x3+1)], here is the partial fraction decomposition.
First factor the denominator: x (5x2 + 1). The binomial is an irreducible quadratic.
(9 - x2)/[x(5x2+1)] = A/x + (Bx + C)/(5x2+1)
9 - x2 = A(5x2 + 1) + (Bx + C)x
9 - x2 = 5Ax2 + A + Bx2 + Cx
9 - x2 = (5A+B)x2 + Cx + A
Equate coefficients:
5A + B = -1
A = 9
C = 0
5(9) + B = -1
B=-46
So the original problem can be rewritten as:
∫ [9/x - (46x)/(5x2+1)]dx = ∫ 9dx/x - 46∫(xdx)/(5x2+1)
Antiderivative term by term:
9ln(|x|)
For the 2nd term let u = 5x2 + 1
du = 10x dx
-46/10 ∫ du/u
-23/5 ln(5x2+1)
Antiderivative:
9ln(|x|) - (23/5)ln(5x2 + 1) + C (absolute value not required in 2nd term because 5x2 + 1 always greater than 0).
desmos.com/calculator/gma7dwigky