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

Question

If the area of the bounded region R={(x,y):max{0,logex}y2x,12x2}R = \left\{ {(x,y):\max \{ 0,{{\log }_e}x\} \le y \le {2^x},{1 \over 2} \le x \le 2} \right\} is , α(loge2)1+β(loge2)+γ\alpha {({\log _e}2)^{ - 1}} + \beta ({\log _e}2) + \gamma , then the value of (α+β2λ)2{(\alpha + \beta - 2\lambda )^2} is equal to :

Options

Solution

Key Concepts and Formulas

  • Area Between Curves: The area between two curves f(x)f(x) and g(x)g(x) from aa to bb, where f(x)g(x)f(x) \ge g(x) on [a,b][a,b], is given by ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)] dx.
  • Integral of Exponential Functions: axdx=axlna+C\int a^x dx = \frac{a^x}{\ln a} + C.
  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du.

Step-by-Step Solution

Step 1: Define the Region and Identify the Curves

The problem defines the region RR as: R={(x,y):max{0,logex}y2x,12x2}R = \left\{ {(x,y):\max \{ 0,{{\log }_e}x\} \le y \le {2^x},{1 \over 2} \le x \le 2} \right\} This tells us:

  • Upper curve: yU=2xy_U = 2^x
  • Lower curve: yL=max{0,lnx}y_L = \max\{0, \ln x\}
  • Interval: x[12,2]x \in \left[\frac{1}{2}, 2\right]

Step 2: Analyze the Lower Curve

The lower curve yL=max{0,lnx}y_L = \max\{0, \ln x\} is a piecewise function. We need to consider when lnx\ln x is positive or negative. lnx=0\ln x = 0 when x=1x = 1.

  • For 12x1\frac{1}{2} \le x \le 1, lnx0\ln x \le 0, so yL=max{0,lnx}=0y_L = \max\{0, \ln x\} = 0.
  • For 1x21 \le x \le 2, lnx0\ln x \ge 0, so yL=max{0,lnx}=lnxy_L = \max\{0, \ln x\} = \ln x.

Step 3: Set Up the Integral for the Area

Since the lower curve changes definition at x=1x = 1, we split the integral into two parts:

Area=1/21(2x0)dx+12(2xlnx)dx\text{Area} = \int_{1/2}^1 (2^x - 0) \, dx + \int_1^2 (2^x - \ln x) \, dx Area=1/212xdx+122xdx12lnxdx\text{Area} = \int_{1/2}^1 2^x \, dx + \int_1^2 2^x \, dx - \int_1^2 \ln x \, dx Area=1/222xdx12lnxdx\text{Area} = \int_{1/2}^2 2^x \, dx - \int_1^2 \ln x \, dx Let I1=1/222xdxI_1 = \int_{1/2}^2 2^x \, dx and I2=12lnxdxI_2 = \int_1^2 \ln x \, dx. Then, Area=I1I2\text{Area} = I_1 - I_2.

Step 4: Evaluate I1=1/222xdxI_1 = \int_{1/2}^2 2^x \, dx

Using the formula axdx=axlna+C\int a^x dx = \frac{a^x}{\ln a} + C: I1=[2xln2]1/22=22ln221/2ln2=42ln2I_1 = \left[ \frac{2^x}{\ln 2} \right]_{1/2}^2 = \frac{2^2}{\ln 2} - \frac{2^{1/2}}{\ln 2} = \frac{4 - \sqrt{2}}{\ln 2}

Step 5: Evaluate I2=12lnxdxI_2 = \int_1^2 \ln x \, dx

We use integration by parts: u=lnxu = \ln x, dv=dxdv = dx. Then du=1xdxdu = \frac{1}{x} dx, v=xv = x. lnxdx=xlnxx1xdx=xlnx1dx=xlnxx+C\int \ln x \, dx = x \ln x - \int x \cdot \frac{1}{x} \, dx = x \ln x - \int 1 \, dx = x \ln x - x + C I2=[xlnxx]12=(2ln22)(1ln11)=2ln22(01)=2ln21I_2 = [x \ln x - x]_1^2 = (2 \ln 2 - 2) - (1 \ln 1 - 1) = 2 \ln 2 - 2 - (0 - 1) = 2 \ln 2 - 1

Step 6: Calculate the Area

Area=I1I2=42ln2(2ln21)=42ln22ln2+1\text{Area} = I_1 - I_2 = \frac{4 - \sqrt{2}}{\ln 2} - (2 \ln 2 - 1) = \frac{4 - \sqrt{2}}{\ln 2} - 2 \ln 2 + 1

Step 7: Match the Area to the Given Form

The area is given as α(ln2)1+β(ln2)+γ\alpha (\ln 2)^{-1} + \beta (\ln 2) + \gamma. Comparing this with our result: Area=(42)(ln2)1+(2)(ln2)+1\text{Area} = (4 - \sqrt{2}) (\ln 2)^{-1} + (-2) (\ln 2) + 1 So, α=42\alpha = 4 - \sqrt{2}, β=2\beta = -2, and γ=1\gamma = 1.

Step 8: Calculate (α+β2γ)2(\alpha + \beta - 2\gamma)^2

α+β2γ=(42)+(2)2(1)=4222=2\alpha + \beta - 2\gamma = (4 - \sqrt{2}) + (-2) - 2(1) = 4 - \sqrt{2} - 2 - 2 = -\sqrt{2} (α+β2γ)2=(2)2=2(\alpha + \beta - 2\gamma)^2 = (-\sqrt{2})^2 = 2

Common Mistakes & Tips

  • Remember to split the integral when the lower bound function changes.
  • Be careful with signs during integration by parts.
  • Double-check the limits of integration after applying integration by parts.

Summary

We calculated the area of the region by splitting the integral based on the piecewise definition of the lower bounding curve. We then used integration by parts to evaluate the integral of lnx\ln x. Finally, we matched the calculated area to the given form and found the required expression's value to be 2.

Final Answer

The final answer is \boxed{2}, which corresponds to option (B).

Practice More Area Under Curves Questions

View All Questions