
William W. answered 10/21/24
Experienced Tutor and Retired Engineer
First use polynomial division to divide the two polynomials:
_____________
2x2- 9x + 4 | 10x2 - 45x + 6 = 5 with remainder -14
or, in other words 5 - 14/(2x2- 9x + 4)
Now use partial fraction decomposition to break 14/(2x2- 9x + 4) into two fractions. First factor the denominator:
14/(2x2- 9x + 4) = 14/[(2x - 1)(x - 4)]
14/[(2x - 1)(x - 4)] = A/(2x - 1) + B/(x - 4)
A(x-4)/[(2x - 1)(x - 4)] + B(2x - 1)/[(2x - 1)(x - 4)] must equal 14/[(2x - 1)(x - 4)]
So A(x - 4) + B(2x - 1) = 14
Ax + 2Bx = 0 and -4A - B = 14
Solve to get A = -4 and B = 2
Therefore 14/[(2x - 1)(x - 4)] = -4/(2x - 1) + 2/(x - 4)
So the new equivalent integral is:
∫5dx - ∫[-4/(2x - 1) + 2/(x - 4)] dx = ∫5dx + ∫4/(2x - 1) dx - ∫2/(x - 4) dx
Take the antiderivative to get:
5x + 2ln(2x-1) - 2ln(x - 4) + C