Jbreezy said:
Hey thank you for your reply. ##e## is not defined in my course. I'm not in a formal course I'm working ahead in the summer. I just came across this one question. The question was given in the form $$A_n = \lim_{n \rightarrow \infty} \left(1 + \frac{k}{n} \right)^n$$
Then they do the substitution with u. I guess I'm having a hard time formulating my question. I want to know how you know when you see the equation I just wrote to say oh I need to substitute $$u= \frac{k} {n}$$
Because both are $$e$$ right? The form after the substitution and before. I guess my brain is missing the reason how I would know to do this. I don't get it. I feel like I don't know the reason.
I assume that the author of the problem expects you to recognize the fundamental limit
$$\lim_{n \rightarrow \infty} \left(1 + \frac{1}{n}\right)^n = e$$
either by definition or as a nontrivial theorem, if ##e## was defined some other way. This is not a fact that you would casually derive in a routine homework problem.
If we assume that fundamental limit is known, then it isn't too hard to find the limit when we replace the ##1## in the numerator with ##x##:
$$\lim_{n \rightarrow \infty} \left(1 + \frac{x}{n}\right)^n$$
Indeed, the solution shows how to do this, but I'll write it out in more detail in case that helps. Assuming ##x > 0##, we can let ##u = n/x##, and so ##n = xu##. Also, ##n \rightarrow \infty## if and only if ##u \rightarrow \infty##. Therefore, we can rewrite the above limit as
$$\lim_{u \rightarrow \infty} \left(1 + \frac{1}{u} \right)^{xu}$$
Since ##(1 + 1/u)^{xu} = ((1 + 1/u)^u)^x##, we can simplify the above to
$$\left(\lim_{u \rightarrow \infty} \left(1 + \frac{1}{u} \right)^{u}\right)^x$$
But the limit inside the outermost set of parentheses is simply ##e##, so we end up with ##e^x##.
You can make a similar argument if ##x < 0##, except in that case, ##n \rightarrow \infty## if and only if ##u \rightarrow -\infty##.
Finally, if ##x = 0##, then the limit is simply ##1##, which is consistent with ##e^0 = 1##.
And who the heck is Rudin?
He is the author of a commonly used real analysis book. If you continue studying math, you will probably encounter this book sooner or later, but no need to worry about it for now.