Trigonometric Integrals
Algebraic Standard Forms
Memory Tip: For \(\int\frac{dx}{x^2-a^2}\), recall the partial fraction: \(\frac{1}{x^2-a^2} = \frac{1}{2a}\!\left(\frac{1}{x-a}-\frac{1}{x+a}\right)\). Integrating gives the log form directly.
Integrals of Special Forms
Complete the square in the denominator to reduce to a standard form:
Then use \(t = x+\tfrac{b}{2a}\) and apply forms A1/A2/A3 or B1/B2/B3 as appropriate.
Split the numerator as: \(px+q = \lambda\cdot\frac{d}{dx}(ax^2+bx+c) + \mu\)
Find \(\lambda\) and \(\mu\) by comparing coefficients.
Same split strategy as above, but with a square root in the denominator:
Quick Reference Table
| # | Integrand \(f(x)\) | Integral \(\int f(x)\,dx\) |
|---|---|---|
| 1 | \(x^n,\; n\ne-1\) | \(\dfrac{x^{n+1}}{n+1}+C\) |
| 2 | \(\dfrac{1}{x}\) | \(\ln|x|+C\) |
| 3 | \(e^x\) | \(e^x+C\) |
| 4 | \(a^x\) | \(\dfrac{a^x}{\ln a}+C\) |
| 5 | \(\sin x\) | \(-\cos x+C\) |
| 6 | \(\cos x\) | \(\sin x+C\) |
| 7 | \(\tan x\) | \(\ln|\sec x|+C\) |
| 8 | \(\cot x\) | \(\ln|\sin x|+C\) |
| 9 | \(\sec^2 x\) | \(\tan x+C\) |
| 10 | \(\csc^2 x\) | \(-\cot x+C\) |
| 11 | \(\dfrac{1}{x^2+a^2}\) | \(\dfrac{1}{a}\tan^{-1}\!\dfrac{x}{a}+C\) |
| 12 | \(\dfrac{1}{x^2-a^2}\) | \(\dfrac{1}{2a}\ln\!\left|\dfrac{x-a}{x+a}\right|+C\) |
| 13 | \(\dfrac{1}{\sqrt{a^2-x^2}}\) | \(\sin^{-1}\!\dfrac{x}{a}+C\) |
| 14 | \(\dfrac{1}{\sqrt{x^2+a^2}}\) | \(\ln\!\left|x+\sqrt{x^2+a^2}\right|+C\) |
| 15 | \(\dfrac{1}{\sqrt{x^2-a^2}}\) | \(\ln\!\left|x+\sqrt{x^2-a^2}\right|+C\) |
| 16 | \(\sqrt{a^2-x^2}\) | \(\dfrac{x\sqrt{a^2-x^2}}{2}+\dfrac{a^2}{2}\sin^{-1}\!\dfrac{x}{a}+C\) |
| 17 | \(\sqrt{x^2+a^2}\) | \(\dfrac{x\sqrt{x^2+a^2}}{2}+\dfrac{a^2}{2}\ln\!\left|x+\sqrt{x^2+a^2}\right|+C\) |
| 18 | \(\sqrt{x^2-a^2}\) | \(\dfrac{x\sqrt{x^2-a^2}}{2}-\dfrac{a^2}{2}\ln\!\left|x+\sqrt{x^2-a^2}\right|+C\) |
| 19 | \(e^x[f(x)+f'(x)]\) | \(e^x\cdot f(x)+C\) |
Exam Tip: Formulas 11–18 are frequently tested in board exams. Memorise them as a group — notice how they pair up: x²+a² pairs with arctan, and the square root forms pair with arcsin or ln.