Use partial fractions to integrate x^3/x^3+1

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 14K views
Zvaigzdute
Messages
9
Reaction score
0
Use partial fractions to integrate x^3/(x^3+1)

The Attempt at a Solution



[tex]\int x^{3}/(x^{3}+1) dx[/tex]

Homework Statement


Homework Equations


The Attempt at a Solution



[tex]\int x^{3}/x^{3}+1 dx[/tex]

I know that first i have to perform long division but i am at a loss how to do this

THanks
 
Last edited:
Physics news on Phys.org
You can do long division, or you can just rewrite the integrand:

[tex]\frac{x^3}{x^3 + 1} = 1 - \frac{1}{x^3 + 1}[/tex]

Now use partial fractions on that. Something similar comes out of long division. Then you have a big mess to slog through. The answer has two log terms and an arctan term.
 
If you are wondering how hgfalling got that without doing "long division", I suspect the rewrote it as
[tex]\frac{x^3}{x^3+ 1}= \frac{x^3+ 1- 1}{x^3+ 1}= \frac{x^3+ 1}{x^3+ 1}- \frac{1}{x+1}[/tex]