Question Statement
Find the area of the region enclosed by x=y2 and y=x−2 integrating with respect to y.
Background and Explanation
When finding areas between curves, integrating with respect to y is advantageous when the region is bounded by functions of the form x=f(y). This approach uses horizontal strips where the width is the difference between the rightmost and leftmost x-values at each y.
Solution
First, express both curves as functions of x in terms of y:
- The parabola: x=y2
- The line: From y=x−2, we get x=y+2
Finding the limits of integration:
To find where the curves intersect, set the x-values equal:
y2=y+2
Rearranging into standard quadratic form:
y2−y−2=0
Factoring the quadratic:
(y−2)(y+1)=0
Therefore, the curves intersect at y=2 and y=−1. These are our limits of integration.
Setting up the integral:
For y∈[−1,2], test a point (say y=0) to determine which curve is on the right:
- Line: x=0+2=2
- Parabola: x=02=0
Thus, x=y+2 is the right curve and x=y2 is the left curve. The area is:
Area=∫−12[(y+2)−y2]dy=∫−12(y+2−y2)dy
Evaluating the integral:
Split the integral into three separate terms for easier computation:
Area=∫−12ydy+2∫−121dy−∫−12y2dy
Compute each definite integral using the Fundamental Theorem of Calculus:
-
For ∫−12ydy:
[2y2]−12=21[(2)2−(−1)2]=21(4−1)=23
-
For 2∫−121dy:
2[y]−12=2[2−(−1)]=2(3)=6
-
For ∫−12y2dy:
[3y3]−12=31[(2)3−(−1)3]=31(8−(−1))=31(9)=3
Combining the results:
Area=23+6−3=23+3=23+6=29
Therefore, the area of the enclosed region is 29 square units.
- Area between curves (horizontal strips): A=∫cd[xright(y)−xleft(y)]dy
- Finding intersection points: Solve simultaneous equations by setting x-values equal
- Power rule for integration: ∫yndy=n+1yn+1+C (for n=−1)
- Fundamental Theorem of Calculus: ∫abf(y)dy=F(b)−F(a) where F is the antiderivative of f
Summary of Steps
- Rewrite both equations as x in terms of y: x=y2 and x=y+2
- Find intersection points by solving y2=y+2, yielding y=−1 and y=2
- Identify the right curve (x=y+2) and left curve (x=y2) by testing a point between the intersection values
- Set up the area integral: ∫−12[(y+2)−y2]dy
- Expand and integrate term by term using the power rule
- Evaluate the antiderivatives at the bounds y=2 and y=−1
- Combine the numerical results to obtain the final answer: 29 square units