MHB What Factors Influence the Number of Connected Components in Random Graphs?

Click For Summary
The discussion centers on the factors influencing the number of connected components in random graphs, particularly under the Erdős–Rényi model. It highlights that random graphs can be generated with a fixed vertex set and edges added based on a probability model, such as a 50% chance for each edge. The number of connected components is affected by the size of the vertex set, with a critical threshold probability for connectedness identified as p < (1 - ε)ln(n)/n for disconnection and p > (1 + ε)ln(n)/n for connection. As the size of the graph increases, the threshold probability for connectedness becomes very small, indicating that larger graphs are more likely to be connected. Understanding these dynamics is crucial for analyzing the structure of random graphs.
repoman1
Messages
2
Reaction score
0
Having a hard time with this problem. Can anyone guide me in the correct direction?

Random graphs are a fascinating subject of applied and theoretical research. These can be generated with a fixed vertex set V and edges added to the edge set E based on some probability model, such as a coin flip. Speculate on how many connected components a random graph might have if the likelihood of an edge (v1,v2) being in the set E is 50%. Do you think the number of components would depend on the size of the vertex set V? Explain why or why not.
 
Physics news on Phys.org
I assume the likelihood of an edge $(v_1,v_2)$ is the same for all pairs of vertices $(v_1,v_2)$, and the presence of an edge is independent of other edges. Suppose a random graph with these properties has two connected components with $m$ and $n$ vertices, respectively. There are $mn$ edges that are missing between these two components, and the probability of that is $2^{-mn}$, which is exceedingly small for large $m$, $n$.

For more details, consult Wikipedia about Erdős–Rényi model of random graph generation. It turns out that if $p<\frac{(1-\varepsilon)\ln n}{n}$ for some $\varepsilon>0$, then a random graph with $n$ vertices where the probability of an edge is $p$ will almost surely be disconnected, and if $p>\frac{(1+\varepsilon)\ln n}{n}$, then a random graph with $n$ vertices will almost surely be connected. Since $\frac{\ln n}{n}\to0$ as $n\to\infty$, the threshold probability for connectedness is very small for large graphs, certainly smaller than 0.5.
 
First trick I learned this one a long time ago and have used it to entertain and amuse young kids. Ask your friend to write down a three-digit number without showing it to you. Then ask him or her to rearrange the digits to form a new three-digit number. After that, write whichever is the larger number above the other number, and then subtract the smaller from the larger, making sure that you don't see any of the numbers. Then ask the young "victim" to tell you any two of the digits of the...

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
2
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K