On continuity of floor, modulus and fractional part function.

106 Views Asked by At

If $$f(x)=\begin{cases}\dfrac{e^{\lfloor x\rfloor}+|x|-1}{\lfloor x\rfloor+\{2x\}}&,\ x\neq0 \\\ \frac{1}{2}&,\ x=0\end{cases}$$comment on continuity of $f(x)$ at $x=0$. Where $\lfloor .\rfloor$ denotes floor function, $|.|$ denotes absolute value function and $\{.\}$ denotes fraction part.

As $x\rightarrow0$ we should calculate two-sided limits separately.

$\lim_{x\rightarrow 0^{-}}\dfrac{e^{\lfloor x\rfloor}+|x|-1}{\lfloor x\rfloor+\{2x\}}=\lim_{x\rightarrow 0^{-}}\dfrac{e^{-1}+0-1}{-1+2x+1}=\lim_{x\rightarrow 0^{-}}\dfrac{e^{-1}-1}{2x}\rightarrow{(*)}$

Now my doubt arises for $(*)$:

As $x\rightarrow{0^{-}}$, mean to say $x$ is roaming around really tiny negative quantities hence I wrote $\{2x\}$ as $2x+1$.

Are these thoughts correct, else rectify it please, I can manage right-hand limit after this, just help me with this?

1

There are 1 best solutions below

4
On BEST ANSWER

You are correct: for $x\in (-1/2,0)$, $\{2x\}=2x-\lfloor 2x\rfloor=2x+1$, and as $x\to 0^-$, $$\dfrac{e^{\lfloor x\rfloor}+|x|-1}{\lfloor x\rfloor+\{2x\}}= \dfrac{e^{-1}-x-1}{-1+2x+1}\to \dfrac{\overbrace{e^{-1}-1}^{<0}}{0^-}=+\infty.$$