I was integrating $(t+2)^2$ by using the substitution method and by expanding the function. By expanding it then integrating I got the same answer as the book ($\frac{1}{3}(t^3+6t^2+12t)+C$), but when I substituted I got $\frac{1}{3}\cdot(t+2)^3 + C = \frac{1}{3} \cdot (t^3+6t^2+12t+8) + C$. Am I missing something here? Got an 8 at the end when substituting, but no constant when expanding.
2026-03-28 20:49:55.1774730995
Constant when integrating
68 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Both of your answers are correct. Recall that the antiderivative of a function $f$
$$\int f(x) dx$$
is not a function. It's the collection of all functions $g$ so that $g' = f$. So whenever you write
$$ \int f(x) dx = (\text{some function}) + C$$
it is understood that $C$ is any constant. So, going back to your case,
$$ \frac 13 (t+2)^3 +C \ \ \text{and} \ \ \frac 13 (t^3 + 6t^2 + 12t + 8) +C$$
represents the same collections of functions. So both of them are the same.