MHB Creating a Balanced Single Round Robin Tournament Schedule

  • Thread starter Thread starter zugzwangle
  • Start date Start date
zugzwangle
Messages
1
Reaction score
0
Hi all.
I have a question involving a Round Robin sporting event, so grab a pen if you're up to the challenge. I want to create a formula to evenly distribute home and away matches. Firstly, to less complicate the situation, I need only consider even number participants in the tournament, as I would substitute a 'bye' with an extra number if need be.
You can visualise the Round Robin Schedule below.
However I am going to complicate the issue. This is a Single Round robin - so each team plays each other team ONCE only.
From my own mathematical findings, I have found that:
If P = Participants
1). Matches per round = P / 2
2). Rounds = P - 1
3). Games (or I considered this the 'area' of the triangle, and hence a triangle number) , so the nth triangle number = (P^2 - P) / 2. (Multiply matches per round by Rounds)
4). If I create a Round Robin using a rotating formula such as this where the numbers rotate around the first number (1) the numbers are not correctly distributed between home and away
R1 R2 R3 R4
12 16 15 etc ...
63 52 41 ...
54 43 32 ...
=>>>> works out as
If H = Home, A=Away
Participant 1 HHHHH
Participant 2 AAHHH
Participant 3 AAHHH
Participant 4 AAHHH
Participant 5 AAHHH
Participant 6 AAHHH

An example of how the finished tournament would look like:

Participant 1 HAHAH
Participant 2 AHAHA
Participant 3 HAHAH
Participant 4 AHAHA
Participant 5 HAHAH
Participant 6 AHAHA

Given I have already paired the participants, how might I go about formulating an equally distributed Single Round Robin Tournament!
 
Mathematics news on Phys.org
I moved this topic here as it seems a better fit than Geometry.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top