Yi Hui L.
asked 10/20/23Use partial fractions to evaluate the integral
Use partial fractions to evaluate the integral
∫ (4x^3 + 2x^2 + 3x + 2) / (x^2(x^2 + 1)) dx
2 Answers By Expert Tutors
Inactive Tutor answered 10/20/23
(4x³ + 2x² + 3x + 2) / [x²(x² + 1)] = (Ax + B) / x² + (Cx + D) / (x² + 1)
(Ax + B)(x² + 1) + (Cx + D)x² = 4x³ + 2x² + 3x + 2
Ax³ + Bx² + Ax + B + Cx³ +Dx² = (A + C)x³ + (B + D)x² + Ax + B = 4x³ + 2x² + 3x + 2
A + C = 4 B + D = 2 A = 3 B = 2
So C = 1 D = 0
(4x³ + 2x² + 3x + 2) / [x²(x² + 1)] = (Ax + B) / x² + (Cx + D) / (x² + 1) = (3x + 2) / x² + x / (x² + 1)
∫((4x³ + 2x² + 3x + 2) / [x²(x² + 1)]) dx = ∫[(3x + 2) / x²] dx + ∫[x / (x² + 1)] dx
= ∫(3 / x)dx + ∫(2 / x²)dx + ∫[x / (x² + 1)] dx
= 3 ln|x| –2/x + ∫[x / (x² + 1)] dx
∫[x / (x² + 1)] dx let u = x² + 1, du = 2xdx, dx = ½du
∫[x / (x² + 1)] dx= ½∫du/u = ½ln|u| = ½ln(x² + 1) we can get rid of the absolute value because x² + 1 ≥ 1
Answer
∫((4x³ + 2x² + 3x + 2) / [x²(x² + 1)]) dx = 3 ln|x| –2/x + ½ln(x² + 1) + C
Doug C. answered 10/20/23
Math Tutor with Reputation to make difficult concepts understandable
desmos.com/calculator/z9w8mforfg
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Inactive Tutor
Is you question pertaining to partial fractions or the using them in integration?10/20/23