1
$\begingroup$

I really tried to use the differentation under the integral sign trick but I got something nasty...any other ideas?

$$ I(a) = \int_0^a \frac{\ln(1+ax)}{1+x^2}\ dx, \ a > 0 $$

  • 1
    Please try to place the integral in your question, and show some working.2017-02-09
  • 0
    Do you have integrate that function for fixed $a$? Or do you have to study the integral function?2017-02-09
  • 1
    it will get ugly: http://www.wolframalpha.com/input/?i=integrate%5BLog%5B1%2Ba+x%5D%2F(1%2Bx%5E2),%7Bx,0,a%7D,Assumptions+-%3E+%7Ba%3E0%7D%5D maybe the functional equation for DiLogs simplify this a bit further, but that's it2017-02-09

2 Answers 2

1

Well, we know that:

$$1+x^2=\left(x-i\right)\left(x+i\right)\tag1$$

So, perform partial fraction decomposition:

$$\mathcal{I}\left(x\right):=\int\frac{\ln\left(1+\text{a}\cdot x\right)}{1+x^2}\space\text{d}x=\frac{i}{2}\cdot\left\{\int\frac{\ln\left(1+\text{a}\cdot x\right)}{x+i}\space\text{d}x-\int\frac{\ln\left(1+\text{a}\cdot x\right)}{x-i}\space\text{d}x\right\}\tag2$$

Now, substitute $\text{u}=x+i$ for the left integral:

$$\int\frac{\ln\left(1+\text{a}\cdot x\right)}{x+i}\space\text{d}x=\int\frac{\ln\left(1+\frac{\text{a}\cdot\text{u}}{1-\text{a}i}\right)}{\text{u}}\space\text{d}\text{u}+\ln\left(1-\text{a}i\right)\int\frac{1}{\text{u}}\space\text{d}\text{u}\tag3$$

Now, substitute $\text{v}=\frac{\text{a}\cdot\text{u}}{\text{a}i-1}$ for the left integral:

$$\int\frac{\ln\left(1+\frac{\text{a}\cdot\text{u}}{1-\text{a}i}\right)}{\text{u}}\space\text{d}\text{u}=-\int-\frac{\ln\left(1-\text{v}\right)}{\text{v}}\space\text{d}\text{v}:=\text{C}_1-\text{Li}_2\left(\text{v}\right)\tag4$$

And for the right integral:

$$\ln\left(1-\text{a}i\right)\int\frac{1}{\text{u}}\space\text{d}\text{u}=\ln\left(1-\text{a}i\right)\ln\left|\text{u}\right|+\text{C}_2\tag5$$

Now, for $\int\frac{\ln\left(1+\text{a}\cdot x\right)}{x-i}\space\text{d}x$ it is the same way of proceeding.

  • 0
    What's the definition of the function $\text{Li}_2(v)$?2017-02-09
  • 0
    @user8469759 https://en.wikipedia.org/wiki/Polylogarithm2017-02-09
  • 0
    Is it known with other names? I can't find it http://people.math.sfu.ca/~cbm/aands/abramowitz_and_stegun.pdf. Wikipedia reports that book as reference.2017-02-09
  • 0
    @user8469759 Look at the Wiki page I put in my comment.... There you find all the general forms etc.2017-02-09
4

Claim: for any $a>0$, $$\boxed{ I(a)=\int_{0}^{a}\frac{\log(1+ax)}{1+x^2}\,dx = \color{red}{\arctan(a)\log\sqrt{a^2+1}}.} \tag{0}$$ Proof: $$ I(a) = \int_{0}^{1}\frac{a\log(1+a^2 x)}{1+a^2 x^2}\,dx,$$ $$I'(a) = \color{blue}{\int_{0}^{1}\frac{2a^2 x}{(1+a^2 x)(1+a^2 x^2)}\,dx} - \color{purple}{ \int_{0}^{1}\frac{(1-a^2 x^2)}{(1+a^2 x^2)^2}\log(1+a^2 x)\,dx }\tag{1}$$ The blue integral is elementary and the purple integral turns into an elementary integral by integration by parts. In particular, the derivatives of both sides of $(0)$ match. To finish the proof, we just have to show that $(0)$ holds at $a=1$. But that is equivalent to $$ \int_{0}^{\pi/4}\log(1+\tan\theta)\,d\theta = \frac{\pi}{8}\log(2) \tag{2}$$ that is well-known. Another possible approach is to read the LHS of $(0)$ as $$ \int_{0}^{a}\frac{\log(1+ax)}{x}\cdot\frac{x}{x^2+1}\,dx $$ and exploit the dilogarithm reflection formulas.

  • 0
    (+1) Nice. (0) labeling, are a computer scientist ?2017-02-10
  • 0
    @ZaidAlyafeai: usually I put the final outcome at the end of the answer, and label it accordingly. Since this time I moved the final outcome at the beginning of my answer, I have decided to label it as $(0)$ :D2017-02-10
  • 0
    I am really impressed by your vast knwledge in integrals and special functions. I am learning from you.2017-02-10