In a previous post, I showed how given random positions of 5 players on the court that they could “fill” the triangle. The main geometric constraint is that 5 players can form 3 triangles on the court, and that due to spacing requirements, these triangles are “optimal” if they are equilateral triangles.
Given that we now know how to fill the triangle, the question that this post tries to address is that how can players actually move within the triangle. The key is symmetry. Players must all move in a way such that the equilateral triangles remain invariant. Equilateral triangles have associated with them the dihedral symmetry group. They are therefore invariant with respect to 120 degree rotations, 240 degree rotations, 0 degree rotations, and three reflections.
There are therefore six generators of this group:
In fact, the Cayley graph for this group is as follows:
For now, I will discuss how players can move within the action of 120 degree rotations. As in the previous posting, let the -coordinates of player
be represented by
, where
. Then, under a 120 degree rotation, the player’s coordinates get shifted according to:
This is a discrete dynamical system. In fact, it can be solved explicitly. Let represent the initial coordinates of player
. Then, one solves the above discrete system to obtain:
Now, we can simulate this to see actually how players move within the triangle offense, forming equilateral triangles in every sequence:
This is running in continuous time, that is, endlessly. In future postings, I will update this to include the other symmetries of the dihedral group. However, the challenge is that this symmetry group is non-Abelian, so it will be interesting to implement pairs of consecutive symmetry operations in a simulation that would still result in invariant equilateral triangles.
Hopefully, this post also shows why teams cannot really run “parts” of the triangle, as one player’s movement necessarily effects everyone else’s. This is something that Charley Rosen also mentioned in an article of his own.
2 replies on “The Mathematics of The Triangle Offense, Continued…”
[…] spacing of offensive players while simultaneously stretching the defense to a maximum as well. Here is more on the unpredictability of the triangle offense and its […]
[…] Basketball – A… on The Mathematics of The Triangl… […]