Concept:Use partial fraction decomposition to split the integrand into simpler terms for direct integration.Explanation:Rewrite x(x2+1)1 as x1−x2+1x.Integrate term by term: ∫xdx=ln∣x∣+C1.For ∫x2+1xdx, substitute u=x2+1, so du=2xdx.Then ∫x2+1xdx=21∫udu=21ln∣u∣+C2=21ln∣x2+1∣+C2.Thus the whole integral is ln∣x∣−21ln∣x2+1∣+C.Write ln∣x∣ as 21lnx2.Combine: 21lnx2−21ln(x2+1)=21ln(x2+1x2)+C.Answer:21ln(x2+1x2)+C (option A).