Concept:Use partial fraction decomposition to break the integrand into simpler fractions, then integrate term by term.Explanation:Start with the given integral: ∫(x−1)(x−2)2xdx.Write the partial fraction form:(x−1)(x−2)2x=x−1A+x−2B+(x−2)2C.Multiply both sides by (x−1)(x−2)2:x=A(x−2)2+B(x−1)(x−2)+C(x−1).Expand and collect like terms:x=(A+B)x2+(−4A−3B+C)x+(4A+2B−C).Equate coefficients of x2, x, and constant term:A+B=0,−4A−3B+C=1,4A+2B−C=0.Solve the system: from A+B=0, B=−A. Substituting gives C=1+A and C=2A. Thus 2A=1+A⇒A=1, B=−1, C=2.So the integrand becomes:x−11−x−21+(x−2)22.Integrate each term:∫x−11dx=ln∣x−1∣,∫−x−21dx=−ln∣x−2∣,∫(x−2)22dx=2⋅(−x−21)=−x−22.Combine the logarithms:ln∣x−1∣−ln∣x−2∣=lnx−2x−1.Thus the integral is:lnx−2x−1−x−22+C.Compare with the given form alnx−2x−1+x−2b+c.We get a=1, b=−2.Answer:Option C: a=1, b=−2.