Area Under Curves — Why Integration Works

Learn area under curves with clear explanations, worked examples, and practice problems.

CBSE JEE-MAIN NEET 10 min read

Why can an integral compute area? It’s not obvious that the anti-derivative of a function has anything to do with the area under the curve. Yet it does — and understanding why will make integration problems far more intuitive.

The key insight: area is the limit of infinitely many infinitely thin rectangles. Each rectangle has width dxdx and height f(x)f(x). The area of one rectangle is f(x)dxf(x)\,dx. Summing all rectangles gives abf(x)dx\int_a^b f(x)\,dx.

The Fundamental Theorem of Calculus then tells us this sum equals F(b)F(a)F(b) - F(a) where F(x)=f(x)F'(x) = f(x). That’s the connection: differentiation and integration are inverse operations.

In CBSE Class 12, area under curves is a guaranteed 5–6 mark question in boards. JEE also tests this with more complex regions.


Key Terms & Definitions

Definite Integral: abf(x)dx=F(b)F(a)\displaystyle\int_a^b f(x)\,dx = F(b) - F(a), where F(x)=f(x)F'(x) = f(x).

Area Under Curve: The area bounded between y=f(x)y = f(x), the x-axis, and the lines x=ax = a and x=bx = b.

A=abf(x)dx(when f(x)0 on [a,b])A = \int_a^b f(x)\,dx \quad \text{(when } f(x) \geq 0 \text{ on } [a,b]\text{)}

Area Between Two Curves: Area between y=f(x)y = f(x) (upper) and y=g(x)y = g(x) (lower):

A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)]\,dx

Negative Area: If f(x)<0f(x) < 0 on [a,b][a,b], the integral gives a negative value. The actual area is the absolute value.

Signed Area: abf(x)dx\int_a^b f(x)\,dx counts area above x-axis as positive and below as negative.


The Geometric Intuition

Why Thin Rectangles Work

Divide [a,b][a,b] into nn equal strips of width Δx=(ba)/n\Delta x = (b-a)/n. In each strip, approximate f(x)f(x) by a constant (the value at some point xix_i^* in the strip). The area of strip ii is f(xi)Δxf(x_i^*)\Delta x.

Total approximate area: i=1nf(xi)Δx\sum_{i=1}^n f(x_i^*) \Delta x (Riemann sum)

As nn \to \infty (strips become infinitely thin), this sum converges to the exact area — the definite integral.

This is not circular reasoning. The integral IS defined as this limit. The anti-derivative connection comes from the Fundamental Theorem.

Why F(b) - F(a) Gives Area

Define A(x)A(x) = area from aa to xx under the curve. Then A(a)=0A(a) = 0 and A(b)A(b) = total area.

The key: dAdx=f(x)\dfrac{dA}{dx} = f(x). Why? Because adding a tiny strip of width dxdx and height f(x)f(x) adds area f(x)dxf(x)\,dx. So dAdx=f(x)\dfrac{dA}{dx} = f(x).

This means A(x)A(x) IS the antiderivative F(x)F(x) (plus a constant). Therefore A(b)=F(b)F(a)A(b) = F(b) - F(a).


Standard Formulas

A=abf(x)dx(f(x)0)A = \int_a^b f(x)\,dx \quad (f(x) \geq 0)

If f(x)f(x) changes sign, split the integral at the roots.

A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)]\,dx

where f(x)g(x)f(x) \geq g(x) on [a,b][a,b].

A=cd[x=g(y)]dyA = \int_c^d [x = g(y)]\,dy

Useful when the curve is better expressed as x=g(y)x = g(y).


Solved Examples

Example 1 — Easy: Area Under Parabola

Find the area enclosed by y=x2y = x^2, the x-axis, and the lines x=0x = 0 and x=3x = 3.

Solution:

A=03x2dx=[x33]03=2730=9 sq unitsA = \int_0^3 x^2\,dx = \left[\frac{x^3}{3}\right]_0^3 = \frac{27}{3} - 0 = \mathbf{9 \text{ sq units}}

Example 2 — Medium: Area Below x-axis

Find the area enclosed by y=sinxy = \sin x from x=0x = 0 to x=2πx = 2\pi.

Careful: sinx\sin x is negative from π\pi to 2π2\pi.

A=0πsinxdx+π2πsinxdxA = \int_0^{\pi} \sin x\,dx + \left|\int_{\pi}^{2\pi} \sin x\,dx\right| =[cosx]0π+[cosx]π2π= \left[-\cos x\right]_0^{\pi} + \left|\left[-\cos x\right]_{\pi}^{2\pi}\right| =[(cosπ)(cos0)]+[(cos2π)(cosπ)]= [(-\cos\pi) - (-\cos 0)] + |[(-\cos 2\pi) - (-\cos\pi)]| =[1+1]+[11]=2+2=4 sq units= [1 + 1] + |[-1 - 1]| = 2 + 2 = \mathbf{4 \text{ sq units}}

Note: 02πsinxdx=0\int_0^{2\pi} \sin x\,dx = 0 (signed area), but actual area = 4.

