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

Question

Consider the integral I=010[x]e[x]ex1dxI = \int_0^{10} {{{[x]{e^{[x]}}} \over {{e^{x - 1}}}}dx} , where [x] denotes the greatest integer less than or equal to x. Then the value of I is equal to :

Options

Solution

Key Concepts and Formulas

  • Greatest Integer Function: [x][x] is the largest integer less than or equal to xx. It is a step function, constant on intervals [n,n+1)[n, n+1).
  • Definite Integral Decomposition: An integral over an interval [a,b][a, b] can be split into a sum of integrals over subintervals [a,c][a, c] and [c,b][c, b]. This is crucial when the integrand's form changes, as with the greatest integer function.
  • Integral of eax+be^{ax+b}: The indefinite integral of eax+be^{ax+b} is 1aeax+b+C\frac{1}{a}e^{ax+b} + C.

Step-by-Step Solution

Step 1: Simplify the Integrand

The given integral is I=010[x]e[x]ex1dxI = \int_0^{10} {{{[x]{e^{[x]}}} \over {{e^{x - 1}}}}dx}. We can simplify the exponential part of the integrand using the property aman=amn\frac{a^m}{a^n} = a^{m-n}. I=010[x]e[x](x1)dxI = \int_0^{10} {[x]{e^{[x] - (x - 1)}}dx} I=010[x]e[x]x+1dxI = \int_0^{10} {[x]{e^{[x] - x + 1}}dx} This simplification makes the integrand easier to work with in subsequent steps.

Step 2: Decompose the Integral Based on the Greatest Integer Function

The greatest integer function [x][x] changes its value at integer points. Since the integral is from 00 to 1010, [x][x] will take integer values 0,1,2,,90, 1, 2, \dots, 9 over the intervals [0,1),[1,2),[2,3),,[9,10)[0,1), [1,2), [2,3), \dots, [9,10) respectively. We must decompose the integral into a sum of integrals over these unit intervals. I=n=09nn+1[x]e[x]x+1dxI = \sum_{n=0}^{9} \int_n^{n+1} {[x]{e^{[x] - x + 1}}dx} Within each interval [n,n+1)[n, n+1), we know that [x]=n[x] = n. Substituting this into the integral: I=n=09nn+1nenx+1dxI = \sum_{n=0}^{9} \int_n^{n+1} {n{e^{n - x + 1}}dx}

Step 3: Evaluate the Integral for Each Interval

Now, we evaluate the sum of integrals. For the first interval, n=0n=0: 010e0x+1dx=010dx=0\int_0^1 {0 \cdot {e^{0 - x + 1}}dx} = \int_0^1 {0 \, dx} = 0 For n1n \ge 1, the integral is: nn+1nen+1xdx\int_n^{n+1} {n{e^{n + 1 - x}}dx} We can pull the constant nn out of the integral: nnn+1en+1xdxn \int_n^{n+1} {{e^{n + 1 - x}}dx} To evaluate this integral, let u=n+1xu = n+1-x. Then du=dxdu = -dx. When x=nx=n, u=n+1n=1u = n+1-n = 1. When x=n+1x=n+1, u=n+1(n+1)=0u = n+1-(n+1) = 0. The integral becomes: n10eu(du)n \int_1^0 {{e^u (-du)}} n01eudun \int_0^1 {{e^u du}} n[eu]01n \left[ {e^u} \right]_0^1 n(e1e0)n (e^1 - e^0) n(e1)n (e - 1)

Step 4: Sum the Results from All Intervals

Now we sum the results for n=1n=1 to n=9n=9 (since the integral for n=0n=0 is 0). I=0+n=19n(e1)I = 0 + \sum_{n=1}^{9} n(e - 1) We can factor out (e1)(e-1) from the sum: I=(e1)n=19nI = (e - 1) \sum_{n=1}^{9} n The sum of the first kk natural numbers is given by the formula n=1kn=k(k+1)2\sum_{n=1}^{k} n = \frac{k(k+1)}{2}. Here, k=9k=9. n=19n=9(9+1)2=9×102=45\sum_{n=1}^{9} n = \frac{9(9+1)}{2} = \frac{9 \times 10}{2} = 45 Substituting this sum back into the expression for II: I=(e1)×45I = (e - 1) \times 45 I=45(e1)I = 45(e - 1)


Common Mistakes & Tips

  • Incorrectly handling the n=0n=0 term: The term for [x]=0[x]=0 over [0,1)[0,1) results in an integrand of 0e0x+1=00 \cdot e^{0-x+1} = 0, so its integral is 00. Do not assume the first term will be non-zero.
  • Mistakes in substitution or integration: Be careful with the sign change when performing substitution for the exponential integral. Ensure the limits of integration are correctly transformed.
  • Forgetting to sum all terms: The integral is a sum over all relevant intervals. Ensure all non-zero contributions from each interval are included.

Summary

The integral II was first simplified by combining exponential terms. The presence of the greatest integer function [x][x] necessitated decomposing the integral into a sum of integrals over unit intervals [n,n+1)[n, n+1). In each interval, [x][x] was replaced by the constant integer nn. After evaluating the integral for each interval, a pattern emerged where the contribution from interval [n,n+1)[n, n+1) was n(e1)n(e-1) for n1n \ge 1. Summing these contributions from n=1n=1 to 99 and adding the zero contribution from n=0n=0, we obtained the final result 45(e1)45(e-1).

The final answer is 45(e1)\boxed{45(e-1)}.

Practice More Definite Integration Questions

View All Questions