0
$\begingroup$

I tried to evaluate using by-parts and some manipulation but my answer was $\frac {\pi} {12}+\frac 23 $ which is approximately 0.928466. However when I checked wolfram alpha it gave the answer as 0.915966 and I suspect I have made some mistake.

  • 1
    the result is the Catalan constant2017-02-11
  • 0
    This number is the Catalan's constant.2017-02-11
  • 0
    Taylor expand the arctan and switch order of summation and integration.2017-02-11
  • 0
    Mostly i think after decimal if our answer is close to the real answer it doesnt make much difference.2017-02-11

2 Answers 2

2

For any $x\in(-1,1)$ we have $$ \arctan(x) = x-\frac{x^3}{3}+\frac{x^5}{5}-\frac{x^7}{7}+\ldots\tag{1} $$ hence by dividing both sides by $x$ and apply termwise integration on $(0,1)$ we get: $$ \int_{0}^{1}\frac{\arctan x}{x}\,dx = 1-\frac{1}{9}+\frac{1}{25}-\frac{1}{49}+\ldots = K\tag{2}$$ namely Catalan's constant.

1

Assume $$I = \int^{1}_{0}\frac{\tan^{-1}(x)}{x}dx = \tan^{-1}(x)\ln(x)\bigg|^{1}_{0}-\int^{1}_{0}\frac{\ln(x)}{1+x^2}dx$$

So $$I = -\int^{1}_{0}\sum^{\infty}_{n=0}(-1)^nx^{2n}\ln xdx = \sum^{\infty}_{n=0}(-1)^{n+1}\int^{1}_{0}x^{2n}\ln xdx$$

using by parts

$$I = \sum^{\infty}_{n=0}(-1)^{n+1}\bigg[\ln x \frac{x^{2n+1}}{2n+1}\bigg|^{1}_{0}-\frac{1}{(2n+1)}\int^{1}_{0}x^{2n}dx\bigg]$$

So $$I = \sum^{\infty}_{n=0}(-1)^{n+2}\frac{1}{(2n+1)^2} = \sum^{\infty}_{n=0}\frac{(-1)^n}{(2n+1)^2}$$