Integration do not know how to proceed: $\int_0^{\infty}\frac{\ln(x+1)}{x\cdot(x+1)^\frac14} dx$

231 Views Asked by At

Integration 0 to infinity

$$\int_0^\infty\frac{\ln(x+1)}{x\cdot(x+1)^\frac14}dx$$

How to proceed ? Answer : $8C+\pi^2$

Procedure wanted

3

There are 3 best solutions below

5
On

This problem is awful (at least to me !). I was wondering if a CAS could do it; it did and I am sure that you will enjoy the result $$\frac{G_{3,3}^{3,2}\left(1\left| \begin{array}{c} 0,\frac{3}{4},1 \\ 0,0,0 \end{array} \right.\right)}{\Gamma \left(\frac{1}{4}\right)}$$ in which appears the Meijer G function (I am sure you are happy to know that !). The numerical value of this nice expression is $17.19732915$.

If I may ask, where did you get this monster from ?

Added to my answer

Since I produced the above monster, I let it !

If you make a change of variable such that $x+1=e^{4y}$, you have something which is more pleasant. The result of the integral is $8 C+\pi ^2$, $C$ being the Catalan number.

1
On

$$I(n)=\int_0^\infty(x+1)^n\frac{dx}x\iff\int_0^{\infty}\frac{\ln(x+1)}{x\cdot(x+1)^\frac14} dx=I'\bigg(-\frac14\bigg)$$

Let $t=\dfrac1{x+1}$ , and recognize the expression of the beta function in the new integral, then use the reflection formula, but do not compute its value, since it will be divergent ! Rather, derive it directly with regard to n. The expression of the derivative will converge. But it will require knowledge of the polygamma function, as well as of generalized harmonic numbers. In the end, the entire expression will eventually simplify to the beautiful $\pi^2+8G$, where G is Catalan's constant. Hope this helps ! I was also thinking of an alternative, by expanding $\ln(1+x)$ into its well-known Taylor series, but I just don't see a way around the $\sqrt[4]{1+x}$ in the denominator. Maybe someone else can chime in and shed some more light into this situation, or maybe even develop a better or more elegant approach.

0
On

With $y^4=x+1$, Maple gets the antiderivative $$ V(y)=2\,\ln \left( y+i \right) \pi +2\,\ln \left( y-i \right) \pi -4\, \ln \left( 1+y \right) \ln \left( y \right) -4\,i{\rm Li}_2 \left( 1-iy \right) +4\,i{\rm Li}_2 \left( 1+iy \right) -4\,{ \rm Li}_2 \left( -y \right) -4\,{\rm Li}_2 \left( 1-y \right) $$ Now $V(0)=-8 \;\mathrm{Catalan} + \pi^2/3$ and $\lim_{y\to\infty} V(y) = 4\pi^2/3$, so subtract to get our answer $8 \;\mathrm{Catalan} + \pi^2$.