Thread Closed

Floor function

 
Share Thread Thread Tools
Mar10-10, 06:48 AM   #1
 

Floor function


does the floor function satisfy

[tex] floor(x)= x + O(x^{1/2}) [/tex]

the idea is the floor function would have an 'smooth' part given by x and a oscillating contribution with amplitude proportional to [tex] x^{1/2} [/tex]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Mar10-10, 08:52 AM   #2
 
Why would the order of [tex]x-\lfloor x\rfloor[/tex] depend on the order of x?
 
Mar10-10, 08:22 PM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by zetafunction View Post
does the floor function satisfy

[tex] floor(x)= x + O(x^{1/2}) [/tex]
Yes. It also satisfies

[tex]\lfloor x\rfloor=x+O(2^{2^x})[/tex].

But both are needlessly weak.
 
Mar11-10, 06:00 AM   #4
 

Floor function


Quote by CRGreathouse View Post
Yes. It also satisfies

[tex]\lfloor x\rfloor=x+O(2^{2^x})[/tex].

But both are needlessly weak.
what do you mean by 'weak' , is there a proof for [tex] \lfloor x\rfloor=x+O(x^{1/2}) [/tex].
 
Mar11-10, 08:30 AM   #5
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by zetafunction View Post
what do you mean by 'weak' , is there a proof for [tex] \lfloor x\rfloor=x+O(x^{1/2}) [/tex].
[tex]O(2^{2^x})[/tex] is weaker than [tex]O(\sqrt x)[/tex] in the sense that there are functions which are in the former but not the latter, but none in the latter but in the former.

You should be able to give a one-line proof of a statement stronger than [tex]\lfloor x\rfloor=x+O(\sqrt x)[/tex].
 
Mar11-10, 09:15 AM   #6
 
[tex]
\lfloor x\rfloor-x
[/tex] can not be bigger than one by the definition of floor function and fractional part so

perhaps [tex]
\lfloor x\rfloor=x+O(x^{e})
[/tex] fore any e=0 or bigger than 0 is this what you meant ??
 
Mar11-10, 07:00 PM   #7
 
Recognitions:
Gold Membership Gold Member
I think what the others are trying to say is that, since [itex]\lfloor x\rfloor-x[/itex] is bounded, then [itex]\lfloor x\rfloor=x+O(1)[/itex].

Petek
 
Mar11-10, 08:15 PM   #8
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Petek View Post
I think what the others are trying to say is that, since [itex]\lfloor x\rfloor-x[/itex] is bounded, then [itex]\lfloor x\rfloor=x+O(1)[/itex].
Indeed.
 
Thread Closed
Thread Tools


Similar Threads for: Floor function
Thread Forum Replies
Integrating a floor function? Calculus & Beyond Homework 9
a floor function derivation Linear & Abstract Algebra 1
Inverse Floor Function. Calculus & Beyond Homework 4
Apostol & floor function problem Calculus & Beyond Homework 4
Absolute value and the floor function... General Math 6