StepWorking
01Given
The bounded region is defined by:
1. 0≤y≤6−x⟹x≤6−y and y≥0
2. y2≥4x−3⟹x≤4y2+3
3. x≥0
02Goal
Find the total area of the enclosed region in the first quadrant.
03Approach
Find the intersection points of x=6−y and x=4y2+3. The bounds for y run from y=0 up to the intersection point. Integrate horizontal strips Δx=xright−xleft with respect to y. Here, the line is on the right and the parabola is on the left in the region of interest: xright=6−y and xleft=4y2+3.
04Execute
Set 6−y=4y2+3⟹24−4y=y2+3⟹y2+4y−21=0⟹(y+7)(y−3)=0. Since y≥0, the upper limit is y=3.
The area is:
A=∫03((6−y)−4y2+3)dy=∫03(421−y−4y2)dy
A=[421y−2y2−12y3]03=463−29−1227=463−418−49=436=9
✓Verify
Check at endpoints: for y=0, x∈[3/4,6], width is 5.25. At y=3, x=3, width is 0. The average width is approximately (5.25+0)/2=2.625, multiplied by height 3 gives roughly 7.875, close to 9 (accounting for the concave parabolic left boundary which bulges out the area).