StepWorking
01given
Integral I=∫1/33∣lnx∣dx=nmln(en2) with m,n∈N and gcd(m,n)=1.
02goal
Evaluate the integral, match it to nmln(en2) to determine m and n, and compute m2+n2−5.
03approach
Split the domain at x=1, where lnx changes sign. For x∈[1/3,1], ∣lnx∣=−lnx, and for x∈[1,3], ∣lnx∣=lnx. Then use ∫lnxdx=xlnx−x.
04execute
Split the integral:
I=−∫1/31lnxdx+∫13lnxdx
Antiderivative of lnx is F(x)=xlnx−x.
Evaluating:
−[xlnx−x]1/31=−[(0−1)−(31ln(1/3)−31)]=−[−1+31ln3+31]=−[−32+31ln3]=32−31ln3
[xlnx−x]13=(3ln3−3)−(0−1)=3ln3−2
Adding both parts:
I=(32−31ln3)+(3ln3−2)=38ln3−34=34(2ln3−1)=34ln(e32)
05execute
Equating 34ln(e32) with nmln(en2) gives m=4 and n=3, which are coprime natural numbers.
Compute the required expression:
m2+n2−5=42+32−5=16+9−5=20
✓verify
Check values: m=4,n=3⟹gcd(4,3)=1. The formula inside the logarithm has n2/e=9/e, exactly matching ln(9)−1=2ln3−1.