The area (in sq. units) of the region {(x,y):y2≥2xandx2+y2≤4x,x≥0,y≥0} is :
Options
Solution
Key Concepts and Formulas
Area Between Curves: The area between two curves y=f(x) and y=g(x), where f(x)≥g(x) on the interval [a,b], is given by A=∫ab[f(x)−g(x)]dx.
Equation of a Circle: The equation of a circle with center (h,k) and radius r is (x−h)2+(y−k)2=r2. In particular, x2+y2−2ax=0 represents a circle with center (a,0) and radius a.
We are given the inequalities y2≥2x, x2+y2≤4x, x≥0, and y≥0.
The first inequality, y2≥2x, represents the region to the left of the parabola y2=2x.
The second inequality, x2+y2≤4x, can be rewritten as x2−4x+y2≤0, which completing the square, gives (x−2)2+y2≤4. This represents the region inside the circle with center (2,0) and radius 2.
The conditions x≥0 and y≥0 restrict the region to the first quadrant.
Step 2: Find the intersection points
We need to find the intersection points of the parabola y2=2x and the circle x2+y2=4x. Substituting y2=2x into the circle equation, we get x2+2x=4x, which simplifies to x2−2x=0. Factoring, we have x(x−2)=0, so x=0 or x=2.
When x=0, y2=2(0)=0, so y=0.
When x=2, y2=2(2)=4, so y=±2. Since we are in the first quadrant, we take y=2.
Thus, the intersection points are (0,0) and (2,2).
Step 3: Set up the integral
The area we want to find is bounded by the circle x2+y2=4x (or y=4x−x2) and the parabola y2=2x (or y=2x) in the first quadrant. The x-values range from 0 to 2. Thus, the area A is given by:
A=∫02(4x−x2−2x)dx
Step 4: Evaluate the integral
We can split the integral into two parts:
A=∫024x−x2dx−∫022xdx
First, let's evaluate ∫024x−x2dx=∫024−(x−2)2dx. Let x−2=2sinθ, so dx=2cosθdθ.
When x=0, 2sinθ=−2, so sinθ=−1, and θ=−2π.
When x=2, 2sinθ=0, so sinθ=0, and θ=0.
Then the integral becomes:
∫−π/204−4sin2θ⋅2cosθdθ=∫−π/202cosθ⋅2cosθdθ=4∫−π/20cos2θdθ=4∫−π/2021+cos(2θ)dθ=2∫−π/20(1+cos(2θ))dθ=2[θ+2sin(2θ)]−π/20=2[(0+0)−(−2π+0)]=2(2π)=π
Carefully sketch the region to avoid incorrect upper and lower bounds for the integrals.
Remember to change the limits of integration when performing a substitution.
Be careful with the signs when evaluating definite integrals.
Summary
The problem asks for the area of a region bounded by a parabola and a circle in the first quadrant. We first found the intersection points of the curves. Then, we set up a definite integral representing the area between the curves. Finally, we evaluated the integral, which involved a trigonometric substitution for the circle part. The final area is π−38.
Final Answer
The final answer is π−38, which corresponds to option (D).