So I'm trying to solve this problem: Take the derivative of $2^{t^{3}}$
This is the relevant text from my textbook which makes sense to me.
The trick seems to convert anything in the form of $b^x$ to $e^{x\cdot lnb }$ because $b = e^{lnb}.$
So, then I think the derivative is (via chain rule and this above rule):
$$2^{t^{3}} \cdot \ln{2} \cdot \frac{d}{dt} (t^3)$$ $$=2^{t^{3}} \cdot \ln{2} \cdot 3t^2.$$
Is that right?
