$$\int_0^1 \frac{x}{1+x^2} \ln{(x+1)}\ dx$$ I encountered this in Issac Physics, so it should be solved just using high school calculus knowledge.
-
1Have you tried anything? Any thoughts, do share it here! – Soumil Gupta Dec 07 '21 at 13:00
-
Which $u,,v$ did you try in integration by parts? Show us what happened. – J.G. Dec 07 '21 at 13:12
-
2You'll find another technique more useful. Evaluate$$\int_0^1\left[\frac{d}{dc}\left(\int_0^1\frac{x}{1+x^2}\ln(1+cx)dx\right)\right]dc.$$ – J.G. Dec 07 '21 at 13:24
-
Basically when I first saw it I tried integration by parts(that's what you usually do when there is $\ln{f(x)}$ right?). But if you do $u = \ln{(x+1)}$ and $v' = \frac{x}{1+x^2}$ then you would see that another $\ln{f(x)}$ comes out as $\int \frac{x}{1+x^2}\ dx$ evaluates to $\frac{1}{2} \ln{(1+x^2)}$ – Ryan Hu Dec 07 '21 at 13:55
-
@J.G. That seems confusing, differentiating a definite integral should give a result of $0$ isn't it? – Ryan Hu Dec 07 '21 at 14:00
-
There are various techniques applicable here: double integrals, series, differentiation under the integral sign, etc. But I don't think there is a "high school calculus" solution involving simple substitutions or integration by parts. This integral is more advanced. – bjorn93 Dec 07 '21 at 14:15
-
@RyanHu The inner integral over $x$ has a $c$-dependent integrand, so the integral's $c$ derivative is nonzero. In fact, that derivative is$$\int_0^1\frac{x^2dx}{(1+cx)(1+x^2)},$$which you can evaluate by partial fractions. The resulting function of $c$ needs to be integrated from $0$ to $1$. – J.G. Dec 07 '21 at 14:19
-
@bjorn93 Oh, that's unfortunate, thanks for telling me tho. – Ryan Hu Dec 07 '21 at 14:25
-
@J.G. Thank you! I'll try – Ryan Hu Dec 07 '21 at 14:37
-
A further hint at @bjorn93's suggested complexity: the answer is $\frac{\pi^2+12\ln^22}{96}$, so an integral representation of $\zeta(2)$ will come up. – J.G. Dec 07 '21 at 14:40
1 Answers
Using integration by parts, we can get $$\begin{align} \int_0^1{\frac{x}{x^2+1}\ln \left( 1+x \right) \mathrm{d}x}=&\frac{1}{2}\int_0^1{\frac{1}{x^2+1}\ln \left( 1+x \right) \mathrm{d}\left( x^2+1 \right)} \\ =&\frac{1}{2}\int_0^1{\ln \left( 1+x \right) \mathrm{d}\ln \left( x^2+1 \right)} \\ =&\frac{1}{2}\left( \ln ^22-\int_0^1{\frac{\ln \left( 1+x^2 \right)}{1+x}\mathrm{d}x} \right) \end{align}$$ And the second integral $\int_0^1{\frac{\ln \left( 1+x^2 \right)}{1+x}\mathrm{d}x}$ can be found in this cite, for example, from here we can get that $$ \int_{0}^{1}\frac{\ln(x^{2}+1)}{x+1}\mathrm{d}x=\frac{3}{4}\ln^{2}(2)-\frac{{\pi}^{2}}{48} $$ So combining them, we can get $$\begin{align} \int_0^1{\frac{x}{x^2+1}\ln \left( 1+x \right) \mathrm{d}x}=&\frac{1}{2}\left( \ln ^22-\left( \frac{3}{4}\ln ^22-\frac{\pi ^2}{48} \right) \right) \\ =&\frac{\pi ^2}{96}+\frac{1}{8}\ln ^22 \end{align}$$

- 49
-
@RyanHu What's more, I am curious about the range of your so called "high school calculus knowledge", as we are in the different provinces(seen from your profile) for college entrance examination. Knowledge such as integration by parts and variable substitution are beyond what we had to learn in high school. – SHBooKP Dec 08 '21 at 07:25
-
The integration by parts here simply swaps one integral with another integral of roughly the same complexity. It doesn't simplify the problem. Notice that the technique used in solving the second integral can be applied directly to the given integral. – bjorn93 Dec 08 '21 at 15:50
-
@SHBooKP By high school calculus knowledge, I mean what you would expect from a AP calculus BC student or an a level further math student(Im the latter one). Cuz I'm in an international school. – Ryan Hu Dec 14 '21 at 12:37