4

Evaluate: $$\int^0_1 \dfrac{\ln(t)}{1-t^2}dt$$

This actually came up while solving another integral. It was suggested that I use a binomial series, but unfortunately I do not understand how to use this. Can anyone help me out?

jvdhooft
  • 7,589
  • 9
  • 25
  • 47
User1234
  • 3,958
  • 1
    $$\sum_{k=0}^\infty \int_0^1 t^{2k}(-\ln t),dt,$$ then you can for example substitute $t = e^{-u}$. You get a series representation of the value of the integral. I think the series is not unknown. – Daniel Fischer Jun 22 '15 at 11:42
  • Sorry Sir, but I couldn't understand what you did. Sir, how did you transform the integral into $$\sum_{k=0}^\infty \int_0^1 t^{2k}(-\ln t),dt?$$ – User1234 Jun 22 '15 at 11:44
  • Hint: $~\displaystyle\sum_{n=0}^\infty u^n~=~\dfrac1{1-u}~$ for $~|u|<1$. – Lucian Jun 22 '15 at 11:44
  • see this: http://math.stackexchange.com/questions/1334561/evaluate-displaystyle-i-int-0-1-ln-bigg-frac-1x-1-x-bigg/1334620#1334620 – Math-fun Jun 22 '15 at 12:03
  • How can the 0 be on top and the 1 below? Is this a mistake or just something I haven't learned yet? I am in doubt because people also use it in the answer. – wythagoras Jun 22 '15 at 13:32
  • Sir, originally the problem was:$$-4\int_0^1 \dfrac{log (u)}{1-u^2}du$$I merely changed the order of the limits so as to remove the '$-$' sign. – User1234 Jun 22 '15 at 13:34
  • @wythagoras Usually we integrate with the proper orientation, but if you don't, the net effect is a change in sign. Thus the integral in the OP is positive. – Ian Jun 22 '15 at 13:34

3 Answers3

2

First consider the operation \begin{align} \partial_{n} \, t^{n} = \frac{d}{dn} \, e^{n \ln(t)} = \ln(t) \, e^{n \ln(t)} = t^{n} \, \ln(t). \end{align} Now consider the integral, where the operation just presented will be used, \begin{align} I_{n} = \int_{0}^{1} \ln(t) \, t^{n} \, dt = \partial_{n} \, \int_{0}^{1} t^{n} \, dt = \partial_{n} \left[ \frac{t^{n+1}}{n+1} \right]_{0}^{1} = \partial_{n} \left(\frac{1}{n+1}\right) = - \frac{1}{(n+1)^{2}} \end{align} Now letting $n \to 2n$ and then summing over $n$ it is seen that: \begin{align} \sum_{n=0}^{\infty} I_{2n} = \int_{0}^{1} \frac{\ln(t) \, dt}{1-t^{2}} &= - \sum_{n=0}^{\infty} \frac{1}{(2n+1)^{2}} \\ &= - \left(\sum_{n=0}^{\infty} \frac{1}{(2n+1)^{2}} + \sum_{n=1}^{\infty} \frac{1}{(2n)^{2}} \right) + \frac{1}{4} \sum_{n=1}^{\infty} \frac{1}{n^{2}} \\ &= - \sum_{n=1}^{\infty} \frac{1}{n^{2}} + \frac{1}{4} \sum_{n=1}^{\infty} \frac{1}{n^{2}} = - \zeta(2) + \frac{1}{4} \, \zeta(2) \\ &= - \frac{3}{4} \zeta(2) = - \frac{\pi^{2}}{8}. \end{align} The integral desired is: \begin{align} \int_{0}^{1} \frac{\ln(t) \, dt}{1-t^{2}} = - \frac{\pi^{2}}{8}. \end{align}

