Application of Integrals: Application Problems (3)

hard 3 min read

Question

Find the area of the region bounded by the parabola y2=4xy^2 = 4x and the line y=2x4y = 2x - 4.

Solution — Step by Step

Substitute x=(y+4)/2x = (y+4)/2 from the line into y2=4xy^2 = 4x:

y2=4y+42=2(y+4)=2y+8y^2 = 4 \cdot \tfrac{y+4}{2} = 2(y+4) = 2y + 8 y22y8=0    (y4)(y+2)=0y^2 - 2y - 8 = 0 \implies (y - 4)(y + 2) = 0

So y=4y = 4 or y=2y = -2. Corresponding xx: 44 and 11. Points: (4,4)(4, 4) and (1,2)(1, -2).

The parabola opens to the right. For each yy in [2,4][-2, 4], xx ranges from the parabola x=y2/4x = y^2/4 (left) to the line x=(y+4)/2x = (y+4)/2 (right).

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

First integral: 12[y22+4y]24=12[(8+16)(28)]=12[24(6)]=15\tfrac{1}{2}\left[\tfrac{y^2}{2} + 4y\right]_{-2}^{4} = \tfrac{1}{2}\left[(8 + 16) - (2 - 8)\right] = \tfrac{1}{2}[24 - (-6)] = 15.

Second integral: 14[y33]24=112[64(8)]=7212=6\tfrac{1}{4}\left[\tfrac{y^3}{3}\right]_{-2}^{4} = \tfrac{1}{12}[64 - (-8)] = \tfrac{72}{12} = 6.

A=156=9A = 15 - 6 = 9

Final answer: A=9\mathbf{A = 9} square units.

Why This Works

We always have a choice: integrate with respect to xx or yy. Pick the one where the bounding curves are single-valued. For y2=4xy^2 = 4x, yy as a function of xx is two-valued (upper and lower branches), so integrating in xx would require splitting the region. Integrating in yy keeps everything single-valued — much cleaner.

Alternative Method

If we insist on integrating in xx, split at x=1x = 1: from x=0x = 0 to x=1x = 1 the region is bounded above by y=2xy = 2\sqrt{x} and below by y=2xy = -2\sqrt{x} (parabola only). From x=1x = 1 to x=4x = 4, bounded above by y=2xy = 2\sqrt{x} and below by y=2x4y = 2x - 4. Two integrals to evaluate vs. one — slower but valid.

Common Mistake

Computing fg\int |f - g| with the wrong assignment of “top” and “bottom”. Always check: at a sample point inside the region, which curve gives the larger value of the integration variable? In our case, at y=0y = 0, line gives x=2x = 2, parabola gives x=0x = 0 — line is to the right, so subtract parabola from line.

This area problem appears in CBSE almost every other year and in JEE Main 2023 Shift 2. The pattern: parabola + line intersection asking for enclosed area. Always integrate with respect to yy when the parabola has a horizontal axis.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next