Given $f(x)=\sqrt{1+x^3}$, which of the following is the correct integral?
- $\int_{0}^{1+x^3}\sqrt{t}dt$
- $\int_{0}^{x^3}\sqrt{1+t}dt$
- $\int_{0}^{x}\sqrt{1+t^3}dt$
How are they all not the same thing? Don't you just replace the $t$ inside of the integrals with the top values on the integral sign?
Let us define $$ f_1(x)=\int_0^{1+x^3}\sqrt t~dt, $$ $$ f_2(x)=\int_0^{x^3}\sqrt{1+t}~dt $$ and $$ f_3(x)=\int_0^x\sqrt{1+t^3}~dt. $$ With the substitution $s=1+t$ you get $$ f_2(x)=\int_1^{1+x^3}\sqrt s ~ds = \int_0^{1+x^3}\sqrt s~ds-\int_0^1\sqrt s~ds = f_1(x)-\frac23. $$ You see that $f_1$ and $f_2$ are not the same function.
I don't know if there exists a nice closed form of $f_3$, but we can easily see that it has to be different from $f_1$ and $f_2$. Using FTOC we get $$ f_3'(x)=\sqrt{1+x^3}. $$ If you compute $f_1(x)=\left[\frac23t^{3/2}\right]_0^{1+x^3}=\frac23(1+x^3)^{3/2}$, then using the chain rule implies $$ f_1'(x)=\sqrt{1+x^3}\cdot3x^2\neq\sqrt{1+x^3}=f_3'(x). $$ Because the derivative is unique, the functions $f_1$ and $f_3$ can't be the same. And further $f_1'=f_2'$, so $f_1$, $f_2$ and $f_3$ are all different functions!