๐Ÿงฎ Brain Teaser

The Integral That Loves Symmetry: A Rational-Trig Challenge

Evaluate the definite integral

I=โˆซ0ฯ€/211+sinโก2xโ€‰dx.I = \int_0^{\pi/2} \frac{1}{1 + \sin^2 x} \, dx.

tan substitutiontrigonometric integralarctangentintegration bee

Answer: Integral of 1/(1+sinยฒx)

Key Idea / Intuition

The integrand involves sinโก2x\sin^2 x, which mixes badly with direct antiderivatives. The trick is to divide numerator and denominator by cosโก2x\cos^2 x, turning the integral into one in terms of tanโกx\tan x only โ€” a clean substitution t=tanโกxt = \tan x then reduces it to a standard arctangent integral over the entire positive real line.


Formal Proof / Solution

Step 1: Divide by cosโก2x\cos^2 x.

On (0,ฯ€/2)(0, \pi/2), cosโกxโ‰ 0\cos x \neq 0, so we can write:

I=โˆซ0ฯ€/211+sinโก2xโ‹…secโก2xsecโก2xโ€‰dx=โˆซ0ฯ€/2secโก2xsecโก2x+tanโก2xโ€‰dx.I = \int_0^{\pi/2} \frac{1}{1 + \sin^2 x} \cdot \frac{\sec^2 x}{\sec^2 x} \, dx = \int_0^{\pi/2} \frac{\sec^2 x}{\sec^2 x + \tan^2 x} \, dx.

Use secโก2x=1+tanโก2x\sec^2 x = 1 + \tan^2 x:

I=โˆซ0ฯ€/2secโก2x1+tanโก2x+tanโก2xโ€‰dx=โˆซ0ฯ€/2secโก2x1+2tanโก2xโ€‰dx.I = \int_0^{\pi/2} \frac{\sec^2 x}{1 + \tan^2 x + \tan^2 x} \, dx = \int_0^{\pi/2} \frac{\sec^2 x}{1 + 2\tan^2 x} \, dx.

Step 2: Substitute t=tanโกxt = \tan x.

When x:0โ†’ฯ€/2x: 0 \to \pi/2, we have t:0โ†’โˆžt: 0 \to \infty, and dt=secโก2xโ€‰dxdt = \sec^2 x \, dx. So:

I=โˆซ0โˆždt1+2t2.I = \int_0^{\infty} \frac{dt}{1 + 2t^2}.

Step 3: Evaluate the standard integral.

Factor out the 22:

I=โˆซ0โˆždt2(12+t2)=12โˆซ0โˆždtt2+12.I = \int_0^{\infty} \frac{dt}{2\left(\frac{1}{2} + t^2\right)} = \frac{1}{2} \int_0^{\infty} \frac{dt}{t^2 + \frac{1}{2}}.

Using the standard formula โˆซ0โˆždtt2+a2=ฯ€2a\displaystyle\int_0^\infty \frac{dt}{t^2 + a^2} = \frac{\pi}{2a} with a=12a = \frac{1}{\sqrt{2}}:

I=12โ‹…ฯ€2โ‹…12=12โ‹…ฯ€22=ฯ€24=ฯ€22.I = \frac{1}{2} \cdot \frac{\pi}{2 \cdot \frac{1}{\sqrt{2}}} = \frac{1}{2} \cdot \frac{\pi\sqrt{2}}{2} = \frac{\pi\sqrt{2}}{4} = \frac{\pi}{2\sqrt{2}}.

Result:

I=ฯ€22.\boxed{I = \dfrac{\pi}{2\sqrt{2}}.}

Why is this beautiful? The substitution t=tanโกxt = \tan x is a classical tool for integrals involving sinโก2x\sin^2 x or cosโก2x\cos^2 x in the denominator โ€” it converts a bounded interval [0,ฯ€/2][0, \pi/2] to [0,โˆž)[0,\infty) and transforms a trigonometric integrand into a pure rational function, which is then immediately recognizable.

Type: IntegrationEdit on GitHub โ†—