Integration Using Trigonometric Substitution — ∫dx/√(a²-x²)

medium CBSE JEE-MAIN NCERT Class 12 3 min read

Question

Evaluate:

dxa2x2\int \frac{dx}{\sqrt{a^2 - x^2}}

This is a standard NCERT Class 12 integral that shows up in both board exams and JEE Main. The trick is recognizing the Pythagorean identity hiding inside the square root.


Solution — Step by Step

The expression a2x2a^2 - x^2 looks like a2a2sin2θ=a2(1sin2θ)a^2 - a^2\sin^2\theta = a^2(1 - \sin^2\theta). So we substitute x=asinθx = a\sin\theta.

This works because we’re replacing a messy square root with a clean trigonometric expression.

Differentiate x=asinθx = a\sin\theta:

dx=acosθdθdx = a\cos\theta \, d\theta
a2x2=a2a2sin2θ=a2cos2θ=acosθ\sqrt{a^2 - x^2} = \sqrt{a^2 - a^2\sin^2\theta} = \sqrt{a^2\cos^2\theta} = a\cos\theta

The integral becomes:

acosθdθacosθ=dθ=θ+C\int \frac{a\cos\theta \, d\theta}{a\cos\theta} = \int d\theta = \theta + C

Since x=asinθx = a\sin\theta, we get sinθ=xa\sin\theta = \frac{x}{a}, so θ=sin1 ⁣(xa)\theta = \sin^{-1}\!\left(\frac{x}{a}\right).

dxa2x2=sin1 ⁣(xa)+C\boxed{\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}\!\left(\frac{x}{a}\right) + C}

Why This Works

The substitution x=asinθx = a\sin\theta is effective because it exploits the Pythagorean identity sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1. When we write a2x2=a2(1sin2θ)a^2 - x^2 = a^2(1 - \sin^2\theta), the square root collapses into acosθa\cos\theta — no square root, no problem.

This is the standard pattern: whenever you see a2x2\sqrt{a^2 - x^2}, think x=asinθx = a\sin\theta. For a2+x2\sqrt{a^2 + x^2}, use x=atanθx = a\tan\theta. For x2a2\sqrt{x^2 - a^2}, use x=asecθx = a\sec\theta. Learning these three patterns covers almost every trig substitution question in boards and JEE Main.

For the special case a=1a = 1, the result simplifies to sin1(x)+C\sin^{-1}(x) + C. This is worth memorising directly since it appears frequently in composite integrals.


Alternative Method — Direct Formula Recognition

Once you’ve derived this result a few times, you recognise the standard form directly. The formula:

dxa2x2=sin1 ⁣(xa)+C\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}\!\left(\frac{x}{a}\right) + C

is listed in NCERT’s standard integral table. In board exams, you can apply it directly without re-deriving — just state “using standard result.”

This becomes powerful when handling integrals like dx94x2\int \frac{dx}{\sqrt{9 - 4x^2}}. Rewrite as dx(3)2(2x)2\int \frac{dx}{\sqrt{(3)^2 - (2x)^2}}, substitute u=2xu = 2x, du=2dxdu = 2\,dx, and apply the formula with a=3a = 3.


Common Mistake

Forgetting to write ±acosθ\pm a\cos\theta, then ignoring the sign.

When we simplify a2cos2θ\sqrt{a^2\cos^2\theta}, the result is acosθ|a\cos\theta|. For the substitution to work cleanly, we assume θ[π/2,π/2]\theta \in [-\pi/2, \pi/2], which means cosθ0\cos\theta \geq 0, so we can drop the absolute value. Many students skip this assumption entirely and later get confused when the derivation seems “incomplete” in a viva or JEE paper where steps must be justified. Always state the range of θ\theta when you make the substitution.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next