Skip to main content
Back to Definite Integration
JEE Main 2024
Definite Integration
Definite Integration
Hard

Question

Let the function f:[0,2]Rf:[0,2] \rightarrow \mathbb{R} be defined as f(x)={emin{x2,x[x]},x[0,1)e[xlogex],x[1,2]f(x)= \begin{cases}e^{\min \left\{x^{2}, x-[x]\right\},} & x \in[0,1) \\ e^{\left[x-\log _{e} x\right]}, & x \in[1,2]\end{cases} where [t][t] denotes the greatest integer less than or equal to tt. Then the value of the integral \int_\limits{0}^{2} x f(x) d x is :

Options

Solution

Key Concepts and Formulas

  • Piecewise Function Integration: To integrate a piecewise function, split the integral into sub-integrals corresponding to each piece of the function's definition.
  • Greatest Integer Function ([t][t]): Understand how [t][t] behaves over different intervals. For x[0,1)x \in [0,1), [x]=0[x]=0. For x[1,2]x \in [1,2], we need to analyze xlogexx-\log_e x.
  • Min Function: Determine min{a,b}\min\{a, b\} by comparing aa and bb. For x[0,1)x \in [0,1), compare x2x^2 and xx.
  • Substitution Rule for Integration: If u=g(x)u=g(x), then f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)dx = \int f(u)du. Remember to change integration limits when using substitution.
  • Integration of Exponential Functions: eudu=eu+C\int e^u du = e^u + C.

Step-by-Step Solution

Step 1: Define f(x)f(x) for x[0,1)x \in [0,1)

The function is given by f(x)=emin{x2,x[x]}f(x)=e^{\min \left\{x^{2}, x-[x]\right\}} for x[0,1)x \in[0,1).

  • Analyze x[x]x-[x]: For x[0,1)x \in [0,1), the greatest integer [x][x] is 0. Thus, x[x]=x0=xx-[x] = x-0 = x.
  • Analyze min{x2,x}\min\{x^2, x\}: We compare x2x^2 and xx for x[0,1)x \in [0,1). Consider x2x=x(x1)x^2 - x = x(x-1). For x(0,1)x \in (0,1), x>0x>0 and x1<0x-1<0, so x(x1)<0x(x-1)<0, which means x2<xx^2 < x. At x=0x=0, x2=0x^2=0 and x=0x=0, so x2=xx^2=x. Therefore, for x[0,1)x \in [0,1), we have x2xx^2 \le x, which implies min{x2,x}=x2\min\{x^2, x\} = x^2.
  • Result for x[0,1)x \in [0,1): Substituting back, f(x)=ex2f(x) = e^{x^2} for x[0,1)x \in [0,1).

Step 2: Define f(x)f(x) for x[1,2]x \in [1,2]

The function is given by f(x)=e[xlogex]f(x)=e^{\left[x-\log _{e} x\right]} for x[1,2]x \in[1,2].

  • Analyze the exponent g(x)=xlogexg(x) = x - \log_e x: To find [g(x)][g(x)], we analyze the behavior of g(x)g(x) on [1,2][1,2]. Calculate the derivative: g(x)=ddx(xlogex)=11xg'(x) = \frac{d}{dx}(x - \log_e x) = 1 - \frac{1}{x}.
  • Determine Monotonicity: For x[1,2]x \in [1,2], x1x \ge 1, so 0<1x10 < \frac{1}{x} \le 1. Thus, g(x)=11x0g'(x) = 1 - \frac{1}{x} \ge 0. Specifically, g(1)=11=0g'(1) = 1-1=0, and for x(1,2]x \in (1,2], g(x)>0g'(x) > 0. This means g(x)g(x) is strictly increasing on [1,2][1,2].
  • Evaluate g(x)g(x) at endpoints: g(1)=1loge1=10=1g(1) = 1 - \log_e 1 = 1 - 0 = 1. g(2)=2loge2g(2) = 2 - \log_e 2. Since e2.718e \approx 2.718, loge2<logee=1\log_e 2 < \log_e e = 1. More precisely, loge20.693\log_e 2 \approx 0.693. So, g(2)20.693=1.307g(2) \approx 2 - 0.693 = 1.307.
  • Determine [g(x)][g(x)]: The range of g(x)g(x) on [1,2][1,2] is [g(1),g(2)]=[1,2loge2][g(1), g(2)] = [1, 2-\log_e 2]. Since 1g(x)2loge21.3071 \le g(x) \le 2-\log_e 2 \approx 1.307, the greatest integer [g(x)][g(x)] is always 1 for x[1,2]x \in [1,2].
  • Result for x[1,2]x \in [1,2]: Substituting back, f(x)=e1=ef(x) = e^1 = e for x[1,2]x \in [1,2].

