Solving Integrals with U-Substitution

  • Thread starter Thread starter mmapcpro
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
mmapcpro
Messages
41
Reaction score
1
I'm trying to re-study the calculus I learned years ago to resume my degree this fall, so I don't have access to an instructor right now. I'm stuck on a problem that I can't figure out, and it's just bugging me.

Homework Statement



[tex]\int[/tex] 1/(1 + [tex]\sqrt{2x}[/tex]) dx

Homework Equations


I'm trying to use u-substitution, but I am not seeing it.

The Attempt at a Solution



I have thought to rationalize the denominator first, which would allow me to split it up into 2 integrals (1/1-2x) and ([tex]\sqrt{2x}[/tex]/(1-2x) but I get stuck
 
Last edited:
Physics news on Phys.org
I set u = 1 + [tex]\sqrt{2x}[/tex], so then u-1 = [tex]\sqrt{2x}[/tex], so 2x = (u -1)[tex]^{2}[/tex]

so then x = 1/2(u - 1)[tex]^{2}[/tex]

then dx = (u - 1)du

so I could set it up as [tex]\int[/tex] (u - 1)du / u

split that up into [tex]\int[/tex] 1du - [tex]\int[/tex] du/u

that leaves me with u - ln|u| + c

making it 1 + [tex]\sqrt{2x}[/tex] - ln|1+[tex]\sqrt{2x}[/tex]| + c

But the solution in the book reads: [tex]\sqrt{2x}[/tex] - ln|1 + [tex]\sqrt{2x}[/tex]| + c

I feel like an idiot...it's been about 10 years since I've done this.
 
Does the +1 simply get absorbed into the constant, C?