Concept:Use partial fraction decomposition because the denominator contains a linear factor (1−x) and an irreducible quadratic factor (x2+1).Explanation:Write the expression in the standard partial fraction form:(1−x)(x2+1)x2+x+4=1−xA+x2+1Bx+C.Multiply both sides by the denominator (1−x)(x2+1):x2+x+4=A(x2+1)+(Bx+C)(1−x).Expand the right-hand side:x2+x+4=Ax2+A+Bx−Bx2+C−Cx.Group like terms:x2+x+4=(A−B)x2+(B−C)x+(A+C).Compare coefficients of x2, x, and the constant term:A−B=1,B−C=1,A+C=4.From A−B=1, get A=B+1.From B−C=1, get C=B−1.Substitute into A+C=4:(B+1)+(B−1)=4.2B=4⇒B=2.Therefore, A=3 and C=1.Thus, the partial fraction decomposition is:(1−x)(x2+1)x2+x+4=1−x3+x2+12x+1.Answer:Option B: 1−x3+x2+12x+1.