What Steps Are Needed to Solve This Integral Problem?

  • Context: Undergrad 
  • Thread starter Thread starter EngWiPy
  • 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
EngWiPy
Messages
1,361
Reaction score
61
Hi,

I am trying to solve this integral:

[tex]\int_0^{\infty}\frac{\ln(1+\alpha\,x)}{(1+x)^2}\,dx[/tex]

Using integration by parts this can be written as:

[tex]-\frac{1}{1+x}\ln(1+\alpha\,x)\Big|_0^{\infty}\Big. + \alpha\int_0^{\infty}\frac{1}{(1+x)(1+\alpha\,x)}\,dx[/tex]

The first term evaluates to zero. The second term can be evaluated using partial fractions as:

[tex]\int_0^{\infty}\frac{A}{1+x}\,dx+\int_0^{\infty}\frac{\alpha B}{1+\alpha x}\,dx[/tex]

But these integrals aren't finite, are they? A paper I was reading evaluted the original integral to

[tex]\frac{\alpha}{\alpha-1}\ln(\alpha)[/tex]

and I wonder how did the authors reached this result? Did I do something wrong?

Thanks in advance
 
Last edited:
Physics news on Phys.org
Thanks. I searched for a similar formula in the Table of Integrals, Series, and Products, but didn't find one! Applying the formula implies that

[tex]\lim_{x\to\infty}\,\,\ln\left(\frac{1+x}{\alpha^{-1}+x}\right) = 0[/tex]

Why? How to mathematically show this is the case? Do we need to use the Taylor series expansion?
 
kuruman said:
When ##x >>(1, ~\alpha^{-1})##, ##\frac{1+x}{~\alpha^{-1}+x}\approx\frac{x}{x}=1##. What is ##\ln(1)##?

Right. ##\ln(1) = 0##. Approximations make things easy. Thanks a lot