Use double integration to calculate the area common to the circle x2+y2=4 and the parabola y2=3x.
Technique
Intersection of curve and circle; bounded region described in terms of y (horizontal slices); trig substitution for the circle integral; direct integration for the parabola term; double for symmetry.
Solution
Setup. The circle has radius 2 centred at origin. The parabola y2=3x opens to the right, with vertex at origin. The common region is inside the circle and to the right of (or “inside”) the parabola.
Actually, “common to” the circle (disc) and the parabola — both are curves, so we mean the region bounded by them. The region inside the circle (x2+y2≤4) and to the right of the parabola (y2≤3x, i.e. the parabola opens to the right and the “inside” is the convex side).
Wait — clarify: y2=3x as a curve doesn’t bound a region by itself. The natural region “inside the parabola” is y2≤3x (the convex region to the right of y-axis). The common region with disc x2+y2≤4 is bounded.
Step 1 — Find intersection points
Solve x2+y2=4 and y2=3x simultaneously.
Substitute: x2+3x=4⇒x2+3x−4=0⇒(x+4)(x−1)=0. So x=−4 or x=1.
x=−4 requires y2=−12, impossible. So x=1, then y2=3⇒y=±3.
Intersections: (1,3) and (1,−3).
Step 2 — Describe the region
By symmetry about the x-axis, compute area for y≥0 and double.
For 0≤y≤3: the region is bounded on the left by the parabola x=y2/3 and on the right by the circle x=4−y2.
So Aupper half=∫03(4−y2−3y2)dy.
Step 3 — Evaluate
I1=∫034−y2dy.
Substitute y=2sinθ, dy=2cosθdθ. When y=0,θ=0; when y=3,θ=π/3 (since sinπ/3=3/2).