Master List of Standard Indefinite Integrals

Always remember to add the constant of integration, CC, to every indefinite integral, because indefinite integration gives a family of anti-derivatives.

If ddx[F(x)]=f(x)\frac{d}{dx}[F(x)] = f(x), then f(x)dx=F(x)+C.\int f(x)\,dx = F(x) + C.

Basic Algebraic and Exponential Integrals

  • xndx=xn+1n+1+C(n1)\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \qquad (n \neq -1) This is the power rule for integration. It fails only for n=1n=-1, because then the denominator becomes zero.
  • 1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C This is the special case excluded from the power rule.
  • exdx=ex+C\int e^x\,dx = e^x + C Since the derivative of exe^x is itself.
  • axdx=axlna+C(a>0, a1)\int a^x\,dx = \frac{a^x}{\ln a} + C \qquad (a>0,\ a\neq 1) Because ddx(ax)=axlna.\frac{d}{dx}(a^x)=a^x\ln a.

Basic Trigonometric Integrals

  • sinxdx=cosx+C\int \sin x\,dx = -\cos x + C
  • cosxdx=sinx+C\int \cos x\,dx = \sin x + C
  • sec2xdx=tanx+C\int \sec^2 x\,dx = \tan x + C
  • csc2xdx=cotx+C\int \csc^2 x\,dx = -\cot x + C
  • secxtanxdx=secx+C\int \sec x\tan x\,dx = \sec x + C
  • cscxcotxdx=cscx+C\int \csc x\cot x\,dx = -\csc x + C

Derived Trigonometric Integrals

  • tanxdx=lnsecx+C=lncosx+C\int \tan x\,dx = \ln|\sec x| + C = -\ln|\cos x| + C
  • cotxdx=lnsinx+C\int \cot x\,dx = \ln|\sin x| + C
  • secxdx=lnsecx+tanx+C\int \sec x\,dx = \ln|\sec x + \tan x| + C
  • cscxdx=lncscxcotx+C\int \csc x\,dx = \ln|\csc x - \cot x| + C

These formulas should be memorized thoroughly, because many difficult-looking integrals become easy once they are simplified into one of these standard forms.

Six Special Integrals

These six formulas are extremely important. They are often used after completing the square or after reducing an algebraic expression to a standard form.

Without Square Roots

  1. dxx2a2=12alnxax+a+C(a0)\int \frac{dx}{x^2-a^2} = \frac{1}{2a}\ln\left|\frac{x-a}{x+a}\right| + C \qquad (a\neq 0)
  2. dxa2x2=12alna+xax+C(a0)\int \frac{dx}{a^2-x^2} = \frac{1}{2a}\ln\left|\frac{a+x}{a-x}\right| + C \qquad (a\neq 0)
  3. dxx2+a2=1atan1(xa)+C(a>0)\int \frac{dx}{x^2+a^2} = \frac{1}{a}\tan^{-1}\left(\frac{x}{a}\right) + C \qquad (a>0)

With Square Roots

  1. dxx2a2=lnx+x2a2+C\int \frac{dx}{\sqrt{x^2-a^2}} = \ln\left|x+\sqrt{x^2-a^2}\right| + C
  2. dxa2x2=sin1(xa)+C(a>0)\int \frac{dx}{\sqrt{a^2-x^2}} = \sin^{-1}\left(\frac{x}{a}\right) + C \qquad (a>0)
  3. dxx2+a2=lnx+x2+a2+C(a>0)\int \frac{dx}{\sqrt{x^2+a^2}} = \ln\left|x+\sqrt{x^2+a^2}\right| + C \qquad (a>0)

Why these are important?

  • Forms 1 and 2 appear after factorization or partial fractions.
  • Form 3 appears whenever the denominator becomes a sum of two squares.
  • Forms 4, 5, and 6 arise after completing the square inside a radical.

A major exam skill is recognizing that a given integral may not look standard at first, but after rewriting the denominator or radical carefully, it matches one of these six forms exactly.

Key Integration Techniques

To solve integrals efficiently, you must know which method to apply and why.

1. Integration by Substitution

This method is used when the integrand contains a function together with its derivative, or something proportional to its derivative. If I=f(g(x))g(x)dx,I = \int f(g(x))g'(x)\,dx, then put t=g(x),dt=g(x)dx,t = g(x), \qquad dt = g'(x)\,dx, and the integral becomes I=f(t)dt.I = \int f(t)\,dt. This is the reverse of the chain rule.

2. Integration by Partial Fractions

This is used for rational functions of the form P(x)Q(x),\frac{P(x)}{Q(x)}, where P(x)P(x) and Q(x)Q(x) are polynomials.

  • If the fraction is improper, first perform long division.
  • Then decompose the proper fraction into simpler fractions:
  • (xa)(xb)Axa+Bxb(x-a)(x-b) \rightarrow \frac{A}{x-a} + \frac{B}{x-b}
  • (xa)2Axa+B(xa)2(x-a)^2 \rightarrow \frac{A}{x-a} + \frac{B}{(x-a)^2}
  • x2+bx+cAx+Bx2+bx+cx^2+bx+c \rightarrow \frac{Ax+B}{x^2+bx+c} for irreducible quadratic factors.

This technique reduces difficult rational integrals into logarithmic and inverse trigonometric standard forms.

3. Integration by Parts

This is based on the product rule of differentiation. The standard form is udv=uvvdu.\int u\,dv = uv - \int v\,du. In this chapter's notation, it can also be written as f(x)g(x)dx=f(x)g(x)dx(f(x)g(x)dx)dx.\int f(x)g(x)\,dx = f(x)\int g(x)\,dx - \int \left(f'(x)\int g(x)\,dx\right)dx. Use the ILATE rule to choose uu:

  • I = Inverse trigonometric
  • L = Logarithmic
  • A = Algebraic
  • T = Trigonometric
  • E = Exponential

