JEE Weightage:

JEE Maths — Indefinite Integration

JEE Maths — Indefinite Integration — JEE strategy, weightage, PYQs, traps

4 min read

Chapter Overview & Weightage

Indefinite Integration is one of the heaviest scoring chapters in JEE Mains and Advanced. The chapter trains pattern recognition — recognising which substitution or partial-fraction structure unlocks an integral within seconds.

Typical JEE weightage: 232-3 questions in JEE Main, often 121-2 in JEE Advanced (may be combined with definite integration or differential equations).

YearJEE Main QsJEE Advanced Qs
202021
202132
202221
202332
202432

Key Concepts You Must Know

  • Standard integrals (memorise the table of 25 forms cold)
  • Substitution: trigonometric, algebraic (x±1/xx \pm 1/x, 1/x1/x swap)
  • Integration by parts: ILATE rule for choice of uu
  • Partial fractions for rational functions
  • Trigonometric integrals: sinmxcosnxdx\int \sin^m x \cos^n x \, dx
  • Reduction formulas (especially for sinnxdx\int \sin^n x\,dx, cosnxdx\int \cos^n x\,dx)
  • Special integrals like a2x2dx\int \sqrt{a^2 - x^2}\,dx, dx/(a2+x2)\int dx/(a^2 + x^2)

Important Formulas

udv=uvvdu\int u\,dv = uv - \int v\,du

ILATE: choose uu from Inverse trig → Logarithmic → Algebraic → Trigonometric → Exponential.

dxa2+x2=1atan1(x/a)+C\int \frac{dx}{a^2 + x^2} = \frac{1}{a}\tan^{-1}(x/a) + C

dxa2x2=12alna+xax+C\int \frac{dx}{a^2 - x^2} = \frac{1}{2a}\ln\left|\frac{a+x}{a-x}\right| + C

dxa2x2=sin1(x/a)+C\int \frac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}(x/a) + C

For integrands like (x2±1)/(x4+kx2+1)(x^2 \pm 1)/(x^4 + kx^2 + 1), divide top and bottom by x2x^2, then substitute u=x1/xu = x \mp 1/x.

Solved Previous Year Questions

PYQ 1 (JEE Main 2023)

Evaluate sin1x1x2dx\int \frac{\sin^{-1} x}{\sqrt{1 - x^2}}\,dx.

Substitute u=sin1xu = \sin^{-1}x, du=dx/1x2du = dx/\sqrt{1-x^2}. Integral becomes udu=u2/2+C=(sin1x)2/2+C\int u\,du = u^2/2 + C = (\sin^{-1}x)^2/2 + C.

PYQ 2 (JEE Main 2024)

1x(x5+1)dx\int \frac{1}{x(x^5 + 1)}\,dx.

Multiply num and denom by x4x^4: x4x5(x5+1)dx\int \frac{x^4}{x^5(x^5+1)}\,dx. Let u=x5u = x^5, du=5x4dxdu = 5x^4 dx. Integral = 15duu(u+1)=15(1/u1/(u+1))du=15lnu/(u+1)+C=15lnx5/(x5+1)+C\tfrac{1}{5}\int \frac{du}{u(u+1)} = \tfrac{1}{5}\int(1/u - 1/(u+1))du = \tfrac{1}{5}\ln|u/(u+1)| + C = \tfrac{1}{5}\ln|x^5/(x^5+1)| + C.

PYQ 3 (JEE Advanced 2022)

ex(sinx+cosx)dx\int e^x(\sin x + \cos x)\,dx.

Recognise f(x)+f(x)f(x) + f'(x) pattern with f(x)=sinxf(x) = \sin x. Standard result: ex(f(x)+f(x))dx=exf(x)+C\int e^x(f(x) + f'(x))\,dx = e^x f(x) + C.

So integral = exsinx+Ce^x \sin x + C.

Difficulty Distribution

Difficulty% of JEE QsTypical type
Easy30%30\%Direct standard integrals
Medium50%50\%Substitution + by parts combos
Hard20%20\%Tricky pattern recognition (e.g., ex(f+f)e^x(f + f'))

Expert Strategy

Maintain a “weird integrals notebook” — write down every non-trivial pattern you encounter. By the time you finish 200 problems, you’ll have seen most patterns JEE uses.

For products like ex(trig)e^x \cdot (\text{trig}), look for f(x)+f(x)f(x) + f'(x) form. The shortcut ex(f+f)dx=exf\int e^x(f + f')dx = e^x f saves 2 minutes per question.

For symmetric rational integrands, try the x±1/xx \pm 1/x substitution first. JEE loves this pattern — it appears almost yearly.

Common Traps

Forgetting the constant of integration. JEE Main and Advanced will mark a ”+ C”-less answer wrong even if the antiderivative is otherwise correct.

Using (1/x)dx=lnx\int (1/x)dx = \ln x without absolute value. The correct form is lnx+C\ln|x| + C. JEE Advanced has docked marks for this.

Choosing uu wrong in ILATE. The “I” stands for inverse trig; common mistake is to choose the trig part instead. Pick the function highest in ILATE for uu.

Ignoring the chain rule when substituting back. After computing udu\int u\,du, replace uu with the original expression, not just leave it as uu.