NDA Maths · Applications of Integration

Area Between Two Curves & Intersection Points

The area trapped between two curves is the integral of the gap between them — top curve minus bottom curve — taken between the x-values where they cross.

Why this matters

The chapter's second pocket (9 PYQs, 2 HARD). Every question reduces to one routine: find where the curves meet (those are your limits), decide which curve is on top, and integrate the difference. The errors are always in steps 1 and 2 — solving the intersection wrong, or subtracting the wrong way round. The hard variants dress this up as a quarter-circle minus a sine curve, or two parabolas needing horizontal strips, but the engine is the same.

Concept 1 of 4

Finding Where Two Curves Meet

Intuition

Two curves cross where they share the same point — so set their equations equal and solve. The solutions are the x-values (or y-values) that become the limits of your area integral, and counting them answers 'how many points of intersection' directly.

Definition

To find the points of intersection of y=f(x)y = f(x) and y=g(x)y = g(x):

  • Set them equal: solve f(x)=g(x)f(x) = g(x). Each solution xx gives one intersection; substitute back for the matching yy.
  • The smallest and largest solutions become the limits aa and bb of the area integral.
  • With a modulus present, split by sign or square carefully: e.g. x2=2xx^2 = 2|x| gives x(x2)=0|x|(|x| - 2) = 0, so x=0|x| = 0 or 22 — the points (0,0)(0,0), (2,4)(2, 4), (2,4)(-2, 4), i.e. 3 intersections.

Intersection condition

f(x)=g(x)  the x-values where the curves crossf(x) = g(x) \ \Rightarrow\ \text{the } x\text{-values where the curves cross}

Worked example

How many times do y=x2y = x^2 and y=x+2y = x + 2 intersect, and where?

From the bank · past-year question

Example 1Applications of IntegrationEASY
for the items that follow: Consider the curves y=x^2 and y=2|x|.
What is the number of points of intersection of the curves?

[Q89 · Apr · 2026]

A modulus can create extra intersections

Solving x2=2xx^2 = 2x gives 2 points, but x2=2xx^2 = 2|x| gives 3 — the modulus mirrors a solution to the negative side. Always account for both signs of x|x| when counting crossings.

The intersection x-values are the limits — don't guess them

The limits aa and bb of an area-between-curves integral are the x-coordinates where the curves actually cross, found by solving f(x)=g(x)f(x) = g(x). Using the interval given in the problem text (or the y-intercepts) instead of the true crossings gives the wrong region and the wrong area.

Concept 2 of 4

Area Between Curves: Top Minus Bottom

Intuition

Between two curves, a thin vertical strip runs from the lower curve up to the upper curve, so its height is (top − bottom). Integrate that gap between the crossing points and you get the enclosed area — automatically positive when you subtract in the right order.

Definition

For two curves with f(x)g(x)f(x) \ge g(x) on [a,b][a, b] (so ff is the upper curve):

A=ab(f(x)g(x))dx,A = \int_a^b \bigl(f(x) - g(x)\bigr)\,dx,
where a,ba, b are the x-coordinates of the intersection points.

  • Decide top vs bottom by testing one point between the crossings (or by sketching). On [0,1][0, 1], y=2xx2y = 2x - x^2 lies above y=0y = 0; y=xy = x lies above y=x3y = x^3.
  • The result is the same whether the region is above or below the axis — only the relative position of the two curves matters.

Area between curves

A=ab(topbottom)dxA = \int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx
topbottom∫(top−bottom)

Worked example

Find the area between y=xy = x and y=x3y = x^3 in the first quadrant.
Practice this conceptself-check · 1 quick reps

From the bank · past-year question

Example 2Applications of IntegrationEASY
for the items that follow: Consider the curves y=x^2 and y=2|x|.
What is the area bounded by the curves, the lines x=0 and x=1?

[Q90 · Apr · 2026]

Subtract top minus bottom, not in equation order

The integrand is (upper curve) − (lower curve), decided by which is actually higher between the crossings — NOT the order the curves are named. Subtracting the wrong way gives the negative of the area; if your answer is negative, you reversed them.

Concept 3 of 4

Area Between a Curve and a Line

Intuition

A parabola and a line, or two lines through the origin, enclose a region you handle the same way: find the crossings, express both boundaries as y in terms of x, and integrate top minus bottom. A sideways parabola y² = 2x becomes y = √(2x) for its upper branch.

Definition

