(1+x)^(1/z) - Limit as x approaches 0

  • Thread starter Thread starter seasponges
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
seasponges
Messages
16
Reaction score
1
I was given this as a practice question, and assumed that the answer would be 0.

The answer is e, but no explanation is given and I cannot figure out why this is. z is undefined in the question.

If anyone could shed some light it would be greatly appreciated.
 
Physics news on Phys.org
seasponges said:
I was given this as a practice question, and assumed that the answer would be 0.

The answer is e, but no explanation is given and I cannot figure out why this is. z is undefined in the question.

If anyone could shed some light it would be greatly appreciated.

There shouldn't be a z, it should simply be replaced by x.

[tex]\lim_{x \rightarrow 0} {(1 + x)}^{\frac{1}{x}} = e[/tex]

That's actually one of the definitions for e (the base of natural logarithms). If you want a fairly elementary (but not very rigorous) way of proving it, consider putting [itex]y = \frac{1}{x}[/itex], from which you get the equivalent definition:

[tex]\lim_{y \rightarrow \infty} {(1 + \frac{1}{y})}^y = e[/tex]

and apply Binomial theorem to the LHS. Expand and consider the limit as y tends to infinity. Now compare that with the Taylor series for e (e1).
 
Thankyou very much!