The Six Standard Special Forms

Six integrals appear so often that NCERT promotes them to standard formulae — used from now on without proof:

Card of six standard integral forms with quadratic denominators

  1. ∫dxx2−a2=12alog⁡∣x−ax+a∣+C\displaystyle\int \frac{dx}{x^2 - a^2} = \frac{1}{2a}\log\left|\frac{x - a}{x + a}\right| + C
  2. ∫dxa2−x2=12alog⁡∣a+xa−x∣+C\displaystyle\int \frac{dx}{a^2 - x^2} = \frac{1}{2a}\log\left|\frac{a + x}{a - x}\right| + C
  3. ∫dxx2+a2=1atan⁡−1xa+C\displaystyle\int \frac{dx}{x^2 + a^2} = \frac{1}{a}\tan^{-1}\frac{x}{a} + C
  4. ∫dxx2−a2=log⁡∣x+x2−a2∣+C\displaystyle\int \frac{dx}{\sqrt{x^2 - a^2}} = \log\left|x + \sqrt{x^2 - a^2}\right| + C
  5. ∫dxa2−x2=sin⁡−1xa+C\displaystyle\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}\frac{x}{a} + C
  6. ∫dxx2+a2=log⁡∣x+x2+a2∣+C\displaystyle\int \frac{dx}{\sqrt{x^2 + a^2}} = \log\left|x + \sqrt{x^2 + a^2}\right| + C

Where they come from: (1) and (2) split by partial fractions — e.g. 1x2−a2=12a[1x−a−1x+a]\frac{1}{x^2 - a^2} = \frac{1}{2a}\left[\frac{1}{x-a} - \frac{1}{x+a}\right]; (3) uses the substitution x=atan⁡θx = a\tan\theta; (4) uses x=asec⁡θx = a\sec\theta; (5) uses x=asin⁡θx = a\sin\theta; (6) uses x=atan⁡θx = a\tan\theta — each trig substitution collapses the denominator via a Pythagorean identity.