Example 3 — Medium: Area Between Two Curves

Find the area between y=x2y = x^2 and y=xy = x (i.e., the area bounded by both curves).

First, find intersections: x2=xx(x1)=0x=0,1x^2 = x \Rightarrow x(x-1) = 0 \Rightarrow x = 0, 1.

On [0,1][0,1]: xx2x \geq x^2 (line is above parabola).

A=01(xx2)dx=[x22x33]01=1213=16 sq unitsA = \int_0^1 (x - x^2)\,dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \mathbf{\frac{1}{6} \text{ sq units}}

Example 4 — Hard (JEE Level): Circle Area

Find the area of the region bounded by the circle x2+y2=4x^2 + y^2 = 4.

y=4x2y = \sqrt{4 - x^2} (upper semicircle). Total area = 2 × area of upper semicircle.

A=2224x2dxA = 2\int_{-2}^{2} \sqrt{4-x^2}\,dx

Use the formula a2x2dx=xa2x22+a22sin1xa+C\int \sqrt{a^2 - x^2}\,dx = \frac{x\sqrt{a^2-x^2}}{2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a} + C:

=2[x4x22+2sin1x2]22= 2\left[\frac{x\sqrt{4-x^2}}{2} + 2\sin^{-1}\frac{x}{2}\right]_{-2}^{2} =2[(0+2π2)(0+2(π2))]=2[π+π]=4π sq units= 2\left[(0 + 2 \cdot \frac{\pi}{2}) - (0 + 2 \cdot (-\frac{\pi}{2}))\right] = 2[π + π] = \mathbf{4\pi \text{ sq units}}

As expected (area of circle = πr2=π(4)=4π\pi r^2 = \pi(4) = 4\pi).

Example 5 — Standard Board Question

Find the area bounded by the curve y=x3y = x^3, x-axis, and the lines x=1x = -1 and x=1x = 1.

Solution: Note: x3x^3 is negative for x[1,0]x \in [-1, 0] and positive for x[0,1]x \in [0, 1].

A=10x3dx+01x3dxA = \left|\int_{-1}^{0} x^3\,dx\right| + \int_0^1 x^3\,dx =[x44]10+[x44]01=014+(140)=14+14=12 sq units= \left|\left[\frac{x^4}{4}\right]_{-1}^{0}\right| + \left[\frac{x^4}{4}\right]_0^1 = \left|0 - \frac{1}{4}\right| + \left(\frac{1}{4} - 0\right) = \frac{1}{4} + \frac{1}{4} = \mathbf{\frac{1}{2} \text{ sq units}}

Exam-Specific Tips

CBSE 2024 frequently asked: Area between y=x2y = x^2 and y=xy = \sqrt{x} (the parabola and its inverse). Find intersections first (at x=0x = 0 and x=1x = 1), determine which is upper curve (xx2\sqrt{x} \geq x^2 on [0,1][0,1]), then integrate the difference.

JEE Main: Questions on area enclosed by ellipses, circles, or combinations of straight lines and curves. Standard formula for area of ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 is πab\pi ab. Know this directly.

For area between curves: always sketch (even roughly). Determine which curve is above the other in the relevant interval. The integral should always be (upper curve) − (lower curve), giving a positive result.


Common Mistakes to Avoid

Mistake 1: Not taking absolute value for areas below the x-axis. 02πsinxdx=0\int_0^{2\pi} \sin x\,dx = 0, but area = 4. Whenever the curve dips below the x-axis, split the integral at the root(s) and take absolute values.

Mistake 2: Wrong order in “upper − lower.” If f(x)>g(x)f(x) > g(x), the area between them is (fg)dx\int(f-g)dx, not (gf)dx\int(g-f)dx. If you subtract in the wrong order, you get a negative answer for area — physically meaningless.

Mistake 3: Forgetting to find intersection points. For area between curves, the limits of integration are where the curves intersect. Using [0,1][0,1] when the actual intersection is at x=0.5x = 0.5 gives a completely wrong answer.

Mistake 4: Forgetting the factor of 2 for symmetric curves. If a region is symmetric about the y-axis, compute area for x0x \geq 0 and double it. This halves the calculation work — use it.


Practice Questions

Q1. Find area between y=xy = x and y=x2y = x^2.

Intersections: x=x2x=0,1x = x^2 \Rightarrow x = 0, 1. On [0,1][0,1], xx2x \geq x^2.

A=01(xx2)dx=[x22x33]01=1213=16A = \int_0^1(x-x^2)dx = [\frac{x^2}{2} - \frac{x^3}{3}]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6} sq units.

Q2. Find area enclosed by y=xy = |x| and y=2y = 2.

Intersections: x=2x=±2|x| = 2 \Rightarrow x = \pm 2. Region: triangle-like shape.

A=22(2x)dx=202(2x)dx=2[2xx22]02=2[42]=4A = \int_{-2}^{2}(2 - |x|)dx = 2\int_0^2(2-x)dx = 2[2x - \frac{x^2}{2}]_0^2 = 2[4-2] = 4 sq units.

