0
$\begingroup$

Is the following limit exist or not? $$\lim_{x\to 0} {\frac{\lfloor \frac{3}{2} +x\rfloor }{x}}$$

I have no idea about find right-hand and left-hand limits.

  • 2
    What is $[[ ]]$2017-01-25
  • 1
    My first thought is the floor function, but that's clearly wrong...2017-01-25
  • 0
    Yes, floor function.2017-01-25

1 Answers 1

2

The limit is not defined (it's infinity). Just fill in $x = 0$ and you get $\lim_{x\to0} \frac{\lfloor\frac{3}{2}+x\rfloor}{x} = \frac{\lfloor\frac{3}{2}+0\rfloor}{0} = \frac{1}{0}=\infty$. Note: for $x\to0$ with $x<0$, the limit is $-\infty$, for $x>0$ is it $+\infty$ You can also see this clearly when plotting the graph: enter image description here

  • 2
    Isn't $\lfloor 3/2+0\rfloor =1$?2017-01-25
  • 0
    Yes indeed, I was a bit too fast there :-)2017-01-25