1. The Core Formula JEE Main & Advanced

If f(x)g(x) for all x[a,b], the area of the region between the curves y=f(x) (upper) and y=g(x) (lower) is:

A=ab[f(x)g(x)]dx

Key insight: This formula works even when both curves are below the x-axis, or both above, or one on each side — as long as f(x)g(x) throughout [a,b]. The individual signs don't matter; only the difference determines the area.

When Curves Cross — Splitting the Region

If the curves intersect at x=c within [a,b], with f>g on [a,c] and g>f on [c,b]:

A=ac[f(x)g(x)]dx+cb[g(x)f(x)]dx=ab|f(x)g(x)|dx

2. Standard Examples — Line and Parabola JEE Main & Advanced

Example 1 — Area between y=x and y=x2

Step 1 — Intersections: x=x2x(x1)=0x=0,1.

Step 2 — Which is on top? At x=0.5: y=0.5 (line) vs y=0.25 (parabola). So x>x2 on (0,1).

Step 3 — Integrate:

A=01(xx2)dx=[x22x33]01=1213=16

Example 2 — Area between y=x and y=x2

Step 1 — Intersections: x=x2x=x4x4x=0x(x31)=0x=0,1.

Step 2 — Which is on top? At x=0.25: 0.25=0.5>(0.25)2=0.0625. So x>x2 on (0,1).

Step 3 — Integrate:

A=01(xx2)dx=[2x3/23x33]01=2313=13

Example 3 — Area between parabola and line: y=x24 and y=x+2

Step 1 — Intersections: x24=x+2x2x6=0(x3)(x+2)=0x=2,3.

Step 2: At x=0: line gives y=2, parabola gives y=4. So line is above on (2,3).

Step 3:

A=23[(x+2)(x24)]dx=23(x2+x+6)dx

=[x33+x22+6x]23=(9+92+18)(83+212)=272(223)=1256

3. Horizontal Slicing — Integrating w.r.t. y JEE Main & Advanced

When curves are more naturally expressed as x=f(y), integrate w.r.t. y:

A=cd[fright(y)fleft(y)]dy

Example — Area between y2=x and x=y+2

Intersections: y2=y+2y2y2=0(y2)(y+1)=0y=1,2.

Right curve: x=y+2 (line); Left curve: x=y2 (parabola). Line is to the right of parabola on (1,2).

A=12[(y+2)y2]dy=[y22+2yy33]12

=(2+483)(122+13)=103(76)=206+76=276=92

4. Area between Trig Curves JEE Main & Advanced

Area between y=sinx and y=cosx on [0,π/4]

On [0,π/4]: cosxsinx (since cos0=1>0=sin0, and they meet at π/4).

A=0π/4(cosxsinx)dx=[sinx+cosx]0π/4

=(12+12)(0+1)=21

Area between y=sinx and y=cosx on [0,π]

They cross at x=π/4. On [0,π/4]: cos>sin; on [π/4,π]: sin>cos. Split:

A=0π/4(cosxsinx)dx+π/4π(sinxcosx)dx=(21)+(1+2)=22

5. Useful Symmetry Tricks JEE Main & Advanced

  • Symmetric about y-axis: If the region is symmetric about y-axis, compute for x0 and double it.
  • Symmetric about x-axis: If the region is symmetric about x-axis (e.g., y2=f(x)), compute the upper half and double.
  • y=x symmetry: The area between y=x and y=x2 equals the area between y=x and y=x2 (since x is the inverse of x2 — they're reflections in y=x), which is confirmed: both give 13... actually y=x gives 16, not 13. The two areas are different.

Area between y=x2 and y=4

Intersections: x2=4x=±2. The line y=4 is above the parabola on (2,2).

A=22(4x2)dx=202(4x2)dx (by symmetry) =2[4xx33]02=2(883)=2163=323