Concept:Use logarithm properties to simplify the integrand, then apply substitution and integration by parts.Explanation:First, combine the logarithmic terms:log(x2+1)−2logx=log(x2x2+1)=log(1+x21).Since logx is defined, x>0. Hence,x4x2+1=x31+x21.Lett=1+x21,dt=−x32dx.The integral becomes−21∫t1/2logtdt.Using integration by parts with u=logt and dv=t1/2dt,∫t1/2logtdt=32t3/2logt−94t3/2.Therefore,−21∫t1/2logtdt=−31t3/2logt+92t3/2+c.Substitute t=1+x21:(1+x21)3/2[−31log(1+x21)+92]+c.Answer:Option A.