Step 3: Rewrite the Piecewise Function f(x)f(x)

Combining the results from Step 1 and Step 2, the function f(x)f(x) can be written as: f(x)={ex2,x[0,1)e,x[1,2]f(x)=\begin{cases}e^{x^2}, & x \in[0,1) \\ e, & x \in[1,2]\end{cases}

Step 4: Evaluate the Definite Integral

We need to compute \int_\limits{0}^{2} x f(x) d x. We split the integral at x=1x=1: \int_\limits{0}^{2} x f(x) d x = \int_\limits{0}^{1} x f(x) d x + \int_\limits{1}^{2} x f(x) d x Substitute the simplified forms of f(x)f(x): \int_\limits{0}^{2} x f(x) d x = \int_\limits{0}^{1} x e^{x^2} d x + \int_\limits{1}^{2} x \cdot e \, d x

Step 4.1: Evaluate the first integral \int_\limits{0}^{1} x e^{x^2} d x

  • Substitution: Let u=x2u = x^2. Then du=2xdxdu = 2x \, dx, so xdx=12dux \, dx = \frac{1}{2} du. Change the limits: When x=0x=0, u=02=0u=0^2=0. When x=1x=1, u=12=1u=1^2=1.
  • Integration: \int_\limits{0}^{1} x e^{x^2} d x = \int_\limits{0}^{1} e^u \left(\frac{1}{2} du\right) = \frac{1}{2} \int_\limits{0}^{1} e^u du =12[eu]01=12(e1e0)=12(e1)= \frac{1}{2} [e^u]_0^1 = \frac{1}{2} (e^1 - e^0) = \frac{1}{2} (e - 1)

Step 4.2: Evaluate the second integral \int_\limits{1}^{2} x \cdot e \, d x

  • Constant Factor: ee is a constant. \int_\limits{1}^{2} x \cdot e \, d x = e \int_\limits{1}^{2} x \, d x
  • Integration: =e[x22]12=e(222122)= e \left[\frac{x^2}{2}\right]_1^2 = e \left(\frac{2^2}{2} - \frac{1^2}{2}\right) =e(4212)=e(212)=e(32)=3e2= e \left(\frac{4}{2} - \frac{1}{2}\right) = e \left(2 - \frac{1}{2}\right) = e \left(\frac{3}{2}\right) = \frac{3e}{2}

Step 5: Combine the Results

Add the results from Step 4.1 and Step 4.2: \int_\limits{0}^{2} x f(x) d x = \frac{1}{2}(e-1) + \frac{3e}{2} =e212+3e2= \frac{e}{2} - \frac{1}{2} + \frac{3e}{2} =e+3e212= \frac{e+3e}{2} - \frac{1}{2} =4e212= \frac{4e}{2} - \frac{1}{2} =2e12= 2e - \frac{1}{2}


Common Mistakes & Tips

  • Careful with [x][x]: Always determine the exact value of [x][x] for the specific interval you are considering. For x[0,1)x \in [0,1), [x]=0[x]=0.
  • Monotonicity Analysis: When dealing with [g(x)][g(x)], properly analyze the derivative of g(x)g(x) to determine its increasing/decreasing behavior and find its range.
  • Substitution Limits: Ensure that the limits of integration are correctly transformed when using the substitution rule.

Summary

The problem requires evaluating a definite integral of a piecewise function. We first simplified the definition of f(x)f(x) over the intervals [0,1)[0,1) and [1,2][1,2] by carefully analyzing the greatest integer function and the minimum function. For x[0,1)x \in [0,1), f(x)=ex2f(x)=e^{x^2}, and for x[1,2]x \in [1,2], f(x)=ef(x)=e. The integral was then split into two parts, 01xex2dx\int_0^1 x e^{x^2} dx and 12xedx\int_1^2 xe dx. The first integral was solved using a u-substitution (u=x2u=x^2), yielding 12(e1)\frac{1}{2}(e-1). The second integral was a straightforward integration of a constant times xx, resulting in 3e2\frac{3e}{2}. Combining these two results gives the final answer.

The final answer is 2e12\boxed{2 e-\frac{1}{2}}.

Practice More Definite Integration Questions

View All Questions