Concept:Differentiate each term of a polynomial term-by-term using the power rule: dxd(axn)=anxn−1.Explanation:Given y=4x3−2x2+x, find δxδy.Apply the power rule to each term separately.Derivative of 4x3 is 3×4x3−1=12x2.Derivative of −2x2 is 2×(−2)x2−1=−4x.Derivative of x is 1⋅x1−1=1.Add the results together: δxδy=12x2−4x+1.This matches option D.Answer:Option D: 12x2−4x+1.