I'm having some troubles computing this limit. $$\lim_{M\to\infty}M\left(\frac{1}{s} - \frac{e^{\frac{-s}{M}}}{s}\right)$$
I know that the answer should be 1, but I can't seem to figure out the steps to get there.
Here are the steps I've tried taking:
The exponential approaches 1 as $M\to\infty$, $$\lim_{M\to\infty}M\left(\frac{1}{s} - \frac{1}{s}\right)$$
Simplifying the statement leaves $\lim\limits_{M\to\infty}M * 0$
Where do I go from here, or have I made a mistake above?
As a side note, this is for deriving the laplace transform of the dirac-delta function by approximating the dirac-delta function as a finite rectangular pulse starting a t=0 and ending at $t=\frac{1}{M}$ with a magnitude of M, then taking the limit as $M\to\infty$
\limitsworks for operators (places limits directly above and below, as usual for, say, $\sum$;\nolimitsplaces limits directly to the right, as is usual for integrals), but some symbols are not considered operators. If LaTeX complains, you can take the symbol and declare it an operator with\mathop{...}, and then\limitsand\nolimitswill work.\limitsand\nolimitsoverride whatever the "standard" is in whatever mode you're in.\sum\limits: $\sum\limits_a^b$;\sum\nolimits: $\sum\nolimits_a^b$; no\mathopneeded here. – Arturo Magidin Feb 16 '11 at 04:29\limitswhen you want them as we usually use them with $\lim$, $\sum$, and $\prod$ but they don't show up that way. If you get an error message about math operators, then enclose the symbol in\mathop, e.g.,+_a^b: $+_a^b$; vs.+\limits_a^b: $+\limits_a^b$; vs.\mathop{+}\limits_a^b: $\mathop{+}\limits_a^b$. If the limits show up above and below and you want them in front, then use\nolimits, and if it complains you add the\mathop– Arturo Magidin Feb 16 '11 at 04:46