Analyzing the Setup
Imagine you are standing on a coordinate plane. You see a parabola, y2=4(x−2), stretching out to the right, its vertex anchored firmly at (2,0).
Then, you see a line, y=2x−8, cutting across the plane like a blade. The region trapped between these two curves is our target.
If we were to use vertical strips (integrating with respect to x), we would face a dilemma: the parabola's upper and lower branches are different functions of x, meaning we would have to split our integral at the vertex. Instead, let us be strategic and use horizontal strips.
The Strategic Shift
To make our lives easier, let us introduce a coordinate shift. Let X=x−2.
By shifting our origin to the vertex of the parabola, the equation
y2=4(x−2) transforms into the much friendlier:
y2=4X
Similarly, the line y=2x−8 becomes y=2(X+2)−8, which simplifies to y=2X−4. The landscape is now clear and ready to be tamed.
Finding the Intersection
To find the area, we must know where these curves meet. We set the expressions for X equal to each other.
From the line,
X=2y+4. From the parabola,
X=4y2. Setting them equal, we get:
2y+4=4y2
Multiplying by 4, we get 2(y+4)=y2, or y2−2y−8=0. Factoring this quadratic, we find (y−4)(y+2)=0.
Thus, our intersection points occur at y=4 and y=−2. These are the boundaries of our integration.
The Calculus
We are integrating with respect to
y from
−2 to
4. The area is the integral of the right curve minus the left curve:
Area=∫−24(Xright−Xleft)dy
Substituting our expressions, we have:
Area=∫−24(2y+4−4y2)dy
The antiderivative of
2y is
4y2, the antiderivative of
24 is
2y, and the antiderivative of
−4y2 is
−12y3. We evaluate the expression:
[4y2+2y−12y3]−24
Final Calculation
Plugging in the upper limit
y=4:
(416+8−1264)=(4+8−316)=12−316=320
Plugging in the lower limit
y=−2:
(44−4−12−8)=(1−4+32)=−3+32=−37
Subtracting the lower limit from the upper limit:
320−(−37)=327=9
The area is exactly 9 square units.