Find $\displaystyle \lim_{x\to 0}\left(\frac{(-2)^{\lfloor x \rfloor}}{x} \right)$
$\lfloor x \rfloor$ - is the floor function
From graphic it seems that this limit is different from right and left.
Find $\displaystyle \lim_{x\to 0}\left(\frac{(-2)^{\lfloor x \rfloor}}{x} \right)$
$\lfloor x \rfloor$ - is the floor function
From graphic it seems that this limit is different from right and left.
HINT:
$\lfloor x \rfloor = -1$ for all $-1 < x < 0$ and $\lfloor x \rfloor = 0$ for all $0 < x < 1$.
To find the limit $x \to 0^-$, replace $\lfloor x \rfloor$ with $-1$, and then let $x \to 0^-$ ($x < 0$ and $x \to 0$)
To find the limit $x \to 0^+$, replace $\lfloor x \rfloor$ with $0$, and then let $x \to 0^+$ ($x > 0$ and $x \to 0$)
For the limit $x \to 0$ to exist, we need the limit $x \to 0^-$ and the limit $x \to 0^+$ to be equal and finite.
Since it is not restrictive to assume your function is defined over $(-1,1)\setminus\{0\}$, we have $$ \lfloor x\rfloor=\begin{cases} -1 & \text{if $-1<x<0$} \\[4px] 0 & \text{if $0<x<1$} \end{cases} $$ Thus $$ \lim_{x\to0^+}\frac{(-2)^{\lfloor x\rfloor}}{x}= \lim_{x\to0^+}\frac{1}{x}=+\infty $$ Also $$ \lim_{x\to0^-}\frac{(-2)^{\lfloor x\rfloor}}{x}= \lim_{x\to0^-}\frac{-1/2}{x}=+\infty $$ Thus $$ \lim_{x\to0}\frac{(-2)^{\lfloor x\rfloor}}{x}=+\infty $$
$$\frac{(-2)^{\lfloor x \rfloor}}{x} = - \frac{1}{2x}$$
Since $x<0$, $ - \frac{1}{2x} > 0$ and as $x \to 0^-$, $ - \frac{1}{2x} \to + \infty$
– Fly by Night Nov 12 '16 at 22:52