Proof lim (x+1)^(1/x)=e

  • Thread starter glueball8
  • Start date
  • Tags
    Proof
In summary: Then we can define e^x as the inverse of ln(x) and we then know that d/dx[e^x]= ex. Finally, we can define ex as the limit of (1+1/n)^n as n goes to infinity.
  • #1
glueball8
346
1
proof lim (x+1)^(1/x)=e. Where can I find the proof??
 
Mathematics news on Phys.org
  • #2
How are you defining "e"?
 
  • #3
HallsofIvy said:
How are you defining "e"?

Hmm Hi. I don't know...

its lim (1+x)^(1/x)=e. I what to see why that is the case.
x->0


oh e=2.718281828...
 
  • #4
That's not a definition.
 
  • #6
You have [tex]1^\infty[/tex]. The idea is to get to 0/0 or [tex]\frac{\infty}{\infty}[/tex]. In your case, try to message your expression so that you're doing this:

[tex]
1^\infty \rightarrow 0 \cdot \infty \rightarrow \frac{0}{0}.
[/tex]

You'll need to take the logarithm of both sides before you start. Once you get to 0/0, use L' Hopital's rule.
 
  • #7
But the t=lnx function is defined by that it is the inverse of y=e^x, which is defined by that e=lim h --> h (1+h)^(1/h) so basically it is circular logic. The definitions must start somewhere. You can though find a different definition of e, and then connect these links.
 
  • #8
If you don't know the definition of e, you can't possibly prove something is equal to it!

there are, in fact, many different ways to define e and how you would prove something is equal to e depends strongly on your definition. For example, that limit can, very reasonable, be given as the definition of e, just as Bright Wang (and you) said. In that case, there is nothing to prove.

My preference is to first define
[itex]ln(x)= \int_0^x\frac{1}{t}dt[/itex]

One can then prove that ln(x) is a one-to-one function, from all non-negative real number to all real numbers and so has an inverse. If you define exp(x) to be that inverse, it is not to difficult to prove that exp(x)= (exp(1))x. You can then define e to be exp(1)- that is, that ln(e)= 1.

Now, you can "take logarithms of both sides and use L'Hopital's rule" as triangleman said.
 
Last edited by a moderator:
  • #9
Ill prove it for ya!

Lets say that we have some variable called "y" and let's set it equal to (1+x)^(1/x).
so far we have:

y=(1+x)^(1/x)

now let's take the natural log of each side to obtain

Ln(y)=Ln((1+x)^(1/x))

now, we can pull out the "1/x" term in front of the "Ln(" [because of your basic log rules] to get:

Ln(y) = (1/x)*Ln(1+x) ~ or ~ Ln(y)=Ln(1+x)/x

now we get to take the limit (yay). this leaves

Ln(y) = lim Ln(1+x)/x
~~~~~ x->0

now we get to use La Hôpital's Rule on the right hand side of the equation.

= lim (d/dx[Ln(1+x)]) / (d/dx[x])
x->0

(where d/dx[f(x)] refers the the derivative of f(x) with respect to "x")

= lim (d/dx[1+x]/(1+x)) / 1
x->0
= lim 1/(1+x)
x->0

This last Limit can be simply evaluated by just plugging in 0 for "x"

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

So! remembering the left hand side of the equation, we have

Ln(y) = lim Ln(1+x)/x
~~~~~x->0

Ln(y)=1 ~and~ y = e^1 = e
Thus: Lim (x+1)^(1/x)=e
Q.E.D
 
Last edited:
  • #10
Someone is going to have my head for this, but here goes anyway:
(We already know)
One thing that is so special about e is the fact that if we use it to exponentiate a real variable ([tex] e^x [/tex] say) and we take the derivative of it, we end up with the same function.
(/We already know)

So let's define e as the number that has this property, we don't yet know what it is but here goes:

[tex] \frac{d e^x}{dx} = e^x [/tex]
From first principles:

[tex] \frac{d e^x}{dx} = \lim_{h\rightarrow 0}\frac{e^{x+h}-e^x}{h} [/tex]

Now from what we desire:

[tex] \frac{d e^x}{dx} = e^x [/tex]

Therefore

[tex] e^x = \lim_{h\rightarrow 0}\frac{e^{x+h}-e^x}{h} [/tex]

[tex] e^x = \lim_{h\rightarrow 0}\frac{e^{x}e^{h}-e^x}{h} [/tex]

Factoring out the common [tex]e^x[/tex]

[tex] e^x = \lim_{h\rightarrow 0}e^x\left( \frac{e^{h}-1}{h} \right)[/tex]

[tex] e^x = e^x \lim_{h\rightarrow 0}\frac{e^{h}-1}{h} [/tex]

This is true iff:

[tex] \lim_{h\rightarrow 0}\frac{e^{h}-1}{h} = 1 [/tex]

[tex] \lim_{h\rightarrow 0}e^{h}-1 = \lim_{h\rightarrow 0}h [/tex]

[tex] \lim_{h\rightarrow 0}e^{h} = \lim_{h\rightarrow 0}h+1 [/tex]

[tex] e = \lim_{h\rightarrow 0}(h+1)^{\frac{1}{h}} [/tex]

I abused the limiting process at the end there, and took the '1/h root' but it achieves the desired result. :smile:

