Solve the integral 1/(1+x^3) dx

  • Context: Undergrad 
  • Thread starter Thread starter Alexx1
  • Start date Start date
  • Tags Tags
    Dx Integral
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
2 replies · 2K views
Alexx1
Messages
86
Reaction score
0
I try to solve the integral 1/(1+x^3) dx , but I got stuck

Now I got as solution:

(1/3) ln(x+1) - (1/6) ln(x^2 -x+1) + (1/2) integral (1/(x^2 -x+1))

Can someone help me to solve the last integral? I have absolutely no idea how I can solve that one..

So integral: 1/(x^2 -x+1) dx
 
Physics news on Phys.org


arildno said:
Write:
[tex]\frac{1}{x^{2}-x+1}=\frac{1}{(x-\frac{1}{2})^{2}+\frac{3}{4}}=\frac{4}{3}\frac{1}{(\frac{2x-1}{\sqrt{3}})^{2}+1}[/tex]

Thank you very much!