Math Lab
Home/Class XII/Ch 7/Special integrals and radical forms

Special integrals and radical forms

A few patterns recur so often that recognising them is part of the calculus literacy you need. Each is a derivative of a ln\ln or an inverse-trigonometric function in disguise.

The denominators-with-squares family

IntegralResult
dxx2a2\int \dfrac{dx}{x^2 - a^2}$\dfrac{1}{2a}\ln\left
dxa2x2\int \dfrac{dx}{a^2 - x^2}$\dfrac{1}{2a}\ln\left
dxx2+a2\int \dfrac{dx}{x^2 + a^2}1atan1 ⁣(xa)+C\dfrac{1}{a}\tan^{-1}\!\left(\dfrac{x}{a}\right) + C
dxx2a2\int \dfrac{dx}{\sqrt{x^2 - a^2}}$\ln!\left
dxa2x2\int \dfrac{dx}{\sqrt{a^2 - x^2}}sin1 ⁣(xa)+C\sin^{-1}\!\left(\dfrac{x}{a}\right) + C
dxx2+a2\int \dfrac{dx}{\sqrt{x^2 + a^2}}$\ln!\left

The first two come from partial fractions: 1x2a2=12a(1xa1x+a)\dfrac{1}{x^2 - a^2} = \dfrac{1}{2a}\left(\dfrac{1}{x-a} - \dfrac{1}{x+a}\right). The middle one is the definition of tan1\tan^{-1}. The radical forms come from trigonometric substitution.

Completing the square

The integrals above always have a "naked" x2+a2x^2 + a^2 or x2a2x^2 - a^2. Real problems give you ax2+bx+cax^2 + bx + c. The strategy: complete the square to write ax2+bx+c=a[(x+b2a)2+4acb24a2].ax^2 + bx + c = a\left[\left(x + \dfrac{b}{2a}\right)^2 + \dfrac{4ac - b^2}{4a^2}\right]. Then substitute u=x+b/(2a)u = x + b/(2a) to reach one of the standard forms.

Linear numerator over quadratic

For px+qax2+bx+cdx\int \dfrac{px + q}{ax^2 + bx + c}\,dx , algebraic or under a radical , split the numerator: write px+q=p2a(2ax+b)+(qpb2a)px + q = \dfrac{p}{2a}(2ax + b) + \left(q - \dfrac{pb}{2a}\right). The first chunk is a perfect derivative of the denominator (giving a log or 22\sqrt{\cdot}). The second is a constant times a standard form. This decomposition is in routine board-exam playbooks.

Two further integrals

Two more patterns worth knowing.

a2x2dx=x2a2x2+a22sin1(x/a)+C.\int \sqrt{a^2 - x^2}\,dx = \dfrac{x}{2}\sqrt{a^2 - x^2} + \dfrac{a^2}{2}\sin^{-1}(x/a) + C.

x2+a2dx=x2x2+a2+a22lnx+x2+a2+C.\int \sqrt{x^2 + a^2}\,dx = \dfrac{x}{2}\sqrt{x^2 + a^2} + \dfrac{a^2}{2}\ln\left|x + \sqrt{x^2 + a^2}\right| + C.

x2a2dx=x2x2a2a22lnx+x2a2+C.\int \sqrt{x^2 - a^2}\,dx = \dfrac{x}{2}\sqrt{x^2 - a^2} - \dfrac{a^2}{2}\ln\left|x + \sqrt{x^2 - a^2}\right| + C.

Each is derived by trigonometric (or hyperbolic) substitution. Memorise the patterns; don't try to re-derive on exam day.

Derivations of two key results

Why is dxx2+a2=lnx+x2+a2+C\int \dfrac{dx}{\sqrt{x^2 + a^2}} = \ln|x + \sqrt{x^2 + a^2}| + C?