Q3. Find area bounded by y=exy = e^x, x-axis, x=0x = 0 and x=1x = 1.

A=01exdx=[ex]01=e1A = \int_0^1 e^x dx = [e^x]_0^1 = e - 1 sq units.

Q4. Area of region bounded by y2=4xy^2 = 4x and x=1x = 1.

The parabola opens right; at x=1x = 1, y=±2y = \pm 2. Area using symmetry:

A=2014xdx=2012xdx=4[2x3/23]01=83A = 2\int_0^1 \sqrt{4x}\,dx = 2\int_0^1 2\sqrt{x}\,dx = 4[\frac{2x^{3/2}}{3}]_0^1 = \frac{8}{3} sq units.


FAQs

What does negative area mean geometrically?

A negative integral value means the curve is below the x-axis in that interval. Geometrically, the “signed area” is negative — counting below-axis area as negative and above-axis area as positive. When we say “area” (always positive), we take the absolute value.

Can the area formula be applied horizontally?

Yes. If a curve is expressed as x=g(y)x = g(y), the area between the curve and the y-axis from y=cy = c to y=dy = d is cdg(y)dy\int_c^d g(y)\,dy. This is useful for curves like x=y2x = y^2 where the standard approach is awkward.

What is the area under f(x)=0f(x) = 0?

Zero. The curve lies on the x-axis — no area is enclosed.

Does a larger integral always mean a larger area?

Not necessarily, because of the signed area issue. The integral 11xdx=0\int_{-1}^{1} x\,dx = 0, but the actual area (above + below x-axis) is 1. When computing area, always account for sign changes in the function.


Standard Areas to Memorise

CurveBounded byArea
Circle x2+y2=a2x^2+y^2=a^2Full circleπa2\pi a^2
Ellipse x2/a2+y2/b2=1x^2/a^2+y^2/b^2=1Full ellipseπab\pi ab
Parabola y2=4axy^2=4axLatus rectum (x=ax=a)8a23\frac{8a^2}{3}
y=x2y=x^2 and y=xy=xBetween curves16\frac{1}{6}
y=xy=\sqrt{x} and y=x2y=x^2Between curves (0 to 1)13\frac{1}{3}

Integration using y-axis — when to use it

When the curve is better expressed as x=g(y)x = g(y), or when vertical strips would cross the boundary twice, switch to horizontal strips:

A=cdxdy=cdg(y)dyA = \int_c^d x\,dy = \int_c^d g(y)\,dy

Example: Area enclosed by y2=4xy^2 = 4x between y=0y = 0 and y=4y = 4:

x=y2/4x = y^2/4. A=04y24dy=14[y33]04=14×643=163A = \int_0^4 \frac{y^2}{4}\,dy = \frac{1}{4}\left[\frac{y^3}{3}\right]_0^4 = \frac{1}{4} \times \frac{64}{3} = \frac{16}{3}

Area between a curve and oblique line

When one boundary is a non-horizontal/non-vertical line (like y=x+1y = x + 1), the formula stays the same — just treat it as one of the two curves:

A=abupper(x)lower(x)dxA = \int_a^b |\text{upper}(x) - \text{lower}(x)|\,dx

Find intersections first to set limits.

Additional Solved Example

JEE Main: Find the area enclosed between y=x2+1y = x^2 + 1 and y=2x+1y = 2x + 1.

Intersections: x2+1=2x+1    x22x=0    x(x2)=0x^2 + 1 = 2x + 1 \implies x^2 - 2x = 0 \implies x(x-2) = 0. So x=0,2x = 0, 2.

On [0,2][0, 2]: 2x+1x2+12x + 1 \geq x^2 + 1 (line is above parabola).

A=02[(2x+1)(x2+1)]dx=02(2xx2)dx=[x2x33]02=483=43A = \int_0^2 [(2x+1)-(x^2+1)]\,dx = \int_0^2 (2x - x^2)\,dx = \left[x^2 - \frac{x^3}{3}\right]_0^2 = 4 - \frac{8}{3} = \frac{4}{3}

Additional Practice Questions

Q5. Find area enclosed by y=lnxy = \ln x, x-axis, and x=ex = e.

A=1elnxdxA = \int_1^e \ln x\,dx. Integration by parts: lnxdx=xlnxx+C\int \ln x\,dx = x\ln x - x + C.

A=[xlnxx]1e=(e1e)(101)=0+1=1A = [x\ln x - x]_1^e = (e \cdot 1 - e) - (1 \cdot 0 - 1) = 0 + 1 = 1 sq unit.

Q6. Find the area of the region {(x,y):x2+y21x+y}\{(x,y): x^2 + y^2 \leq 1 \leq x + y\}.

This is the area inside the unit circle but above the line x+y=1x + y = 1. The line meets the circle at (1,0)(1,0) and (0,1)(0,1). Area = area of quarter circle - area of triangle = π412\frac{\pi}{4} - \frac{1}{2}.

Practice Questions