From Definite Integrals to Areas

Elementary geometry hands us area formulas for triangles, rectangles, trapeziums and circles — but nothing for regions bounded by curves. Integral calculus fills that gap. The previous chapter established that a definite integral is a number computed via the Fundamental Theorem of Calculus; this chapter reads that number as an area.

The elementary strip

To find the area bounded by the curve y=f(x)y = f(x), the xx-axis and the ordinates x=ax = a and x=bx = b, imagine the region sliced into a large number of very thin vertical strips. An arbitrary strip has height yy and width dxdx, so its area is

dA=y dx,where y=f(x)dA = y\,dx, \quad \text{where } y = f(x)

This elementary area sits at an arbitrary position xx between aa and bb. Adding up all the strips across the region:

A=∫abdA=∫aby dx=∫abf(x) dxA = \int_a^b dA = \int_a^b y\,dx = \int_a^b f(x)\,dx

Vertical strips under a curve and horizontal strips against the y axis

Horizontal strips — area against the yy-axis

If the region is bounded by the curve x=g(y)x = g(y), the yy-axis and the lines y=cy = c, y=dy = d, slice it into thin horizontal strips of length xx and width dydy:

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

Key Point: The strip is the whole method. Decide which axis the region leans on, write the area of ONE strip (y dxy\,dx or x dyx\,dy), then integrate between the limits. Every problem in this chapter is those three moves plus a sketch.

