Integration- is it possible to integrate this?

Zoe-b
Messages
91
Reaction score
0

Homework Statement


Find the integral of x over ((1+x)1/2-(1+x)1/3) dx


Homework Equations



integration by substitution.

The Attempt at a Solution



I have tried the substitution u = (1+x)5/6 but not really sure if this makes it any better!
du/dx = 5/6 * (1+x)-1/6

6/5 * du = (1+x)-1/6 dx

(1+x) = u6/5

x= u6/5 - 1

Take a factor of (1+x)1/6 of the denominator and rewrite to give:

6/5 * integral of (u6/5 - 1)/(u2/5 - u1/5) du

Is is possible to integrate this? Or do I need a completely different substitution?
Thanks.
 
Physics news on Phys.org
Zoe-b said:
I have tried the substitution u = (1+x)5/6 but not really sure if this makes it any better!
What made you pick that??

Try the much simpler u=(1+x)1/6 (alternatively, u6=1+x).
 
Hmmn I was trying to get something so that the integral du/dx was a factor. I thought I'd already tried and failed with (1+x)^1/6 but will try again! Thanks.
 
Ok soo here goes:
u = (1+x)1/6

du/dx = 1/6 * (1+x)-5/6

6du = (1+x)-5/6 dx

u6 = (1+x)

x = u6 -1

So integral of x over (1+x)-5/6 * ((1+x)-1/3 - (1+x)-1/2)dx

Subst for u to give:
6 * integral of (u6 - 1) / (u-2 - u-3) du

= 6 * integral of (u9 - u3) / (u - 1) du


From here I made a second substitution of z = u - 1 (du = dz) which gives
6 * integral of ((z+1)9 - (z+1)3) / z dz


Using binomial theorem I get:

(2/3 * z9) + (27/4 * z8) + (216/7 * z7) + 84z6 + (756/5 * z5) + 189z4 + 166z3 + 99z2 + 36z


where z = ((1+x)1/6 -1)

Not exactly the neatest answer =/
 
Rather than making another substitution, why don't you just simplify (u9-u3)/(u-1)?

Hint: What is (u6-1)/(u-1)?
 
Yep I'm being very slow! Thanks should be able to finish now. Thought that answer looked ridiculously long.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top