PYQ Vault

MHT-CET Maths · Applications of Definite Integral

Area Between Two Curves — Intersections First

The area between two curves is ∫(upper − lower) dx between their intersection points — so the intersections are found first, the top curve is decided over each stretch, and only then is anything integrated.

Why this matters

21 PYQs at 38% HARD — the heart of the chapter, and the page where the difficulty is entirely in the setup. A parabola against a line is set every year; two parabolas through the origin, a parabola against |x|, and a region described by inequalities are the HARD variants, and each is wrong at the intersection step far more often than at the integral. Horizontal strips turn three of these from a two-piece integral into one piece, which is the single most useful habit on this page.

Concept 1 of 4

Solve for the Intersections, Then Integrate Upper Minus Lower

Intuition

Between two curves a vertical strip runs from the lower curve up to the upper one, so its height is yupper−ylowery_{\text{upper}} - y_{\text{lower}}. The strips exist only between the points where the curves cross, and those are the limits.

Definition

  • Step 1: solve the curves simultaneously for the intersection x-values x1<x2x_1 < x_2.
  • Step 2: decide which curve is on top on (x1,x2)(x_1, x_2) — test one point, or sketch.
  • Step 3: A=∫x1x2(yupper−ylower)dxA = \int_{x_1}^{x_2}\left(y_{\text{upper}} - y_{\text{lower}}\right)dx.
  • Parabola and line: y=x2y = x^2 and y=x+2y = x + 2 meet where x2−x−2=0x^2 - x - 2 = 0, x=−1,2x = -1, 2; the line is on top: ∫−12(x+2−x2) dx=92\int_{-1}^{2}(x + 2 - x^2)\,dx = \dfrac92.
  • Two lines meeting at x=0x = 0, cut off by x=2x = 2: ∫02[(4x+1)−(3x+1)]dx=2\int_0^2\left[(4x + 1) - (3x + 1)\right]dx = 2.
  • When the stem supplies the vertical limits (x=0x = 0 and x=3x = 3) and the curves do NOT cross inside them, there is no intersection step: ∫03[(x2+2)−(x+1)]dx=152\int_0^3\left[(x^2 + 2) - (x + 1)\right]dx = \dfrac{15}{2}. Non-crossing pairs like exe^x and log⁡x\log x on [1,2][1, 2] work the same way.

Area between two curves

A=∫x1x2(yupper−ylower)dx,x1,x2 the roots of y1(x)=y2(x)A = \int_{x_1}^{x_2}\left(y_{\text{upper}} - y_{\text{lower}}\right)dx, \qquad x_1, x_2 \text{ the roots of } y_1(x) = y_2(x)
topbottom∫(top−bottom)

Worked example

Find the area between y=x2y = x^2 and y=2xy = 2x.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Applications of Definite IntegralMODERATE
The area (in sq. units) of the region bounded by y−x=2y-x=2 and x2=yx^2=y is equal to

[Q109 · 11th May Shift 2 · 2023]

Lower minus upper

Reversing the order gives the negative of the area, and the option list contains that negative or its magnitude with the wrong sign attached to another term. Test a single interior point to fix which curve is on top before writing the integrand.

Concept 2 of 4

Two Parabolas Through the Origin, and Regions With Mirror Symmetry

Intuition

y2=4axy^2 = 4ax and x2=4ayx^2 = 4ay cross at (0,0)(0, 0) and (4a,4a)(4a, 4a); between them the first is on top. For regions symmetric about an axis, compute one half and double — fewer integrals, fewer sign slips.

Definition

  • y2=4axy^2 = 4ax, x2=4ayx^2 = 4ay: A=∫04a(2ax−x24a)dx=16a23A = \int_0^{4a}\left(2\sqrt{ax} - \dfrac{x^2}{4a}\right)dx = \dfrac{16a^2}{3}. The general y=ax2y = ax^2, x=ay2x = ay^2 pair gives 13a2\dfrac{1}{3a^2}; setting that equal to 11 gives a=13a = \dfrac{1}{\sqrt3}.
  • Parabola against ∣x∣|x|: y=x2y = x^2 and y=∣x∣y = |x| meet at x=0,±1x = 0, \pm1; by symmetry A=2∫01(x−x2) dx=13A = 2\int_0^1(x - x^2)\,dx = \dfrac13. y2=4xy^2 = 4x against y=∣x∣y = |x| lives only in x≥0x \ge 0: ∫04(2x−x) dx=83\int_0^4(2\sqrt x - x)\,dx = \dfrac83.
  • Two shifted parabolas and a horizontal line: y=(x−1)2y = (x - 1)^2, y=(x+1)2y = (x + 1)^2, y=14y = \dfrac14 — symmetric about the y-axis; the enclosed region is 2∫01/2[14−(x−1)2]dx2\int_0^{1/2}\left[\dfrac14 - (x - 1)^2\right]dx… taken with the correct sign, 13\dfrac13.
  • Always ask: is the region symmetric about the x-axis, the y-axis or y=xy = x? If so, integrate half.

