Proof of e Definition: Where Can I Find It?

  • Thread starter Thread starter Joza
  • Start date Start date
  • Tags Tags
    Definition Proof
Joza
Messages
139
Reaction score
0
e can be defined as limit as x approaches infinity of (1 + (1/x)) ^ x or limit as x approaches zero of (1 + x) ^ (1/x)


From my knowledge of limits, this does not make sense. I must be missing something here. Where can I find a proof of these?
 
Physics news on Phys.org
L'Hôpital's rule is needed to prove

If the limit exists there is some number, L, which the limit will approach.

L = \lim_{x\rightarrow\infty} (1+x)^{1/x}

ln{L} = \lim_{x\rightarrow\infty} \frac{ln{(1+x)}}{x} = \frac{\inf}{\inf}

ln{L} = \lim_{x\rightarrow\infty} \frac{\frac{d}{dx} ln{(1+x)}}{\frac{d}{dx}x}

ln{L} = \lim_{x\rightarrow\infty} \frac{1}{1+x} = 1

Therefore we can conclude the number the limit approaches is ln{L} = 1 or L = e^1
 
Last edited:
I think you have made a slight typo in the second line of your calculations.
 
Oops, fixed
 
Feldoh said:
L'Hôpital's rule is needed to prove

Depends a little bit on what you mean by proving. If we assume the basic properties of the e already known, then that is a fine calculation. If we actually want to define the e with this limit, then that is not fine.

For example, if the logarithm is defined as the inverse of the exponential mapping x\mapsto e^x, you already have a circular logic there. If you have instead defined the logarithm with something else, like with the integral of 1/x, then its relationship to the exponential functions becomes nontrivial, and the final step \textrm{log}(L)=1 \implies L=e^1 requires a proof of its own.
 
Last edited:
Joza said:
e can be defined as limit as x approaches infinity of (1 + (1/x)) ^ x or limit as x approaches zero of (1 + x) ^ (1/x)From my knowledge of limits, this does not make sense. I must be missing something here. Where can I find a proof of these?

You did not tell what's your problem. If your problem is simply, that you don't understand how

<br /> \big(1+\frac{1}{x}\big)^x \to \big(1+\frac{1}{\infty}\big)^{\infty}<br />

or

<br /> (1+x)^{1/x} \to (1+0)^{1/0}<br />

could become something reasonable, then calculations like the one that Feldoh showed, are a good pedagogical start. But if you want to know how e is really defined rigorously, don't be satisfied too soon!
 
jostpuur said:
Depends a little bit on what you mean by proving. If we assume the basic properties of the e already known, then that is a fine calculation. If we actually want to define the e with this limit, then that is not fine.

For example, if the logarithm is defined as the inverse of the exponential mapping x\mapsto e^x, you already have a circular logic there. If you have instead defined the logarithm with something else, like with the integral of 1/x, then its relationship to the exponential functions becomes nontrivial, and the final step \textrm{log}(L)=1 \implies L=e^1 requires a proof of its own.

Sure, however I think he was just looking for clarification on why the limit is equivalent to e which I did show.
 
expand binomially and cancel and substitute values
 
Feldoh said:
Sure, however I think he was just looking for clarification on why the limit is equivalent to e which I did show.

What is e?
The original question was flawed in that it is unclear what is e is.
The original question could be interpeted in several ways.
let
a:=limit as x approaches infinity of (1 + (1/x)) ^ x
b:=limit as x approaches zero of (1 + x) ^ (1/x)
we might then ask
1)are the numbers a and b well defined
yes
2)is a=b yes
3)if e is defined in any common way can we show a,b=e
yes

