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

Question

If the area of the region {(x,y):0ymin{2x,6xx2}}\left\{(x, y): 0 \leq y \leq \min \left\{2 x, 6 x-x^2\right\}\right\} is A\mathrm{A}, then 12 A12 \mathrm{~A} is equal to ________.

Answer: 1

Solution

Key Concepts and Formulas

  • Area under a curve: The area under the curve y=f(x)y=f(x) from x=ax=a to x=bx=b is given by the definite integral abf(x)dx\int_a^b f(x) \, dx.
  • Finding the minimum of two functions: The function min{f(x),g(x)}\min\{f(x), g(x)\} returns the smaller of the two function values at each xx. To find the area under min{f(x),g(x)}\min\{f(x), g(x)\}, we need to determine the intervals where f(x)g(x)f(x) \le g(x) and g(x)f(x)g(x) \le f(x).
  • Intersection of curves: To find the intersection points of two curves y=f(x)y=f(x) and y=g(x)y=g(x), we solve the equation f(x)=g(x)f(x) = g(x).

Step-by-Step Solution

Step 1: Identify the Bounding Functions and Their Properties

We are given the functions f(x)=2xf(x) = 2x and g(x)=6xx2g(x) = 6x - x^2.

  • f(x)=2xf(x) = 2x is a straight line passing through the origin with a slope of 2.
  • g(x)=6xx2g(x) = 6x - x^2 is a downward-opening parabola. We can find its x-intercepts by setting g(x)=0g(x) = 0: x(6x)=0x(6-x) = 0, so x=0x=0 and x=6x=6. The vertex is at x=b2a=62(1)=3x = -\frac{b}{2a} = -\frac{6}{2(-1)} = 3, and g(3)=6(3)32=189=9g(3) = 6(3) - 3^2 = 18 - 9 = 9. Thus, the vertex is at (3,9)(3, 9).
  • The region is defined by 0ymin{2x,6xx2}0 \leq y \leq \min\{2x, 6x-x^2\}. The condition y0y \geq 0 limits the x values to where both 2x2x and 6xx26x - x^2 are non-negative.

Step 2: Find the Intersection Points of the Two Functions

To find where the functions intersect, we set f(x)=g(x)f(x) = g(x): 2x=6xx22x = 6x - x^2 x24x=0x^2 - 4x = 0 x(x4)=0x(x-4) = 0 So, x=0x = 0 or x=4x = 4. The corresponding y-values are f(0)=0f(0) = 0 and f(4)=8f(4) = 8. The intersection points are (0,0)(0, 0) and (4,8)(4, 8).

Step 3: Determine the Intervals Where Each Function is the Minimum

We need to determine which function is smaller in the intervals [0,4][0, 4] and [4,6][4, 6].

  • For x(0,4)x \in (0, 4), let's test x=2x = 2: f(2)=2(2)=4f(2) = 2(2) = 4 and g(2)=6(2)22=124=8g(2) = 6(2) - 2^2 = 12 - 4 = 8. Since 4<84 < 8, f(x)g(x)f(x) \le g(x) in this interval. So min{2x,6xx2}=2x\min\{2x, 6x-x^2\} = 2x.
  • For x(4,6)x \in (4, 6), let's test x=5x = 5: f(5)=2(5)=10f(5) = 2(5) = 10 and g(5)=6(5)52=3025=5g(5) = 6(5) - 5^2 = 30 - 25 = 5. Since 5<105 < 10, g(x)f(x)g(x) \le f(x) in this interval. So min{2x,6xx2}=6xx2\min\{2x, 6x-x^2\} = 6x - x^2.

Therefore, min{2x,6xx2}={2x,0x46xx2,4x6\min\{2x, 6x - x^2\} = \begin{cases} 2x, & 0 \le x \le 4 \\ 6x - x^2, & 4 \le x \le 6 \end{cases}

Step 4: Set Up the Definite Integral for the Area

The area AA is given by the sum of the integrals over the intervals [0,4][0, 4] and [4,6][4, 6]: A=042xdx+46(6xx2)dxA = \int_0^4 2x \, dx + \int_4^6 (6x - x^2) \, dx

Step 5: Evaluate the Integrals

  • 042xdx=[x2]04=4202=16\int_0^4 2x \, dx = [x^2]_0^4 = 4^2 - 0^2 = 16
  • 46(6xx2)dx=[3x2x33]46=(3(62)633)(3(42)433)=(10872)(48643)=3648+643=12+643=36+643=283\int_4^6 (6x - x^2) \, dx = [3x^2 - \frac{x^3}{3}]_4^6 = (3(6^2) - \frac{6^3}{3}) - (3(4^2) - \frac{4^3}{3}) = (108 - 72) - (48 - \frac{64}{3}) = 36 - 48 + \frac{64}{3} = -12 + \frac{64}{3} = \frac{-36 + 64}{3} = \frac{28}{3}

Step 6: Calculate the Total Area A

A=16+283=48+283=763A = 16 + \frac{28}{3} = \frac{48 + 28}{3} = \frac{76}{3}

Step 7: Calculate 12A

12A=12×763=4×76=30412A = 12 \times \frac{76}{3} = 4 \times 76 = 304

Common Mistakes & Tips

  • Careless algebraic errors when solving for intersection points. Always double-check your work.
  • Forgetting to consider the condition y0y \geq 0, which restricts the region to the area above the x-axis.
  • Incorrectly identifying the minimum function in each interval. Testing a point within the interval is crucial.

Summary

The area of the region is found by identifying the minimum of the two functions 2x2x and 6xx26x-x^2, splitting the integral at their intersection point, and summing the two resulting definite integrals. Finally, we multiply the total area by 12 to obtain the final answer.

The final answer is 304\boxed{304}.

Practice More Area Under Curves Questions

View All Questions