Concept:Use substitution and partial fractions to simplify and integrate the given expression.Explanation:Multiply the numerator and denominator by xn−1:I=∫xn(xn+1)xn−1dx.Substitute t=xn. Then dt=nxn−1dx, so xn−1dx=ndt.Thus I=n1∫t(t+1)dt.Use partial fractions: t(t+1)1=tA+t+1B.Solve 1=A(t+1)+Bt. Put t=0⇒A=1. Put t=−1⇒B=−1.Hence t(t+1)1=t1−t+11.Integrate: I=n1∫(t1−t+11)dt=n1(ln∣t∣−ln∣t+1∣)+c=n1lnt+1t+c.Substitute back t=xn:I=n1ln(xn+1xn)+c.Answer:n1ln(xn+1xn)+c (Option A).