What is the limit of this function as x tends to 0

38 Views Asked by At

I am trying to evaluate the limit of

$x[1/x]$ as x tends to zero, where $[.]$ is greatest integer function. I know this is dumb question but can I write [1/x] as 1/[x]? Thanks in advance.

1

There are 1 best solutions below

1
On BEST ANSWER

Firstly, no question is dumb!


$$\left\lfloor \frac{1}{x}\right\rfloor \ne \frac{1}{\lfloor x\rfloor}$$ in general. For example, take $x = 1.5$ and notice how the LHS and RHS are different. Let's solve the limit you've mentioned, now. $$\lim_{x\to 0} x\left\lfloor \frac{1}{x}\right\rfloor = \lim_{x\to 0} \left( x\cdot \frac{1}{x} - x\left\{ \frac{1}{x}\right\}\right) = \lim_{x\to 0} \left(1 - x\left\{ \frac{1}{x}\right\}\right)$$ Note that $\{x\}$ denotes the fractional part of $x$, and $x = \{x\} + [x]$. Also, $0\le \{x\} < 1$ for all $x$. Hence, $$0\le \left\{ \frac{1}{x}\right\} < 1$$ $$0\le x\left\{ \frac{1}{x}\right\} < x$$ So, $$\lim_{x\to 0} x\left\{ \frac{1}{x}\right\} = 0$$ by the squeeze theorem. This gives $$\lim_{x\to 0} x\left\lfloor \frac{1}{x}\right\rfloor = 1 $$