Worked solution
Step 1: Integrate each term with the power rule
Split the integral into its two terms:
∫f(x)dx=∫6x2dx+∫(4x+1)3dx
First term. The ordinary power rule ∫xndx=n+1xn+1+c:
∫6x2dx=6×3x3=2x3
Second term. The (ax+b)n rule ∫(ax+b)ndx=a(n+1)(ax+b)n+1+c, with a=4, n=3:
∫(4x+1)3dx=4×4(4x+1)4=16(4x+1)4
Adding the two results (and including a single constant of integration):
∫f(x)dx=2x3+16(4x+1)4+c
Step 2: Recompute independently by differentiating the candidate answer
A safe check is to differentiate the proposed antiderivative and confirm it returns f(x).
dxd(2x3)=6x2
dxd(16(4x+1)4)=164(4x+1)3×4=1616(4x+1)3=(4x+1)3
Adding these: 6x2+(4x+1)3=f(x) exactly, so the antiderivative in Step 1 is confirmed correct.
Why the other options are wrong
- B: the first term keeps the coefficient 6 unchanged instead of dividing it by the new power 3; it should reduce to 2x3, not 6x3.
- C: the second term is divided only by the new power n+1=4, but not also by the coefficient a=4 inside the bracket. The correct denominator is a(n+1)=16, not 4.
- D: the second term’s power was never raised from 3 to 4 before dividing.
Final answer
∫f(x)dx=2x3+16(4x+1)4+c(Option A)