Optimizing Number Isolation: Equal vs. Unequal Bisection Strategies

  • Thread starter Loren Booda
  • Start date
  • Tags
    Isolation
In summary, the conversation discusses different strategies for isolating a chosen number within a large but finite number line. The options include equal and unequal bisections, and the use of numbers like e or phi. The concept of isolation is clarified as creating a section containing only the chosen number. The conversation also mentions a puzzle involving dropping eggs from different floors, and the preference for more exotic search strategies when a small number of negative results is acceptable. Additionally, the use of probability distributions is mentioned as a factor in determining the best bisection strategy.
  • #1
Loren Booda
3,125
4
Given a large but finite number line including an arbitrarily chosen number, what strategy of (un)equal bisections will isolate that number within a minimum of steps? For instance, should one choose equal bisecting, or would a series of unequal 2:1 bisecting be more efficient? Might e or phi be involved?
 
Physics news on Phys.org
  • #2
What do you mean by isolate?
 
  • #3
Binary search is the fastest if you split into halves don't care about the results.

There's a puzzle (with, I'm told, applications in networking) where you've got two (or some number of eggs) and 100 (or some number) of floors, and you want to find out what the highest you can drop the egg from without breaking it as quickly as possible. Since only a small number of negative results is acceptable more exotic search strategies are preferred.
 
  • #4
Dragonfall,

By isolate I mean eventually creating a section within which only a given number resides.
 
  • #5
Loren Booda said:
By isolate I mean eventually creating a section within which only a given number resides.

If you have a probability distribution, then you'll want to bisect the probability, and not the range.

For example, if the probability that the number is [itex]n[/itex] is [itex]\frac{1}{2^n}[/itex], then you'd be splitting between 1 and 2, then 2 and 3, then 3 and 4, and so on.
 
  • #6
I believe you're quite right, Nate.
 

1. What is number isolation and why is it important?

Number isolation is the process of breaking down a larger number into smaller, more manageable parts. It is important because it allows for easier computation and understanding of complex numbers.

2. What are equal and unequal bisection strategies?

Equal bisection involves dividing a number into two equal parts, while unequal bisection involves dividing a number into two parts that are not equal in size. In equal bisection, the number is divided in half, while in unequal bisection, the number is divided into two parts based on a predetermined ratio.

3. Which bisection strategy is more effective for number isolation?

There is no one definitive answer to this question as it depends on the specific number and context. In some cases, equal bisection may be more efficient, while in others, unequal bisection may be more effective. It is important to consider the specific number and its intended use when deciding on a bisection strategy.

4. What are the benefits of using unequal bisection?

Unequal bisection allows for a more precise breakdown of a number, as it takes into account the specific ratio or proportion that is most relevant to the number. This can be particularly useful when working with numbers that have repeating patterns or when trying to achieve a specific result.

5. How can I determine which bisection strategy to use?

The best way to determine which bisection strategy to use is to consider the specific number and its intended use. If you are looking for a general understanding of the number, equal bisection may be more appropriate. However, if you are looking to achieve a specific result or need more precise calculations, unequal bisection may be a better choice.

Similar threads

  • Special and General Relativity
2
Replies
36
Views
3K
Replies
1
Views
578
  • STEM Academic Advising
Replies
13
Views
2K
Replies
32
Views
11K
Replies
1
Views
1K
  • STEM Academic Advising
Replies
5
Views
4K
  • General Discussion
Replies
10
Views
7K
  • General Math
Replies
7
Views
2K
Replies
2
Views
8K
Back
Top