How to Solve Integration Problems Involving Roots?

  • Thread starter Thread starter p4nda
  • Start date Start date
  • Tags Tags
    Integration Roots
p4nda
Messages
16
Reaction score
0
I am stuck half way in solving this problem (the square root nominator confuses me) :confused: :
http://img235.imageshack.us/img235/8459/1mi1.jpg

and I cannot get it to match the answer given on the back of the textbook:
http://img235.imageshack.us/img235/7041/answerop5.jpg


Please teach me how to solve this problem. Thanks. :)
 
Last edited by a moderator:
Physics news on Phys.org
First making a substitution would help, let u = x1/2. Then you can factor the denominator and possibly break the integrand into partial fractions.
 
The right substitution is u=x^{\frac{1}{6}}.

Thus we have:

<br /> \int \frac{x^{1/2}}{1 + x^{1/3}} dx = 6 \int \frac{u^8}{1+u^2} du = <br /> 6 \int (u^6 - u^4 + u^2 -1 + \frac{1}{1+u^2}) du<br />.
 
WigneRacah said:
The right substitution is u=x^{\frac{1}{6}}.

Whoops, you're right about that, I missed that it was a cube root in the denominator.
 
Only to explain a little bit further. Of course, We then cannot use Partial Fraction if there are roots (square roots, or whatever) in our expression. So, the aim is that, we should make all the square roots, or cube roots in the problem disappear. And so, we choose u = \sqrt[6]{x}, or u ^ 6 = x.
We have:
u ^ 6 = x \Rightarrow 6 u ^ 5 du = dx
So: \sqrt{x} = \sqrt{u ^ 6} = u ^ 3, and \sqrt[3]{x} = \sqrt[3]{u ^ 6} = u ^ 2.
All the roots now have disappeared.
We then can use Partial Fraction, and integrate it. :)
 
Back
Top