Solving an Integral: 2x^3/(x^3-1)

  • Thread starter Thread starter the.flea
  • Start date Start date
  • Tags Tags
    Integral
the.flea
Messages
21
Reaction score
0

Homework Statement


Integral of: 2x^3/(x^3-1) with respect to x.

The Attempt at a Solution


you can divide them to get sum of integrals.
=int(2,x) + 2*int(1/(x^-1),x)
=2x + 2*int(1/(x^-1),x)

Im having trouble proceeding with the last part, i just need help getting started.
 
Last edited:
Physics news on Phys.org
I think there is an error in your polynomial division if what you are meaning to say is that

\frac{2x^3}{x^3-1}=2+2\frac{1}{x^{-1}}=2+2x

The way that I would do it is to split up the integral like this..

\int\frac{2x^3}{x^3-1}dx=\int x \frac{2x^2}{x^3-1}dx=x\ln{(x^3-1)}-\int \ln{(x^3-1)}dx

where you get to the last part of the equality by doing by parts on the split up parts.

By the way you could do the polynomial division but it wouldn't make it much simpler, I think you just get

\frac{2x^3}{x^3-1}=\frac{2}{x^3-1}+2
 
Last edited:
I realize how ridiculous integral threads can become when everyone wants to chip in with their 'better' method, but I think it's worth mentioning that if you'd rather not integrate \ln{(x^3-1)} as Jeff's approach requires, another path is to factorise the original integrand's denominator and use partial fractions.

Show us your work if you get stuck, Mr Flea.
 
thats the thing i know how to integrate ln(x) where x is any function wih power 1.
ln(x^3-1)
let t = x^3-1 --> 3x^2dx=dt when i sub that in i don't know how to proceed
=ln(t)dt/3x^2 --> maybe another substitution, ie let u=3x^2, du=6xdt,
any help guys?
 
Last edited:
Unco said:
I realize how ridiculous integral threads can become when everyone wants to chip in with their 'better' method, but I think it's worth mentioning that if you'd rather not integrate \ln{(x^3-1)} as Jeff's approach requires, another path is to factorise the original integrand's denominator and use partial fractions.

Show us your work if you get stuck, Mr Flea.

Before you start in with partial fractions decomposition, the rational expression should be made into a proper rational expression, one for which the degree of the numerator is less than the degree of the denominator.

2x^3/(x^3 - 1) = 2 + 2/(x^3 - 1)

Now you can factor the denominator in the second term and use partial fractions.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top