Concept:Use partial fractions to split the integrand, then integrate using standard inverse tangent formulas.Explanation:Factor the denominator as x4+5x2+4=(x2+1)(x2+4).Let (x2+1)(x2+4)1=x2+1A+x2+4B.Multiplying by the denominator: 1=A(x2+4)+B(x2+1).Comparing coefficients: A+B=0 and 4A+B=1.Solving gives A=31, B=−31.Therefore, I=31∫x2+1dx−31∫x2+4dx.Now, ∫x2+1dx=tan−1x+c1 and ∫x2+4dx=21tan−12x+c2.So I=31tan−1x−61tan−12x+c.Comparing with Atan−1x+Btan−12x+c yields A=31, B=−61.Answer:A=31, B=−61, which is option B.