For a sideways parabola y2=2xy^2 = 2x and a line y=xy = x:

  • Intersections: substitute y=xy = x into y2=2xy^2 = 2x: x2=2xx=0,2.x^2 = 2x \Rightarrow x = 0, 2.
  • The parabola's upper branch y=2xy = \sqrt{2x} lies above the line y=xy = x on (0,2)(0, 2):

A=02(2xx)dx=832=23.A = \int_0^2 \bigl(\sqrt{2x} - x\bigr)\,dx = \tfrac{8}{3} - 2 = \tfrac{2}{3}.

  • For two lines y=xy = x and y=mxy = mx (with m<0m < 0) up to x=cx = c, the strip height is (xmx)(x - mx), giving area (1m)c22(1 - m)\tfrac{c^2}{2} — a tidy way to solve for an unknown slope.

Curve over a line

A=ab(ycurveyline)dxA = \int_a^b \bigl(y_{\text{curve}} - y_{\text{line}}\bigr)\,dx

Worked example

Find the area enclosed between y2=4xy^2 = 4x and the line y=2xy = 2x.
Practice this concept1 quick reps

From the bank · past-year question

Example 3Applications of IntegrationMODERATE
What is the area of the region enclosed between the curve y2=2xy^{2} = 2x and the straight line y=xy = x ?

[Q99 · Sep · 2019]

Pick the correct branch of a sideways parabola

y2=2xy^2 = 2x has two branches, y=+2xy = +\sqrt{2x} and y=2xy = -\sqrt{2x}. For a region in the first quadrant against y=xy = x, only the upper branch bounds it — using the full y2y^2 relation without choosing a branch is where the setup breaks.

Concept 4 of 4

Composite Regions: Subtract Areas

Intuition

When a region is bounded by different curves on different stretches, split it into pieces whose areas you already know and add or subtract them. A quarter-circle minus the area under a sine curve, or a sector built from a circle and a line, are just two known areas combined.

Definition

For an awkward region, decompose into known areas:

  • Subtract: the region inside a quarter-circle but above y=sinxy = \sin x is (quarter-circle area) − (area under sinx\sin x). For x2+y2=π2x^2 + y^2 = \pi^2 in the first quadrant minus y=sinxy = \sin x on [0,π][0, \pi]: A=π340πsinxdx=π342.A = \tfrac{\pi^3}{4} - \int_0^{\pi}\sin x\,dx = \tfrac{\pi^3}{4} - 2.
  • Use sectors: a region cut by a line through the origin and an arc can equal a circular sector, area 12r2θ\tfrac{1}{2}r^2\theta.
  • Horizontal strips: when two curves are easier as xx in terms of yy (two sideways parabolas), integrate (xrightxleft)dy\int (x_{\text{right}} - x_{\text{left}})\,dy instead.

Quarter-circle minus a curve

A=14πr2abf(x)dxA = \tfrac{1}{4}\pi r^2 - \int_a^b f(x)\,dx

Worked example

Find the first-quadrant area inside x2+y2=4x^2 + y^2 = 4 but above the line y=xy = x.

From the bank · past-year question

Example 4Applications of IntegrationHARD
What is the area of the region enclosed in the first quadrant by x2+y2=π2x^2+y^2=\pi^2, ysinxy-\sin x and x=0x=0?

[Q97 · Sep · 2022]

Subtract the area under the curve, not the curve's value

For 'quarter-circle minus the sine region', you remove 0πsinxdx=2\int_0^{\pi}\sin x\,dx = 2, the AREA under sinx\sin x — not a single function value. Mixing up the area with a height (or forgetting the integral evaluates to 2) is the recurring HARD-question slip.

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 (4)

  • Finding Where Two Curves Meet

    Intersection condition

    f(x)=g(x)  the x-values where the curves crossf(x) = g(x) \ \Rightarrow\ \text{the } x\text{-values where the curves cross}
  • Area Between Curves: Top Minus Bottom

    Area between curves

    A=ab(topbottom)dxA = \int_a^b \bigl(\text{top} - \text{bottom}\bigr)\,dx
  • Area Between a Curve and a Line

    Curve over a line

    A=ab(ycurveyline)dxA = \int_a^b \bigl(y_{\text{curve}} - y_{\text{line}}\bigr)\,dx
  • Composite Regions: Subtract Areas

    Quarter-circle minus a curve

    A=14πr2abf(x)dxA = \tfrac{1}{4}\pi r^2 - \int_a^b f(x)\,dx

Watch out for (5)

Drill every past-year question on this subtopic

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