I would like to calculate these limits
$\lim\limits_{x \to 0^{+}} \frac{x}{a}{\big\lfloor\frac{b}{x}\big\rfloor}$
$\lim\limits_{x \to 0^{+}} \frac{b}{x}{\big\lfloor\frac{x}{a}\big\rfloor}$, where $a,b >0$
The answer of the first limit is $\frac{b}{a}$?
I don't know how calculate the second!
Thanks
Your answer for the first part is right, although it might be good to see why. The point, in broad strokes, is that when $x$ is tiny, $b/x$ is very large, and the ratio of the floor function to the argument $b/x$ itself becomes arbitrarily close to 1.
For the second question, observe that when $x < a$ (as it will be sufficiently near to zero) $$ \left\lfloor\frac{x}{a} \right\rfloor = 0$$ exactly, not approximately, so no matter what you are multiplying by, the answer will be zero.