๐Ÿงฎ Brain Teaser

The Integral of arctanโก(x)/x\arctan(x)/x Over [0,1][0,1]

Evaluate the definite integral

I=โˆซ01arctanโกxxโ€‰dx.I = \int_0^1 \frac{\arctan x}{x}\, dx.

Express your answer as an infinite series in closed form (Catalan's constant is acceptable).

arctanCatalan's constantTaylor seriesterm-by-term integrationintegration bee

Answer: Integral of arctan(x)/x and Catalan's Constant

Key Idea / Intuition

The key trick is to expand arctanโก(x)\arctan(x) as its Taylor series, then integrate term by term. Each term produces a simple integral of a power of xx, and the resulting series is immediately recognizable as Catalan's constant โ€” one of the most famous constants in mathematics, defined exactly by an alternating series of reciprocal odd squares.


Formal Proof / Solution

Step 1: Taylor expand arctanโกx\arctan x.

Recall the Maclaurin series: arctanโกx=โˆ‘n=0โˆž(โˆ’1)nx2n+12n+1,โˆฃxโˆฃโ‰ค1.\arctan x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{2n+1}, \quad |x| \leq 1.

Step 2: Divide by xx.

arctanโกxx=โˆ‘n=0โˆž(โˆ’1)nx2n2n+1.\frac{\arctan x}{x} = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{2n+1}.

Step 3: Integrate term by term.

Since the series converges uniformly on [0,1][0,1] (by Dirichlet's test or the fact that it's an alternating series with decreasing terms at x=1x=1), we may integrate term by term:

I=โˆซ01โˆ‘n=0โˆž(โˆ’1)nx2n2n+1โ€‰dx=โˆ‘n=0โˆž(โˆ’1)n2n+1โˆซ01x2nโ€‰dx.I = \int_0^1 \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{2n+1}\, dx = \sum_{n=0}^{\infty} \frac{(-1)^n}{2n+1} \int_0^1 x^{2n}\, dx.

Step 4: Evaluate each integral.

โˆซ01x2nโ€‰dx=12n+1.\int_0^1 x^{2n}\, dx = \frac{1}{2n+1}.

Step 5: Recognize the resulting series.

I=โˆ‘n=0โˆž(โˆ’1)n(2n+1)2=112โˆ’132+152โˆ’172+โ‹ฏ=G,I = \sum_{n=0}^{\infty} \frac{(-1)^n}{(2n+1)^2} = \frac{1}{1^2} - \frac{1}{3^2} + \frac{1}{5^2} - \frac{1}{7^2} + \cdots = G,

where GG is Catalan's constant, approximately Gโ‰ˆ0.9159656โ€ฆG \approx 0.9159656\ldots

I=โˆซ01arctanโกxxโ€‰dx=Gโ‰ˆ0.9159656โ€ฆ\boxed{I = \int_0^1 \frac{\arctan x}{x}\, dx = G \approx 0.9159656\ldots}

Why this is beautiful: The integral of arctanโก(x)/x\arctan(x)/x โ€” which looks complicated โ€” reduces by the simplest possible trick (Taylor series + term-by-term integration) to Catalan's constant, which has no known closed form in terms of more elementary constants. The answer is at once explicit (as a series) and mysterious (no simpler form is known).

Type: IntegrationEdit on GitHub โ†—