How to tell (1) from (2) and the log forms apart: look at what can vanish. x2−a2x^2 - a^2 (roots at ±a\pm a, log of a ratio with x−ax - a on top); a2−x2a^2 - x^2 (same roots, a+xa + x on top); x2+a2x^2 + a^2 (never zero — that's the tan⁡−1\tan^{-1}). Under a square root: minus in front of x2x^2 → sin⁡−1\sin^{-1}; plus → a log.

Key Point: Match the SIGN PATTERN, then read off the answer. x2−a2x^2 - a^2, a2−x2a^2 - x^2 and x2+a2x^2 + a^2 each have exactly one formula, with and without the square root.

[JEE Tip] Formulas (4) and (6) are often written with sinh⁡−1,cosh⁡−1\sinh^{-1}, \cosh^{-1} in other books; JEE answer keys use the log forms — quote them exactly as above.

General Quadratics: Complete the Square

Any integral ∫dxax2+bx+c\displaystyle\int\frac{dx}{ax^2 + bx + c} or ∫dxax2+bx+c\displaystyle\int\frac{dx}{\sqrt{ax^2 + bx + c}} reduces to one of the six standard forms by completing the square:

ax2+bx+c=a[(x+b2a)2+(ca−b24a2)]ax^2 + bx + c = a\left[\left(x + \frac{b}{2a}\right)^2 + \left(\frac{c}{a} - \frac{b^2}{4a^2}\right)\right]

Put t=x+b2at = x + \frac{b}{2a} and write the leftover constant as ±k2\pm k^2; the integral becomes 1a∫dtt2±k2\frac{1}{a}\int\frac{dt}{t^2 \pm k^2} (or its square-root version) — a table entry.

Worked micro-example: x2−6x+13=(x−3)2+4x^2 - 6x + 13 = (x-3)^2 + 4, so ∫dxx2−6x+13=12tan⁡−1x−32+C\int\frac{dx}{x^2 - 6x + 13} = \frac{1}{2}\tan^{-1}\frac{x-3}{2} + C.

Linear-over-Quadratic: the A-B Split

For ∫px+qax2+bx+c dx\displaystyle\int\frac{px + q}{ax^2 + bx + c}\,dx (and the same with a square root), write the numerator as

px+q=A⋅ddx(ax2+bx+c)+B=A(2ax+b)+Bpx + q = A\cdot\frac{d}{dx}(ax^2 + bx + c) + B = A(2ax + b) + B

and find A,BA, B by comparing coefficients. The integral splits into two solvable pieces:

  • the AA-piece is ∫(derivative of denominator)denominatordx=log⁡∣denominator∣\int\frac{(\text{derivative of denominator})}{\text{denominator}}dx = \log|\text{denominator}| (or 2denominator2\sqrt{\text{denominator}} under a root),
  • the BB-piece is a pure standard form after completing the square.

Key Point: Two moves cover this entire section: complete the square (no xx in the numerator) and numerator = A(derivative) + B (linear numerator). Identify which case you're in before touching the algebra.

[Board Important] When completing the square with a negative x2x^2 coefficient — e.g. 5−4x−x2=9−(x+2)25 - 4x - x^2 = 9 - (x+2)^2 — factor the minus sign carefully first. Sign slips here are the top mark-loser of Exercise 7.4.

Solved Examples

Example 1: Straight table match

Find ∫dxx2−16\displaystyle\int \frac{dx}{x^2 - 16}.

Solution:

  1. Match the pattern: x2−a2x^2 - a^2 with a=4a = 4 — standard form (1).
  2. Apply: 12(4)log⁡∣x−4x+4∣+C\frac{1}{2(4)}\log\left|\frac{x-4}{x+4}\right| + C.

Final Answer: 18log⁡∣x−4x+4∣+C\frac{1}{8}\log\left|\frac{x - 4}{x + 4}\right| + C.

Example 2: Complete the square under a root

Find ∫dx2x−x2\displaystyle\int \frac{dx}{\sqrt{2x - x^2}}.

Solution:

  1. Complete the square: 2x−x2=1−(x−1)22x - x^2 = 1 - (x - 1)^2.
  2. Substitute: t=x−1t = x - 1: the integral is ∫dt1−t2=sin⁡−1t+C\int\frac{dt}{\sqrt{1 - t^2}} = \sin^{-1}t + C.
  3. Return: sin⁡−1(x−1)+C\sin^{-1}(x - 1) + C.

Final Answer: sin⁡−1(x−1)+C\sin^{-1}(x - 1) + C.

Takeaway: Minus sign on x2x^2 under a root → expect sin⁡−1\sin^{-1}. The completed square tells you the shifted variable and the radius.

Example 3: Quadratic that never vanishes

Find ∫dxx2−6x+13\displaystyle\int \frac{dx}{x^2 - 6x + 13}.

Solution:

  1. Complete the square: x2−6x+13=(x−3)2+22x^2 - 6x + 13 = (x - 3)^2 + 2^2.
  2. Substitute: t=x−3t = x - 3: ∫dtt2+22=12tan⁡−1t2+C\int\frac{dt}{t^2 + 2^2} = \frac{1}{2}\tan^{-1}\frac{t}{2} + C.
  3. Return: 12tan⁡−1x−32+C\frac{1}{2}\tan^{-1}\frac{x - 3}{2} + C.

Final Answer: 12tan⁡−1(x−32)+C\frac{1}{2}\tan^{-1}\left(\frac{x-3}{2}\right) + C.

Takeaway: Positive leftover constant (+4+4) → the tan⁡−1\tan^{-1} form. Negative → the log-ratio form (next example).

Example 4: Factorisable quadratic

Find ∫dx3x2+13x−10\displaystyle\int \frac{dx}{3x^2 + 13x - 10}.

Solution:

  1. Take out the 3 and complete the square: 3x2+13x−10=3[(x+136)2−(176)2]3x^2 + 13x - 10 = 3\left[\left(x + \frac{13}{6}\right)^2 - \left(\frac{17}{6}\right)^2\right].
  2. Apply form (1) with t=x+136t = x + \frac{13}{6}, k=176k = \frac{17}{6}: 13⋅12klog⁡∣t−kt+k∣=117log⁡∣x−46⋅66…∣\frac{1}{3}\cdot\frac{1}{2k}\log\left|\frac{t - k}{t + k}\right| = \frac{1}{17}\log\left|\frac{x - \frac{4}{6}\cdot\frac{6}{6}}{\ldots}\right| — simplifying the ratio: 6x−46x+30\frac{6x - 4}{6x + 30}.
  3. Simplify and absorb constants: 117log⁡∣3x−2x+5∣+C\frac{1}{17}\log\left|\frac{3x - 2}{x + 5}\right| + C.

Final Answer: 117log⁡∣3x−2x+5∣+C\frac{1}{17}\log\left|\frac{3x - 2}{x + 5}\right| + C.

Takeaway: The constant 117log⁡13\frac{1}{17}\log\frac{1}{3} produced while cancelling the 6's merges into CC — tidy ratios are always legal up to a constant.

Example 5: Root of a quadratic with no constant term

Find ∫dx5x2−2x\displaystyle\int \frac{dx}{\sqrt{5x^2 - 2x}}.

Solution:

  1. Factor out 5: 5x2−2x=5x2−2x5\sqrt{5x^2 - 2x} = \sqrt{5}\sqrt{x^2 - \frac{2x}{5}}.
  2. Complete the square: x2−2x5=(x−15)2−(15)2x^2 - \frac{2x}{5} = \left(x - \frac{1}{5}\right)^2 - \left(\frac{1}{5}\right)^2.
  3. Apply form (4): 15log⁡∣t+t2−125∣\frac{1}{\sqrt 5}\log\left|t + \sqrt{t^2 - \frac{1}{25}}\right| with t=x−15t = x - \frac{1}{5}.

Final Answer: 15log⁡∣x−15+x2−2x5∣+C\frac{1}{\sqrt{5}}\log\left|x - \frac{1}{5} + \sqrt{x^2 - \frac{2x}{5}}\right| + C.

Takeaway: The 1a\frac{1}{\sqrt a} factor from pulling aa out of the root is easy to forget — write the factoring step explicitly.

Example 6: Linear numerator over a quadratic

Find ∫x+22x2+6x+5 dx\displaystyle\int \frac{x + 2}{2x^2 + 6x + 5}\,dx.

Solution:

  1. Split the numerator: x+2=A(4x+6)+Bx + 2 = A(4x + 6) + B (using the derivative of the denominator). Comparing: 4A=14A = 1, 6A+B=26A + B = 2, so A=14A = \frac{1}{4}, B=12B = \frac{1}{2}.
  2. A-piece: 14∫4x+62x2+6x+5dx=14log⁡∣2x2+6x+5∣\frac{1}{4}\int\frac{4x + 6}{2x^2 + 6x + 5}dx = \frac{1}{4}\log|2x^2 + 6x + 5|.
  3. B-piece: 12∫dx2x2+6x+5=14∫dx(x+32)2+(12)2=12tan⁡−1(2x+3)\frac{1}{2}\int\frac{dx}{2x^2 + 6x + 5} = \frac{1}{4}\int\frac{dx}{\left(x + \frac{3}{2}\right)^2 + \left(\frac{1}{2}\right)^2} = \frac{1}{2}\tan^{-1}(2x + 3).
  4. Combine: add the two pieces.

Final Answer: 14log⁡∣2x2+6x+5∣+12tan⁡−1(2x+3)+C\frac{1}{4}\log|2x^2 + 6x + 5| + \frac{1}{2}\tan^{-1}(2x + 3) + C.

Takeaway: The split is deliberately built so the AA-piece is a pure log and the BB-piece a pure standard form — never integrate a linear-over-quadratic in one go.

Example 7: Linear numerator under a root

Find ∫x+35−4x−x2 dx\displaystyle\int \frac{x + 3}{\sqrt{5 - 4x - x^2}}\,dx.

Solution:

  1. Split: x+3=A(−4−2x)+Bx + 3 = A(-4 - 2x) + B; comparing: −2A=1-2A = 1, −4A+B=3-4A + B = 3, so A=−12A = -\frac{1}{2}, B=1B = 1.
  2. A-piece: −12∫−4−2x5−4x−x2dx=−12⋅25−4x−x2=−5−4x−x2-\frac{1}{2}\int\frac{-4 - 2x}{\sqrt{5 - 4x - x^2}}dx = -\frac{1}{2}\cdot 2\sqrt{5 - 4x - x^2} = -\sqrt{5 - 4x - x^2} (since ∫dtt=2t\int \frac{dt}{\sqrt t} = 2\sqrt t).
  3. B-piece: ∫dx9−(x+2)2=sin⁡−1x+23\int\frac{dx}{\sqrt{9 - (x+2)^2}} = \sin^{-1}\frac{x + 2}{3}.

Final Answer: −5−4x−x2+sin⁡−1(x+23)+C-\sqrt{5 - 4x - x^2} + \sin^{-1}\left(\frac{x + 2}{3}\right) + C.

Takeaway: Under a root, the AA-piece integrates to 2denominator2\sqrt{\text{denominator}}, not a log — the only difference from Example 6's template.

Example 8: A shifted-square root form

Find ∫dx(2−x)2+1\displaystyle\int \frac{dx}{\sqrt{(2 - x)^2 + 1}}.

Solution:

  1. Substitute the shift: t=x−2t = x - 2 (note (2−x)2=(x−2)2(2-x)^2 = (x-2)^2), dt=dxdt = dx.
  2. Apply form (6): ∫dtt2+1=log⁡∣t+t2+1∣+C\int\frac{dt}{\sqrt{t^2 + 1}} = \log\left|t + \sqrt{t^2 + 1}\right| + C.
  3. Return: log⁡∣x−2+x2−4x+5∣+C\log\left|x - 2 + \sqrt{x^2 - 4x + 5}\right| + C.

Final Answer: log⁡∣x−2+x2−4x+5∣+C\log\left|x - 2 + \sqrt{x^2 - 4x + 5}\right| + C.

Example 9: A trig-disguised standard form

Find ∫sec⁡2xtan⁡2x+4 dx\displaystyle\int \frac{\sec^2 x}{\sqrt{\tan^2 x + 4}}\,dx.

Solution:

  1. Spot the pair: t=tan⁡xt = \tan x gives dt=sec⁡2x dxdt = \sec^2 x\,dx — the numerator exactly.
  2. Apply form (6): ∫dtt2+22=log⁡∣t+t2+4∣+C\int\frac{dt}{\sqrt{t^2 + 2^2}} = \log\left|t + \sqrt{t^2 + 4}\right| + C.
  3. Return: log⁡∣tan⁡x+tan⁡2x+4∣+C\log\left|\tan x + \sqrt{\tan^2 x + 4}\right| + C.

Final Answer: log⁡∣tan⁡x+tan⁡2x+4∣+C\log\left|\tan x + \sqrt{\tan^2 x + 4}\right| + C.

Takeaway: Substitution and the six forms compose: first collapse the trig layer, then table-match.

Example 10: Product of two linear factors under a root

Find ∫dx(x−1)(x−2)\displaystyle\int \frac{dx}{\sqrt{(x - 1)(x - 2)}}.

Solution:

  1. Expand: (x−1)(x−2)=x2−3x+2(x-1)(x-2) = x^2 - 3x + 2.
  2. Complete the square: x2−3x+2=(x−32)2−(12)2x^2 - 3x + 2 = \left(x - \frac{3}{2}\right)^2 - \left(\frac{1}{2}\right)^2.
  3. Apply form (4): log⁡∣x−32+x2−3x+2∣+C\log\left|x - \frac{3}{2} + \sqrt{x^2 - 3x + 2}\right| + C.

Final Answer: log⁡∣x−32+x2−3x+2∣+C\log\left|x - \frac{3}{2} + \sqrt{x^2 - 3x + 2}\right| + C.

Example 11: Full A-B split with sin⁡−1\sin^{-1} finish

Find ∫x+24x−x2 dx\displaystyle\int \frac{x + 2}{\sqrt{4x - x^2}}\,dx.

Solution:

  1. Split: x+2=A(4−2x)+Bx + 2 = A(4 - 2x) + B: −2A=1-2A = 1, 4A+B=24A + B = 2 give A=−12A = -\frac{1}{2}, B=4B = 4.
  2. A-piece: −12∫4−2x4x−x2dx=−12⋅24x−x2=−4x−x2-\frac{1}{2}\int\frac{4 - 2x}{\sqrt{4x - x^2}}dx = -\frac{1}{2}\cdot 2\sqrt{4x - x^2} = -\sqrt{4x - x^2}.
  3. B-piece: 4∫dx4−(x−2)2=4sin⁡−1x−224\int\frac{dx}{\sqrt{4 - (x - 2)^2}} = 4\sin^{-1}\frac{x - 2}{2}.

Final Answer: −4x−x2+4sin⁡−1(x−22)+C-\sqrt{4x - x^2} + 4\sin^{-1}\left(\frac{x - 2}{2}\right) + C.

Takeaway: Every Exercise 7.4 linear-over-root problem is this same two-piece machine — only the numbers change.