Application of Integrals: Step-by-Step Worked Examples (2)

medium 3 min read

Question

Find the area enclosed between the parabola y2=4xy^2 = 4x and the line y=2x4y = 2x - 4.

Solution — Step by Step

Substitute y=2x4y = 2x - 4 into y2=4xy^2 = 4x:

(2x4)2=4x    4x216x+16=4x    4x220x+16=0(2x-4)^2 = 4x \implies 4x^2 - 16x + 16 = 4x \implies 4x^2 - 20x + 16 = 0

x25x+4=0    x=1 or x=4x^2 - 5x + 4 = 0 \implies x = 1 \text{ or } x = 4

Corresponding yy values: y=2y = -2 at x=1x = 1, y=4y = 4 at x=4x = 4.

So intersection points are (1,2)(1, -2) and (4,4)(4, 4).

Integrating with respect to yy is cleaner here because both curves are functions of yy on this region:

  • Parabola: x=y2/4x = y^2/4
  • Line: x=(y+4)/2x = (y+4)/2

For 2y4-2 \leq y \leq 4, the line is to the right of the parabola (check by plugging y=0y = 0: line gives x=2x = 2, parabola gives x=0x = 0).

A=24[y+42y24]dyA = \int_{-2}^{4} \left[\frac{y+4}{2} - \frac{y^2}{4}\right] dy

A=[y24+2yy312]24A = \left[\frac{y^2}{4} + 2y - \frac{y^3}{12}\right]_{-2}^{4}

At y=4y = 4: 4+864/12=1216/3=20/34 + 8 - 64/12 = 12 - 16/3 = 20/3.

At y=2y = -2: 14+8/12=3+2/3=7/31 - 4 + 8/12 = -3 + 2/3 = -7/3.

A=20/3(7/3)=27/3=9A = 20/3 - (-7/3) = 27/3 = 9

Final answer: Area = 9 square units

Why This Works

When a region is bounded by curves that are easier to express as x=f(y)x = f(y) than y=g(x)y = g(x), integrating with respect to yy avoids splitting the region. Here the parabola opens to the right, so x=y2/4x = y^2/4 is single-valued in yy — much cleaner than dealing with y=±2xy = \pm 2\sqrt{x}.

The area formula (xrightxleft)dy\int (x_{right} - x_{left})\,dy is the dual of the more familiar (ytopybottom)dx\int (y_{top} - y_{bottom})\,dx.

Alternative Method

Integrate with respect to xx, but split into two regions: from x=0x = 0 to x=1x = 1 (between the upper and lower halves of the parabola) and from x=1x = 1 to x=4x = 4 (between the line and the lower half of the parabola). Three times the work, same answer.

Common Mistake

Students integrate (parabolaline)dy\int(\text{parabola} - \text{line})\,dy instead of (lineparabola)dy\int(\text{line} - \text{parabola})\,dy, getting a negative answer. Always check which curve is to the right (or above) by testing one point in the region.

CBSE board exams frequently ask “area between parabola and line” — this exact pattern with different numbers. Memorise: integrate w.r.t. whichever variable makes the curves single-valued.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next