Concept:Use substitution followed by integration by parts to simplify the integral.Explanation:Given ∫f(x)dx=g(x), we have g′(x)=f(x).Let t=x2.Then dt=2xdx, so x3dx=x2⋅xdx=2tdt.The integral becomes 21∫tf(t)dt.Using integration by parts, taking u=t and dv=f(t)dt:∫tf(t)dt=tg(t)−∫g(t)dt.Substitute t=x2 back, noting dt=d(x2).Therefore, ∫x3f(x2)dx=21[x2g(x2)−∫g(x2)d(x2)].This matches option A.Answer:Option A.