Concept:Use the substitution x2=t and then apply partial fractions to integrate.Explanation:Let I=∫x4+5x2+4x3dx.Put x2=t, so 2xdx=dt.Then x3dx=x2⋅xdx=2tdt.Hence, I=21∫t2+5t+4tdt.Factor the denominator: t2+5t+4=(t+1)(t+4).Write (t+1)(t+4)t=t+1A+t+4B.So t=A(t+4)+B(t+1).Putting t=−1 gives A=−31.Putting t=−4 gives B=34.Therefore, I=21[−31∫t+1dt+34∫t+4dt].This simplifies to I=−61log(t+1)+32log(t+4)+c.Rewrite as I=31[−21log(t+1)+2log(t+4)]+c.Using logarithm rules: −21log(t+1)=−logt+1 and 2log(t+4)=log(t+4)2.So I=31log(t+1(t+4)2)+c.Substitute t=x2 to get I=31log(x2+1(x2+4)2)+c.Answer:31log(x2+1(x2+4)2)+c, where c is the constant of integration.