Two standard parabola results

Area(y2=4ax, x2=4ay)=16a23Area(y=ax2, x=ay2)=13a2\text{Area}\left(y^2 = 4ax,\ x^2 = 4ay\right) = \frac{16a^2}{3} \qquad \text{Area}\left(y = ax^2,\ x = ay^2\right) = \frac{1}{3a^2}

Worked example

Find the area between y2=xy^2 = x and x2=yx^2 = y.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 2Applications of Definite IntegralMODERATE
The area (in sq. units) of the region bounded by the curves y2=4axy^2 = 4ax and x2=4ayx^2 = 4ay, a>0a>0 is

[Q148 · May Shift 1 · 2021]

Counting a branch that is not there

y2=4xy^2 = 4x has no points with x<0x < 0, so its region with y=∣x∣y = |x| is NOT doubled — the answer is 83\frac83, not 163\frac{16}{3}. Symmetry doubles only when both curves exist on both sides.

Concept 3 of 4

Horizontal Strips: Integrate (Right − Left) in y

Intuition

For y2=2xy^2 = 2x against x=y+4x = y + 4, vertical strips need two pieces (the top boundary changes where the line takes over). Horizontal strips run from the parabola on the left to the line on the right for every yy — one integral.

Definition

  • A=∫y1y2(xright−xleft)dyA = \int_{y_1}^{y_2}\left(x_{\text{right}} - x_{\text{left}}\right)dy, limits from solving the curves in yy.
  • y22≤x≤y+4\dfrac{y^2}{2} \le x \le y + 4: y2−2y−8=0⇒y=−2,4y^2 - 2y - 8 = 0 \Rightarrow y = -2, 4; A=∫−24(y+4−y22)dy=18A = \int_{-2}^{4}\left(y + 4 - \dfrac{y^2}{2}\right)dy = 18.
  • y2=4xy^2 = 4x and y=2x−4y = 2x - 4: in yy, x=y24x = \dfrac{y^2}{4} and x=y+42x = \dfrac{y + 4}{2}, meeting at y=−2,4y = -2, 4; A=∫−24(y+42−y24)dy=9A = \int_{-2}^{4}\left(\dfrac{y + 4}{2} - \dfrac{y^2}{4}\right)dy = 9.
  • Two parabolas x2=y4x^2 = \dfrac{y}{4}, x2=9yx^2 = 9y capped by y=2y = 2: at height yy the width is 2(3y−y2)=5y2\left(3\sqrt y - \dfrac{\sqrt y}{2}\right) = 5\sqrt y, so A=∫025y dy=2023A = \int_0^2 5\sqrt y\,dy = \dfrac{20\sqrt2}{3}; the same shape with y=9x2y = 9x^2, y=x216y = \dfrac{x^2}{16}, y=1y = 1 gives 449\dfrac{44}{9}.
  • Rule of thumb: when a boundary is a sideways parabola or the region is capped by a horizontal line, slice horizontally.

Horizontal strips between two curves

A=∫y1y2(xright(y)−xleft(y))dyA = \int_{y_1}^{y_2}\left(x_{\text{right}}(y) - x_{\text{left}}(y)\right)dy

Worked example

Find the area between y2=xy^2 = x and x=y+2x = y + 2.
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 3Applications of Definite IntegralMODERATE
The area (in sq. units) of the region A={(x,y):y22≤x≤y+4}A=\{(x,y): \frac{y^2}{2}\leq x\leq y+4\} is

[Q141 · 9th May Shift 1 · 2024]

Vertical strips on a sideways parabola

For y2=2xy^2 = 2x against a line, a vertical strip's top boundary switches from the parabola's upper arm to the line partway across — two integrals and a missed switch. One horizontal integral does the whole region.

Concept 4 of 4

Regions Described by Several Inequalities: Sketch, Then Split Where the Top Changes

Intuition

{x≥0, x+y≤3, x2≤4y, y≤1+x}\{x \ge 0,\ x + y \le 3,\ x^2 \le 4y,\ y \le 1 + \sqrt x\} is a region with one floor and two possible ceilings. The ceiling switches where 1+x=3−x1 + \sqrt x = 3 - x; each stretch gets its own integral with its own top curve.

