Concept:Use the method of completing the square and the standard integral formula for ∫t2−a2dt.Explanation:Let I=∫x2+3xdx.Complete the square inside the root:x2+3x=x2+3x+49−49=(x+23)2−(23)2.So I=∫(x+23)2−(23)2dx.Using the formula ∫t2−a2dt=2tt2−a2−2a2logt+t2−a2+c,take t=x+23 and a=23.Then I=2x+23(x+23)2−(23)2−2(23)2log(x+23+(x+23)2−(23)2)+c.Simplify using (x+23)2−(23)2=x2+3x:I=42x+3x2+3x−89log(x+23+x2+3x)+c.This matches option B.Answer:42x+3x2+3x−89log(x+x2+3x)+c (Option B), where c is the constant of integration.