Partial fractions for a cubic root in the denominator of integrand

mllamontagne
Messages
4
Reaction score
0

Homework Statement


\int\frac{1}{x\sqrt[3]{x+1}}dx (That's a cubic root in the denominator, by the way. Not an x cubed.)






The Attempt at a Solution

I thought possibly partial fractions, but I've never seen it done with a root in the denominator. Integration by parts was unsuccessful. Thanks so much if anyone can show me the steps for this. Must be able to broken up into several bits that integrate to logs or trig functions or something, but I can't seem to get it.
 
Physics news on Phys.org
mllamontagne said:

Homework Statement


\int\frac{1}{x\sqrt[3]{x+1}}dx (That's a cubic root in the denominator, by the way. Not an x cubed.)

The Attempt at a Solution

I thought possibly partial fractions, but I've never seen it done with a root in the denominator. Integration by parts was unsuccessful. Thanks so much if anyone can show me the steps for this. Must be able to broken up into several bits that integrate to logs or trig functions or something, but I can't seem to get it.
Hello mllamontagne. Welcome to PF !

Try a substitution instead: perhaps u=\sqrt[3]{x+1}\ .
 
Thanks for the welcome and the advice.
If I u substitute with u=\sqrt[3]{x+1}, I get
3∫\frac{u}{u^{3}-1}du which admittedly looks better, but which I still can't figure out how to solve.
 
The method of "partial fractions" typically only works for rational functions- fractions with polynomials on top and bottom. Once you have made the substitution SammyS suggested, that is exactly what you have and you can use "partial fractions".
You know that x^3- 1= (x- 1)(x^2+ x+ 1) don't you?
 
As you suggest, Partial fractions can be used to break up

3∫\frac{u}{(u-1)(u^{2}+u+1)}du with u=\sqrt[3]{x+1}

to ∫\frac{1}{u-1}du +∫\frac{1}{u^{2}+u+1} du -∫\frac{u}{u^{2}+u+1} du

the first integral is a simple natural log, the second is and arctan, but now the third one gives me trouble. how would I accomplish the operation below?

∫\frac{u}{u^{2}+u+1} du
 
mllamontagne said:
As you suggest, Partial fractions can be used to break up

3∫\frac{u}{(u-1)(u^{2}+u+1)}du with u=\sqrt[3]{x+1}

to ∫\frac{1}{u-1}du +∫\frac{1}{u^{2}+u+1} du -∫\frac{u}{u^{2}+u+1} du

the first integral is a simple natural log, the second is and arctan, but now the third one gives me trouble. how would I accomplish the operation below?

∫\frac{u}{u^{2}+u+1} du

Split up \displaystyle \frac{1-u}{u^{2}+u+1} a bit differently.

If you have \displaystyle \frac{2u+1}{u^{2}+u+1} then the numerator is the derivative of the denominator & you will have an anti-derivative which is a logarithm.

For the numerator, notice that

\displaystyle 1-u
\displaystyle <br /> =1-\frac{1}{2}\left(2u+1-1\right)

\displaystyle =1-\frac{1}{2}\left(2u+1\right)+\frac{1}{2}​
etc.
 
SammyS, you are the best. That was exactly what I needed to do. I promise I will never forget how to do that integration again.
 

Similar threads

Back
Top