Definition

  • Translate each inequality into a boundary: x2≤4yx^2 \le 4y means above the parabola y=x24y = \dfrac{x^2}{4}; y≤1+xy \le 1 + \sqrt x means below that curve; x+y≤3x + y \le 3 means below the line y=3−xy = 3 - x.
  • Find every pairwise intersection that matters: 1+x=3−x1 + \sqrt x = 3 - x at x=1x = 1; 3−x=x243 - x = \dfrac{x^2}{4} at x=2x = 2.
  • Integrate stretch by stretch: ∫01(1+x−x24)dx+∫12(3−x−x24)dx=1912+1112=52\int_0^1\left(1 + \sqrt x - \dfrac{x^2}{4}\right)dx + \int_1^2\left(3 - x - \dfrac{x^2}{4}\right)dx = \dfrac{19}{12} + \dfrac{11}{12} = \dfrac52.
  • 'First quadrant, bounded by y=xy = \sqrt x, the line 2y−x+3=02y - x + 3 = 0 and the x-axis': the region under x\sqrt x up to the intersection (9,3)(9, 3), minus the triangle under the line from x=3x = 3 to 99: 18−9=918 - 9 = 9.
  • Subtracting a simple shape (triangle, rectangle) from an integral is often quicker than a second integral.

Piecewise ceiling

A=∫x0x1(ceiling1−floor)dx+∫x1x2(ceiling2−floor)dxA = \int_{x_0}^{x_1}\left(\text{ceiling}_1 - \text{floor}\right)dx + \int_{x_1}^{x_2}\left(\text{ceiling}_2 - \text{floor}\right)dx

Worked example

Find the area of the region {(x,y): 0≤y≤x2, 0≤x≤1}∪{(x,y): 0≤y≤2−x, 1≤x≤2}\{(x, y):\ 0 \le y \le x^2,\ 0 \le x \le 1\} \cup \{(x, y):\ 0 \le y \le 2 - x,\ 1 \le x \le 2\}.
Practice this conceptself-check

From the bank · past-year question

Example 4Applications of Definite IntegralHARD
The area (in sq. units) of the region {(x,y): x≥0,  x+y≤3,  x2≤4y and y≤1+x}\{(x,y):\ x\geq 0,\; x+y\leq 3,\; x^2\leq 4y \text{ and } y\leq 1+\sqrt{x}\} is

[Q148 · 10th May Shift 2 · 2023]

One ceiling for the whole interval

With y≤1+xy \le 1 + \sqrt x and x+y≤3x + y \le 3 both in force, the ceiling is the LOWER of the two at each xx, and it changes at x=1x = 1. Using either curve alone over [0,2][0, 2] gives an answer that is not on the list — which is the paper's way of telling you to split.

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)

  • Solve for the Intersections, Then Integrate Upper Minus Lower

    Area between two curves

    A=∫x1x2(yupper−ylower)dx,x1,x2 the roots of y1(x)=y2(x)A = \int_{x_1}^{x_2}\left(y_{\text{upper}} - y_{\text{lower}}\right)dx, \qquad x_1, x_2 \text{ the roots of } y_1(x) = y_2(x)
  • Two Parabolas Through the Origin, and Regions With Mirror Symmetry

    Two standard parabola results

    Area(y2=4ax, x2=4ay)=16a23Area(y=ax2, x=ay2)=13a2\text{Area}\left(y^2 = 4ax,\ x^2 = 4ay\right) = \frac{16a^2}{3} \qquad \text{Area}\left(y = ax^2,\ x = ay^2\right) = \frac{1}{3a^2}
  • Horizontal Strips: Integrate (Right − Left) in y

    Horizontal strips between two curves

    A=∫y1y2(xright(y)−xleft(y))dyA = \int_{y_1}^{y_2}\left(x_{\text{right}}(y) - x_{\text{left}}(y)\right)dy
  • Regions Described by Several Inequalities: Sketch, Then Split Where the Top Changes

    Piecewise ceiling

    A=∫x0x1(ceiling1−floor)dx+∫x1x2(ceiling2−floor)dxA = \int_{x_0}^{x_1}\left(\text{ceiling}_1 - \text{floor}\right)dx + \int_{x_1}^{x_2}\left(\text{ceiling}_2 - \text{floor}\right)dx

Watch out for (4)

Drill every past-year question on this subtopic

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

Related notes