Solve Indeterminate Forms with Binomial Expansion

  • Thread starter Thread starter RadiationX
  • Start date Start date
  • Tags Tags
    Forms
AI Thread Summary
The discussion revolves around solving the limit problem lim_{x→∞}(1 + k/x)^x using binomial expansion. The solution suggests that the limit equals e^k, but emphasizes the need for a proper definition of e and the convergence of the binomial expansion. Participants express confusion over the initial binomial expansion method and highlight the importance of proving that higher-order terms vanish as x approaches infinity. A more rigorous approach involves taking the natural logarithm of both sides, leading to a clearer understanding of the limit. Ultimately, the conversation underscores the subtleties involved in applying binomial expansion and the necessity of careful mathematical justification.
RadiationX
Messages
255
Reaction score
0
I have the solution to this particular problem, the problem is the person who solved it used a method that unfamiliar with. Does anyone know how to solve this problem using Binomial expansion. I know that the answer is e^k where K is some constant. this is the problem:

\lim_{x\rightarrow\infty}(1 + \frac{k}{x})^x
 
Last edited:
Physics news on Phys.org
I'm having difficulty seeing how binomial expansion could help. (Even in its general form, which you'd have to use, because x isn't restricted to the integers)


You can't solve the problem until you decide upon an acceptable definition of e^k, and possibly have proven some facts about it. (For example, sometimes e^k is defined to be the value of this limit! So, in that case, the proof is trivial)
 
Hurkyl said:
I'm having difficulty seeing how binomial expansion could help. (Even in its general form, which you'd have to use, because x isn't restricted to the integers)


You can't solve the problem until you decide upon an acceptable definition of e^k, and possibly have proven some facts about it. (For example, sometimes e^k is defined to be the value of this limit! So, in that case, the proof is trivial)


his solution starts like this:

1 + x\frac{k}{x} + x\frac{(x-1)}{2!}+\frac{k^2}{x^2}+x\frac{(x-1)(x-2)}{3!}\frac{k^3}{x^3}


But i have no idea what this means.
 
Here's an artifical way you could do this:

Let the limit be L. Take natural log of both sides. This gives

\ln L = \ln(\lim_{x\rightarrow\infty}(1 + \frac{k}{x})^x)[/tex]<br /> <br /> As the log of a limit is the limit of log for continuous functions, we have<br /> <br /> \ln L = \lim_{x\rightarrow\infty}x\ln((1 + \frac{k}{x}))<br /> <br /> which is the same as<br /> <br /> \ln L = \lim_{x\rightarrow\infty}k\frac{\ln((1 + \frac{k}{x}))}{k/x}<br /> <br /> the limit is k and so L = e^k.<br /> <br /> The theorem we have used here is that the log of a limit of a continuous function is the limit of the log of the function. But there is no better way than to use the definition of e, which is<br /> <br /> e = \lim_{n\rightarrow\infty}(1+\frac{1}{n})^n<br /> <br /> Cheers<br /> Vivek
 
RadiationX said:
his solution starts like this:

1 + x\frac{k}{x} + x\frac{(x-1)}{2!}+\frac{k^2}{x^2}+x\frac{(x-1)(x-2)}{3!}\frac{k^3}{x^3}


But i have no idea what this means.


Okay I get it now. "He" has used a binomial expansion for (1+k/x)^x. You should know that x can be negative, fractional or positive integral so you haave to use the binomial theorem for general nonintegral index (as done here). But there is a catch.

The idea used here is that as the order of every term grows, the terms in the brackets partially cancel the the (1/x)^k term. In more precise terms, the at least one of the product terms reduces the power of the denominator to 0. This method looks practical but it is not mathematically correct unless you first prove that the binomial expansion written actually converges to zero for higher order terms as x\rightarrow\infty. This is one of those things which doesn't seem to deserve special proof, but it does.

So I would still think that the argument given by Hurkyl (and me in my first post) are closer to the acceptable definition of e.

Cheers
Vivek

EDIT: By the way, the second term of your original binomial expansion is incorrect. Change the + sign to a product and it'll be okay then.

EDIT#2: A better way to understand the order argument is as follows: a typical term of the the continued product in the numerator is of the form (x-k) for k = 0, 1, 2, ...kmax and for every such product the term in the denominator is x^kmax. Hence, there are as many terms in the denominator (I am breaking x^k as x*x*...*x (k times)). So the order of the numerator = order of denominator in terms of the powers of x. Of course, the order is same but there are still some lurking lower order terms in the numerator after cancellation. They can be reclubbed with the higher order denominator. This intuitively tells you that for large x, the sequence converges to some value. But you need to prove that it does (rigourously) first and find that value. All this is unnecessary if you are allowed to use the proof right out of the box though.
 
Last edited:
Thank you Guys!
 
I would like to point out that method of proof has a lot of subtle technicalities. Remember the famous "proof" that \lim_{n \rightarrow \infty} n / n = 0:

Fake proof:
1/1 = 1/1
2/2 = 1/2 + 1/2
3/3 = 1/3 + 1/3 + 1/3
4/4 = 1/4 + 1/4 + 1/4 + 1/4
...
Now, each individual term goes to zero. Therefore, the limit is simply a sum of many zeroes, and is thus zero!


The moral is that you're interchanging the limit operations, and that's something you should only do if you really know what you're doing.

With the binomial expansion method, you have to let the number of terms go to infinity first, and THEN let x go to infinity.

So, the argument you posted really isn't valid unless you apply some advanced machinery that let's you do things the other way around. (Though it is a nice heuristic argument)
 
Back
Top