My question is about the degree distribution of a special random graph. Suppose $n$ points are uniformly and independently chosen in a unit circle. Join two points iff they are within a distance of $r$, where $0<r<1$ is some fixed parameter. This generates a random graph on the unit circle. If $X$ is the r.v. corresponding to the degree of a node ,what is $P(X\mid \text{radial distance is } d)$?
Here is a rough idea: given a node at some distance from the center, the number of nodes within a vicinity of $r$ can be $0,1,2,3,....n-1$. So the number of nodes within a distance of $r$ of a particular node is a binomial r.v. with the parameter $p$ where $p$ is the area common to the unit circle and the circle of radius $r$ with centre at the particular node (whose degree distribution we are looking for). Will this approach work or do we need to try something else? What happens to degree distributio when $n$ goes to infinity?