I was given the following function:
$f(x)=\frac{\left\lfloor x^{2}\right\rfloor }{x^{2}}$
And I need to find the limit of this function for an arbitrary $\underset{x\rightarrow x_{0}^{+}}{\lim}\frac{\left\lfloor x^{2}\right\rfloor }{x^{2}}$
as well as $\underset{x\rightarrow x_{0}^{-}}{\lim}\frac{\left\lfloor x^{2}\right\rfloor }{x^{2}}$
so far I could invent only this :
$\underset{x\rightarrow x_{0}^{+}}{\lim}x^{2}=x_{0}^{2}$
$\underset{y\rightarrow y_{0}^{+}}{\lim}\left\lfloor y\right\rfloor =\max\{m\in\mathbb{Z}|m\leq y\}$
$\underset{x\rightarrow x_{0}^{+}}{\lim}\left\lfloor x^{2}\right\rfloor =\max\{m\in\mathbb{Z}|m\leq x_{0}^{2}\}$
$\underset{x\rightarrow x_{0}^{+}}{\lim}f(x)=\frac{\max\{m\in\mathbb{Z}|m\leq x_{0}^{2}\}}{x_{0}^{2}}$
I have no idea how to proceed or approach this question. I could use some help. Thanks :)
HINT: You’ll need to consider several cases. For example, suppose that $x_0^2$ is not an integer. In that case you should have no trouble verifying that
$$\lim_{x\to x_0^+}\frac{\left\lfloor x^2\right\rfloor}{x^2}=\frac{\left\lfloor x_0^2\right\rfloor}{x_0^2}=\lim_{x\to x_0^-}\frac{\left\lfloor x^2\right\rfloor}{x^2}\;.$$
Things are a bit more complicated when $x_0^2$ is an integer:
Note that in these cases the value of $\left\lfloor x^2\right\rfloor$ depends on whether $x^2\ge x_0^2$ or $x^2<x_0^2$, even when $x$ is very close to $x_0$.