1. Definition and Notation

If ddx[F(x)]=f(x), then the indefinite integral of f(x) with respect to x is:

f(x)dx=F(x)+C

where CR is the constant of integration.

  • is the integral sign, f(x) is the integrand, dx indicates the variable of integration.
  • The indefinite integral represents a family of curves — each value of C gives a different antiderivative, all parallel to each other (differing only by a vertical shift).
  • Verification: Always verify your answer by differentiating — if ddx[F(x)+C]=f(x), the integration is correct.

Two Fundamental Properties

  • ddx[f(x)dx]=f(x)    — differentiation undoes integration.
  • f(x)dx=f(x)+C    — integration undoes differentiation (up to a constant).

2. Standard Formulae — Algebraic and Power Functions

Integrand f(x) f(x)dx Condition
xn xn+1n+1+C n1
1x ln|x|+C x0
k (constant) kx+C
1x 2x+C x>0
1(ax+b)n (ax+b)n+1a(n+1)+C n1
1ax+b 1aln|ax+b|+C
(ax+b)n (ax+b)n+1a(n+1)+C n1

Golden Rule: For any function f(ax+b), integrate normally and divide by a (the coefficient of x). This is the simplest case of the substitution rule.

3. Standard Formulae — Exponential and Logarithmic Functions

Integrand f(x) f(x)dx
ex ex+C
eax+b eax+ba+C
ax axlna+C
aax+b aax+b(lna)a+C
lnx xlnxx+C
logax xlnxxlna+C

4. Standard Formulae — Trigonometric Functions

Integrand f(x) f(x)dx
sinx cosx+C
cosx sinx+C
tanx ln|secx|+C=ln|cosx|+C
cotx ln|sinx|+C
secx ln|secx+tanx|+C
cscx ln|cscxcotx|+C
sec2x tanx+C
csc2x cotx+C
secxtanx secx+C
cscxcotx cscx+C
sin(ax+b) cos(ax+b)a+C
cos(ax+b) sin(ax+b)a+C

Memory tip: Integrals of co-functions (cos, cot, csc) carry a negative sign — cosxdx=+sinx is the exception to remember, since sin is the antiderivative, not a co-function result.

5. Standard Formulae — Inverse Trigonometric Functions

These are among the most frequently tested standard results in JEE. Must be memorised exactly.

Integrand f(x) f(x)dx
11x2 sin1x+C
11x2 cos1x+C
11+x2 tan1x+C
11+x2 cot1x+C
1xx21 sec1x+C
1a2x2 sin1(xa)+C
1a2+x2 1atan1(xa)+C
1xx2a2 1asec1(xa)+C

6. Standard Formulae — Logarithmic (Rational) Results

These results arise from integrating rational expressions and are directly usable as formulae:

Integrand f(x) f(x)dx
1x2a2 12aln|xax+a|+C
1a2x2 12aln|a+xax|+C
1x2+a2 ln|x+x2+a2|+C
1x2a2 ln|x+x2a2|+C

7. Standard Formulae — Important Integral Forms with Surds

These results are used directly in JEE problems and must be treated as ready-to-use formulae:

Integrand f(x) f(x)dx
a2x2 x2a2x2+a22sin1(xa)+C
x2+a2 x2x2+a2+a22ln|x+x2+a2|+C
x2a2 x2x2a2a22ln|x+x2a2|+C

Pattern to notice: All three surd integrals follow the structure:
x2×(surd)±a22×(inverse trig or log)+C

8. Properties of Indefinite Integration

  • Linearity — Sum/Difference:
    [f(x)±g(x)]dx=f(x)dx±g(x)dx
  • Linearity — Scalar Multiple:
    kf(x)dx=kf(x)dx, where k is a constant.
  • Two antiderivatives of the same function differ by a constant:
    If F(x)=G(x)=f(x), then F(x)G(x)=C (a constant).
  • Chain rule in reverse (substitution preview):
    f(g(x))g(x)dx=F(g(x))+C where F=f.

A Crucial Identity

ex[f(x)+f(x)]dx=exf(x)+C

This is derived from the product rule: ddx[exf(x)]=exf(x)+exf(x). It is one of the most powerful shortcuts in JEE integration problems. Whenever you spot ex multiplied by a sum of a function and its derivative, the answer is immediately exf(x)+C.

Extension

eg(x)[f(x)g(x)+f(x)]dx=eg(x)f(x)+C

9. Key Trigonometric Identities Used in Integration

These identities are used to simplify integrands before integrating. Recognising which identity to apply is a core skill:

Power Reduction (Half-Angle) Identities

  • sin2x=1cos2x2         sin2xdx=x2sin2x4+C
  • cos2x=1+cos2x2         cos2xdx=x2+sin2x4+C
  • tan2x=sec2x1         tan2xdx=tanxx+C
  • cot2x=csc2x1         cot2xdx=cotxx+C

Product-to-Sum Identities

  • sinAcosB=12[sin(A+B)+sin(AB)]
  • cosAcosB=12[cos(AB)+cos(A+B)]
  • sinAsinB=12[cos(AB)cos(A+B)]

These convert products into sums, making integration straightforward using the standard sin/cos formulae.

Pythagorean Identities

  • sin2x+cos2x=1
  • 1+tan2x=sec2x
  • 1+cot2x=csc2x

10. Quick Recognition Guide

Spotting the Right Formula Instantly

If you see... Think... Result involves...
1a2x2 Inverse sine sin1(x/a)
1a2+x2 Inverse tangent 1atan1(x/a)
1x2a2 or 1a2x2 Partial fractions / log formula ln||
1x2±a2 Log-type surd formula ln|x+x2±a2|
a2x2 Surd formula or trig sub x=asinθ sin1(x/a) + surd term
ex[f(x)+f(x)] exf(x) trick exf(x)+C
sin2x or cos2x Power reduction identity cos2x terms
tan2x or cot2x Pythagorean identity sec2x1 or csc2x1
f(x)f(x) Logarithm rule ln|f(x)|+C
f(x)[f(x)]n Power rule via substitution [f(x)]n+1n+1+C