Originally posted by: itachi
Originally posted by: TuxDave
I dunno... I don't really like this proof unless the 'e' that we know it was defined in this manner. I was always shown that 'e' was defined as the limit as x approaches infinity of (1+1/x)^x
that's what i based it off of.. i didn't try to redefine e or anything, i just used properties that are known. like the one you stated.
mm.. maybe it was a bit too messy, cos yall are pointin out the use of e.. when i used e in the manner that it's defined, as tuxdave (and me.. 3rd paragraph, 2nd line) described. so.. i'll clean it up a bit.
1. a = e => e = a -- if e is 'a' in the function, a can be interchanged with e (but only if a = e).
2a. a = lim{x->inf}(1 + 1/x)^x -- if 2e is valid, then so is 2a.. take the x root of both sides
2e. e = lim{x->inf}(1 + 1/x)^x
3a. lim{x->inf} a^(1/x) = lim {x->inf}(1 + 1/x) -- subtract 1 from both sides
3e. lim{x->inf} e^(1/x) = lim {x->inf}(1 + 1/x)
4a. lim{x->inf} a^(1/x) - 1 = lim{x->inf}(1 / x) -- multiply both sides by x
4e. lim{x->inf} e^(1/x) - 1 = lim{x->inf}(1 / x)
5a lim{x->inf} (a^(1/x) - 1) * x = 1 -- find substitution for x.. x = 1 / h
5e lim{x->inf} (e^(1/x) - 1) * x = 1 -- find value of h as x approaches infinity.. h = 0.
6a. lim{x->inf}(a^(1/x) - 1) * x = lim{h->0}(a^h - 1) / h) = 1
6e. lim{x->inf}(e^(1/x) - 1) * x = lim{h->0}(a^h - 1) / h) = 1
which is the simplest way to prove it that i can think of without going into geometric ratios..
oh yea and btw.. when i write lim{x->z}.. i mean limit as x approaches z.