NType3 wrote:
I'm still unsure what a [3,1] would do, though. It can't really flip a piece in the 3 position with one in the 1 position, can it?
To write [3,1] is shorthand for saying you have an algorithm of the form X Y X' Y' where X is 3 moves and Y is 1 move.
As you probably know, one of the easiest ways to discover new routines is to find some sequence of moves that isolates a piece. We call that the X part. Once the piece is isolated you move it and put another piece in its place. We call that the Y part. Then if you undo the X part and then undo the Y part you will have created a 3-cycle of the pieces.
So for example on the Rubik's cube, do R' F R F'. That will isolate a corner in D. It just so happens that the sequence is also a [1,1] commutator because X = R' and Y = F.
But we'll call the whole 4-move sequence X.
If you then do D, and then undo X, and then do D' you will have a |X| = 4 and |Y| = 1 or [4,1] commutator. Written out it is [R', F, R, F', D, F, R', F', R, D'].
If you want to describe the length of the sequences you can call it [4,1] or you can get more specific and call it [[1,1],1].
One of the many benefits to commutators is that you don't have to memorize the whole long sequence, you can memorize the parts. Also, if you keep the same X but change the Y, you can vary what gets cycled without memorizing anything else. Replace D with D2 in the above sequence to see what I mean. Finally, if you are memorizing algorithms you rarely bother to memorize the inverse. With a commutator though, you just have to apply the sequence as [Y,X] rather than [X,Y] and it is the inverse. That way you don't think about doing something backwards but it ends up being backwards anyways.
The [4,1] I showed above can be shortened to [3,1]. I will leave that as an exercise for the reader.