01given
Region S={(x,y):2y−y2≤x2≤2y,x≥y} and Area(S)=n+1n+2−n−1π for natural number n.
03approach
Analyze the three boundary conditions in the first quadrant:
1. x2+y2−2y≥0⟹x2+(y−1)2≥1 (outside/on the circle centered at (0,1) with radius 1).
2. x2≤2y⟹y≥2x2 (above/on the parabola x2=2y).
3. x≥y (below/on the line y=x).
Calculate the area by decomposing the region below y=x and bounded between the parabola and the circle.
04execute
The line y=x intersects the parabola x2=2y at (0,0) and (2,2). The line y=x intersects the circle x2+y2−2y=0 at (0,0) and (1,1).
The total area under y=x from x=0 to x=2 is the triangle with vertices (0,0),(2,0),(2,2), having area 21×2×2=2.
The area under the parabola from x=0 to x=2 is ∫022x2dx=[6x3]02=68=34.
The circular sector region in the first quadrant below y=x bounded by x2+y2−2y≤0 has area equal to: (Sector of circle)−(Triangle)=4π(1)2−21(1)(1)=4π−21.
Thus, Area(S)=Area(region between y=x and y=2x2)−Area(circle region below y=x),
Area(S)=(2−34)−(4π−21)=32+21−4π=67−4π.
05execute
Comparing Area(S)=67−4π with n+1n+2−n−1π:
n+1n+2=67⟹6n+12=7n+7⟹n=5.
Also, n−1π=4π⟹n−1=4⟹n=5.