I've been having an issue with an integral where I have to plug in a number after doing the derivative of it. The problem is this:
G'(2), where G(x) = $\int_{0}^{x^3} \sqrt{t+8 } dt$
I tried integrating it and got:
$\sqrt{x^3+8} * 3x^2$
Am I forgetting to plug something in after?
$\int_0^{x^3}(t+8)^{-\frac{1}{2}}dt$ integrates to
$[\frac{2}{3}(t+8)^{\frac{3}{2}}]_0^{x^3}$
which gives you
$G(x)=\frac{2}{3}(x^3+8)^{\frac{3}{2}}-\frac{2}{3}(0+8)^{\frac{3}{2}}$
differentiating gives you
$G'(x)=(x^3+8)^{\frac{1}{2}}.3x^2$
so
$G'(2)=(8+8)^{\frac{1}{2}}.12=48$