Six Degrees of Separation Calculator
The Six Degrees of Separation Calculator helps you estimate the average number of connections between two people in a social network. This concept, popularized by the play and film "Six Degrees of Separation," suggests that any two people in the world are connected through a chain of no more than six acquaintances.
What is Six Degrees of Separation?
The six degrees of separation theory posits that any two people in the world can be connected through a chain of no more than six acquaintances. This concept was first explored in the 1929 play "Chains" by French playwright Jacques Brel and later popularized by the 1993 film starring Will Smith.
In social network analysis, the concept is often used to describe the small-world phenomenon, where networks demonstrate unexpectedly short paths between nodes (people). The theory has been studied in various contexts, including online social networks, scientific collaboration networks, and even the human brain's neural networks.
Key Points
- The average path length in many real-world networks is much smaller than six
- This concept applies to both online and offline social networks
- Six degrees of separation is a statistical average, not a strict rule
How to Use the Calculator
Our calculator estimates the average number of connections between two people in a social network based on the total number of people in the network and the average number of connections each person has.
- Enter the total number of people in the network
- Enter the average number of connections each person has
- Click "Calculate" to see the estimated degrees of separation
- Review the result and interpretation
The calculator uses a simplified model of network analysis to estimate the degrees of separation. For more accurate results, you may need to use specialized network analysis software.
The Formula
The six degrees of separation calculator uses the following formula to estimate the average path length between two nodes in a network:
Formula
Average Path Length ≈ log(N) / log(k)
Where:
- N = Total number of people in the network
- k = Average number of connections per person
This formula is derived from the concept of network diameter and is commonly used in social network analysis. The result provides an estimate of the average number of connections needed to link any two people in the network.
Worked Example
Let's calculate the degrees of separation for a network with 1,000,000 people where each person has an average of 50 connections.
- Total number of people (N) = 1,000,000
- Average connections per person (k) = 50
- Calculate the natural logarithm of N: log(1,000,000) ≈ 13.8155
- Calculate the natural logarithm of k: log(50) ≈ 3.9120
- Divide the two logarithms: 13.8155 / 3.9120 ≈ 3.53
In this example, the estimated degrees of separation is approximately 3.53, which is less than the classic "six degrees" but demonstrates how the concept applies to specific networks.
Frequently Asked Questions
What is the origin of the six degrees of separation concept?
The concept originated in the 1929 play "Chains" by Jacques Brel and was later popularized by the 1993 film "Six Degrees of Separation" starring Will Smith. The idea was further explored in social network theory.
Is six degrees of separation always true?
Six degrees of separation is a statistical average. In some networks, the average path length may be shorter or longer, but the concept remains a useful model for understanding network connectivity.
How does the calculator estimate degrees of separation?
The calculator uses the formula log(N)/log(k) where N is the total number of people and k is the average number of connections. This provides an estimate of the average path length in the network.