HallsofIvy said:
Yes, that is correct.
f(x) between 1 and 2. f(1.5)=1.5-[1.5+1]=1.5-[2.5]=1.5-2=-0.5
but the value at one number tells you nothing about the limit. If x is any number between 1 and 2, then \lfloor x\rfloor= 1, an odd number, so f(x)= x- \lfloor x+1\rfloor= x-2. What is the limit of that as x goes to 2?
For the limit to exist, it must be the same from both sides. If 2< x< 3, then \lfloor x\rfloor= 2, an even number so f(x)= x- \lfloor x\rfloor= x- 2. What is the limit of that as x goes to 0?
Finally, don't just guess for even and odd integers. Suppose a-1< x< a where a is an odd number. What does the formula reduce to? Suppose a< x< a+1 where a is an odd number. What does the formula reduce to? Now do the same for a an even number.
That is, by the way, a very nice little problem.[/QUOTE]
if 1<x<2, [x]=1 Then f(x)=x-2. The limit=0
If 2<x<3 [x]=2 Then f(x)=x-2 The limit =0
a-1<x<a where a is an odd number. [x]=a-1. Then f(x)=x-(a-1). Limit as x goes to a=1
a<x<a+1 where a is an odd number. [x]=a. Then f(x)=x-(a-1+1). Limit as x goes to a= 0
a-1<x<a where a is an even number. [x]=a-1. Then f(x)=x-(a-1+1). Limit=0
a<x<a+1 where a is an even number. [x]=a. Then f(x)=x-a. Limit = 0
So the limit exists for even numbers, it seems.