2

Let $\lambda>0$ and look at:

$$\lim _{k \to \infty}\frac{\lambda \cdot (1-e^{-\lambda/2^k}-\frac{\lambda}{2^k}e^{-\lambda/2^k})}{\frac{\lambda}{2^k}}$$

I know it's zero (long live wolfram alpha), but I really can't see why. Can someone please help me.

Or maybe equivalently:

$$\lim _{h \to 0}\frac{1-e^{h}-he^h}{h}$$

Oh sorry it missed two minuses to be correct, it should have been (but I can figure out that one now :) ):

$$\lim _{h \to 0}\frac{1-e^{-h}-he^{-h}}{h} $$

htd
  • 1,764
  • 1
    I don't think your original limit is equivalent to what you wrote: you didn't write the minus signs in the exponents! – DonAntonio Jan 07 '13 at 12:06

3 Answers3

3

Edited to fit the question.

Use that $$ \lim_{h\to 0}\frac{1-e^{-h}}{h}=-\lim_{h\to 0}\frac{e^{-h}-e^{-0}}{h-0}=-f'(0)=1, $$ where $f(x)=e^{-x}$.

Stefan Hansen
  • 25,582
  • 7
  • 59
  • 91
3

Instead of lambda let us use $\,a>0\,$:

$$T:=\frac{a\left(1-e^{-a/2^k}-\frac{a}{2^k}e^{-a/2^k}\right)}{\frac{a}{2^k}}$$

and now make the substitution

$$x:=\frac{a}{2^k}\,\,\,,\,,\text{ so that}\,\,\, k\to\infty\Longrightarrow x\to 0\,\,\longrightarrow$$

$$\lim_{k\to\infty} T=\lim_{x\to 0}\frac{a\left(1-e^{-x}-xe^{-x}\right)}{x}\stackrel{\text{L'Hospital}}=\lim_{x\to 0}a\left(e^{-x}-e^{-x}+xe^{-x}\right)=\lim_{x\to 0}axe^{-x}=0$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
2

$$\lim _{h \to 0}\frac{1-e^{h}-he^h}{h}=$$ (L'Hopital rule) $$=\lim _{h \to 0}\frac{-e^{h}-e^h-he^h}{1}=\lim_{h\to0}-2e^h-he^h=-2$$ after you changed question to

$$\lim _{h \to 0}\frac{1-e^{-h}-he^{-h}}{h}=$$ (L'Hopital rule) $$=\lim _{h \to 0}\frac{e^{-h}-e^{-h}+he^{-h}}{1}=\lim_{h\to0}he^{-h}=0$$

Adi Dani
  • 16,949