Content deleted Content added
"rate" and "amount" should be equivalent to the non-mathematicians; but mathematicians prefer the former. Highlight that "proportional" is a departure from the (natural) exponential function where it is instead "equal". (Perhaps too subtle?) |
m →Complex exponential: use z instead of x |
||
(28 intermediate revisions by 15 users not shown) | |||
Line 66:
&=\sum_{n=0}^\infty \frac{x^n}{n!},\end{align}</math>
[[Image:Exp series.gif|right|thumb|The exponential function (in blue), and the sum of the first {{math|''n'' + 1}} terms of its power series (in red)]]
where <math>n!</math> is the [[factorial]] of {{mvar|n}} (the product of the {{mvar|n}} first positive integers). This series is [[absolutely convergent]] for every <math>x</math> per the [[ratio test]]. So, the derivative of the sum can be computed by term-by-term
===Functional equation===
''The exponential satisfies the [[functional equation]]:''
<math display=block>\exp(x+y)= \exp(x)\cdot \exp(y).</math>
This results from the uniqueness and the fact that the function
Line 77:
===Limit of integer powers===
''The exponential function is the [[limit (mathematics)|limit]], as the integer {{mvar|n}} goes to infinity,<ref name="Maor"/><ref name=":0" />
<math display=block>\exp(x)=\lim_{n \to +\infty} \left(1+\frac xn\right)^n
<math display=block>x=\lim_{n\to\infty}\ln \left(1+\frac xn\right)^n= \lim_{n\to\infty}n\ln \left(1+\frac xn\right),</math>
for example with [[Taylor's theorem]].
Line 122:
The two first characterizations are equivalent, since, if {{tmath|1=b=e^k}} and {{tmath|1= k=\ln b}}, one has
The basic properties of the exponential function (derivative and functional equation) implies immediately the third and
Suppose that the third condition is verified, and let {{tmath|k}} be the constant value of <math>f'(x)/f(x).</math> Since <math display = inline>\frac {\partial e^{kx}}{\partial x}=ke^{kx},</math> the [[quotient rule]] for derivation
Line 164:
==Complex exponential==
{{anchor|On the complex plane|Complex plane}}
[[File:The exponential function e^z plotted in the complex plane from -2-2i to 2+2i.svg|alt=The exponential function {{math|''e
[[Image:Exp-complex-cplot.svg|thumb|right|A [[Domain coloring|complex plot]] of <math>z\mapsto\exp z</math>, with the [[Argument (complex analysis)|argument]] <math>\operatorname{Arg}\exp z</math> represented by varying hue. The transition from dark to light colors shows that <math>\left|\exp z\right|</math> is increasing only to the right. The periodic horizontal bands corresponding to the same hue indicate that <math>z\mapsto\exp z</math> is [[periodic function|periodic]] in the [[imaginary part]] of <math>z</math>.]]
Line 183:
<math display="block">e^z = \lim_{n\to\infty}\left(1+\frac{z}{n}\right)^n</math>
As with the real exponential function (see {{slink||Functional equation}} above), the complex exponential satisfies the functional equation
<math display=
Among complex functions, it is the unique solution which is [[holomorphic]] at the point {{tmath|1= z = 0}} and takes the derivative {{tmath|1}} there.<ref>{{cite book |last=Hille |first=Einar |year=1959 |title=Analytic Function Theory |volume=1 |place=Waltham, MA |publisher=Blaisdell |chapter=The exponential function |at=§ 6.1, {{pgs|138–143}} }}</ref>
The [[complex logarithm]] is a [[left inverse function|right-inverse function ]] of the complex exponential:
Line 204:
<math display="block">\overline{e^z}=e^{\overline z}.</math>
Its modulus is
<math display="block">|e^z|= e^{
where {{tmath|\Re(z)}} denotes the real part of {{tmath|z}}.
Line 211:
<math display="block">e^{it} =\cos(t)+i\sin(t). </math>
This formula provides the decomposition of complex
<math display="block">e^{x+iy} = e^{x}e^{iy} = e^x\,\cos y + i e^x\,\sin y.</math>
The trigonometric functions can be expressed in terms of complex exponentials:
Line 226:
<gallery caption="3D plots of real part, imaginary part, and modulus of the exponential function" class="center" mode="packed" style="text-align:left" heights="150px">
Image:ExponentialAbs_real_SVG.svg| {{math|1=''z'' = Re(''e''
Image:ExponentialAbs_image_SVG.svg| {{math|1=''z'' = Im(''e''
Image:ExponentialAbs_SVG.svg| {{math|1=''z'' = {{abs|''e''
</gallery>
Line 260:
==Matrices and Banach algebras==
The power series definition of the exponential function makes sense for square [[matrix (mathematics)|matrices]] (for which the function is called the [[matrix exponential]]) and more generally in any unital [[Banach algebra]] {{math|''B''}}. In this setting, {{math|1=''e''
Some alternative definitions lead to the same function. For instance, {{math|''e''
<math display="block">\lim_{n \to \infty} \left(1 + \frac{x}{n} \right)^n .</math>
Or {{math|''e''
==Lie algebras==
Line 273:
==Transcendency==
The function {{math|''e''
If {{math|''a''<sub>1</sub>, ..., ''a''<sub>''n''</sub><nowiki/>}} are distinct complex numbers, then {{math|''e''<sup>''a''<sub>1</sub>''z''</sup>, ..., ''e''<sup>''a''<sub>''n''</sub>''z''</sup><nowiki/>}} are linearly independent over <math>\C(z)</math>, and hence {{math|''e''
=={{anchor|exp|expm1}}Computation==
The Taylor series definition above is generally efficient for computing (an approximation of) <math>e^x</math>. However, when computing near the argument <math>x=0</math>, the result will be close to 1, and computing the value of the difference <math>e^x-1</math> with [[floating-point arithmetic]] may lead to the loss of (possibly all) [[significant figures]], producing a large relative error, possibly even a meaningless result.
Following a proposal by [[William Kahan]], it may thus be useful to have a dedicated routine, often called <code>expm1</code>, which computes {{math|''e<sup>x</sup>'' − 1}} directly, bypassing computation of {{math|''e''
one may use the Taylor series:
<math display="block">e^x-1=x+\frac {x^2}2 + \frac{x^3}6+\cdots +\frac{x^n}{n!}+\cdots.</math>
Line 297:
The exponential function can also be computed with [[continued fraction]]s.
A continued fraction for {{math|''e''
<math display="block"> e^x = 1 + \cfrac{x}{1 - \cfrac{x}{x + 2 - \cfrac{2x}{x + 3 - \cfrac{3x}{x + 4 - \ddots}}}}</math>
The following [[generalized continued fraction]] for {{math|''e''
<math display="block"> e^z = 1 + \cfrac{2z}{2 - z + \cfrac{z^2}{6 + \cfrac{z^2}{10 + \cfrac{z^2}{14 + \ddots}}}}</math>
|