So how to prove that $\dfrac{d}{dx}e^{kx}=ke^{kx}$?
What I did is to think about $e^{kx}$ not as a single function but as a composition of functions, that is $h(x)=e^{kx}=f[g(x)]=f[e^x]=e^{kx}$ where $f(x)=x^k$ and $g(x)=e^x.$ So now I can use the chain rule! aka the Outside-Inside rule! and I get that $h'(x)=f'[g(x)]\cdot g'(x)$. But then I struggle in finding the derivative of $f[g(x)]$ with respect to $g(x)$, if somebody could ever help me, I will be so thankful!
Thank you!
Let $y=e^x$, then $h(x)=y^k$
You then have $\cfrac {dh(x)}{dy}=ky^{k-1}$ and $\cfrac {dy}{dx}=y=e^x$ so that $$\frac{dh}{dx}=\frac{dh}{dy}\cdot\frac{dy}{dx}=ky^{k-1}\cdot y=ky^k=ke^{kx}$$
The alternative method from amWhy would be the normal way to do it.