Optimizing Number Isolation: Equal vs. Unequal Bisection Strategies

  • Context: Graduate 
  • Thread starter Thread starter Loren Booda
  • Start date Start date
  • Tags Tags
    Isolation
Click For Summary

Discussion Overview

The discussion centers on strategies for isolating a number on a finite number line through various bisection methods, specifically comparing equal and unequal bisection strategies. The conversation explores theoretical implications and potential applications of these strategies.

Discussion Character

  • Exploratory, Technical explanation, Conceptual clarification, Debate/contested

Main Points Raised

  • One participant proposes that equal bisection may be the fastest method for isolating a number, referencing binary search as an efficient approach.
  • Another participant introduces a related puzzle involving egg dropping, suggesting that more complex search strategies may be necessary when negative results are limited.
  • A clarification is provided regarding the term "isolate," indicating it refers to creating a section where only the target number exists.
  • It is suggested that when dealing with a probability distribution, the bisection should focus on the probability rather than the numerical range.
  • A participant agrees with a previous statement, indicating some level of consensus on the efficiency of certain strategies.

Areas of Agreement / Disagreement

Participants express differing views on the optimal bisection strategy, with some favoring equal bisection and others suggesting the need for unequal methods based on probability distributions. The discussion remains unresolved regarding which strategy is definitively more efficient.

Contextual Notes

Participants have not fully defined the parameters of the problem, such as the nature of the number line or the specific conditions under which the bisection strategies are evaluated. There is also an absence of consensus on the implications of probability distributions in the context of isolation strategies.

Loren Booda
Messages
3,115
Reaction score
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
What do you mean by isolate?
 
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.
 
Dragonfall,

By isolate I mean eventually creating a section within which only a given number resides.
 
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.
 
I believe you're quite right, Nate.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 32 ·
2
Replies
32
Views
12K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 2 ·
Replies
2
Views
640
  • · Replies 5 ·
Replies
5
Views
5K
Replies
20
Views
11K