Deriving the constant e using a sequence limit

Fibo's Rabbit
Messages
8
Reaction score
0

Homework Statement


Why does lim( (1+(1/n))^n ) = e?

Homework Equations


If a_n convergent to a, and b_n converges to b, then (a_n * b_n) converges to (a * b)

The Attempt at a Solution



The lim(1 + (1/n)) = 1.

If you multiply (1 + (1/n)) by itself n-times, you get the equation (1 + (1/n))^n, so according to the statement under Relevant equations above, shouldn't the answer be 1^n, or just 1?

Obviously it is e, b/c when you plug (1 + (1/n))^n into your calculator for larger values of n, you get closer and closer to e.
 
Physics news on Phys.org
Hi Fibo's Rabbit! :smile:

(try using the X2 and X2 buttons just above the Reply box :wink:)
Fibo's Rabbit said:
If a_n convergent to a, and b_n converges to b, then (a_n * b_n) converges to (a * b)

ah, but that only applies for the product of a fixed number of series …

you're trying to apply it to an infinitely increasing number of series :wink:
 
Ah, and it all makes a lot more sense now.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top