Knowledge base dedicated to Linux and applied mathematics.
Home > Mathematics > Derivative of a function > Derivative of exp(u) , exp(u(x))
All the versions of this article: <English> <français>
The derivative of exp(u) is given by: u’.exp(u). Let’s prove it using the derivative of exp and using the chain rule of differentiation.
Let $u(x)$ be a function of the real variable $x$. The derivative $f’(x)$ of the function $f(x) = \exp(u(x))$ is given by:
$$ \forall x \in \mathbb{R}, \quad f’(x) = u’(x) \cdot \exp(u(x)) $$
Consider the function $g(x) = \exp(x)$ and the function $h(x) = u(x)$. Then, $f(x) = g(h(x))$. Using the chain rule of differentiation, we have:
$$ f’(x) = g’(h(x)) \cdot h’(x) $$
Using the derivative rule of the exponential function, we have:
$$ g’(x) = \exp(x) $$
Hence:
$$ g’(h(x)) = \exp(u(x)) $$
Using the derivative of the function $u(x)$, we have:
$$ h’(x) = u’(x) $$
Finally, we obtain:
$$ f’(x) = \exp(u(x)) \cdot u’(x) $$
Therefore, we have:
$$ \forall x \in \mathbb{R}, \quad f’(x) = u’(x) \cdot \exp(u(x)) $$