demersal
- 41
- 0
Homework Statement
Hi everyone, here is a new partial fractions question I just cannot understand:
\int\frac{x^{3}}{x^{3}+1}dx
Homework Equations
Partial Fractions, difference of perfect cubes, polynomial long division
The Attempt at a Solution
\int\frac{x^{3}}{x^{3}+1} dx
\int1 dx + \int\frac{-1}{x^{3}+1} dx
x + \int\frac{-1}{(x+1)(x^{2}-x+1)} dx
\frac{A}{x+1} + \frac{B}{(x^{2}-x+1)}
A(x^{2}-x+1) + B(x+1) = - 1
If I use coefficients:
x^{2}: 0=A
x: 0 = B-A
: -1 = A+B
These don't add up! Also, using critical values leads me to a similar problem. What am I doing wrong in my strategy of attacking these partial fractions??
Thank you for your time and help, you all are so wonderful!