Concept:The primitive (antiderivative) of a function f(x) is a function F(x) such that F′(x)=f(x). The absolute value function ∣x∣ is defined piecewise: for x<0, ∣x∣=−x.Explanation:For x<0, we replace ∣x∣ with −x and integrate:∫∣x∣dx=∫(−x)dx=−2x2+cwhere c is the constant of integration. (For x≥0, the primitive would be +2x2+c, but the question specifically asks for the case x<0.)Answer:The correct option is B. −2x2+c.