To find the area of the region R={(x,y):0≤y≤6−x,y2≥4x−3,x≥0}, we can determine the boundaries and set up the integrals.
Step 1: Identify the Boundary Curves and Inequalities
- x≥0 and y≥0 places the region in the first quadrant.
- y≤6−x⟹x+y≤6 (a straight line).
- y2≥4x−3⟹x≤4y2+3 (a parabola opening to the right with vertex at (3/4,0)).
Step 2: Find the Intersection Points
To find the intersection of the line x=6−y and the parabola x=4y2+3, we equate the two expressions for x:
6−y=4y2+3
Multiply both sides by 4:
24−4y=y2+3
y2+4y−21=0
Factoring the quadratic equation:
(y+7)(y−3)=0
Since y≥0, we get y=3.
Substituting y=3 into x=6−y, we get x=3. Thus, the intersection point in the first quadrant is (3,3).
Step 3: Integrate with Respect to y
It is simpler to integrate with respect to y. The limits for y range from 0 to 6 (since x≥0 and y≤6−x⟹y≤6).
The upper limit for x as a function of y is given by:
- For y∈[0,3]: x goes from 0 to 4y2+3.
- For y∈[3,6]: x goes from 0 to 6−y.
Thus, the total area A can be split into two integrals A=A1+A2:
A1=∫03(4y2+3)dy
A2=∫36(6−y)dy
Step 4: Evaluate the Integrals
Calculating A1:
A1=41[3y3+3y]03=41(327+3(3))=41(9+9)=418=29
Calculating A2:
A2=[6y−2y2]36=(36−236)−(18−29)=18−227=29
Step 5: Sum the Areas
A=A1+A2=29+29=9
Thus, the area of the given region is 9.
Correct Answer: B