StepWorking
01Given
Integral I=16∫12x3(x2+2)2dx.
02Goal
Evaluate the definite integral in closed form.
03Approach
Factor out x4 from (x2+2)2 to write the denominator as x7(1+2/x2)2, then substitute t=1+x22.
04Execute
Rewrite the integrand: I=16∫12x7(1+x22)2dx. Let t=1+x22, so dt=−x34dx, giving x3dx=−4dt. Also, x22=t−1⟹x41=4(t−1)2. Thus, x7dx=x41⋅x3dx=4(t−1)2(−4dt)=−16(t−1)2dt. Limits: at x=1, t=3; at x=2, t=1+2/4=3/2.
05Execute
Substitute into the integral: I=16∫33/2t21(−16(t−1)2)dt=∫3/23t2t2−2t+1dt=∫3/23(1−t2+t21)dt.
06Execute
Integrate term by term: [t−2lnt−t1]3/23=(3−23)−2(ln3−ln(3/2))−(31−32)=23−2ln2+31=611−ln4.
✓Verify
Numerical sanity check: 11/6−ln4≈1.833−1.386=0.447>0. Over [1,2], the integrand 16/(x3(x2+2)2) ranges from 16/(1⋅9)≈1.78 down to 16/(8⋅36)≈0.056, with an average roughly around 0.45, matching the result.