This by no means a rigorous proof as I'm not even sure I'm 'allowed' to perform the operations that I did at the end with the limits. My epsilon-delta skills are not that honed I'm afraid, so this is the best I could do.
 
Last edited:
  • Like
Likes Madoo99
  • #11
That's a perfectly good proof Eidos- provided you have already proved that
[tex]\frac{de^x}{dx}= e^x[/tex]
without using that limit. And you can do that if you start from the right definition of e.
 
  • #12
HallsofIvy said:
That's a perfectly good proof Eidos- provided you have already proved that
[tex]\frac{de^x}{dx}= e^x[/tex]
without using that limit. And you can do that if you start from the right definition of e.

Could you use this as the definition for e?
[tex]\frac{de^x}{dx}= e^x[/tex]
 
  • #13
Not that alone because that is a differential equation that has many solutions: y(x)= ex+ a has that property for any real number a.

You can do the following:
f(x)= ex is defined as the function, y, satisfying the differential equation dy/dx= y, together with the initial value y(0)= 1.
Specifying a single value removes the ambiguity.

One possible objection to that definition is that it does not make clear that the notation ex, i.e. a number to the x power, is appropriate. However, that can then be proved. Since d ex/dx= ex, it is easy to show that the function is one-to-one, from all real numbers to all positive real numbers and so has an inverse function, from all positive real numbers to all real numbers. If we call that inverse function ln(x) then it is easy to see that d ln(x)/dx= 1/x and so
[tex]ln(x)= \int_1^x dt/t[/tex]
the definition I mentioned earlier.

From that we can prove the "logarithm" property that ln(xy= y ln(x). In particular, If y= ex, then x= ln(y) so, for x non-zero, 1= (1/x)ln(y)= ln(y1/x) and, going back to the exponential form, e1= e= y1/x and then it follows that y is in fact e "to the x power".
 
  • #14
Ah thanks, that clears things up :smile:
 
  • #15
Eidos said:
Could you use this as the definition for e?
[tex]\frac{de^x}{dx}= e^x[/tex]

No, because then "e" could equal to Zero.
 
  • #16
So, can anyone prove it with an epsilon-delta proof?
 
  • #17
Once again, starting from WHAT definition of "e"?
 
  • #18
Hey guys -

I'm just dropping in having done a search on lim (1+1/n)^n (been too long and I've forgotten SO much)

I answer questions on MathNerds.com and the technically "correct" answer isn't always a very "good" answer.

In any case -

Regarding the definition of e, Pi, e^x, ln x and the trig functions too - you might want to check out Bartle's, "The Elements of Real Analysis". It's very well written and there are "projects" that develop all of these 'taken for granted' topics mostly based on the FTC and/or basic continuity.

Larry
 
  • #19
My question, which was posted 5 months ago, was really directed to the original poster. I would think it obvious that how you prove that a given limit is "= e" depends strongly on how you define e. There are several equivalent definitions and how you prove something is equal to e depends upon which definition you want to use.
 
  • #20
hey guys...there's another value for lim (1+x)^1/x..it goes like this...
e(1 - x/2 + 11x^2/24 ...)
found it in one of the books of higher math...but i can't find its proof...can anyone help me out?
 
  • #21
sushrutphy said:
hey guys...there's another value for lim (1+x)^1/x..it goes like this...
e(1 - x/2 + 11x^2/24 ...)
found it in one of the books of higher math...but i can't find its proof...can anyone help me out?

This doesn't make sense. If there was "another value" for said limit, then the limit wouldn't exist in the first place! Also, did you really have to re-open a year old thread?
 

1. What does lim (x+1)^(1/x) represent?

The expression lim (x+1)^(1/x) represents the limit of the function (x+1)^(1/x) as x approaches infinity. In other words, it represents the value that the function approaches as x gets larger and larger.

2. How do you prove that lim (x+1)^(1/x)=e?

To prove that lim (x+1)^(1/x)=e, we use the definition of a limit and apply algebraic manipulation and the properties of exponents. We can also use the fact that e is the limit of (1+1/n)^n as n approaches infinity, and rewrite the original expression as (1+1/x)^x. Then, we can use substitution and the definition of e to show that the limit is equal to e.

3. What is the significance of this limit being equal to e?

The number e is a mathematical constant that is approximately equal to 2.71828. It appears in many areas of mathematics and science, such as in exponential and logarithmic functions, compound interest, and population growth. Therefore, proving that lim (x+1)^(1/x)=e holds a lot of significance and shows the connection between these different concepts.

4. Can this limit be evaluated for any value of x?

No, this limit can only be evaluated for values of x that are approaching infinity. This is because the expression (x+1)^(1/x) becomes undefined when x is equal to 0 or negative values, and the limit only applies to values of x that are getting larger and larger.

5. How is this limit used in practical applications?

This limit is used in many practical applications, such as in finance, biology, and physics. For example, it can be used to calculate compound interest or to model population growth. It also plays a role in optimization problems and in analyzing the behavior of functions as their inputs approach infinity.

Similar threads

  • General Math
2
Replies
66
Views
4K
Replies
14
Views
1K
  • General Math
Replies
7
Views
1K
  • General Math
Replies
22
Views
1K
Replies
6
Views
295
Replies
1
Views
924
Replies
6
Views
322
  • General Math
Replies
2
Views
1K
  • General Math
Replies
7
Views
839
  • General Math
Replies
4
Views
832
Back
Top