3

In several posts around this site, I have encountered the expression $\exp(x)$ where $x$ is an arbitrary expression. What does this notation mean?

4 Answers4

10

$\exp(x) = e^x{}{}{}{}{}{}{}{}{}{}{}{}{}$

It's often used when we have $\exp(f(x)) = e^{f(x)}$ and $f(x)$ is complicated function. The focus, then, becomes the function in the exponent of $e$ (not to mention that it helps readers to not have to squint to read, say when $f$ is a rational function, $e^{f(x)}$).

amWhy
  • 209,954
  • 1
    Also when the author prefers to think of $e^x$ "as a function" rather than as the exponentiation of a particular constant $e$. – Jack M May 21 '14 at 15:52
7

It denotes the exponential function with base $e$ defined as:

$$\exp(z):=e^z.$$

Hakim
  • 10,213
3

This is the exponential function. In other words, $$\mathrm{exp}\,(x)$$ is another way of writing $$e^x,$$ where $$e=2.7182818284590452353...$$

1

Usually $1+x+\frac{x^2}{2!} + \frac{x^3}{3!} + \ldots$, if $x$ is something that can be multiplies by itself, divided by an integer, finite sums are defined, and there is some notion of the sums convergence. It makes sense for all finite-dimensional matrices, some operators in infinite dimensional spaces and also for other things.

Peter Franek
  • 11,522