Application of Integrals: Speed-Solving Techniques (6)

hard 2 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 y=2x4y = 2x - 4 into y2=4xy^2 = 4x:

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

4x220x+16=0    x25x+4=04x^2 - 20x + 16 = 0 \implies x^2 - 5x + 4 = 0

(x1)(x4)=0    x=1,4(x - 1)(x - 4) = 0 \implies x = 1, 4

Corresponding yy-values: y=2y = -2 and y=4y = 4.

Integrating with respect to yy avoids the parabola’s “two halves” issue. From y2=4xy^2 = 4x, x=y2/4x = y^2/4. From y=2x4y = 2x - 4, x=(y+4)/2x = (y + 4)/2.

The line xline=(y+4)/2x_{\text{line}} = (y + 4)/2 lies to the right of the parabola xparab=y2/4x_{\text{parab}} = y^2/4 for y[2,4]y \in [-2, 4].

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: 164+86412=4+8163=12163=203\frac{16}{4} + 8 - \frac{64}{12} = 4 + 8 - \frac{16}{3} = 12 - \frac{16}{3} = \frac{20}{3}.

At y=2y = -2: 444+812=14+23=73\frac{4}{4} - 4 + \frac{8}{12} = 1 - 4 + \frac{2}{3} = -\frac{7}{3}.

A=203(73)=273=9A = \frac{20}{3} - \left(-\frac{7}{3}\right) = \frac{27}{3} = 9

Final: Area = 9 square units.

Why This Works

Choosing yy as the integration variable avoids splitting the parabola into upper and lower branches. When you integrate with respect to yy, “horizontal strips” sweep across both branches naturally.

The formula “right curve minus left curve” only works because we sketched the region and confirmed which curve sits to the right over the entire yy-range.

Alternative Method

Integrate with respect to xx but split into two pieces. From x=0x = 0 to x=1x = 1, both halves of the parabola bound the region. From x=1x = 1 to x=4x = 4, the upper half of the parabola and the line bound the region. Two integrals, more work, same answer.

Common Mistake

Students integrate y1y2|y_1 - y_2| over the wrong interval, or forget that the parabola has two yy-values for each xx. Sketching the region first costs 30 seconds and saves 5 minutes of debugging.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next