Substitute x=atanθx = a \tan\theta. Then dx=asec2θdθdx = a\sec^2\theta\,d\theta, x2+a2=asecθ\sqrt{x^2 + a^2} = a\sec\theta. The integral becomes asec2θasecθdθ=secθdθ=lnsecθ+tanθ+C\int \dfrac{a\sec^2\theta}{a\sec\theta}\,d\theta = \int \sec\theta\,d\theta = \ln|\sec\theta + \tan\theta| + C. Restore xx: tanθ=x/a\tan\theta = x/a, secθ=x2+a2/a\sec\theta = \sqrt{x^2 + a^2}/a, so secθ+tanθ=x+x2+a2a\sec\theta + \tan\theta = \dfrac{x + \sqrt{x^2 + a^2}}{a}. Absorbing lna\ln a into the constant: dxx2+a2=lnx+x2+a2+C.\int \dfrac{dx}{\sqrt{x^2 + a^2}} = \ln|x + \sqrt{x^2 + a^2}| + C.

Why does a2x2dx=x2a2x2+a22sin1(x/a)\int \sqrt{a^2 - x^2}\,dx = \dfrac{x}{2}\sqrt{a^2 - x^2} + \dfrac{a^2}{2}\sin^{-1}(x/a)?

Substitute x=asinθx = a\sin\theta. Then a2x2=acosθ\sqrt{a^2 - x^2} = a\cos\theta, dx=acosθdθdx = a\cos\theta\,d\theta. Integral becomes a2cos2θdθ=a2θ+sinθcosθ2\int a^2 \cos^2\theta\,d\theta = a^2 \cdot \dfrac{\theta + \sin\theta\cos\theta}{2}. Restore: θ=sin1(x/a)\theta = \sin^{-1}(x/a), sinθcosθ=(x/a)(a2x2/a)\sin\theta\cos\theta = (x/a)(\sqrt{a^2-x^2}/a). Multiply through and rearrange to get the stated form.

Worked examples

Example 1. dxx2+2x+5\int \dfrac{dx}{x^2 + 2x + 5}.

Complete the square: x2+2x+5=(x+1)2+4x^2 + 2x + 5 = (x+1)^2 + 4. So dx(x+1)2+22=12tan1 ⁣(x+12)+C\int \dfrac{dx}{(x+1)^2 + 2^2} = \dfrac{1}{2}\tan^{-1}\!\left(\dfrac{x+1}{2}\right) + C.

Example 2. dx4x29\int \dfrac{dx}{\sqrt{4x^2 - 9}}.

Factor: 4x29=2x29/4\sqrt{4x^2 - 9} = 2\sqrt{x^2 - 9/4}. So dx2x2(3/2)2=12lnx+x29/4+C\int \dfrac{dx}{2\sqrt{x^2 - (3/2)^2}} = \dfrac{1}{2}\ln\left|x + \sqrt{x^2 - 9/4}\right| + C.

Example 3. 2x+3x2+4x+5dx\int \dfrac{2x + 3}{\sqrt{x^2 + 4x + 5}}\,dx.

Split: 2x+3=(2x+4)12x + 3 = (2x + 4) - 1. So the integral splits as 2x+4x2+4x+5dxdxx2+4x+5.\int \dfrac{2x + 4}{\sqrt{x^2 + 4x + 5}}\,dx - \int \dfrac{dx}{\sqrt{x^2 + 4x + 5}}. First piece: numerator is derivative of x2+4x+5x^2 + 4x + 5, so it's 2x2+4x+52\sqrt{x^2 + 4x + 5}. Second piece: complete the square (x+2)2+1(x + 2)^2 + 1, giving ln(x+2)+x2+4x+5\ln|(x+2) + \sqrt{x^2 + 4x + 5}|.

Putting it together: 2x2+4x+5ln(x+2)+x2+4x+5+C2\sqrt{x^2 + 4x + 5} - \ln|(x+2) + \sqrt{x^2 + 4x + 5}| + C.

Example 4. 9x2dx\int \sqrt{9 - x^2}\,dx.

