If [t] denotes the greatest integer ≤t, then the value of e3(e−1)1∫2x2e[x]+[x3]dx is :
Options
Solution
Key Concepts and Formulas
Greatest Integer Function (GIF):[t] denotes the greatest integer less than or equal to t. The value of [t] is constant over intervals of the form [n,n+1), where n is an integer. This property is crucial for splitting definite integrals.
Properties of Definite Integrals:
Additivity over intervals: If a<c<b, then ∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx. This is used to break down the integral based on the intervals where the GIF is constant.
Constant multiple rule:∫abc⋅f(x)dx=c⋅∫abf(x)dx.
Substitution Rule for Definite Integrals: If u=g(x), then du=g′(x)dx. The limits of integration change from x=a to u=g(a) and from x=b to u=g(b).
Sum of a Geometric Progression (GP): The sum of the first n terms of a GP with first term a and common ratio r is given by Sn=ar−1rn−1.
Step-by-Step Solution
Let the given integral be I.
I=e3(e−1)1∫2x2e[x]+[x3]dx
Step 1: Analyze the integrand and the limits of integration.
The limits of integration are from x=1 to x=2. The integrand contains the terms [x] and [x3]. We need to determine how these terms behave over the interval [1,2].
Step 2: Evaluate the [x] term within the interval [1,2].
For x∈[1,2), [x]=1.
For x=2, [x]=2.
However, since the integral is up to 2, we consider the behavior just before 2. For the purpose of splitting the integral, we will use the property that [x] changes value at integer points.
Step 3: Evaluate the [x3] term within the interval [1,2].
We need to find the integer values that x3 takes as x goes from 1 to 2.
When x=1, x3=1. So, [x3]=1.
When x increases from 1, x3 also increases.
We need to find where x3 becomes an integer greater than 1.
If x3=2, then x=32≈1.26.
If x3=3, then x=33≈1.44.
If x3=4, then x=34≈1.59.
If x3=5, then x=35≈1.71.
If x3=6, then x=36≈1.82.
If x3=7, then x=37≈1.91.
If x3=8, then x=2. So, [x3]=8 when x=2.
The integer values of [x3] in the interval [1,2] are 1,2,3,4,5,6,7. These occur at x-values 1,32,33,34,35,36,37,2.
Step 4: Split the integral based on the values of [x] and [x3].
The integrand is x2e[x]+[x3].
For x∈[1,32), [x]=1 and [x3]=1. So, [x]+[x3]=1+1=2.
For x∈[32,33), [x]=1 and [x3]=2. So, [x]+[x3]=1+2=3.
For x∈[33,34), [x]=1 and [x3]=3. So, [x]+[x3]=1+3=4.
...
For x∈[37,2), [x]=1 and [x3]=7. So, [x]+[x3]=1+7=8.
The integral can be split as follows:
1∫2x2e[x]+[x3]dx=1∫32x2e1+1dx+32∫33x2e1+2dx+33∫34x2e1+3dx+...+37∫2x2e1+7dx=1∫32x2e2dx+32∫33x2e3dx+33∫34x2e4dx+...+37∫2x2e8dx
Step 5: Evaluate each integral.
Each integral is of the form ∫abcx2dx=c[3x3]ab=3c(b3−a3).
The sum of the integrals is:
3e2((32)3−13)+3e3((33)3−(32)3)+3e4((34)3−(33)3)+...+3e8(23−(37)3)=3e2(2−1)+3e3(3−2)+3e4(4−3)+...+3e8(8−7)=3e2(1)+3e3(1)+3e4(1)+...+3e8(1)=31(e2+e3+e4+...+e8)
Step 6: Recognize the sum as a Geometric Progression.
The terms inside the parenthesis form a GP with first term a=e2, common ratio r=e, and number of terms n=8−2+1=7.
The sum of this GP is S7=e2e−1e7−1.
So, the value of the integral is:
31(e2e−1e7−1)=3(e−1)e2(e7−1)
Step 7: Multiply by the constant factor.
The original expression is I=e3(e−1)×(the integral value).
I=e3(e−1)×3(e−1)e2(e7−1)
Step 8: Simplify the expression.
Cancel out the 3 and (e−1) terms.
I=e1×e2(e7−1)I=e(e7−1)I=e8−e
Common Mistakes & Tips
Incorrectly splitting the integral: Ensure that all points where [x] or [x3] change their integer value within the integration interval are identified and used to split the integral. For [x3], this means finding x such that x3 is an integer.
Forgetting to change limits of integration in substitution: If a substitution is used, remember to change the limits of integration accordingly. In this problem, we avoided direct substitution by evaluating the terms within each interval.
Algebraic errors in GP sum: Double-check the first term, common ratio, and number of terms when applying the GP sum formula.
Summary
The problem involves evaluating a definite integral with the greatest integer function in the exponent. The key to solving this problem is to split the integral into sub-intervals based on the integer values taken by [x] and [x3]. Within each sub-interval, the exponent [x]+[x3] becomes a constant. After evaluating the integrals over these sub-intervals, the results form a geometric progression, which can be summed using the GP formula. Finally, the constant factor is applied to obtain the final answer.
The integral was split into intervals [1,32),[32,33),…,[37,2). The exponent [x]+[x3] took values 2,3,…,8 over these respective intervals. The sum of the integrals resulted in 31(e2+e3+…+e8), which simplified to 3(e−1)e2(e7−1). Multiplying by the given constant e3(e−1) yields the final answer e8−e.