NDA Maths · Applications of Integration

Area Bounded by a Curve, Lines & Axes

The definite integral of a curve over an interval measures the area trapped between that curve and the x-axis — so a region's area becomes an integral you set up from where the region starts to where it ends.

Why this matters

This is the chapter's foundation and its larger pocket (16 PYQs, 3 HARD). Almost every question is the same skeleton — identify the boundary curve and the two vertical lines, write one definite integral, evaluate. The marks are lost not in the integration but in the setup: forgetting the area is below the axis (so the integral is negative), forgetting a factor of 2 for a symmetric region, or missing that a curve like a semicircle or a |x|+|y|=1 square has a known area you never integrate at all. Master the signed-area idea first; everything else is recognition.

Concept 1 of 7

The Definite Integral as Signed Area

Intuition

Picture thin vertical strips of width dx standing on the x-axis, each reaching up to the curve at height y. The strip's area is y·dx; adding all the strips from x=a to x=b is exactly the definite integral. When the curve dips below the axis the height y is negative, so the integral counts that part as negative area.

Definition

For a function y=f(x)y = f(x) and an interval [a,b][a, b], the definite integral measures the signed area between the curve and the x-axis:

abydx=abf(x)dx.\int_a^b y\,dx = \int_a^b f(x)\,dx.

  • If f(x)0f(x) \ge 0 on [a,b][a, b] (curve above the axis), the integral equals the geometric area, which is always positive.
  • If f(x)0f(x) \le 0 (curve below the axis), the integral is negative; the geometric area is its absolute value.
  • The two vertical lines x=ax = a and x=bx = b are the limits — read them off as where the region starts and ends. The x-axis itself is y=0y = 0.

Area under a curve above the axis

A=abf(x)dx(f0)A = \int_a^b f(x)\,dx \quad (f \ge 0)
  • a, bleft and right boundary lines x = a, x = b
  • f(x)the height of the region at position x
aby = f(x)area = ∫ f dx

Worked example

Find the area bounded by the line y=2xy = 2x, the x-axis, and the lines x=1x = 1 and x=3x = 3.
  1. The line y=2xy = 2x is above the axis on [1,3][1, 3], so the area is the plain integral.
  2. A=132xdx=[x2]13=91=8.A = \int_1^3 2x\,dx = \left[x^2\right]_1^3 = 9 - 1 = 8.
Answer:88 square units.
Practice this concept3 quick reps

Practice — Level 1 (3 reps)

Quick reps to lock in the method. Try each, then check.

  1. 1.
    Find 023x2dx\int_0^2 3x^2\,dx (area under y=3x2y = 3x^2 from 0 to 2).
  2. 2.
    What is the area under y=4y = 4 (a horizontal line) between x=0x = 0 and x=5x = 5?
  3. 3.
    Is 10xdx\int_{-1}^{0} x\,dx positive or negative? Give its value.

Concept 2 of 7

Area Under a Curve Between Two Lines

Intuition

The standard move: write the area as one integral of the boundary curve between the two given vertical lines. But before integrating, look at the curve — if it is a recognisable shape (a semicircle, a triangle), its area is a known formula and you can skip the integral entirely.

Definition

To find the area bounded by y=f(x)y = f(x), the x-axis, and the lines x=ax = a, x=bx = b:

  • Set up: A=abf(x)dxA = \int_a^b f(x)\,dx, provided f0f \ge 0 on [a,b][a, b].
  • Recognise known shapes instead of integrating when you can:
  • y=r2x2y = \sqrt{r^2 - x^2} is the upper semicircle of radius rr; its area is 12πr2\tfrac{1}{2}\pi r^2.
  • A region cut by straight lines is a triangle or rectangle — use 12base×height\tfrac{1}{2}\,\text{base}\times\text{height} or length×breadth.
  • For a trig boundary like y=cosxy = \cos x on a subinterval, just integrate: cosxdx=sinx\int \cos x\,dx = \sin x, sinxdx=cosx\int \sin x\,dx = -\cos x.

Semicircle area shortcut

y=r2x2  A=12πr2y = \sqrt{r^2 - x^2}\ \Rightarrow\ A = \tfrac{1}{2}\pi r^2

Worked example

Find the area between y=9x2y = \sqrt{9 - x^2} (the part with y0y \ge 0) and the x-axis.
  1. Recognise the curve: y=9x2y = \sqrt{9 - x^2} means x2+y2=9x^2 + y^2 = 9 with y0y \ge 0 — the upper semicircle of radius 33.
  2. Its area is half a full circle: A=12πr2=12π(9)A = \tfrac{1}{2}\pi r^2 = \tfrac{1}{2}\pi (9).
