What is the Limit of a Floor Function at an Arbitrary Point?

  • Thread starter Thread starter Yoni V
  • Start date Start date
  • Tags Tags
    Function Limit
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
Yoni V
Messages
38
Reaction score
0

Homework Statement


The function f is defined f(x)=floor(x^2)/x^2 I need to find the limit of the function at an arbitrary point.

For the continuous parts it was fine, and also for right sided limit at positive points of discontinuity (and left sided for negatives, for all of which the lim is 1), and now I'm left with left sided limit of the function at positive points of discontinuity (and vice versa for the negative part).

I know the answer from intuition: (x2-1)/x2, but I can't find the key to the proof.

Homework Equations


---

The Attempt at a Solution


Letting the point of discontinuity be x0>0)

First, I restrict δ such that f(x)=(x02-1)/x2

Then, if x0=1 then f(x)-L=0<ε

Otherwise, I restrict my neighborhood again to 1<x<x0

x<x0 ... ->1/x2 - 1/x02>0

and therefore f(x)-L=...=(x02-1)(1/x2 - 1/x02)

And now I'm stuck... I can't seem to find the right combo to make the delta-epsilon magic to work.

Thanks for any help!
 
Physics news on Phys.org
Yoni V said:

Homework Statement


The function f is defined f(x)=floor(x^2)/x^2 I need to find the limit of the function at an arbitrary point.

For the continuous parts it was fine, and also for right sided limit at positive points of discontinuity (and left sided for negatives, for all of which the lim is 1), and now I'm left with left sided limit of the function at positive points of discontinuity (and vice versa for the negative part).

I know the answer from intuition: (x2-1)/x2, but I can't find the key to the proof.

Homework Equations


---

The Attempt at a Solution


Letting the point of discontinuity be x0>0)

Or, more meaningfully, let the point of discontinuity be [itex]\sqrt{n}[/itex] for strictly positive integer [itex]n[/itex].

First, I restrict δ such that f(x)=(x02-1)/x2

Don't use epsilons and deltas unless you have to. Here you do not: it is much easier to use the result that the limit of a product is the product of the limits where the limits exist.

Let [itex]n[/itex] be a strictly positive integer. Then [itex]\lfloor x^2 \rfloor[/itex] is constant on the interval [itex][\sqrt{n-1},\sqrt{n})[/itex], and [itex]1/x^2[/itex] is continuous at [itex]\sqrt{n}[/itex]. What then is [itex]\lim_{x \to \sqrt{n}^{-}} \frac{\lfloor x^2 \rfloor}{x^2}[/itex]?
 
Oh my god... It's so simple... Thanks!
I don't know why it didn't come to mind to use simple arithmetic of limits...
Thanks again