3

As written in Wiki, $e^x=\lim_{n \to \infty}\left(1+\frac{x}{n}\right)^n$.

However, does anyone agree that $$e^x = \lim_{n \to \infty}\left(\frac{1+0.5\frac{x}{n}}{1-0.5\frac{x}{n}}\right)^n ?$$

Asaf Karagila
  • 393,674
chuackt
  • 305

3 Answers3

4

You can push the limit operation to the numerator and the denominator and evaluate the limits separately. The result will be $\displaystyle\frac{e^{0.5x}}{e^{-0.5x}} = e^x$.

Lehs
  • 13,791
  • 4
  • 25
  • 77
Tunococ
  • 10,303
  • so it seem i be using mid point method does hold as well. using y1+((y1+y2)/2)(x/n)=y2 and continue sequence as y2+((y2+y3)/2)(x/n)=y3, continue the sequence and reach the above formula – chuackt Sep 15 '14 at 16:32
3

Yes. Your expression is correct.

Lucian
  • 48,334
  • 2
  • 83
  • 154
3

You are right:

$$\lim _{n\rightarrow \infty } \left( \left( 1+{\frac {ax}{n}} \right) \left( 1+{\frac {bx}{n}} \right) ^{-1} \right) ^{n}={{\rm e}^{x \left( a-b \right) }} $$

$$\lim _{n\rightarrow \infty } \left( \left( 1+{\frac {ax}{n}} \right) \left( 1+{\frac { \left( a-1 \right) x}{n}} \right) ^{-1} \right) ^{n }={{\rm e}^{x}} $$

Juan Ospina
  • 2,257