1. If $G(x) = \int_2^x (3t^2 + 1)\,dt$, what is $G'(x)$?
- A.$6x$
- B.$3x^2 + 1$
- C.$x^3 + x - 10$
- D.$3x^2 + 1 - 13$
View Answer
Answer: $3x^2 + 1$
Apply FTC Part 1: By FTC Part 1, if $G(x) = \int_2^x f(t)\,dt$, then $G'(x) = f(x)$. Here $f(t) = 3t^2 + 1$. Why the correct answer works: Replacing $t$ with $x$ in the integrand gives $G'(x) = 3x^2 + 1$. Why distractors fail: Option A is the derivative of $3x^2$, not the integrand itself. Option C is the antiderivative $G(x) = x^3 + x - 10$, not the derivative. Option D incorrectly subtracts $G(2)$ from the integrand.