Skip to main content
Back to Area Under Curves
JEE Main 2023
Area Under Curves
Area Under The Curves
Medium

Question

Let the area of the bounded region {(x,y):09xy2,y3x6}\left\{(x, y): 0 \leq 9 x \leq y^2, y \geq 3 x-6\right\} be AA. Then 6A6 A is equal to _________.

Answer: 0

Solution

Key Concepts and Formulas

  • Area Between Curves: If x=f(y)x = f(y) and x=g(y)x = g(y) are continuous functions and f(y)g(y)f(y) \geq g(y) on the interval [c,d][c, d], then the area of the region bounded by the curves x=f(y)x = f(y), x=g(y)x = g(y), and the lines y=cy = c and y=dy = d is given by A=cd[f(y)g(y)]dyA = \int_c^d [f(y) - g(y)] \, dy.
  • Finding Intersection Points: To find the intersection points of two curves, set their equations equal to each other and solve for the variable.
  • Quadratic Formula/Factoring: To solve a quadratic equation of the form ax2+bx+c=0ax^2 + bx + c = 0, either factor the quadratic or use the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Step 1: Express the Equations in Terms of xx as Functions of yy

The given region is defined by 09xy20 \leq 9x \leq y^2 and y3x6y \geq 3x - 6. We need to rewrite these inequalities to express xx as a function of yy.

  • From 09xy20 \leq 9x \leq y^2, we get x0x \geq 0 and xy29x \leq \frac{y^2}{9}. So, we have x=y29x = \frac{y^2}{9} as one bounding curve.

  • From y3x6y \geq 3x - 6, we can rewrite it as 3xy+63x \leq y + 6, which gives us xy+63x \leq \frac{y + 6}{3}. So, we have x=y+63x = \frac{y + 6}{3} as the other bounding curve.

We also have x0x \geq 0 as a boundary. Thus, the region is bounded by the parabola x=y29x = \frac{y^2}{9}, the line x=y+63x = \frac{y+6}{3}, and the yy-axis (x=0x=0).

Step 2: Find the Intersection Points of the Curves

To find the area, we need to determine the points of intersection between the parabola x=y29x = \frac{y^2}{9} and the line x=y+63x = \frac{y+6}{3}. We set the two expressions for xx equal to each other: y29=y+63\frac{y^2}{9} = \frac{y+6}{3}

Multiplying both sides by 9 to eliminate the fractions, we get: y2=3(y+6)y^2 = 3(y+6) y2=3y+18y^2 = 3y + 18 y23y18=0y^2 - 3y - 18 = 0

Factoring the quadratic, we get: (y6)(y+3)=0(y-6)(y+3) = 0

So, the yy-coordinates of the intersection points are y=6y = 6 and y=3y = -3. The corresponding xx-coordinates are:

  • When y=6y = 6, x=629=369=4x = \frac{6^2}{9} = \frac{36}{9} = 4.
  • When y=3y = -3, x=(3)29=99=1x = \frac{(-3)^2}{9} = \frac{9}{9} = 1.

The intersection points are (4,6)(4, 6) and (1,3)(1, -3).

Step 3: Determine the Limits of Integration and the Rightmost and Leftmost Curves

Our limits of integration will be y=3y = -3 and y=6y = 6. Within this interval, we need to determine which function is "rightmost" (larger xx-value) and which is "leftmost" (smaller xx-value).

Consider a yy value between -3 and 6, say y=0y = 0.

  • For the parabola, x=029=0x = \frac{0^2}{9} = 0.
  • For the line, x=0+63=2x = \frac{0+6}{3} = 2.

Since 2>02 > 0, the line x=y+63x = \frac{y+6}{3} is to the right of the parabola x=y29x = \frac{y^2}{9} in the region of interest. Also, since x0x \geq 0, we don't need to consider the yy-axis as a boundary.

Step 4: Set Up and Evaluate the Integral

The area AA of the region is given by the integral: A=36(y+63y29)dyA = \int_{-3}^{6} \left( \frac{y+6}{3} - \frac{y^2}{9} \right) dy

A=36(y3+2y29)dyA = \int_{-3}^{6} \left( \frac{y}{3} + 2 - \frac{y^2}{9} \right) dy

Now, we integrate: A=[y26+2yy327]36A = \left[ \frac{y^2}{6} + 2y - \frac{y^3}{27} \right]_{-3}^{6}

Evaluate the expression at the limits of integration: A=(626+2(6)6327)((3)26+2(3)(3)327)A = \left( \frac{6^2}{6} + 2(6) - \frac{6^3}{27} \right) - \left( \frac{(-3)^2}{6} + 2(-3) - \frac{(-3)^3}{27} \right) A=(366+1221627)(9662727)A = \left( \frac{36}{6} + 12 - \frac{216}{27} \right) - \left( \frac{9}{6} - 6 - \frac{-27}{27} \right) A=(6+128)(326+1)A = \left( 6 + 12 - 8 \right) - \left( \frac{3}{2} - 6 + 1 \right) A=(10)(325)A = \left( 10 \right) - \left( \frac{3}{2} - 5 \right) A=10(32102)A = 10 - \left( \frac{3}{2} - \frac{10}{2} \right) A=10(72)A = 10 - \left( -\frac{7}{2} \right) A=10+72A = 10 + \frac{7}{2} A=202+72=272A = \frac{20}{2} + \frac{7}{2} = \frac{27}{2}

Step 5: Calculate 6A6A

The question asks for the value of 6A6A. 6A=6×2726A = 6 \times \frac{27}{2} 6A=3×276A = 3 \times 27 6A=816A = 81

Common Mistakes & Tips

  • Incorrectly identifying the rightmost and leftmost curves: Always test a point within the interval to determine which curve is to the right (larger xx-value) and which is to the left (smaller xx-value).
  • Integration errors: Double-check your integration and evaluation of the definite integral.
  • Not expressing xx as a function of yy: When integrating with respect to yy, ensure that your equations are in the form x=f(y)x = f(y).

Summary

We found the area of the region bounded by the given curves by first expressing the equations as functions of yy, finding the intersection points, setting up the definite integral with respect to yy, and evaluating the integral. Finally, we multiplied the area by 6 to obtain the desired result.

The final answer is 81\boxed{81}.

Practice More Area Under Curves Questions

View All Questions