Answer:9π2\tfrac{9\pi}{2} square units.
Practice this conceptself-check

Try it yourself

Find the area between y=cosxy = \cos x and the x-axis on [0,π2][0, \tfrac{\pi}{2}].

From the bank · past-year question

Example 2Applications of IntegrationEASY
What is the area bounded by y=16x2y=\sqrt{16-x^2}, y0y\geq0 and the xx-axis?

[Q81 · Apr · 2021]

Integrate only where the curve stays above the axis

The formula A=abfdxA = \int_a^b f\,dx gives the true area only when f0f \ge 0 throughout. If the curve crosses the axis inside [a,b][a, b], split the integral at the crossing and take absolute values — see the next concept.

Concept 3 of 7

Below the Axis, Loops & the Factor of 2

Intuition

When a region sits partly below the axis, the raw integral cancels the positive and negative pieces. To get geometric area you must take the absolute value of each piece — and when a curve is symmetric (an odd function, or a sine loop), the parts on either side have equal area, so you compute one and multiply by 2.

Definition

Geometric area never cancels. When the curve crosses the axis or the region is symmetric:

  • Split at every crossing. If ff changes sign at x=cx = c inside [a,b][a, b], then

A=acfdx+cbfdx.A = \left|\int_a^c f\,dx\right| + \left|\int_c^b f\,dx\right|.

  • Use symmetry as a shortcut. For a region symmetric about the y-axis (or about a point), area on one side equals the other: A=2×(area of one half)A = 2 \times (\text{area of one half}). A loop of y=csinxy = c\sin x runs over one half-period.
  • A function like f(x)=xxf(x) = x|x| equals x2x^2 for x>0x > 0 and x2-x^2 for x<0x < 0 — equal areas on each side, so total area =20kx2dx= 2\int_0^{\,k} x^2\,dx.

Area with a sign change at c

A=acfdx+cbfdxA = \left|\int_a^c f\,dx\right| + \left|\int_c^b f\,dx\right|

Worked example

Find the geometric area between y=x3y = x^3 and the x-axis from x=1x = -1 to x=1x = 1.
  1. y=x3y = x^3 is negative on [1,0][-1, 0] and positive on [0,1][0, 1], so split at x=0x = 0.
  2. By symmetry the two pieces have equal area: A=201x3dx=2[x44]01=214.A = 2\int_0^1 x^3\,dx = 2\left[\tfrac{x^4}{4}\right]_0^1 = 2 \cdot \tfrac{1}{4}.
  3. (Note: 11x3dx=0\int_{-1}^1 x^3\,dx = 0 — the raw integral cancels, which is NOT the area.)
Answer:12\tfrac{1}{2} square unit.

From the bank · past-year question

Example 3Applications of IntegrationEASY
What is the area between f(x)=xxf(x)=x|x| and the xx-axis for x[1,1]x\in[-1,1]?

[Q68 · Sep · 2023]

The raw integral can be zero while the area is not

For an odd function over a symmetric interval, aafdx=0\int_{-a}^{a} f\,dx = 0. That is the signed integral, not the area. Whenever a region straddles the axis, split and take absolute values — and a symmetric region doubles one half rather than cancelling it.

Concept 4 of 7

Regions Bounded by Lines & Modulus

Intuition

When every boundary is a straight line — including modulus boundaries like |x|+|y|=1 or x=|y| — the region is a polygon (a square, rectangle, or triangle). Sketch it, read off the vertices, and use the plain area formula. No integration needed.

Definition

Modulus equations unfold into straight-line pieces, fencing off a polygon:

  • x+y=1|x| + |y| = 1 is a square (a tilted diamond) with vertices (±1,0)(\pm 1, 0) and (0,±1)(0, \pm 1); diagonal 22, area 22.
  • xp|x| \le p and yq|y| \le q is a rectangle of width 2p2p and height 2q2q: area 4pq4pq.
  • x=yx = |y| is a sideways V; with a vertical line x=cx = c it closes a triangle of base 2c2c (the vertical side) and height cc.

Method: sketch, find the corner points, then apply length×breadth (rectangle) or 12base×height\tfrac{1}{2}\,\text{base}\times\text{height} (triangle).

Polygon area, not an integral

rectangle =w×htriangle =12bh\text{rectangle } = \text{w}\times\text{h} \qquad \text{triangle } = \tfrac{1}{2}\,b\,h

Worked example

