For homework I have to find the derivative of $\text {exp}(6x^5+4x^3)$ but I am not sure if this is equivalent to $e^{6x^5+4x^3}$ If there is a difference, what do I do to calculate the derivative of it?


Yes. They are the same thing.

When exponents get really really complicated, mathematicians tend to start using $\exp(\mathrm{stuff})$ instead of $e^{\mathrm{stuff}}$.

For example: $e^{x^5+2^x-7}$ is kind of hard to read. So instead one might write: $\exp(x^5+2^x-7)$.

Note: For those who use Maple or other computer algebra systems, e^x is not usually the same as exp(x). In Maple, e^x is the variable $e$ raised to the variable $x$ power whereas exp(x) is Euler's number $e$ raised to the $x$ power.


Yes. The purpose for the notation $\exp$ is twofold:

  • It allows one to talk about the exponentiation function itself, without specifying a particular input. For example, one can write that $\exp$ is a homomorphism from the additive group on $\mathbb{R}$ to the multiplicative group on $\mathbb{R}$. One may also say that $\exp$ and $\log$ are inverses.

  • It allows you to write exponentiation without pushing the body of exponentiation into a superscript. For example, one may write the following, which is unwieldy to write without $\exp$ notation:

$$\prod_i e^{x_i} = \exp \sum_i x_i$$


As other answers say, in your homework (and, indeed, in most places in mathematics) there is no difference.

I have seen a beginning textbook first defining a certain function $\exp(x)$, then proving certain properties of it, and finally using those properties to motivate calling it $e^x$.


I agree with these two answers, but I want to add one thing: Well defines.

$e$ is some (positive) number, so (without knowing the function $\exp$), you can compute $e^n$ for $n \in \mathbb{N}$ – just multiply $e$ $n$ times with itself. You can also compute $e^{-n} = \frac{1}{e^n}$ and even $e^\frac{p}{q} = \sqrt[q] e^p$ (for $n, q \in \mathbb{N}, p \in \mathbb{Z}$). One can prove that the $\exp$ function yields the same numbers with these arguments. This justifies the notation.