Difficult Indefinite Integral (substitution problem?)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 5K views
Ocasta
Messages
40
Reaction score
0

Homework Statement


[itex]\int (\frac{x}{\sqrt{x+8}}) dx[/itex]

The Attempt at a Solution


I got to be honest, I don't even really know where to start with this problem. So bear with me as I take a wild stab in the dark. This section was substitution problems, ...

[itex]\frac{x}{\sqrt{x+8}} = \sqrt{ \frac{x^2}{x+8} } = <br /> <br /> <br /> <br /> [/itex]
 
Physics news on Phys.org
Ray Vickson said:
Even better: try putting sqrt(x+8) = u.

RGV

[itex] <br /> u = \sqrt{x+8} \rightarrow du = (1) \frac{1}{2 \sqrt{x+8}} dx<br /> [/itex]

I don't think that helps...

[itex] <br /> u = x+8 \rightarrow du = 1 dx<br /> [/itex]

I don't think that helps, either. Am I missing something obvious?
 
Ocasta said:
[itex]u = x+8 \rightarrow du = 1 dx[/itex]

I don't think that helps, either. Am I missing something obvious?

Yes. There's an x on the numerator of the integrand. If u = x + 8, x = ...
 
Like stated above, u=x+8 makes the integral much simpler to solve.
 
Ocasta said:
[itex] <br /> u = \sqrt{x+8} \rightarrow du = (1) \frac{1}{2 \sqrt{x+8}} dx<br /> [/itex]

I don't think that helps...

[itex] <br /> u = x+8 \rightarrow du = 1 dx<br /> [/itex]

I don't think that helps, either. Am I missing something obvious?

If you apply Mr. Vickson's method, you need to write [itex]u^{2} = x + 8[/itex], which leads to [itex]2u du = dx[/itex]; in the numerator, you then replace the remaining x in the numerator with u2 - 8 . More than one approach works for this integral.
 
I ended up going,

[itex] u = x + 8[/itex]

[itex] x = u - 8[/itex]

[itex] \int [u-8]/[sqrt(u)] du[/itex]

[itex] \int (u-8)u^{-1/2} du[/itex]

[itex] \int u^{1/2} - 8u^{-1/2} du =[/itex]

[itex] c + \frac{2}{3} u^{3/2} - 16 u^{1/2}[/itex]

[itex] c + \frac{2}{3} (8+x)^{3/2} - 16 (8+x)^{1/2}[/itex]

Thanks everybody!
 
Last edited:
gb7nash said:
Your method is fine, but look at this again.

gb7nash, I went back and fixed that problem.

Hey guys, thanks to all of you! You've been a great help.