Evaluating the derivative of $\large \;e^{e^x}$? [closed]
I know that the derivative of $\,e^x\,$ is $\,e^x$.
But how do I evaluate $\dfrac{d}{dx}{\large\left(e^{e^x}\right)}\,$?
Solution 1:
To differentiate $\large e^{e^x},\,$ we use the chain rule.
$$\large \frac{d}{dx}\left(e^{f(x)}\right) = f'(x)\cdot e^{f(x)}$$
Here, we have that $e^{f(x)} = e^{e^x}$, so $f(x) = e^x$.
Thus $f'(x) = e^x,\,$ as you know. That gives us:
$$\large \frac{d}{dx}\left(e^{(e^x)}\right) = \underbrace{e^x}_{f'(x)}\cdot\,\underbrace{e^{(e^x)}}_{e^{f(x)}}$$
Solution 2:
Hint: $$(e^u) '=u 'e^u$$
$$(e^{e^x}) '=e^xe^{e^x}$$
Solution 3:
take $u=e^x$ and $y = e^u$
$$ \large {y' = u'e^u = e^x e^{e^x}}$$
Solution 4:
Hint: Apply the chain rule. You would get $\frac d{dx}e^{e^x}=e^{x+e^x}$
Solution 5:
It's the derivative of a function of function. $\frac{d}{dx}f(g(x))=f'(g(x))g'(x)$. So: $\frac{d}{dx}\exp(\exp(x))=\exp(x)\exp(\exp(x))$