Leucippus
  • 26,329
  • You might elaborate that $\partial_n$ means $\frac{\partial}{\partial n}$ and give some justification for the operations, in particular the interchange operations. – Ian Jun 22 '15 at 13:36
  • Sir, does it help in noticing that $I_n=\dfrac{\partial}{\partial n} \beta (n,y)\bigg|{y=0}?$$$$$Sir, unfortunately I couldn't understand why $n\to 2n$ as well as why we took the sum over $n$. Sir, could you also explain how $$- \left(\sum{n=0}^{\infty} \frac{1}{(2n+1)^{2}} + \sum_{n=1}^{\infty} \frac{1}{(2n)^{2}} \right) + \frac{1}{4} \sum_{n=1}^{\infty} \frac{1}{n^{2}} $$ $$= - \sum_{n=1}^{\infty} \frac{1}{n^{2}} + \frac{1}{4} \sum_{n=1}^{\infty} \frac{1}{n^{2}} ?$$ – User1234 Jun 22 '15 at 13:53
  • @BetterWorld First Leucippus did the integral calculation for an arbitrary $n$. Then they substituted in $2n$, since your quantity only involves $2n$. Plugging in you get that sum of the reciprocal of the squares of the odd natural numbers. We know the sum of the reciprocal of the squares of all the natural numbers from elsewhere. So Leucippus adds and subtracts the sum of the squares of the even natural numbers. Where it was added, now we know what to do. Where it was subtracted, you have the simple fact that $\sum_{n=1}^\infty\frac{1}{(2n)^2} = \frac{1}{4} \sum_{n=0}^\infty \frac{1}{n^2}$. – Ian Jun 22 '15 at 14:29
  • @BetterWorld Sorry, my very last sum should start at $1$, not $0$. – Ian Jun 22 '15 at 14:58
  • But Sir, shouldn't it be $$ \sum_{n=0}^{\infty} \frac{1}{(2n+1)^{2}} =\sum_{n=1}^{\infty} \dfrac{1}{n^2} - \sum_{n=1}^{\infty}\dfrac{1}{(2n)^2}$$ $$\Rightarrow-\sum_{n=0}^{\infty} \frac{1}{(2n+1)^{2}} =-\bigg(\sum_{n=1}^{\infty} \dfrac{1}{n^2} - \sum_{n=1}^{\infty}\dfrac{1}{(2n)^2}\bigg)$$ $$\Longrightarrow -\sum_{n=0}^{\infty} \frac{1}{(2n+1)^{2}} = -\bigg(\zeta(2)-\dfrac{1}{4}\zeta(2)\bigg)$$ – User1234 Jun 22 '15 at 15:28
  • @Leucippus Sir, could you please explain why you interchanged the order of Summation and Integration? If possible, could you also kindly help me here? – User1234 Jun 22 '15 at 15:35
  • @BetterWorld What you wrote is equivalent, as you can see by simplifying (they are both $-\frac{3}{4} \zeta(2)$). – Ian Jun 22 '15 at 15:41
  • @BetterWorld There are a vast number of calculus books on integration, series, and advanced calculus that explain the interchange of summation and integration, interchange of integration and differentiation, and more. Those texts, some of which can be found and downloaded from Google Books, are better suited to read and learn from. – Leucippus Jun 22 '15 at 16:07
  • @Ian I added the recomended lines to better help. Thank you for the comments. – Leucippus Jun 22 '15 at 16:08
  • @Leucippus Sir, I've unfortunately been unable to find any text that covers this. Till date, I've only read $$$$
    • Problems in Calculus in One Variable by IA Maron$$$$

    • Integration by Amit Agarwal$$$$

    • Mathematical Methods in the Physical Science by May L Boas

    $$$$ I would be truly grateful if you would please recommend a book where I could learn more about Calculus.

    – User1234 Jun 22 '15 at 16:59
1

The geometric series formula tells you that

$$\frac{1}{1-r}=\sum_{n=0}^\infty r^n$$

if $|r|<1$. Applying this to $r=t^2$ you get that your integral is

$$\int_1^0 \sum_{n=0}^\infty \ln(t) t^{2n} dt.$$

You can interchange the sum and integral, for example using monotone convergence (since the integrands are all negative), so you have

$$\sum_{n=0}^\infty \int_1^0 \ln(t) t^{2n} dt.$$

Each of these integrals can be done using integration by parts with $u=\ln(t)$ and $dv=t^{2n} dt$. They are improper at the endpoint of $0$, but this is no real obstacle, because the log term in each antiderivative is getting multiplied with a monomial, so the log terms in the definite integrals all vanish.

