Partial Fractions: Integrating a Problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
schapman22
Messages
74
Reaction score
0

Homework Statement



We were given a worksheet to integrate some problems using partial fractions. This one however I cannot figure out what to do with it. This is the problem.

∫(x3-4x2+x+6)/(x2-x+2) dx

The Attempt at a Solution



using long division i got ∫(x-3) (-4(x-3)/(x2-x+2) dx
split it up into ∫xdx - 3∫dx - 4∫(x-3)/(x2-x+2)
now I don't know what to do with the x2-x+2?
any suggestions on how to proceed from here? Thanks in advance!
 
Physics news on Phys.org
schapman22 said:

Homework Statement



We were given a worksheet to integrate some problems using partial fractions. This one however I cannot figure out what to do with it. This is the problem.

∫(x3-4x2+x+6)/(x2-x+2) dx

The Attempt at a Solution



using long division i got ∫(x-3) + (-4(x-3)/(x2-x+2) dx
split it up into ∫xdx - 3∫dx - 4∫(x-3)/(x2-x+2)
now I don't know what to do with the x2-x+2?
any suggestions on how to proceed from here? Thanks in advance!
What you have done so far looks correct.

For the integral [itex]\displaystyle \int 2\frac{2x-6}{x^2-x+2}\,dx\,,[/itex] notice that the derivative of the denominator is 2x-1.

Split the integrand up into [itex]\displaystyle <br /> 2\frac{2x-1}{x^2-x+2}+2\frac{-5}{x^2-x+2}\,.[/itex]

So you get two integrals. The first results in a logarithm. For the second one, complete the square in the denominator.
 
So I'm allowed to multiple the integrand by 2?