1. Evaluate $\int (3x+1)^5\,dx$.
- A.$\frac{(3x+1)^6}{6} + C$
- B.$\frac{(3x+1)^6}{18} + C$
- C.$\frac{(3x+1)^6}{3} + C$
- D.$5(3x+1)^4 \cdot 3 + C$
View Answer
Answer: $\frac{(3x+1)^6}{18} + C$
Choose u: Let $u = 3x + 1$. Then $du = 3\,dx$, so $dx = \frac{1}{3}du$. Integrate: $\int u^5 \cdot \frac{1}{3}\,du = \frac{1}{3} \cdot \frac{u^6}{6} = \frac{u^6}{18}$. Back-substitute: $\frac{(3x+1)^6}{18} + C$. Why distractors fail: Option A divides only by 6 (from the power rule) but misses the $\frac{1}{3}$ from the chain rule adjustment. Option C divides only by 3 but misses the 6. Option D is the derivative of $(3x+1)^5$, not its antiderivative.