New Reply

Frequency of Greatest Integer quotients

 
Share Thread Thread Tools
Oct29-10, 02:57 PM   #1
 

Frequency of Greatest Integer quotients


When looking for potential factors of an integer, I noticed that I could predict the frequency of the greatest integer function quotient and use this prediction to jump to the next potential factor. See the attachment for an example. I don't know if someone else had already discovered this, but I thought that it was cool.
Attached Files
File Type: doc Factoring Method.doc (46.0 KB, 7 views)
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Oct29-10, 03:26 PM   #2
 
The problem with the algorithm is that N/H-N/(H+1) will always evaluate to 1 for k<sqrt(N), so it will make you inspect all potential factors up to sqrt(N). Which are all the potential factors you need to inspect anyway.
 
Oct29-10, 05:59 PM   #3
 
You have a point. I think that it's still an interesting observation, but let me think on it and I may be able to find a modification that will improve the method.
 
Oct29-10, 06:36 PM   #4
 

Frequency of Greatest Integer quotients


Thanks for making me take another look, because I can already see something else that is interesting. If I look at the spacing between actual factors found by my method, there seems to be a symmetry. If this is real, then it could be useful.
Attached Files
File Type: xls Potential factors revisited.xls (40.5 KB, 8 views)
 
Nov1-10, 07:17 PM   #5
 
Nothing comes to me yet. I'll just put it in my back pocket and maybe I'll find a use for it someday. Sorry, I was more interested in just sharing my observation than looking at how it could be applied, so I didn't catch that it didn't save any work in finding factors.

Finding the factors between two numbers is a real problem that I sometimes have to deal with, so if anyone knows a good algorithm, let me know.

As for as the frequency of greatest integer quotients and the way that it pulls in all of the factors so that they are symmetrically spaced, I still think that it's interesting.
 
New Reply
Thread Tools


Similar Threads for: Frequency of Greatest Integer quotients
Thread Forum Replies
Greatest Integer Function.. help!! Precalculus Mathematics Homework 2
No greatest integer proof. Linear & Abstract Algebra 14
greatest Integer function General Math 4
Greatest Integer Problem Introductory Physics Homework 4
Greatest integer divides p^4 -1 Linear & Abstract Algebra 3