Why are we solving the limits in this way?

601 Views Asked by At

The question is-

Find $ \lim_{x\to 5} f(x) $ if it exists $f(x)=\frac{x^2-9x+20}{x-[x]}$ where [.] is G.I.F.

Now, my teacher solved it like this-

$ \lim_{x\to 5^+} \frac{(x-5)(x-4)}{(x-5)}$

Now, (x-5) gets canceled and gives us

$x-4$ $=$ $5-4=1$

Similarly, for $5^-$, we get the answer as 0.

Here is where my question comes-

I thought we can put the value of limit only simultaneously and not individually as my teacher has done in [x]. Is it possible to insert values of limit separately?

2

There are 2 best solutions below

1
On BEST ANSWER

What is happening is that for values of $x > 5$ that are close to $5$, $\lfloor x \rfloor = 5$. And, similarly, for values of $x < 5$ that are close to $5$, $\lfloor x \rfloor = 4$.

So, it is not the case the $\lim_{x \to 5+} \lfloor x\rfloor$ or $\lim_{x \to 5^-} \lfloor x \rfloor$ is taken separately; it is the case that $\lfloor x\rfloor$ is constant for relevant $x$.

0
On

Note that $x=[x]+\{x\}$, then: $\lim_\limits{x\to 5} \frac{(x-5)(x-4)}{x-[x]}=\lim_\limits{x\to 5} \frac{(x-5)(x-4)}{\{x\}}.$ Thus:

$$\lim_\limits{x\to 5^+} \frac{(x-5)(x-4)}{\{x\}}=\lim_\limits{x\to 5^+} \frac{\require{cancel} \cancel{\{x\}}(x-4)}{\cancel{\{x\}}}=1.$$ $$\lim_\limits{x\to 5^-} \frac{(x-5)(x-4)}{\{x\}}=\lim_\limits{x\to 5^-} \frac{0\cdot1}{1}=0.$$