How Do You Manually Integrate \(\frac{dx}{x(a\sqrt{x}+b)}\)?

  • Thread starter Thread starter Grogs
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Grogs
Messages
148
Reaction score
0
I ran into the following (general form) integral today while working on an engineering problem:

[tex] \int \frac{dx}{x (a \sqrt{x} +b)}[/tex]

I ran it through 'integrals.com' and came up with the following solution:

[tex] \frac {\ln{x} - 2 \ln{(a \sqrt{x} + b)}}{b}[/tex]

which is fine for the purpose of solving the problem, but I'd like to be able to work it by hand. I tried integration by parts, but any choice of u and dv I could think of only made it messier. I also couldn't think of an appropriate u substitution.

Thanks in advance,

Grogs
 
Last edited:
Physics news on Phys.org
Try [itex]u=\sqrt{x}[/itex]
With the use of partial fractions decomposition, the result easily follows.
 
Thanks arildno.

Partial fractions is one of those skills I relearn once a year or so when I need to do a LaPlace Transform and then quickly forget.