Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

What is the probability that the convex hull of $n$ randomly distributed points has $l$ of the points on its boundary?

+4
−0

Consider a square in which $n$ points are uniformly randomly distributed. Now consider the convex hull of these points. The "length" of the convex hull is defined as the number of points in the perimeter of the convex hull i.e. $n \\; -$ the number of points strictly contained by the convex hull.

I conjecture that the probability that the convex hull has "length" $l$ is the same for all $3 \le l \le n$ as the points are randomly arranged in the grid. However, I’m unable to come up with a proof for this claim.

Is my conjecture correct, and if not, what is the correct probability distribution?

Note that the points do not lie on any grid - there are infinite possibilities for the arrangement of points and (almost surely) there will be no identical points.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

Would "population" be easier to understand than "length"? (1 comment)
Are two points allowed to be identical? Otherwise the case of four points on a 2×2 grid is an obvious... (9 comments)

1 answer

+5
−0

Your conjecture is incorrect.

Consider the case of four points. Place three of these points randomly; these points form a triangle, and each pair of points defines a line. Consider the three half-planes bounded by each of these lines and containing the centroid of the triangle. If and only if a fourth point is contained in exactly two of these half-planes, all four points are on the boundary of their convex hull. (It's impossible to be excluded from all three half-planes, so there are three possibilities: if the point is included in only one half-plane, it along with the two points defining the line corresponding to that half plane form a triangle that contains the remaining point. If the point is included in all three half-planes, it is in the interior of the triangle. In the remaining case, by inspection of the four points, none of them are contained in the triangle defined by the other three.)

A Monte Carlo simulation shows that the probability of a fourth random point being contained in exactly two of the three half-planes is somewhat larger than 50%; it appears to be around 69%.

Finding the exact probability of this is more effort than I want to spend on this right now left as an exercise.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Sampling confirmation the probability is about 0,69444 (1 comment)

Sign up to answer this question »