StepWorking
01Given
I(x)=∫x(1+xex)2x+1dx for x>0, with limx→∞I(x)=0.
02Approach
Notice that dxd(xex)=(x+1)ex. Multiply numerator and denominator by ex to create (x+1)exdx in the numerator, then substitute t=xex.
03Execute
Multiply numerator and denominator by ex:
I(x)=∫xex(1+xex)2(x+1)exdx
Let t=xex⟹dt=(x+1)exdx. The integral transforms to:
∫t(1+t)2dt
04Execute
Decompose into partial fractions:
t(1+t)21=t1−1+t1−(1+t)21
Integrating term-by-term:
I(x)=ln∣t∣−ln∣1+t∣+1+t1+C=ln(1+xexxex)+1+xex1+C
Rewrite ln(1+xexxex)=ln(ex(e−x+x)xex)=ln(x+e−xx).
05Execute
Apply the boundary condition limx→∞I(x)=0:
limx→∞[ln(x+e−xx)+1+xex1+C]=ln(1)+0+C=C⟹C=0
Therefore, I(x)=ln(xex)−ln(1+xex)+1+xex1=lnx+x−ln(1+xex)+1+xex1.
06Execute
Evaluate at x=1:
I(1)=ln(1)+1−ln(1+e)+1+e1=1+1+e1−ln(1+e)=e+1e+2−ln(e+1)
✓Verify
Check that 1+e+11=e+1e+2, matching Option D.