Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Indefinite integral with a square root? [calc homework]?
Hey all,
So, I was able to get all my problems but this one. I got:
int( x / (sqrt(x+5)) dx)
Looks like I gotta use U-substitution.
SO,
Let x+5 = u.
Therefore, deriving this equation,
1 dx = du
So, I replace the dx with du.
I now have
int( x / (sqrt(u)) du)
--------now what?
I thought maybe I could substitute u for just x, but that wouldn't do anything.
What should I do to solve this problem????
THANKS! =)
2 Answers
- The Integral ∫Lv 71 decade agoFavorite Answer
int( x / (sqrt(u)) du) and knowing u = x + 5 ====> u - 5 = u
∫ (u - 5) / (√(u) ]
∫ [ u/√(u) ] - [ 5/ √(u) ]
∫ √(u) - 5u^(-1/2)
u^(3/2) / (3/2) - 5 * u^(1/2) / (1/2) + C
(2/3) * u^(3/2) - 5 * 2 * u^(1/2) + C
(2/3) * ( x + 5)^(3/2) - 10 ( x + 5)^(1/2) + C
- ted sLv 71 decade ago
with your sub you also have x = u - 5....but I prefer w² = x + 5 ---> [ 2 ][ w² - 5 ] dw