Concept:Integrate by parts to find f(x), then complete the square to find its minimum value.Explanation:Given:∫x2exdx=exf(x)+cUsing the standard formula ∫x2exdx=ex(x2−2x+2)+c,we get:f(x)=x2−2x+2Rewrite by completing the square:f(x)=(x2−2x+1)+1=(x−1)2+1Since (x−1)2≥0, the minimum value of f(x) is 0+1=1.Answer:The minimum value is 1.Correct option: C.