StepWorking
01given
The expression to evaluate is E=e3(e−1)I, where I=∫12x2e[x]+[x3]dx and [t] denotes the greatest integer function.
02approach
On the interval of integration (1,2), x∈(1,2) so [x]=1 almost everywhere. We factor out e[x]=e1=e, then make the substitution t=x3 so that dt=3x2dx. The integral then splits into unit intervals where [t] is constant, forming a geometric progression.
03execute
Since x∈[1,2), [x]=1 (the single endpoint x=2 does not change the integral value). Hence,
I=∫12x2e1+[x3]dx=e∫12x2e[x3]dx
04execute
Substitute t=x3, giving dt=3x2dx or x2dx=3dt. When x=1, t=1; when x=2, t=8. Thus,
I=3e∫18e[t]dt
05execute
Split the integral across unit intervals where [t] is constant:
∫18e[t]dt=∑k=17∫kk+1ekdt=∑k=17ek(1)=e+e2+e3+e4+e5+e6+e7
Using the formula for the sum of a geometric series:
∑k=17ek=e−1e(e7−1)
06execute
Substitute this back into the original expression:
E=e3(e−1)×I=e3(e−1)×[3e⋅e−1e(e7−1)]=e(e7−1)=e8−e
✓verify
The prefactor e3(e−1) perfectly cancels 3(e−1)e, leaving e×(e7−1)=e8−e. Matches option (2).