1. Area as a Definite Integral — The Core Idea

The area of the region bounded by y=f(x), the x-axis, and the vertical lines x=a and x=b is:

Area=abf(x)dx (when f(x)0 throughout [a,b])

When f(x) changes sign in [a,b], the definite integral gives the net signed area (positive above x-axis, negative below). To find the total area (always positive), use:

Total Area=ab|f(x)|dx

Key Formula — Three Common Configurations

Region Formula Condition
Between y=f(x) and x-axis, x[a,b], f0 abf(x)dx Curve above x-axis
Between y=f(x) and x-axis, f0 abf(x)dx=ab|f(x)|dx Curve below x-axis
Between x=g(y) and y-axis, y[c,d], g0 cdg(y)dy Curve right of y-axis

2. Standard Curves — Shapes to Know JEE Main & Advanced

Before computing any area, always sketch the curve. These are the standard curves tested in JEE:

Curve Equation Shape / Key Features Area formula
Parabola (upward) y=x2 Vertex at origin, opens upward abx2dx=[x33]ab
Parabola (right) y2=4ax Vertex at origin, opens right; symmetric about x-axis 20h2axdx (for x[0,h])
Circle x2+y2=r2 Centre origin, radius r πr2 (standard result); quarter = πr24
Ellipse x2a2+y2b2=1 Semi-axes a (horizontal), b (vertical) πab (standard result)
Sine curve y=sinx Period 2π; positive on (0,π), negative on (π,2π) Area [0,π] = 2; total area [0,2π] = 4
Square root y=x Upper half of parabola y2=x; passes through (0,0),(1,1) 0axdx=23a3/2

3. Area Under Curves — Step-by-Step Method JEE Main & Advanced

Method — 4 Steps

  1. Sketch the curve and shade the required region.
  2. Identify limits of integration from the problem (x limits or y limits).
  3. Check sign: Is f(x)0 throughout? If not, split at zeros.
  4. Integrate and evaluate.

Worked Example 1 — Area under a parabola

Find the area bounded by y=x2+1, the x-axis, x=0 and x=2.

Since y=x2+11>0 throughout [0,2], the curve is always above the x-axis.

A=02(x2+1)dx=[x33+x]02=83+2=143

Worked Example 2 — Area of circle using integration

Find the area of the circle x2+y2=16.

Upper semicircle: y=16x2, x[4,4].

A=24416x2dx

Using the standard result rrr2x2dx=πr22:

A=2π162=16π

Worked Example 3 — Area with sign change

Find the total area enclosed between y=sinx and the x-axis over [0,2π].

sinx0 on [0,π] and sinx0 on [π,2π]. Split:

A=0πsinxdx+π2π(sinx)dx

=[cosx]0π+[cosx]π2π=(1+1)+(1+1)=2+2=4

Note: 02πsinxdx=0 (signed area), but total area =4 (unsigned). These are different!

Worked Example 4 — Horizontal integration (parabola y2=4x)

Find the area bounded by the parabola y2=4x and the line x=1.

The parabola opens right, symmetric about x-axis. At x=1: y=±2.

A=2012xdx=4[x3/23/2]01=423=83

4. Areas of Standard Regions JEE Main & Advanced

Area using parametric curves

If the curve is given parametrically as x=f(t), y=g(t):

A=t1t2ydxdtdt=t1t2g(t)f(t)dt

Substitute limits t1,t2 corresponding to x=a,b.

Area of Ellipse via integration

x2a2+y2b2=1: upper half gives y=baa2x2.

A=40abaa2x2dx=4baπa24=πab