Content deleted Content added
converted to <math> mode |
m tweak |
||
Line 1:
The '''exponential function''' is one of the most important [[function|functions]] in [[mathematics]]. It is written as exp(''x'') or <math>e^x</math> (where <math>e</math> is the [[e - base of natural logarithm|base of the natural logarithm]]) and can be defined in two equivalent ways, the first an [[infinite series]], the second a [[limit]]:
: <math>\exp(x) = \sum_{n = 0}^{\infty} {x^n \over n!}</math>
: <math>\exp(x) = \lim_{n \to \infty} \left( 1 + {x \over n} \right)^n</math>
If ''x'' is real, then exp(''x'') is positive and strictly increasing. Therefore its [[inverse function]], the [[natural logarithm]] ln(''x''), is defined for all positive ''x''. Using the natural logarithm, one can define more general exponential functions as follows:
|