High-Yield JEE Main Concepts for Integrals

1. The Dominance of Symmetry and King's Rule

For definite integrals, one of the first checks should be whether the substitution xa+bxx \mapsto a+b-x simplifies the expression: abf(x)dx=abf(a+bx)dx.\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx. This is especially useful for limits such as [0,π/2][0,\pi/2], [0,π][0,\pi], [a,a][-a,a], and intervals like [1,3][1,3] where a+ba+b is simple.

2. Even–Odd Function Test

Whenever the limits are symmetric, i.e. of the form [a,a][-a,a], immediately test parity.

  • If f(x)=f(x)f(-x)=f(x), then ff is even and aaf(x)dx=20af(x)dx.\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx.
  • If f(x)=f(x)f(-x)=-f(x), then ff is odd and aaf(x)dx=0.\int_{-a}^{a} f(x)\,dx = 0. This saves a lot of time in JEE Main and Advanced.

3. Differentiation Under the Integral Sign / Leibniz Rule

If a problem mixes a limit and an integral, and the expression becomes a 0/00/0 form, combine L'Hôpital's Rule with the Fundamental Theorem of Calculus. For variable limits, ddx(g(x)h(x)f(t)dt)=f(h(x))h(x)f(g(x))g(x).\frac{d}{dx}\left(\int_{g(x)}^{h(x)} f(t)\,dt\right)=f(h(x))h'(x)-f(g(x))g'(x). For many JEE Main problems of the form limx01xm0xf(t)dt\lim_{x\to 0} \frac{1}{x^m}\int_0^x f(t)dt, this idea is the fastest route.

4. Algebraic Manipulation in Indefinite Integrals

For integrals like dxxn(xm+1)p,\int \frac{dx}{x^n(x^m+1)^p}, often the key trick is to factor the highest power of xx from (xm+1)p(x^m+1)^p, rewrite the integrand in powers of x1x^{-1}, and then substitute the bracketed expression.

5. Riemann Sum to Definite Integral

The standard conversion is limn1nr=1nf(rn)=01f(x)dx.\lim_{n\to\infty} \frac1n \sum_{r=1}^n f\left(\frac{r}{n}\right)=\int_0^1 f(x)\,dx. If the sum is not initially in this form, divide numerator and denominator appropriately by powers of nn first.