The given region is defined by the inequalities:
x≥0
0≤y≤6−x⇒y≥0 and x≤6−y
y2≥4x−3⇒x≤4y2+3
From these inequalities, for a given y≥0, the value of x ranges from 0 to min(6−y,4y2+3).
To find the point where the two bounding curves intersect, we equate them:
6−y=4y2+3
24−4y=y2+3
y2+4y−21=0
(y+7)(y−3)=0
Since y≥0, the intersection occurs at y=3.
For 0≤y≤3, the right boundary is the parabola x=4y2+3.
For 3≤y≤6, the right boundary is the line x=6−y.
The total area A can be calculated by integrating with respect to y:
A=∫034y2+3dy+∫36(6−y)dy
Evaluating the first integral:
∫034y2+3dy=41[3y3+3y]03=41(9+9)=418=29
Evaluating the second integral:
∫36(6−y)dy=[6y−2y2]36=(36−18)−(18−29)=18−13.5=29
Total Area = 29+29=9
Answer: 9