Skip to main content
Back to Area Under Curves
JEE Main 2021
Area Under Curves
Area Under The Curves
Hard

Question

The area (in sq. units) of the region {(x,y):y22xandx2+y24x,x0,y0}\left\{ {\left( {x,y} \right):{y^2} \ge 2x\,\,\,and\,\,\,{x^2} + {y^2} \le 4x,x \ge 0,y \ge 0} \right\} is :

Options

Solution

Key Concepts and Formulas

  • Area Between Curves: The area between two curves y=f(x)y=f(x) and y=g(x)y=g(x), where f(x)g(x)f(x) \ge g(x) on the interval [a,b][a, b], is given by A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx.
  • Equation of a Circle: The equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. In particular, x2+y22ax=0x^2 + y^2 - 2ax = 0 represents a circle with center (a,0)(a, 0) and radius aa.
  • Integration Formulas: a2x2dx=x2a2x2+a22sin1(xa)+C\int \sqrt{a^2 - x^2} \, dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\left(\frac{x}{a}\right) + C.

Step-by-Step Solution

Step 1: Analyze the given inequalities

We are given the inequalities y22xy^2 \ge 2x, x2+y24xx^2 + y^2 \le 4x, x0x \ge 0, and y0y \ge 0. The first inequality, y22xy^2 \ge 2x, represents the region to the left of the parabola y2=2xy^2 = 2x. The second inequality, x2+y24xx^2 + y^2 \le 4x, can be rewritten as x24x+y20x^2 - 4x + y^2 \le 0, which completing the square, gives (x2)2+y24(x-2)^2 + y^2 \le 4. This represents the region inside the circle with center (2,0)(2, 0) and radius 2. The conditions x0x \ge 0 and y0y \ge 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=2xy^2 = 2x and the circle x2+y2=4xx^2 + y^2 = 4x. Substituting y2=2xy^2 = 2x into the circle equation, we get x2+2x=4xx^2 + 2x = 4x, which simplifies to x22x=0x^2 - 2x = 0. Factoring, we have x(x2)=0x(x - 2) = 0, so x=0x = 0 or x=2x = 2.

When x=0x = 0, y2=2(0)=0y^2 = 2(0) = 0, so y=0y = 0. When x=2x = 2, y2=2(2)=4y^2 = 2(2) = 4, so y=±2y = \pm 2. Since we are in the first quadrant, we take y=2y = 2. Thus, the intersection points are (0,0)(0, 0) and (2,2)(2, 2).

Step 3: Set up the integral

The area we want to find is bounded by the circle x2+y2=4xx^2 + y^2 = 4x (or y=4xx2y = \sqrt{4x - x^2}) and the parabola y2=2xy^2 = 2x (or y=2xy = \sqrt{2x}) in the first quadrant. The x-values range from 0 to 2. Thus, the area A is given by: A=02(4xx22x)dxA = \int_0^2 (\sqrt{4x - x^2} - \sqrt{2x}) \, dx

Step 4: Evaluate the integral

We can split the integral into two parts: A=024xx2dx022xdxA = \int_0^2 \sqrt{4x - x^2} \, dx - \int_0^2 \sqrt{2x} \, dx

First, let's evaluate 024xx2dx=024(x2)2dx\int_0^2 \sqrt{4x - x^2} \, dx = \int_0^2 \sqrt{4 - (x - 2)^2} \, dx. Let x2=2sinθx - 2 = 2\sin\theta, so dx=2cosθdθdx = 2\cos\theta \, d\theta. When x=0x = 0, 2sinθ=22\sin\theta = -2, so sinθ=1\sin\theta = -1, and θ=π2\theta = -\frac{\pi}{2}. When x=2x = 2, 2sinθ=02\sin\theta = 0, so sinθ=0\sin\theta = 0, and θ=0\theta = 0. Then the integral becomes: π/2044sin2θ2cosθdθ=π/202cosθ2cosθdθ=4π/20cos2θdθ\int_{-\pi/2}^0 \sqrt{4 - 4\sin^2\theta} \cdot 2\cos\theta \, d\theta = \int_{-\pi/2}^0 2\cos\theta \cdot 2\cos\theta \, d\theta = 4 \int_{-\pi/2}^0 \cos^2\theta \, d\theta =4π/201+cos(2θ)2dθ=2π/20(1+cos(2θ))dθ=2[θ+sin(2θ)2]π/20= 4 \int_{-\pi/2}^0 \frac{1 + \cos(2\theta)}{2} \, d\theta = 2 \int_{-\pi/2}^0 (1 + \cos(2\theta)) \, d\theta = 2\left[\theta + \frac{\sin(2\theta)}{2}\right]_{-\pi/2}^0 =2[(0+0)(π2+0)]=2(π2)=π= 2\left[(0 + 0) - \left(-\frac{\pi}{2} + 0\right)\right] = 2\left(\frac{\pi}{2}\right) = \pi

Next, let's evaluate 022xdx=202xdx=2[23x3/2]02=223(2)3/2=22322=83\int_0^2 \sqrt{2x} \, dx = \sqrt{2} \int_0^2 \sqrt{x} \, dx = \sqrt{2} \left[\frac{2}{3}x^{3/2}\right]_0^2 = \sqrt{2} \cdot \frac{2}{3} (2)^{3/2} = \sqrt{2} \cdot \frac{2}{3} \cdot 2\sqrt{2} = \frac{8}{3}.

Therefore, the area is A=π83A = \pi - \frac{8}{3}.

Common Mistakes & Tips

  • 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 π83\pi - \frac{8}{3}.

Final Answer The final answer is π83\boxed{\pi - {8 \over 3}}, which corresponds to option (D).

Practice More Area Under Curves Questions

View All Questions