The first function should usually be the one that becomes simpler after differentiation.

4. Special Exponential Form

A very important shortcut is: ex[f(x)+f(x)]dx=exf(x)+C.\int e^x[f(x)+f'(x)]\,dx = e^x f(x) + C. This works because ddx(exf(x))=exf(x)+exf(x)=ex[f(x)+f(x)].\frac{d}{dx}\left(e^x f(x)\right)=e^x f(x)+e^x f'(x)=e^x[f(x)+f'(x)]. In many competitive-exam problems, the integrand is first rearranged to create exactly this pattern.

Properties of Definite Integrals

A definite integral abf(x)dx\int_a^b f(x)\,dx gives a specific number. Geometrically, it represents the signed area between the curve and the x-axis over [a,b][a,b].

P0 (Dummy Variable Property): abf(x)dx=abf(t)dt\int_a^b f(x)\,dx = \int_a^b f(t)\,dt The variable of integration is only a symbol.

P1 (Reversal of Limits): abf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx As a special case, aaf(x)dx=0.\int_a^a f(x)\,dx = 0.

P2 (Splitting Property): abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx This is especially useful for modulus functions and piecewise functions.

P3 (King's Rule): abf(x)dx=abf(a+bx)dx\int_a^b f(x)\,dx = \int_a^b f(a+b-x)\,dx A very powerful symmetry property.

P4 (Special Case of King's Rule): 0af(x)dx=0af(ax)dx\int_0^a f(x)\,dx = \int_0^a f(a-x)\,dx This is used very often with trigonometric limits like 00 to π/2\pi/2.

P5 (Even–Odd Property for Symmetric Limits): If the limits are symmetric, i.e. [a,a][-a,a], then: aaf(x)dx=20af(x)dxif f(x)=f(x) (even)\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx \quad \text{if } f(-x)=f(x) \text{ (even)} aaf(x)dx=0if f(x)=f(x) (odd)\int_{-a}^{a} f(x)\,dx = 0 \quad \text{if } f(-x)=-f(x) \text{ (odd)}

P6 (Symmetry about the Midpoint in [0,2a][0,2a]): If f(2ax)=f(x),f(2a-x)=f(x), then 02af(x)dx=20af(x)dx.\int_0^{2a} f(x)\,dx = 2\int_0^a f(x)\,dx. If f(2ax)=f(x),f(2a-x)=-f(x), then 02af(x)dx=0.\int_0^{2a} f(x)\,dx = 0.

These properties often allow you to evaluate definite integrals without directly integrating. In JEE Main and Advanced, this is one of the biggest time-saving ideas.

Exam Tips for Board Exams

Board exams reward clarity, method, and presentation as much as the final answer.

  • Always write '+ C' in indefinite integrals. This is one of the most common avoidable mistakes.

  • State the method or property used. For example, write:

  • "Using substitution, let t=1+x2t = 1+x^2"

  • "Using integration by parts, let u=logxu=\log x and dv=xdxdv=x\,dx"

  • "Using the property 0af(x)dx=0af(ax)dx\int_0^a f(x)dx = \int_0^a f(a-x)dx"

  • Show decomposition in partial fractions clearly. Write the assumed form first, then solve for constants A,B,CA, B, C step by step. Examiners usually award marks for these intermediate steps.

  • For integration by parts, explicitly define uu and dvdv. Do not jump directly to the result. State why your choice is reasonable using ILATE when appropriate.

  • For modulus functions, always locate the roots first. Example: for x25x+6dx,\int |x^2-5x+6|\,dx, first factor x25x+6=(x2)(x3),x^2-5x+6=(x-2)(x-3), then determine the sign in each interval, and only after that split the integral.

  • In definite integrals, do not add '+ C'. Since the answer is numerical, the constant of integration is not written.

  • Keep limits and substitutions consistent. If you change variables in a definite integral, also change the limits.

Exam Tips for JEE Main & Advanced

JEE problems often depend less on long calculation and more on identifying the right trick quickly.

  • King's Rule is often the first attack. For complicated definite integrals with limits such as 00 to π/2\pi/2, 00 to π\pi, or 11 to 33, immediately test whether replacing xx by a+bxa+b-x simplifies the expression.

  • Always test parity for symmetric limits. If the limits are a-a to aa, check whether the integrand is odd or even before doing any work. This can instantly reduce a difficult integral to either 00 or twice a half-interval integral.

  • For expressions like dxxm(1+xn)p\int \frac{dx}{x^m(1+x^n)^p}, factor out the highest power of xx. This transforms the integrand into powers of x1x^{-1} and often makes substitution straightforward.

  • Be comfortable with the Fundamental Theorem of Calculus and Leibniz Rule. Problems involving limits and integrals frequently reduce to differentiation of an integral expression.

  • Riemann sums must be recognized instantly. Any limit of the form limn1nr=1nf(rn)\lim_{n\to\infty}\frac1n\sum_{r=1}^n f\left(\frac{r}{n}\right) should immediately suggest 01f(x)dx.\int_0^1 f(x)\,dx.

  • Simplify before integrating. In JEE, a difficult integral is often solved not by brute force, but by rewriting the integrand cleverly using identities, algebraic manipulation, or symmetry.

  • For logarithmic and trigonometric definite integrals, pairing the original integral with its transformed version is a standard trick. This often turns a complicated integrand into 11, a constant, or a much simpler expression.

A strong JEE student does not memorize only formulas; they also recognize patterns quickly and know which transformation is most likely to work.