Which question was asked? And in 3) which common definition are we using
e:=limit n (a natural number) approaches infinity of (1+1/n)^n
e:=limit n (a natural number) approaches infinity of n/(n!)^(1/n)
log(e)=1
(e^x)'=e^x
e=1+1+1/2+1/6+...1/n!+...
e=1/(1/2-1/6+...(-)^n/n!+...
and many more.
 
  • #10
That's not my point I don't think he was asking for some super ultra rigorous proof, yes we know there is more to add. But is it needed to demonstrate what he asked so it's understood? No.
 
  • #11
From how he worded the original post, it seemed he was just wondering how those limits could in fact be anything other than 1, assuming from intuition "well, the second term inside the brackets becomes 0, and 1 to the power of anything is just 1, so the limit should be 1".

It should be taken note of that that kind of intuition rarely works in analysis!

The easiest way to show that the limit is e, with rigor, is the define the function, f(x) = exp(x), as the unique function with the properties exp(0) = 1, and f'(x) = f(x). Then we merely propose the series of exp(x), see, or if required, show, that the series obviously fulfill those properties. Then, expand the limit we have in question via the binomial theorem, and there's not too much left after that! =]
 
  • #12
Gib Z said:
The easiest way to show that the limit is e, with rigor, is the define the function, f(x) = exp(x), as the unique function with the properties exp(0) = 1, and f'(x)

= f(x). Then we merely propose the series of exp(x), see, or if required, show, that the series obviously fulfill those properties. Then, expand the limit we have

in question via the binomial theorem, and there's not too much left after that! =]

That begs the question I have, of what "e" does the poster speak.
We should be given an e to show that the given limits equal it.
I might just say let e any number equal to either of the given limits making the question trivial.

Reminder in mathematics there is not usually "the" definition of some object.
We may ask is a definition defines one and only one object.
We may ask is to definition define the same object.
We could ask is a definition meets some criteria like
2.718281828<e<2.7182818285

Looking again at the original post and defining
a:=limit as x approaches infinity of (1 + (1/x)) ^ x
b:=limit as x approaches zero of (1 + x) ^ (1/x)
it is unclear what type of number x is
if we assume x a real number we have the problem of several definitions of raising to powers.
if we assume x a natural number we have a commmon definition (top 10 at least)
 
  • #13
eh, was looking around for the answer to give to someone i know
found this thread and decided to add to it

another way to prove (from my calc textbook):

let f(x) = lnx
then f'(x)=1/x
so f'(1)=1

by using the definition of derivative:
f'(1)= lim h->0 [f(1+h)-f(1)] / h
= lim x->0 [f(1+x)-f(1)] / x
= lim x->0 [ln(1+x)-ln(1)] / x
= lim x->0 [ln(1+x)-0] / x
= lim x->0 ln(1+x) / x
= lim x->0 (1/x) ln(1+x)
= lim x->0 ln(1+x)^(1/x)
= ln (lim x->0 (1+x)^(1/x)) (since ln is continuous)

because f'(1) = 1 (and f'(1)=ln (lim x->0 (1+x)^(1/x)))

ln (lim x->0 (1+x)^(1/x)) = 1

lim x->0 (1+x)^(1/x) = e
 
Last edited:
  • #14
Feldoh said:
L'Hôpital's rule is needed to prove

If the limit exists there is some number, L, which the limit will approach.

L = \lim_{x\rightarrow\infty} (1+x)^{1/x}

ln{L} = \lim_{x\rightarrow\infty} \frac{ln{(1+x)}}{x} = \frac{\inf}{\inf}

ln{L} = \lim_{x\rightarrow\infty} \frac{\frac{d}{dx} ln{(1+x)}}{\frac{d}{dx}x}

ln{L} = \lim_{x\rightarrow\infty} \frac{1}{1+x} = 1

Therefore we can conclude the number the limit approaches is ln{L} = 1 or L = e^1

Using that forumla the limit should be as x goes to 0, shouldn't it? Otherwise the 2nd last line doesn't make sense...
 
  • #15
Yes it seems Feldoh got a tiny bit confuddled. Hard to blame him though, since there's a limit very similar to that which also gives e. Yes he meant limit as x approaches 0 in every limit, and the second line he meant 0/0 form, not infinity/infinity. The Rest works out.
 
Back
Top