Choosing the strip direction

  1. Boundaries of the form x=ax = a, x=bx = b with a curve y=f(x)y = f(x) on top → vertical strips, integrate in xx.
  2. Boundaries of the form y=cy = c, y=dy = d with a curve x=g(y)x = g(y) on the right → horizontal strips, integrate in yy.
  3. Many regions can be done both ways (the circle in the next section is NCERT's own demonstration) — pick the direction in which the curve solves cleanly for the strip length.

[JEE Tip] In JEE Main, choosing dydy strips instead of dxdx often converts a two-piece integral into a single clean one — for example, the region bounded by y2=4xy^2 = 4x, the yy-axis and y=3y = 3 is a one-line ∫03y24 dy\int_0^3 \frac{y^2}{4}\,dy with horizontal strips, but needs a subtraction setup with vertical ones.

The Sign Rule — Curves Below the Axis

If the curve lies below the xx-axis between x=ax = a and x=bx = b (that is, f(x)<0f(x) < 0 there), each strip height yy is negative, so the integral comes out negative. But area is a magnitude — only the numerical value counts. So for a region entirely below the axis:

A=∣∫abf(x) dx∣A = \left|\int_a^b f(x)\,dx\right|

Mixed regions — the ∣A1∣+A2|A_1| + A_2 rule

Generally a curve may run partly above and partly below the axis. If the piece below contributes A1<0A_1 < 0 and the piece above contributes A2>0A_2 > 0, the bounded area is

A=∣A1∣+A2A = |A_1| + A_2

Curve crossing the x axis with negative and positive area pieces marked

The working procedure:

  1. Sketch the curve and mark where it crosses the xx-axis inside [a,b][a, b] (solve f(x)=0f(x) = 0).
  2. Split the integral at every crossing point.
  3. Integrate each piece separately, take the absolute value of each, and add.

Key Point: ∫abf(x) dx\int_a^b f(x)\,dx computes the signed sum A1+A2A_1 + A_2, not the area. Blind integration across a sign change silently cancels area against area — the single most common error of this chapter. Split first, then integrate.

Contrast worth memorising: ∫02πsin⁡x dx=0\int_0^{2\pi}\sin x\,dx = 0 (signed), but the area between y=sin⁡xy = \sin x and the xx-axis over [0,2π][0, 2\pi] is 44 (two arches of area 22 each).

[JEE Tip] JEE sets exactly this trap with odd powers: the area bounded by y=x3y = x^3, the xx-axis, x=−2x = -2 and x=1x = 1 is ∣∫−20x3dx∣+∫01x3dx=4+14=174\left|\int_{-2}^0 x^3 dx\right| + \int_0^1 x^3 dx = 4 + \frac14 = \frac{17}{4}, while the unsplit integral gives −154-\frac{15}{4} — and both wrong values appear among the options.

Solved Examples

Example 1: A triangle, two ways

Find the area bounded by the line y=2xy = 2x, the xx-axis and the ordinates x=0x = 0 and x=3x = 3.

Solution:

  1. Set up vertical strips: A=∫03y dx=∫032x dxA = \int_0^3 y\,dx = \int_0^3 2x\,dx.
  2. Evaluate: [x2]03=9\left[x^2\right]_0^3 = 9.
  3. Geometric check: the region is a triangle with base 33 and height 66: 12⋅3⋅6=9\frac12\cdot3\cdot6 = 9. ✓

Final Answer: 99 square units.

Example 2: Area under a parabola

Find the area under y=x2y = x^2 from x=0x = 0 to x=2x = 2.

Solution:

  1. Set up: the parabola lies above the axis, so A=∫02x2 dxA = \int_0^2 x^2\,dx.
  2. Evaluate: x33∣02=83\frac{x^3}{3}\Big|_0^2 = \frac83.

Final Answer: 83\dfrac{8}{3} square units — one third of the 2×42 \times 4 bounding rectangle, the classic parabola fraction.

Example 3: A root curve

Find the area bounded by y=xy = \sqrt x, the xx-axis and x=4x = 4.

Solution:

  1. Set up: A=∫04x dxA = \int_0^4 \sqrt x\,dx.
  2. Evaluate: 23x3/2∣04=23⋅8=163\frac{2}{3}x^{3/2}\Big|_0^4 = \frac23\cdot 8 = \frac{16}{3}.

Final Answer: 163\dfrac{16}{3} square units.

Example 4: Horizontal strips

Find the area of the region bounded by the curve x=y2x = y^2, the yy-axis and the lines y=1y = 1, y=3y = 3.

Solution:

  1. Choose the strip: the region leans on the yy-axis with xx given in terms of yy — horizontal strips: A=∫13x dy=∫13y2 dyA = \int_1^3 x\,dy = \int_1^3 y^2\,dy.
  2. Evaluate: y33∣13=27−13=263\frac{y^3}{3}\Big|_1^3 = \frac{27 - 1}{3} = \frac{26}{3}.

Final Answer: 263\dfrac{26}{3} square units.

Takeaway: No conversion to y=xy = \sqrt x was needed — when the curve arrives as x=g(y)x = g(y), ride the yy-axis and integrate in yy directly.

Example 5: An exponential region

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

Solution:

  1. Set up: ex>0e^x > 0 everywhere, so no sign worries: A=∫01exdxA = \int_0^1 e^x dx.
  2. Evaluate: [ex]01=e−1\left[e^x\right]_0^1 = e - 1.

Final Answer: e−1e - 1 square units (about 1.721.72).

Example 6: The hyperbola arm

Find the area bounded by y=1xy = \frac1x, the xx-axis and the ordinates x=1x = 1, x=4x = 4.

Solution:

  1. Set up: on [1,4][1, 4], 1x>0\frac1x > 0: A=∫14dxxA = \int_1^4\frac{dx}{x}.
  2. Evaluate: [log⁡x]14=log⁡4\left[\log x\right]_1^4 = \log 4.

Final Answer: log⁡4=2log⁡2\log 4 = 2\log 2 square units.

Takeaway: Areas under 1x\frac1x are logarithms — this is exactly why log⁡\log appears in nature as accumulated growth.

Example 7: One arch of sine

Find the area bounded by y=sin⁡xy = \sin x and the xx-axis between x=0x = 0 and x=πx = \pi.

Solution:

  1. Check the sign: sin⁡x≥0\sin x \geq 0 on all of [0,π][0, \pi] — a single arch above the axis.
  2. Evaluate: ∫0πsin⁡x dx=[−cos⁡x]0π=1+1=2\int_0^{\pi}\sin x\,dx = \left[-\cos x\right]_0^{\pi} = 1 + 1 = 2.

Final Answer: 22 square units — the famous "area of one sine arch".

Example 8: Below the axis

Find the area bounded by y=x3y = x^3, the xx-axis and the ordinates x=−2x = -2, x=0x = 0.

Solution:

  1. Check the sign: x3≤0x^3 \leq 0 on [−2,0][-2, 0] — the region lies entirely below the axis.
  2. Integrate: ∫−20x3 dx=x44∣−20=0−4=−4\int_{-2}^{0} x^3\,dx = \frac{x^4}{4}\Big|_{-2}^{0} = 0 - 4 = -4.
  3. Take the absolute value: area =∣−4∣=4= |-4| = 4.

Final Answer: 44 square units.

Takeaway: A negative answer from an area integral is a message, not a mistake — it says the region is below the axis. Report its absolute value, and split first whenever the curve crosses the axis inside the interval.