Integral using partial fractions

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
4 replies · 2K views
manenbu
Messages
101
Reaction score
0

Homework Statement



[tex]\int \frac{xdx}{x^3-1}[/tex]

Homework Equations





The Attempt at a Solution



Having difficulties with this one.
I managed to break it down to two partial fractions, being [itex]x-1[/itex] and [itex]x^2+x+1[/itex] but couldn't make anything out of it.
 
Physics news on Phys.org
Yes, x3 - 1 = (x - 1)(x2 + x + 1), but what did you get for your partial fractions? They should look like this:
[tex]\frac{A}{x - 1}~+~\frac{Bx + C}{x^2 + x + 1}[/tex]
You should have/will need to find the values for A, B, and C.
 
Sorry, forgot.

I ended up having this:

[tex]\frac{1}{3} \int \left(\frac{1-x}{x^2+x+1} + \frac{1}{x-1} \right)dx[/tex]

the right part is easy, it's ln|x-1|, but the left part is what's bothering me. Tried completing the square, separating it into 2 different integrals, nothing helps.
 
[tex]\left(\frac{1-x}{x^2+x+1} \right)[/tex]
[tex]=~(-1/2)~\frac{(2x - 1) - 1}{x^2 + x + 1}[/tex]
Now split this up into two fractions, and integrate each. The first one you can solve by substition, with u = x2 + x + 1.

The second one is a little harder, as you will have to complete the square to get the denominator in the form (x + <something>)2 + <something else>. The idea here is that
[tex]\int \frac{du}{u^2 + a^2}~=~(1/a)tan^{-1}(u/a) + C[/tex]
 
You had a small mistake here, it should be (2x+1)-3 and not (2x-1)-1.

But thanks! It helped me solve it.