๐Ÿงฎ Brain Teaser

The Integral That Refuses to Converge Absolutely

Define I=โˆซ0โˆžsinโกxxโ€‰dx.I = \int_0^\infty \frac{\sin x}{x}\,dx.

(a) Show that II converges (as an improper Riemann integral).

(b) Show that โˆซ0โˆžโˆฃsinโกxโˆฃxโ€‰dx=+โˆž\displaystyle\int_0^\infty \frac{|\sin x|}{x}\,dx = +\infty, so the integral does not converge absolutely.

(c) Evaluate II.

improper integralFeynman trickconditional convergenceLaplace transformsinc function

Answer: The Sinc Integral: Conditional but Not Absolute

Key Idea / Intuition

Part (b) captures a beautiful tension: sinโกx/x\sin x / x is integrable on [0,โˆž)[0,\infty) only because of cancellation between positive and negative arches โ€” the function is not absolutely integrable. This is the continuous analogue of a conditionally-but-not-absolutely convergent series. For part (c), the slickest route is Feynman's trick (differentiation under the integral sign): introduce a parameter eโˆ’txe^{-tx} to damp the integral, differentiate with respect to tt, solve the resulting elementary integral, then let tโ†’0+t \to 0^+.


Formal Proof / Solution

Part (a): Convergence

Write I=limโกRโ†’โˆžโˆซ0Rsinโกxxโ€‰dxI = \lim_{R\to\infty}\int_0^R \frac{\sin x}{x}\,dx. Integrate by parts with u=1/xu = 1/x, dv=sinโกxโ€‰dxdv = \sin x\,dx:

โˆซ1Rsinโกxxโ€‰dx=[โˆ’cosโกxx]1Rโˆ’โˆซ1Rcosโกxx2โ€‰dx.\int_1^R \frac{\sin x}{x}\,dx = \left[-\frac{\cos x}{x}\right]_1^R - \int_1^R \frac{\cos x}{x^2}\,dx.

The boundary term โ†’cosโก1\to \cos 1 as Rโ†’โˆžR\to\infty, and โˆซ1โˆžโˆฃcosโกxโˆฃ/x2โ€‰dxโ‰คโˆซ1โˆžxโˆ’2โ€‰dx<โˆž\int_1^\infty |\cos x|/x^2\,dx \leq \int_1^\infty x^{-2}\,dx < \infty. So the tail converges. Near 00, the function (sinโกx)/xโ†’1(\sin x)/x \to 1 is bounded and continuous, so โˆซ01\int_0^1 is finite. Hence II converges. โœ“\checkmark


Part (b): Not Absolutely Convergent

On each interval [kฯ€,(k+1)ฯ€][k\pi, (k+1)\pi], โˆฃsinโกxโˆฃโ‰ฅ0|\sin x| \geq 0 and

โˆซkฯ€(k+1)ฯ€โˆฃsinโกxโˆฃxโ€‰dxโ‰ฅ1(k+1)ฯ€โˆซkฯ€(k+1)ฯ€โˆฃsinโกxโˆฃโ€‰dx=2(k+1)ฯ€.\int_{k\pi}^{(k+1)\pi} \frac{|\sin x|}{x}\,dx \geq \frac{1}{(k+1)\pi}\int_{k\pi}^{(k+1)\pi}|\sin x|\,dx = \frac{2}{(k+1)\pi}.

(The last equality uses โˆซ0ฯ€sinโกxโ€‰dx=2\int_0^\pi \sin x\,dx = 2.) Summing over k=0,1,2,โ€ฆk = 0, 1, 2, \ldots:

โˆซ0โˆžโˆฃsinโกxโˆฃxโ€‰dxโ‰ฅโˆ‘k=0โˆž2(k+1)ฯ€=2ฯ€โˆ‘k=1โˆž1k=+โˆž.\int_0^\infty \frac{|\sin x|}{x}\,dx \geq \sum_{k=0}^\infty \frac{2}{(k+1)\pi} = \frac{2}{\pi}\sum_{k=1}^\infty \frac{1}{k} = +\infty.

So the integral diverges absolutely. โœ“\checkmark


Part (c): Evaluation via Feynman's Trick

Step 1. Define F(t)=โˆซ0โˆžsinโกxxโ€‰eโˆ’txโ€‰dx,t>0.F(t) = \int_0^\infty \frac{\sin x}{x}\,e^{-tx}\,dx, \quad t > 0.

The factor eโˆ’txe^{-tx} ensures absolute convergence for every t>0t > 0, so differentiation under the integral is justified.

Step 2. Differentiate: Fโ€ฒ(t)=โˆ’โˆซ0โˆžsinโก(x)โ€‰eโˆ’txโ€‰dx.F'(t) = -\int_0^\infty \sin(x)\,e^{-tx}\,dx.

This is a standard Laplace transform. Integrating by parts twice (or using the known formula):

โˆซ0โˆžeโˆ’txsinโกxโ€‰dx=11+t2.\int_0^\infty e^{-tx}\sin x\,dx = \frac{1}{1+t^2}.

Hence Fโ€ฒ(t)=โˆ’11+t2F'(t) = -\dfrac{1}{1+t^2}.

Step 3. Integrate: F(t)=โˆ’arctanโก(t)+C.F(t) = -\arctan(t) + C.

As tโ†’+โˆžt \to +\infty, F(t)โ†’0F(t) \to 0 (by dominated convergence or the Riemannโ€“Lebesgue lemma), so C=ฯ€/2C = \pi/2.

F(t)=ฯ€2โˆ’arctanโก(t).F(t) = \frac{\pi}{2} - \arctan(t).

Step 4. Take tโ†’0+t \to 0^+. One can justify F(t)โ†’IF(t) \to I (the dominated convergence theorem applies after part (a)'s analysis, or by the monotone convergence theorem for the absolute value). Thus:

I=โˆซ0โˆžsinโกxxโ€‰dx=ฯ€2.\boxed{I = \int_0^\infty \frac{\sin x}{x}\,dx = \frac{\pi}{2}.}


Summary Table

| Part | Key Tool | Result | |------|----------|--------| | (a) | Integration by parts + comparison | II converges | | (b) | Arch-by-arch lower bound + harmonic series | Not absolutely convergent | | (c) | Feynman trick (Laplace parameter) | I=ฯ€/2I = \pi/2 |