This is my homework:
Limit of functions: ($[x]$ is the total part of $x$)
- $\displaystyle \lim_{x \to \infty} \frac{[x]}{x}$
- $\displaystyle \lim_{x \to -\infty} \frac{[x]}{x}$
- $\displaystyle \lim_{x \to 0} \frac{[x]}{x}$
For the first one, I used the inequality $$x -1 \leq [x] \leq x.$$ So, $$\frac{1-\frac{1}{x}}{1}=\frac{x-1}{x} \leq \frac{[x]}{x} \leq \frac{x}{x}=1.$$ So my answer is $\displaystyle \lim _{x \to \infty} \frac{[x]}{x} = 1$. Is that good? I don't know what to use in other examples$\ldots$