I'm attempting to understand the sign of the result of this differentiation :
$$ \frac{d}{dt}(1 - e{^{-t^3})} = 0-(-3t^2)e^{-t^3} = 3t^2e^{-t^3} $$
If $e^{-t^3}$ becomes $e^{t^3}$
then is this correct differentiation :
$$ \frac{d}{dt}(1 - e{^{t^3})} = 0-(3t^2)e^{t^3} = -3t^2e^{t^3} $$
Yes that's correct since we are using that by chain rule
$$f(x)=e^{g(x)}\implies f'(x)=g'(x)e^{g(x)}$$
note also that by intuition as $t \to \infty$
$1 - e^{-t^3}\to 1$ is strictly increasing and indeed $\frac{d}{dt}(1 - e{^{-t^3})}>0$
$1 - e^{t^3}\to -\infty$ is strictly decreasing and indeed $\frac{d}{dt}(1 - e{^{t^3})}<0$