Ian
  • 101,645
  • Sir, I understood the following: $$\dfrac{1}{1-t^2}=\sum_{n=0}^{n=\infty}t^{2n}$$ $$\Rightarrow\int_1^0 \dfrac{log t}{1-t^2}dt=\int_1^0log(t)\sum_{n=0}^{n=\infty}t^{2n}$$ $$=\int_1^0 \sum_{n=0}^{n=\infty}t^{2n}log(t)dt$$ But Sir, I couldn't understand how you changed the order of Summation and Integration. – User1234 Jun 22 '15 at 11:53
  • @BetterWorld Since $\ln(t) \leq 0$ and $t^{2n} \geq 0$, the product is negative, so $f_N(t)=\sum_{n=0}^N \ln(t)) t^{2n}$ is a decreasing sequence of functions. So you can use the monotone convergence theorem to get the result. Other options are available; for instance the convergence is uniform on $[\delta,1-\delta]$ for any $\delta>0$, so you might be able to use that, too. – Ian Jun 22 '15 at 12:07
  • Sir, I'm sorry but I couldn't understand the $f_N(t)$ notation. Also Sir, in general, when can we interchange the order of Summation and Integration? – User1234 Jun 22 '15 at 12:12
  • @BetterWorld That is a big question, which is one of the main topics in real analysis. The most general theorem I know of is the Vitali convergence theorem, although it does not help when the limiting integral is infinite. The most useful theorem I know of is the dominated convergence theorem, which can be regarded as a special case of the Vitali convergence theorem with convenient hypotheses. – Ian Jun 22 '15 at 12:21
  • Sir, over here it is said that if $f_n(x) \ge 0,$ $$\sum \int f_n(x) dx = \int \sum f_n(x) dx$$ Also, if $\int \sum |f_n| < \infty$ or $\sum \int |f_n| < \infty$, then $$\int \sum f_n = \sum \int f_n$$ Sir, could you please help me understand the meaning of $f_n(x)?$ Could you also please tell me how to evaluate $ \int |f_n|?$ I've never Integrated the $modulus$ of a function before. – User1234 Jun 22 '15 at 12:37
  • @BetterWorld Frankly this subject takes a semester to study. I could say a bunch myself, but I think you'd be better off picking up a real analysis text, such as Real Analysis by Royden and Fitzpatrick. I can say what $f_n(x)$ means, though. You have a sequence of functions which are indexed by the natural numbers $n$. This means that for each natural number $n$, you have a function $f_n$, which can be evaluated at $x$. This number is $f_n(x)$. – Ian Jun 22 '15 at 12:44
  • @BetterWorld As for the absolute values, the meaning of the integral isn't anything special as a result of the absolute values being there. That said, in the Lebesgue theory all convergent integrals are absolutely convergent, so integrals of absolute values show up constantly. In particular, the interchange of sum and integral when absolute convergence occurs is just like the interchange of sum and sum when absolute convergence occurs. – Ian Jun 22 '15 at 12:47
  • Thanks Sir. Sir, coming back to my question, I couldn't understand how you wrote $t^{2n}log(t)$ as $f_N(t)$ – User1234 Jun 22 '15 at 12:56
  • @BetterWorld By definition $\sum_{n=0}^\infty t^{2n} \log(t) = \lim_{N \to \infty} \sum_{n=0}^N t^{2n} \log(t)$. I just called the partial sum $f_N(t)$ for convenience. – Ian Jun 22 '15 at 13:17
  • Alright Sir. Sir, I posted my doubts regarding the order of Summation and Integration here. I just hope that at your convenience you'll be able to spare the time to help clear my doubts. – User1234 Jun 22 '15 at 13:21
1

Substitute $t\mapsto e^{-t}$: $$ \begin{align} \int_1^0\frac{\log(t)}{1-t^2}\,\mathrm{d}t &=\int_0^\infty\frac{t}{1-e^{-2t}}e^{-t}\,\mathrm{d}t\\ &=\sum_{k=0}^\infty\int_0^\infty te^{-(2k+1)t}\,\mathrm{d}t\\ &=\Gamma(2)\sum_{k=0}^\infty\frac1{(2k+1)^2}\\ &=\frac{\pi^2}8 \end{align} $$

robjohn
  • 345,667