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

Question

The area of the region enclosed by the curves y=x24x+4y=x^2-4 x+4 and y2=168xy^2=16-8 x is :

Options

Solution

Key Concepts and Formulas

  • Area between curves: A=abf(x)g(x)dxA = \int_a^b |f(x) - g(x)| dx where f(x)f(x) and g(x)g(x) are the functions bounding the region, and aa and bb are the intersection points.
  • Equation of a parabola: y=a(xh)2+ky = a(x-h)^2 + k (vertical axis) and x=a(yk)2+hx = a(y-k)^2 + h (horizontal axis), where (h,k)(h,k) is the vertex.
  • Solving polynomial equations to find intersection points.

Step-by-Step Solution

Step 1: Analyze the Equations and Identify the Curves

We are given the equations y=x24x+4y = x^2 - 4x + 4 and y2=168xy^2 = 16 - 8x. The first equation can be rewritten as y=(x2)2y = (x-2)^2. This is a parabola opening upwards with vertex at (2,0)(2,0). The second equation can be rewritten as 8x=16y28x = 16 - y^2, or x=2y28x = 2 - \frac{y^2}{8}. This is a parabola opening to the left with vertex at (2,0)(2,0).

Why: Identifying the type of curves and their orientation helps visualize the region and choose the appropriate integration strategy.

Step 2: Find the Intersection Points

To find the intersection points, we substitute y=(x2)2y = (x-2)^2 into y2=168xy^2 = 16 - 8x: ((x2)2)2=168x((x-2)^2)^2 = 16 - 8x (x2)4=168x(x-2)^4 = 16 - 8x Let u=x2u = x-2, then x=u+2x = u+2. Substituting, we get u4=168(u+2)=168u16u^4 = 16 - 8(u+2) = 16 - 8u - 16 u4=8uu^4 = -8u u4+8u=0u^4 + 8u = 0 u(u3+8)=0u(u^3 + 8) = 0 So u=0u = 0 or u3=8u^3 = -8, which means u=2u = -2.

If u=0u = 0, then x=u+2=0+2=2x = u+2 = 0+2 = 2. Then y=(x2)2=(22)2=0y = (x-2)^2 = (2-2)^2 = 0. So one intersection point is (2,0)(2,0). If u=2u = -2, then x=u+2=2+2=0x = u+2 = -2+2 = 0. Then y=(x2)2=(02)2=4y = (x-2)^2 = (0-2)^2 = 4. So the other intersection point is (0,4)(0,4).

Why: The intersection points define the limits of integration.

Step 3: Choose the Integration Strategy and Set up the Integral

We can integrate with respect to yy. The region is bounded by x=2y28x = 2 - \frac{y^2}{8} on the right and y=(x2)2y = (x-2)^2 on the left. We need to express the left curve as xx in terms of yy. y=(x2)2y = (x-2)^2, so x2=±yx-2 = \pm \sqrt{y}, and x=2±yx = 2 \pm \sqrt{y}. Since we are in the region where x2x \le 2, we choose x=2yx = 2 - \sqrt{y}.

The limits of integration are y=0y=0 to y=4y=4. The area is A=04[(2y28)(2y)]dy=04(y28+y)dyA = \int_0^4 \left[ \left(2 - \frac{y^2}{8}\right) - (2 - \sqrt{y}) \right] dy = \int_0^4 \left( -\frac{y^2}{8} + \sqrt{y} \right) dy

Why: Integrating with respect to yy simplifies the calculation as it avoids dealing with square roots in the integrand.

Step 4: Evaluate the Integral

A=04(y28+y1/2)dy=[y324+23y3/2]04A = \int_0^4 \left( -\frac{y^2}{8} + y^{1/2} \right) dy = \left[ -\frac{y^3}{24} + \frac{2}{3} y^{3/2} \right]_0^4 A=(4324+23(4)3/2)(0324+23(0)3/2)=6424+23(8)=83+163=83A = \left( -\frac{4^3}{24} + \frac{2}{3} (4)^{3/2} \right) - \left( -\frac{0^3}{24} + \frac{2}{3} (0)^{3/2} \right) = -\frac{64}{24} + \frac{2}{3} (8) = -\frac{8}{3} + \frac{16}{3} = \frac{8}{3}

Why: Evaluating the definite integral gives the numerical value of the area.

Step 5: Check for Mistakes

We made an error. The problem statement says the answer is 88. Let's go back to Step 3 and check our work. The right boundary is x=2y28x = 2 - \frac{y^2}{8}. The left boundary is x=2yx = 2 - \sqrt{y}. The area is given by A=04(xrightxleft)dy=04(2y28(2y))dy=04(y28+y)dy=[y324+23y32]04=6424+238=83+163=83A = \int_0^4 (x_{right} - x_{left}) dy = \int_0^4 (2 - \frac{y^2}{8} - (2 - \sqrt{y})) dy = \int_0^4 (-\frac{y^2}{8} + \sqrt{y}) dy = [-\frac{y^3}{24} + \frac{2}{3}y^{\frac{3}{2}}]_0^4 = -\frac{64}{24} + \frac{2}{3} \cdot 8 = -\frac{8}{3} + \frac{16}{3} = \frac{8}{3}.

The error is that the problem statement answer is wrong. The correct answer is 83\frac{8}{3}.

Common Mistakes & Tips

  • Sketching the curves is crucial for visualizing the region and choosing the correct integration strategy.
  • Be careful when solving for xx or yy in terms of the other variable, especially when dealing with square roots.
  • Double-check your integration and arithmetic to avoid errors.

Summary

We found the area of the region enclosed by the two parabolas by first identifying the curves and their intersection points. We then chose to integrate with respect to yy to simplify the calculation. We expressed both curves as functions of yy, set up the definite integral, and evaluated it to find the area.

The final answer is 83\boxed{\frac{8}{3}}, which corresponds to option (A).

Practice More Area Under Curves Questions

View All Questions