By the standard form with a=3a = 3: x29x2+92sin1(x/3)+C\dfrac{x}{2}\sqrt{9 - x^2} + \dfrac{9}{2}\sin^{-1}(x/3) + C.

Example 5. dxx26x+13\int \dfrac{dx}{x^2 - 6x + 13}.

Complete the square: (x3)2+4(x - 3)^2 + 4. So integral =12tan1 ⁣(x32)+C= \dfrac{1}{2}\tan^{-1}\!\left(\dfrac{x - 3}{2}\right) + C.

Example 6. dx5x22x\int \dfrac{dx}{\sqrt{5x^2 - 2x}}.

Factor inside: 5x22x=5(x22x5)=5[(x15)2125]5x^2 - 2x = 5\left(x^2 - \dfrac{2x}{5}\right) = 5\left[\left(x - \dfrac{1}{5}\right)^2 - \dfrac{1}{25}\right]. So integrand is 15(x1/5)21/25\dfrac{1}{\sqrt{5}\sqrt{(x - 1/5)^2 - 1/25}}, giving 15ln(x1/5)+(x1/5)21/25+C\dfrac{1}{\sqrt{5}}\ln\left|(x - 1/5) + \sqrt{(x-1/5)^2 - 1/25}\right| + C.

Try it yourself

  1. dxx2+4x+8\int \dfrac{dx}{x^2 + 4x + 8}
  2. dx16x2\int \dfrac{dx}{\sqrt{16 - x^2}}
  3. dxx2+6x+13\int \dfrac{dx}{\sqrt{x^2 + 6x + 13}}
  4. 2x1x2+2x+5dx\int \dfrac{2x - 1}{x^2 + 2x + 5}\,dx
  5. x+114x2dx\int \dfrac{x + 1}{\sqrt{1 - 4x^2}}\,dx
  6. x2+2x+5dx\int \sqrt{x^2 + 2x + 5}\,dx (complete the square, then standard form)
  7. dx3x25\int \dfrac{dx}{3x^2 - 5}
  8. 1xx2dx\int \sqrt{1 - x - x^2}\,dx
  9. dx(x+1)x2+2x+1\int \dfrac{dx}{(x+1)\sqrt{x^2 + 2x + 1}} , note the singularity!
  10. 3x+24xx2dx\int \dfrac{3x + 2}{\sqrt{4x - x^2}}\,dx
  11. x2x2+1dx\int \dfrac{x^2}{\sqrt{x^2 + 1}}\,dx (write x2=(x2+1)1x^2 = (x^2 + 1) - 1)
  12. 49x2dx\int \sqrt{4 - 9x^2}\,dx
  13. dx(x1)x21\int \dfrac{dx}{(x - 1)\sqrt{x^2 - 1}} (substitute x=secθx = \sec\theta)
  14. 2x+5x2+5x6dx\int \dfrac{2x + 5}{\sqrt{x^2 + 5x - 6}}\,dx

Pitfalls and tricks

  • Always complete the square first for quadratics in denominators.
  • Pull out the leading coefficient before applying a standard form , 5x25x^2 is not x2x^2.
  • For linear-over-quadratic, split into a "derivative of denominator" piece and a constant piece.
  • The radical forms with ln\ln have no absolute-value confusion when a>0a > 0 and the expression under the root is positive , but the natural domain restriction comes from the radicand.
  • Memorise the table. These integrals appear in nearly every JEE paper.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Special integrals
6 questions · pick the best answer
Q1

dxx2+16=\int \frac{dx}{x^2 + 16}=

Q2

dx25x2=\int \frac{dx}{\sqrt{25 - x^2}}=

Q3

Complete the square: x2+6x+13=x^2 + 6x + 13=

Q4

dxx2+4=\int \frac{dx}{\sqrt{x^2 + 4}}=

Q5

dxx21=\int \frac{dx}{x^2 - 1}=

Q6

2x+3x2+3x+1dx=\int \frac{2x + 3}{x^2 + 3x + 1}\,dx=