Find the area of the region bounded by x3|x| \le 3 and y2|y| \le 2.
  1. x3|x| \le 3 means 3x3-3 \le x \le 3 (width 66); y2|y| \le 2 means 2y2-2 \le y \le 2 (height 44).
  2. It is a rectangle: A=width×height=6×4.A = \text{width} \times \text{height} = 6 \times 4.
Answer:2424 square units.

From the bank · past-year question

Example 4Applications of IntegrationEASY
The area bounded by the curve x+y=1|x| + |y| = 1 is

[Q77 · Sep · 2017]

|x| ≤ p gives a side of length 2p, not p

A modulus bound xp|x| \le p runs from p-p to +p+p, so the full side is 2p2p. Treating it as length pp halves your dimension and quarters a rectangle's area — the most common modulus-region slip.

Concept 5 of 7

Area of a Parabola Cut by Its Latus Rectum

Intuition

A parabola y² = 4ax cut off by its latus rectum (the vertical line through the focus) encloses a region symmetric about the x-axis. Integrate the upper half from the vertex to the focus and double it — the factor of 2 is the whole game here.

Definition

For the right-opening parabola y2=4axy^2 = 4ax:

  • The latus rectum is the vertical chord through the focus, the line x=ax = a.
  • The upper boundary is y=4axy = \sqrt{4ax}; the region is symmetric about the x-axis, so

A=20a4axdx=22a23a3/2=83a2.A = 2\int_0^{a} \sqrt{4ax}\,dx = 2 \cdot 2\sqrt{a}\cdot \tfrac{2}{3}a^{3/2} = \tfrac{8}{3}a^2.

  • Read the limit off the equation: for y2=4kxy^2 = 4kx the latus rectum is x=kx = k; for y2=xy^2 = x write it as y2=4(14)xy^2 = 4(\tfrac14)x, so a=14a = \tfrac14 and the limit is x=14x = \tfrac14.

Parabola–latus rectum area

y2=4ax:A=20a4axdx=83a2y^2 = 4ax:\quad A = 2\int_0^{a}\sqrt{4ax}\,dx = \tfrac{8}{3}a^2

Worked example

Find the area enclosed by the parabola y2=8xy^2 = 8x and its latus rectum.
  1. Compare with y2=4axy^2 = 4ax: 4a=8a=24a = 8 \Rightarrow a = 2, so the latus rectum is x=2x = 2.
  2. Symmetric about the x-axis: A=2028xdx=222[23x3/2]02.A = 2\int_0^2 \sqrt{8x}\,dx = 2\cdot 2\sqrt{2}\left[\tfrac{2}{3}x^{3/2}\right]_0^2.
  3. =4223(22)=83(2)2=323.= 4\sqrt{2}\cdot \tfrac{2}{3}(2\sqrt2) = \tfrac{8}{3}(2)^2 = \tfrac{32}{3}.
Answer:323\tfrac{32}{3} square units.

From the bank · past-year question

Example 5Applications of IntegrationMODERATE
The area of the region bounded by the parabola y2=4kxy^2=4kx, where k>0k>0 and its latus rectum is 24 square units. What is the value of kk?

[Q60 · Apr · 2022]

Double the half-region, and use the right limit

Two slips combine here: forgetting the factor of 2 (the parabola lies on both sides of the axis), and integrating to x=ax = a the parameter rather than to the actual latus-rectum line. For y2=xy^2 = x the limit is x=14x = \tfrac14, not x=1x = 1.

Concept 6 of 7

Area Under a Step (Greatest-Integer) Curve

Intuition

A step function like y = [x] is constant on each unit interval, so the region under it is a stack of rectangles. On a short interval where the step value never changes, the area is just one rectangle — height times width — and if the value is negative you take its magnitude.

Definition

For a piecewise-constant boundary such as the greatest-integer function y=[x]y = [x]:

  • On any interval where [x][x] holds a single value nn, the region is a rectangle of height n|n| and width = interval length.
  • [x]=n[x] = n for nx<n+1n \le x < n+1; e.g. for x[1.8,1.5]x \in [-1.8, -1.5], every value lies in [2,1)[-2, -1), so [x]=2[x] = -2 throughout.
  • Area =n×(width)= |n| \times (\text{width}). For a multi-step interval, sum the rectangles.

One step = one rectangle

A=n×(interval width),[x]=nA = |n| \times (\text{interval width}), \quad [x] = n

Worked example

Find the area bounded by y=[x]y = [x], the x-axis, and the lines x=2.2x = 2.2 and x=2.7x = 2.7.
  1. For 2.2x2.72.2 \le x \le 2.7, every value is in [2,3)[2, 3), so [x]=2[x] = 2 throughout.
  2. The region is one rectangle: height 22, width 2.72.2=0.52.7 - 2.2 = 0.5.
  3. A=2×0.5.A = 2 \times 0.5.
