Integrate $\int\frac{1}{x^3+1}dx$

180 Views Asked by At

The problem is, as stated:

$$\int\frac{1}{x^3+1}dx$$

I tried using substitution: $t^3 = x^3 + 1$ but didn't get far with that. I also tried setting: $t = x^3 + 1$, with no luck again.

I tried partial decomposition but I didn't know how to integrate $$\int\frac{1}{x^2-x+1}$$ and I kept getting that term when expanding $x^3 + 1$

Any help would be much appreciated.

4

There are 4 best solutions below

3
On

Hint for the last integral

$$I=\int\frac{1}{x^2-x+1}=\int\frac{1}{(x-1/2)^2+3/4}=\int\frac{du}{u^2+3/4}$$

0
On

$$\int\frac {1}{x^2-x+1} dx=\int\frac {1}{(x-\frac{1}{2})^2 +\frac{3}{4}}dx$$ And that take $x-\frac{1}{2}=t$. Always use $ax^2+bx+c=a(x+\frac{b}{2a}) ^2 - \frac{b^2-4ac}{4a}$

0
On

Method 1

$$\int \frac {dx}{x^2-x+1}=\frac {4}{3}\int \frac {dx}{1+\frac {4(x-1/2)^2}{3}}$$

Put $u=x-1/2$

Hence $$\frac 43\int \frac {dx}{1+\frac {4(x-1/2)^2}{3}} =\frac 43\int \frac {du}{1+\frac {4u^2}{3}}$$

And note that $$\int \frac {dx}{1+x^2}=\arctan x$$

I hope you can take it from here

0
On

$$ \begin{aligned} I &=\int \frac{4}{4 x^2-4 x+1} d x \\ &=4 \int \frac{d x}{(2 x-1)^2+ (\sqrt 3)^2} \\ &=\frac{2}{\sqrt{3}} \tan ^{-1}\left(\frac{2 x-1}{\sqrt{3}}\right)+C \end{aligned} $$