I am studying complex analysis, and I am learning about the complex-valued function $e^z$. But why not use another value other than $e^z$? In other words, why not use $2^z$, or $10^z$, for example? Why is the value of $e$ so special in this case?
-
4Because $f(z)=e^z$ satisfies $f=f'$ (hence, also) its Taylor series is nice – Conrad May 09 '19 at 11:49
-
I just wanted to add, I tried formatting this question, but it looks like none of the math formatting carried through. Sorry about that. I'm not sure why my formatting isn't showing up. – Tom May 09 '19 at 11:54
-
Put $ around math expressions: $e^z$ produces $e^z$ – J. W. Tanner May 09 '19 at 11:56
-
Thanks for the formatting, Javi ! – Tom May 09 '19 at 12:00
-
Related: https://math.stackexchange.com/questions/797/whats-so-natural-about-the-base-of-natural-logarithms – Hans Lundmark May 09 '19 at 12:05
3 Answers
The fact that $\frac d {dz} e^{z}=e^{z}$ makes it very useful. This property is not shared by $a^{z}$ for $a \neq e$.

- 311,013
First of all, there is $\frac{d}{dz}e^z = e^z$ while $\frac{d}{dz}10^z = (\log_e10) 10^z$.
There is also $e^{i\theta}=\cos \theta + i \sin \theta$ while $10^{i\theta}=\cos((\log_e 10)\theta) + i \sin((\log_e 10)\theta)$.
Also $e^z = 1 + z + \frac 12 z^2 + \frac 16 z^3 + \frac{1}{24} z^4 + \cdots$
while $10^z = 1 + z \log_e(10) + \frac 12 z^2 \log_e^2(10) + \frac 16 z^3 \log_e^3(10) + \frac{1}{24} z^4 log_e^4(10) + \cdots$

- 26,769
The exponential function is defined for complex values as $$\exp(z):=\sum_{n=0}^\infty \frac{z^n}{n!}, $$ and it enjoyes many properties, such as $\exp'=\exp$, and $\exp(z_1+z_2)=\exp(z_1) \exp(z_2).$
Using the exponential function we can define complex powers as $$\alpha^\beta := \exp(\beta \log \alpha). $$ Notice however, that this definition of powers is possibly multivalued --- it might depend on which branch of the logarithm is used. For example $$ \mathrm{e}^{1/2}=\exp \left( \frac{1}{2} \log(\mathrm{e}) \right)= \exp \left( \frac{1}{2} \left(\ln \mathrm{e}+2 \pi i n \right) \right)=\pm \exp\left( \frac{1}{2} \right),$$ has two possible values.
Typically, the principal branch of the logarithm is what is meant in the power $\mathrm{e}^z$. But, in any case, the way I organize it in my head is that the function $\exp$ comes first, and it is unambiguous. Powers can be defined based on this function, but they could take a variety of values.

- 24,381