1. Definite Integral — Meaning and the Fundamental Theorem

The Fundamental Theorem of Calculus (FTC) connects differentiation and integration and provides the standard method for evaluating definite integrals:

If F(x) is any antiderivative of f(x) (i.e., F(x)=f(x)), then:

abf(x)dx=[F(x)]ab=F(b)F(a)

Key Terminology

Term Meaning
Lower limit aStarting x-value of integration
Upper limit bEnding x-value of integration
Integrand f(x)Function being integrated
ValueA real number (independent of the dummy variable x)

Standard Evaluated Integrals

Integral Value Working
01x2dx13[x33]01=130
0πsinxdx2[cosx]0π=cosπ+cos0=1+1
0π/2sinxdx1[cosx]0π/2=0+1
01exdxe1[ex]01=e1e0
01(x3+x)dx34[x44+x22]01=14+12

2. Properties of Definite Integrals JEE Main & Advanced

Property 1 — Dummy Variable

abf(x)dx=abf(t)dt

The variable of integration is a dummy — it doesn't affect the value. Useful for comparing or adding two integrals that differ only in variable name.

Property 2 — Reversal of Limits

abf(x)dx=baf(x)dx

Swapping limits changes the sign. In particular, aaf(x)dx=0.

Property 3 — Additivity (Splitting the Interval)

abf(x)dx=acf(x)dx+cbf(x)dx

The point c need not lie between a and b. This is the key tool for integrating functions with absolute values — split at the point where the expression inside || changes sign.

Example: 02|x1|dx

|x1|={1x0x<1x11x2

=01(1x)dx+12(x1)dx=[xx22]01+[x22x]12=12+12=1

Property 4 — King Property ★ Most Important

abf(x)dx=abf(a+bx)dx

Replace x with a+bx. The integral value is unchanged. For the symmetric case a=0:

0af(x)dx=0af(ax)dx

Classic application: 0π/2sinxsinx+cosxdx

Let I=0π/2sinxsinx+cosxdx. By King (xπ2x):

I=0π/2cosxcosx+sinxdx

Adding: 2I=0π/2sinx+cosxsinx+cosxdx=0π/21dx=π2. Therefore I=π4.

Property 5 — Odd and Even Functions

aaf(x)dx={20af(x)dxif f is even (f(x)=f(x))0if f is odd (f(x)=f(x))

Function Even or Odd? aaf(x)dx
x2,|x|,cosxEven20af(x)dx
x3,xsinx,sinxWait — xsinx is even! (x)sin(x)=xsinx20af(x)dx
x3,sinx,tanxOdd0

Examples:

11x3dx=0 (odd function)

ππsinxdx=0 (odd function)

11x2dx=201x2dx=23 (even function)

Property 6 — Periodicity

If f(x) is periodic with period T (i.e., f(x+T)=f(x)), then:

0nTf(x)dx=n0Tf(x)dx

aa+Tf(x)dx=0Tf(x)dx (independent of a)

Example: 010π|sinx|dx

|sinx| has period π. 0π|sinx|dx=2. So 010π|sinx|dx=10×2=20.

Property 7 — Symmetry about x=a/2

02af(x)dx={20af(x)dxif f(2ax)=f(x)0if f(2ax)=f(x)

3. Wallis' Formula JEE Main & Advanced

Wallis' formula gives a direct result for 0π/2sinnxdx=0π/2cosnxdx:

0π/2sinnxdx={(n1)(n3)2n(n2)3n odd(n1)(n3)1n(n2)2π2n even

Wallis Values — Quick Reference

n 0π/2sinnxdx Working
11Direct: [cosx]0π/2=1
2π412π2
32323
43π163142π2
58154253
65π32531642π2

Key pattern: Even n → answer has π; Odd n → rational number only.

Note: 0π/2sinnxdx=0π/2cosnxdx — they are always equal.

4. Definite Integral as the Limit of a Sum JEE Advanced Only

The Riemann sum definition connects discrete sums to continuous integrals:

abf(x)dx=limnbanr=0n1f(a+rban)

For a=0, b=1: 01f(x)dx=limn1nr=0n1f(rn)

Strategy — Converting a limit to an integral:

  1. Identify 1n as dx and rn as x.
  2. Limits: r=1n gives x=1n1, so integrate from 0 to 1.
  3. Write f(rn)f(x) and integrate.

Example: Evaluate limn1n(1n+12n++1n2)

=limn1nr=1n1r=limn1nr=1n1r/nn

=limnr=1n1n1r/n=011xdx=[2x]01=2

5. Important Results and Techniques

Integration of Absolute Value Functions

Use Property 3 (splitting) at points where the argument of || is zero:

ab|f(x)|dx: find zeros of f(x) in [a,b], split there, and flip sign where f(x)<0.

Useful Substitution in Definite Integrals

When limits change with substitution: If x=g(t), then dx=g(t)dt and the limits transform as ag1(a), bg1(b).

Key result by substitution:

0πxf(sinx)dx=π20πf(sinx)dx

Proof: By King (xπx): LHS becomes 0π(πx)f(sinx)dx. Adding both: 2I=π0πf(sinx)dx.

The ln and Trig Definite Integral

0π/2ln(sinx)dx=0π/2ln(cosx)dx=π2ln2

This is a standard JEE Advanced result — the proof uses the King Property followed by the product-to-sum log identity.