How are the two expressions different?
$$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}}{x}\bigg\rfloor$$
and $$\bigg\lfloor\lim_{x\to0}\frac{\sin{x}}{x}\bigg\rfloor$$
If limit is inside the floor function, Do I have to apply the limits first?
If this is the case, then, $$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}}{x}\bigg\rfloor=0$$
$$\bigg\lfloor\lim_{x\to0}\frac{\sin{x}}{x}\bigg\rfloor=1$$
Am I solving this right?
Also how can I calculate,
$$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}\cdot \tan{x}}{x^2}\bigg\rfloor$$
Thank you.
$$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}}{x}\bigg\rfloor$$ In this first, you have to take the floor of the function then apply the limit on its floor. $$\frac{\sin{x}}{x}< 1$$ when $x \to 0$ $$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}}{x}\bigg\rfloor=0$$
$$\bigg\lfloor\lim_{x\to0}\frac{\sin{x}}{x}\bigg\rfloor$$
Here you have to first calculate the limit then take the floor of it. You know that this limit is 1 thus floor of 1 is 1. $$\bigg\lfloor\lim_{x\to0}\frac{\sin{x}}{x}\bigg\rfloor=1$$
$$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}\cdot \tan{x}}{x^2}\bigg\rfloor$$
Series expansion at $x=0$ gives $$1+\frac{x^2}{6}+\frac{31x^4}{360}+O(x^6)$$
$$\frac{\sin{x}\cdot \tan{x}}{x^2}\ge 1$$
$$\bigg\lfloor\frac{\sin{x}\cdot \tan{x}}{x^2}\bigg\rfloor=1$$ thus $$\lim_{x\to0}\bigg\lfloor\frac{\sin{x}\cdot \tan{x}}{x^2}\bigg\rfloor=1$$