Concept:Use polynomial division to simplify the integrand, then integrate term by term.Explanation:Divide x3 by x−1: x3=(x−1)(x2+x+1)+1.Thus, x−1x3=x2+x+1+x−11.Integrate: ∫x2dx=3x3, ∫xdx=2x2, ∫1dx=x, ∫x−11dx=log∣x−1∣.Combine: ∫x−1x3dx=3x3+2x2+x+log∣x−1∣+c.Answer:Option A: 31x3+21x2+x+log(x−1)+c (with absolute value implied).