Question
Find the area of the region bounded by the parabola y2=4x and the line y=2x−4.
Solution — Step by Step
Substitute y=2x−4 into y2=4x:
(2x−4)2=4x⟹4x2−16x+16=4x
4x2−20x+16=0⟹x2−5x+4=0
(x−1)(x−4)=0⟹x=1,4
Corresponding y-values: y=−2 and y=4.
Integrating with respect to y avoids the parabola’s “two halves” issue. From y2=4x, x=y2/4. From y=2x−4, x=(y+4)/2.
The line xline=(y+4)/2 lies to the right of the parabola xparab=y2/4 for y∈[−2,4].
A=∫−24[2y+4−4y2]dy
A=[4y2+2y−12y3]−24
At y=4: 416+8−1264=4+8−316=12−316=320.
At y=−2: 44−4+128=1−4+32=−37.
A=320−(−37)=327=9
Final: Area = 9 square units.
Why This Works
Choosing y as the integration variable avoids splitting the parabola into upper and lower branches. When you integrate with respect to y, “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 y-range.
Alternative Method
Integrate with respect to x but split into two pieces. From x=0 to x=1, both halves of the parabola bound the region. From x=1 to x=4, the upper half of the parabola and the line bound the region. Two integrals, more work, same answer.
Common Mistake
Students integrate ∣y1−y2∣ over the wrong interval, or forget that the parabola has two y-values for each x. Sketching the region first costs 30 seconds and saves 5 minutes of debugging.