How do I evaluate $$\lim_{x \to 0}\left(\frac{e^{2\sin x}-1}{x}\right)$$
I know it's the indeterminate form since the numerator and denominator both approach 0, but I can't use l'Hopital's rule so I'm not sure how to go about finding the limit.
How do I evaluate $$\lim_{x \to 0}\left(\frac{e^{2\sin x}-1}{x}\right)$$
I know it's the indeterminate form since the numerator and denominator both approach 0, but I can't use l'Hopital's rule so I'm not sure how to go about finding the limit.
On
HINT: $\lim_{y\to0}\frac{e^y-1}{y}=1$. Hence $$ \lim_{x\to0}\frac{e^{2\sin x}-1}{x}= \lim_{x\to0}\frac{e^{2\sin x}-1}{2\sin x}\cdot\frac{2\sin x}{x} $$ and the rest should be easy.
On
$$ \underbrace{f'(0) = \lim_{h\to0} \frac{f(0+h)-f(0)} h}_{\text{definition of ``derivative"}} = \lim_{h\to0}\frac{e^{2\sin h} - e^{2\sin 0}} h = \lim_{h\to0}\frac{e^{2\sin h} - 1} h. $$ So just find $f'(0)$ by the methods you would normally use to compute a derivative.
On
Well, there is an easy solution if you know the series expansion of $e^x$.
Near $x=0$, $\sin(2x) \approx 2x$ therefor the given equation reduces to
$$\lim_{x\to0} \frac{e^{2x}-1}{x}$$
Now apply series expansion for $e^{2x}=1+x+...$ , neglecting higher powers as $x\to0$ There for it reduces to
$$\lim_{x\to0}\frac{1+x-1}{x}=1$$
On
A definition of the derivative is at $x=a$ is $$f'(a)=\lim\limits_{x\to a}\frac{f(x)-f(a)}{x-a}$$ Now plug in $a=0,f(x)=e^{2\sin x}$ and you'll have your answer.
On
When given a task that includes the text "You are not allowed to use so-and-so Rule", you can still use the proof of that rule in your answer.
So, look up the proof of L'H in your text book or on Wikipedia, put in your function where apropriate. Ignore everything that isn't relevant to your case.
In the end you will have your answer as well as a better understanding of the rule.
Hint: Consider the function $f(x)=e^{2\sin x}$. What is the derivative of said function at $x=0$?