Characterizations of the exponential function - All About All

Search:  

Everything you wanted to know - online encyclopedia

See live article   •   Characterizations of the exponential function
 

Characterizations of the exponential function

In mathematics, the exponential function can be characterized in many ways. The following three characterizations (definitions) are most common. This article discusses why each characterization makes sense, and why the characterizations are independent of and equivalent to each other. As a special case of these considerations, we will see that the three most common definitions given for the mathematical constant e are also equivalent to each other.

Contents

Characterizations

The four most common definitions of the exponential function exp(x) = ex are the following.

1. Define ex by the limit
e^x = \lim_{n\to\infty} \left(1+\frac{x}{n}\right)^n.
2. Define ex as the sum of the infinite series
e^x = \sum_{n=0}^\infty {x^n \over n!} = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \cdots
Here, n! stands for the factorial of n.
3. Define ex to be the unique number y > 0 such that
\int_{1}^{y} \frac{dt}{t} = x.
4. Define ex to be the unique solution to the initial value problem
y'=y,\quad y(0)=1.

Why each characterization makes sense

Each characterization requires some justification to show that it makes sense. For instance, when the value of the function is defined by a sequence or series, the convergence of this sequence or series needs to be established.

Characterization 1

It can be shown that the sequence

a_n = \left(1+\frac{x}{n}\right)^n

is an increasing sequence which is bounded above. Since every bounded, increasing sequence of real numbers converges to a unique real number, this characterization makes sense.

Characterization 2

To show the infinite series converges at x = 1, it is enough to compare with a geometric series:

1 + 1 + {1 \over 2!} + {1 \over 3!} + {1 \over 4!} + \cdots \le 1 + 1 + \frac{1}{2} + \frac{1}{2^2} + \frac{1}{2^3} + \cdots = 3.

To show that the series converges for all x, we use the ratio test, which shows that the series has an infinite radius of convergence, since

\lim_{n\to\infty} \left|\frac{x^{n+1}/(n+1)!}{x^n/n!}\right|    = \lim_{n\to\infty} \left|\frac{x}{n+1}\right|    = 0 < 1 \mbox{ for all }x \mbox{.}

Characterization 3

In this case, we define the natural logarithm function ln(x) first, and then define exp(x) as the inverse of the natural logarithm. In other words, for all y > 0, define

\ln (y) = \int_{1}^{y} \frac{1}{t} \, dt.

Since 1/t is continuous for all t > 0, this function makes sense, and since 1/t is positive for all t > 0, this function is strictly increasing (hence, injective) for y > 0. (Note that if y < 1, then ln(y) is a negative number.) By the integral test and the divergence of the harmonic series, it follows that ln(y) → ∞ as y → ∞. By a similar argument, a change of variables (t \mapsto 1/t) shows that ln(y) → −∞ as y → 0. To sum up, ln(y) maps the infinite interval (0, ∞) bijectively onto the real line (−∞, ∞). Hence, for any real number x, there must exist a unique number y > 1 such that ln(y) = x.

Equivalence of the characterizations

The following proof demonstrates the equivalence of the three characterizations given for e above. The proof consists of two parts. First, the equivalence of characterizations 1 and 2 is established, and then the equivalence of characterizations 1 and 3 is established.

Equivalence of characterizations 1 and 2

The following argument is adapted from a proof in Rudin, theorem 3.31, p. 63-65. The irrationality of e follows quickly from this proof, see theorem 3.32.

Let x be a fixed real number. Define

s_n = \sum_{k=0}^n\frac{x^k}{k!},\ t_n=\left(1+\frac{x}{n}\right)^n.

By the binomial theorem,

t_n=\sum_{k=0}^n{n \choose k}\frac{x^k}{n^k}=1+x+\sum_{k=2}^n\frac{n(n-1)(n-2)\cdots(n-(k-1))x^k}{k!\,n^k}
=1+x+\frac{x^2}{2!}\left(1-\frac{1}{n}\right)+\frac{x^3}{3!}\left(1-\frac{1}{n}\right)\left(1-\frac{2}{n}\right)+\cdots+\frac{x^n}{n!}\left(1-\frac{1}{n}\right)\cdots\left(1-\frac{n-1}{n}\right)\le s_n

so that

\limsup_{n\to\infty}t_n \le \limsup_{n\to\infty}s_n = e^x

where ex is in the sense of definition 2. Here, we must use limsup's, because we don't yet know that tn actually converges. Now, for the other direction, note that by the above expression of tn, if 2 ≤ mn, we have

1+x+\frac{x^2}{2!}\left(1-\frac{1}{n}\right)+\cdots+\frac{x^m}{m!}\left(1-\frac{1}{n}\right)\left(1-\frac{2}{n}\right)\cdots\left(1-\frac{m-1}{n}\right)\le t_n.

Fix m, and let n approach infinity. We get

s_m = 1+x+\frac{x^2}{2!}+\cdots+\frac{x^m}{m!} \le \liminf_{n\to\infty}t_n

(again, we must use liminf's because we don't yet know that tn converges). Now, take the above inequality, let m approach infinity, and put it together with the other inequality. This becomes

\limsup_{n\to\infty}t_n \le e^x \le \liminf_{n\to\infty}t_n \le \limsup_{n\to\infty}t_n

so that

\lim_{n\to\infty}t_n = e^x.

Equivalence of characterizations 1 and 3

Here, we define the natural logarithm function in terms of a definite integral as above. By the fundamental theorem of calculus,

\frac{d}{dx}\left( \ln x \right) = \frac{1}{x}.

Now, let x be any fixed real number, and let

y=\lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n.

We will show that ln(y) = x, which implies that y = ex, where ex is in the sense of definition 3. We have

\ln y=\ln\lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n=\lim_{n\to\infty}\ln\left(1+\frac{x}{n}\right)^n.

Here, we have used the continuity of ln(y), which follows from the continuity of 1/t:

\ln y=\lim_{n\to\infty}n\ln \left(1+\frac{x}{n}\right)=\lim_{n\to\infty}\frac{x\ln\left(1+(x/n)\right)}{(x/n)}
=x\cdot\lim_{h\to 0}\frac{\ln\left(1+h\right)}{h} \quad \mbox{ where }h=\frac{x}{n}
=x\cdot\frac{d}{dt}\left( \ln t\right) \quad \mbox{ at }t=1
=x\cdot\frac{1}{t} \quad \mbox{ at }t=1
\!\, = x.

References

  • Principles of Mathematical Analysis, Walter Rudin, 3rd edition, McGraw-Hill, 1976.


Also helps finding: Characterizationsoftheexponentialfunction, Characterizationsof, ofthe, theexponential, exponentialfunction, haracterizations, exponetial, funcion, caracterizations, xponential, funtion, chracterizations, xponential, funktion, chaacterizations

   
 
  
Add to bookmarks
Related Articles
 
List of mathematical topics (C)
Definitions of the exponential function
Definitions of e
List of exponential topics
Partition function (statistical mechanics)
List of mathematical topics (A-C)
E (mathematical constant)
Top Articles
 
2001
2005
Austria
Belgium
Biography
Census-designated place
Egypt
Japan
Latino (U.S. Census)
London
Mathematics
Mexico
Per capita income
Politician
Population
Second
Spain
Square mile
The Internet Movie Database
United States
World War II
Search LiveJournal blogs for Characterizations of the exponential function
 

Online Schooling  •  WoW Gold  •  Wordpress Themes  •  Credit Consolidation •  Kamala

Copyright @ 2005 AllAboutAll.Info
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.