Integration is the reverse of differentiation. If differentiation splits a function into its rate of change, integration re-assembles those pieces to find the original function, an area, a volume, or an accumulated quantity. For JEE, integration constitutes approximately 30�35% of the Mathematics paper. This masterclass covers every technique you need � no external notes required.
If \(\frac{d}{dx}[F(x)] = f(x)\), then \(\int f(x)\,dx = F(x) + C\), where \(C\) is the constant of integration. This \(C\) represents the family of all anti-derivatives. It is non-negotiable � always write it.
| Function \(f(x)\) | \(\int f(x)\,dx\) |
|---|---|
| \(x^n\) \((n \ne -1)\) | \(\dfrac{x^{n+1}}{n+1} + C\) |
| \(\dfrac{1}{x}\) | \(\ln|x| + C\) |
| \(e^x\) | \(e^x + C\) |
| \(a^x\) | \(\dfrac{a^x}{\ln a} + C\) |
| \(\sin x\) | \(-\cos x + C\) |
| \(\cos x\) | \(\sin x + C\) |
| \(\tan x\) | \(\ln|\sec x| + C\) |
| \(\cot x\) | \(\ln|\sin x| + C\) |
| \(\sec x\) | \(\ln|\sec x + \tan x| + C\) |
| \(\csc x\) | \(\ln|\csc x - \cot x| + C\) |
| \(\sec^2 x\) | \(\tan x + C\) |
| \(\csc^2 x\) | \(-\cot x + C\) |
| \(\sec x \tan x\) | \(\sec x + C\) |
| \(\csc x \cot x\) | \(-\csc x + C\) |
| Function \(f(x)\) | \(\int f(x)\,dx\) |
|---|---|
| \(\dfrac{1}{\sqrt{1-x^2}}\) | \(\sin^{-1}x + C\) |
| \(\dfrac{-1}{\sqrt{1-x^2}}\) | \(\cos^{-1}x + C\) |
| \(\dfrac{1}{1+x^2}\) | \(\tan^{-1}x + C\) |
| \(\dfrac{1}{a^2+x^2}\) | \(\dfrac{1}{a}\tan^{-1}\!\dfrac{x}{a} + C\) |
| \(\dfrac{1}{\sqrt{a^2-x^2}}\) | \(\sin^{-1}\!\dfrac{x}{a} + C\) |
| \(\dfrac{1}{x^2-a^2}\) | \(\dfrac{1}{2a}\ln\!\left|\dfrac{x-a}{x+a}\right| + C\) |
| \(\dfrac{1}{a^2-x^2}\) | \(\dfrac{1}{2a}\ln\!\left|\dfrac{a+x}{a-x}\right| + C\) |
| \(\dfrac{1}{\sqrt{x^2+a^2}}\) | \(\ln\!\left|x+\sqrt{x^2+a^2}\right| + C\) |
| \(\dfrac{1}{\sqrt{x^2-a^2}}\) | \(\ln\!\left|x+\sqrt{x^2-a^2}\right| + C\) |
| \(\sqrt{a^2-x^2}\) | \(\dfrac{x}{2}\sqrt{a^2-x^2}+\dfrac{a^2}{2}\sin^{-1}\!\dfrac{x}{a}+C\) |
| \(\sqrt{x^2 \pm a^2}\) | \(\dfrac{x}{2}\sqrt{x^2 \pm a^2} \pm \dfrac{a^2}{2}\ln\!\left|x+\sqrt{x^2 \pm a^2}\right|+C\) |
Core Idea: Replace a complicated part of the integrand with a single variable \(t\) to simplify it. If you can spot \(f'(x)\) sitting alongside \(f(x)\), substitute \(u = f(x)\).
If the integrand has \([f(x)]^n \cdot f'(x)\) form: Put \(t = f(x)\), so \(dt = f'(x)\,dx\). The integral becomes \(\int t^n\,dt = \dfrac{t^{n+1}}{n+1} + C\).
Used when the integrand is a product of two different types of functions (e.g., polynomial � trig, polynomial � log, exponential � trig).
ILATE Rule � Choose \(u\) (to differentiate) in this priority
order:
Inverse Trig ? Logarithmic ? Algebraic
(polynomial) ? Trigonometric ? Exponential
Used for integrating rational functions \(\dfrac{P(x)}{Q(x)}\) where degree of \(P <\) degree of \(Q\), and \(Q(x)\) can be factored.
| Type of Factor in Denominator | Partial Fraction Form |
|---|---|
| Linear: \((x-a)\) | \(\dfrac{A}{x-a}\) |
| Repeated linear: \((x-a)^2\) | \(\dfrac{A}{x-a} + \dfrac{B}{(x-a)^2}\) |
| Irreducible quadratic: \((x^2+bx+c)\) | \(\dfrac{Ax+B}{x^2+bx+c}\) |
Split the numerator \(px+q\) as \(\lambda(2ax+b) + \mu\). Find \(\lambda\) and \(\mu\) by comparing coefficients. This decomposes the integral into a log part and a standard inverse-trig or log part.