Answer:11 square unit.

From the bank · past-year question

Example 6Applications of IntegrationMODERATE
What is the area bounded by y=[x]y=[x], where [][\cdot] is the greatest integer function, the xx-axis and the lines x=15x=-1\cdot5 and x=18x=-1\cdot8?

[Q99 · Sep · 2021]

Negative step values still give positive area

For a negative interval, [x][x] is the lower integer: on [1.8,1.5][-1.8, -1.5], [x]=2[x] = -2 (not 1-1). The rectangle's height is the magnitude 2=2|{-2}| = 2. Using 1-1, or letting the area come out negative, are the two traps.

Concept 7 of 7

Area of a Circular Segment by a Chord

Intuition

A line through a circle splits it into two pieces — a minor segment and a major segment. The minor segment is the integral between the chord and the arc, which equals the circular sector minus the triangle it contains. The major segment is then the whole circle minus the minor one.

Definition

When a chord (here a line such as y=xy = x) cuts a circle into two regions A1A_1 (major) and A2A_2 (minor):

  • The minor segment A2=(sector area)(triangle area)A_2 = (\text{sector area}) - (\text{triangle area}); set it up as a definite integral between the chord and the arc.
  • The major segment A1=(full circle area)A2=πr2A2A_1 = (\text{full circle area}) - A_2 = \pi r^2 - A_2.
  • For the unit-radius circle (x1)2+y2=1(x-1)^2 + y^2 = 1 cut by y=xy = x (chord from (0,0)(0,0) to (1,1)(1,1)): A2=π24A_2 = \tfrac{\pi - 2}{4} and A1=πA2=3π+24.A_1 = \pi - A_2 = \tfrac{3\pi + 2}{4}.

Segments of a circle

A2=sectortriangle,A1=πr2A2A_2 = \text{sector} - \text{triangle}, \qquad A_1 = \pi r^2 - A_2

Worked example

A diameter of the circle x2+y2=r2x^2 + y^2 = r^2 splits it into two regions. What is the area of each, and is either a 'segment'?
  1. A diameter passes through the centre, so it bisects the circle: each region is a semicircle.
  2. Each area =12πr2= \tfrac{1}{2}\pi r^2. (Only a chord that misses the centre makes unequal minor/major segments.)
Answer:Two equal semicircles, each 12πr2\tfrac{1}{2}\pi r^2.

From the bank · past-year question

Example 7Applications of IntegrationHARD
The circle x2+y22x=0x^2+y^2-2x=0 is partitioned by line y=xy=x in two segments. Let A1,A2A_1,A_2 be the areas of major and minor segments respectively.
What is the value of A1A_1?

[Q97 · Apr · 2024]

Subtract the triangle from the sector

The minor-segment area is the sector area MINUS the triangle formed by the two radii and the chord — not the whole sector. Computing the segment as the full sector (or as the full integral without removing the triangle) is the standard mistake on these circle-cut questions.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (7)

Watch out for (6)

Mastery check — 5 interleaved questions

Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.

Example 1Applications of IntegrationMODERATE
for the items that follow: Let k be the area between the curve y=sinx and x-axis in the interval [0,π/4][0,\pi/4].
What is the area between the curve y=cosx and the x-axis in the interval [π/4,π/2][\pi/4,\pi/2]?

[Q88 · Apr · 2026]

Example 2Applications of IntegrationMODERATE
For the following three (03) items: Consider the function f(x)=xxf(x)=x|x|.
What is the area bounded by the curve f(x)f(x), the xx-axis and the lines x=2x=-2 and x=1x=1?

[Q74 · Sep · 2025]

Example 3Applications of IntegrationEASY
What is the area of the region bounded by x<5|x| < 5, y=0y = 0 and y=8y = 8 ?

[Q71 · Sep · 2019]

Example 4Applications of IntegrationHARD
The area bounded by the parabola y2=kxy^2=kx and the line x=kx=k, where k>0k>0, is 43\dfrac{4}{3} square units.
What is the area of the parabola bounded by the latus rectum?

[Q88 · Sep · 2024]

Example 5Applications of IntegrationHARD
The circle x2+y22x=0x^2+y^2-2x=0 is partitioned by line y=xy=x in two segments. Let A1,A2A_1,A_2 be the areas of major and minor segments respectively.
What is the value of 2(A1+A2)A13A2\dfrac{2(A_1+A_2)}{A_1-3A_2}?

[Q98 · Apr · 2024]

Drill every past-year question on this subtopic

16 questions from the bank — paginated, with cart and Word-export support.