3

Q1: Could someone provide a proof for this equation (please focus on this question):

$$e^z = \lim \limits_{x \rightarrow \infty} \left( 1 + \frac{z}{x} \right)^x$$

Q2: Is there any corelationn between above equation and the equation below (this would benefit me a lot because i at least know how to proove this one):

$$e = \lim \limits_{x \rightarrow \infty} \left( 1 + \frac{1}{x} \right)^x$$

Clayton
  • 24,751
71GA
  • 841

1 Answers1

4

Let $y=x/z$. Then $$ \lim \limits_{x \rightarrow \infty} \left( 1 + \frac{z}{x} \right)^x = \lim \limits_{y \rightarrow \infty} \left( 1 + \frac{1}{y} \right)^{yz} = \left(\lim \limits_{y \rightarrow \infty} \left( 1 + \frac{1}{y} \right)^{y}\right)^z = e^z $$

But note that this assumes that you have a definition of $a^x$ and know that $a^{xy}=(a^x)^y$ and that $x\mapsto a^x$ is continuous.

lhf
  • 216,483