Concept:The integral with respect to x2 means treating x2 as the variable of integration. Use the substitution u=x2 and the power rule ∫undu=n+1un+1+C.Explanation:We need to evaluate ∫(1+x2+x4)d(x2).Let u=x2. Then d(x2)=du.Substitute: ∫(1+x2+x4)d(x2)=∫(1+u+u2)du.Integrate term by term: ∫1du=u, ∫udu=2u2, ∫u2du=3u3.So the result is u+2u2+3u3+C.Now replace u with x2: x2+2(x2)2+3(x2)3+C=x2+2x4+3x6+C.Thus the required integral is x2+2x4+3x6+C.Answer:x2+2x4+3x6+C (Option D).