Help with Integral Homework: Reduce to Solve

  • Thread starter Thread starter ArmandStarks
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
ArmandStarks
Messages
2
Reaction score
0

Homework Statement


The problem is this:
∫[√x /(1+x)] dx
I used sustitution method
u= √x
u^2=x
2udu=dx

Homework Equations


My new integral is:
∫[(u*2udu)/(1+u^2)]du
2∫[u^2/(1+u^2)]du
I need help to reduce this point to continue, I guess I need some algebraic steps

The Attempt at a Solution



The book shows: x^3/3 -3x - 10Ln|x-5| + C as the answer but I think this is wrong because I don't have x-5 anywhere
 
Physics news on Phys.org
ArmandStarks said:

Homework Statement


The problem is this:
∫[√x /(1+x)] dx
I used sustitution method
u= √x
u^2=x
2udu=dx

Homework Equations


My new integral is:
∫[(u*2udu)/(1+u^2)]du
2∫[u^2/(1+u^2)]du
This looks OK. I would use polynomial long division to turn this improper rational expression into a nicer form for integration. If you're not familiar with this technique, do a web search for "polynomial long division".
ArmandStarks said:
I need help to reduce this point to continue, I guess I need some algebraic steps

The Attempt at a Solution



The book shows: x^3/3 -3x - 10Ln|x-5| + C as the answer but I think this is wrong because I don't have x-5 anywhere
I agree - the book's answer doesn't look right.
 
ArmandStarks said:

Homework Statement


The problem is this:
∫[√x /(1+x)] dx
I used sustitution method
u= √x
u^2=x
2udu=dx

Homework Equations



The Attempt at a Solution



My new integral is:
∫[(u*2udu)/(1+u^2)]du
2∫[u^2/(1+u^2)]du
I need help to reduce this point to continue, I guess I need some algebraic steps

The book shows: x^3/3 -3x - 10Ln|x-5| + C as the answer but I think this is wrong because I don't have x-5 anywhere
Hello ArmandStarks. Welcome to PF !

You can use "long division" to divide u2 by (u2 + 1) .

Or use the following "trick" .

##\displaystyle \frac{u^2}{1+u^2}=\frac{u^2+1-1}{1+u^2}##

##\displaystyle =\frac{1+u^2}{1+u^2}-\frac{1}{1+u^2}##​
 
  • Like
Likes   Reactions: ArmandStarks
SammyS said:
Hello ArmandStarks. Welcome to PF !

You can use "long division" to divide u2 by (u2 + 1) .

Or use the following "trick" .

##\displaystyle \frac{u^2}{1+u^2}=\frac{u^2+1-1}{1+u^2}##

##\displaystyle =\frac{1+u^2}{1+u^2}-\frac{1}{1+u^2}##​
I just found that "trick" and the 2 integrals are easy to do.
Thank you both!