1
$\begingroup$

I don't get why whenever I repeat an algorithm 3 times the orientation of all the corners magically returns back to normal. Here is where my confusion comes. Let's say that some algorithm rotates the corner A clockwise. Now obviously if the corner is rotated in place, meaning the corner is not moved to another position, it's obvious that after another 2 repeats it will return back to normal. Bit what if the algorithm also permutes the corner. Let's say that corner B goes to A. Would it not be the case that the rotation of A is dependent on the rotation of B? Can it not be the case that on the first repeat we receive a corner rotated twice for example, meaning the total rotation in A changes. Now in such a chaotic system how can we be sure that 3 repeats always return to normal? My head hurts thinking about and I know I miss something but I can't figure it out...

$\endgroup$

1 Answer 1

2
$\begingroup$

I assume you are only talking about cube permutations that when repeated three times will return the corners to their original locations.

Your observation is not universally true. For example, take the following algorithm:
F2 L2 F' R' F L2 R' B' R F' R' B R2 F'
Move sequence
It twists the URF corner in place clockwise, cycles the other three U corners and twists one of them anti-clockwise. If you perform this three times, URF becomes solved again, but the three other U corners have each undergone one anti-clockwise twist.
Repeated 3 times
You could also construct a corner permutation consisting of two 3-cycles, with one corner twist in each, but as this involves 6 corners it would not be something you would use while solving the cube. This would leave 6 twisted corners when performed three times.

If however you take any corner 3-cycle where the corners outside the 3-cycle are not twisted, then your observation holds. The twist constraint of the cube means that the three corners either all get twisted the same direction, or two of the three corners get twisted in opposite directions. In the first case performing it three times will twist each corner three times, while in the second case each corner undergoes opposing twists that cancel out.

$\endgroup$
3
  • $\begingroup$ Thanks for the answer, but I still do not understand something. When we compute the cycle length of an algorithm the maximum multiplier that the orientation of the corners can add is 3. Why is that the case? Does that not mean that the orientation is a 3-cycle? $\endgroup$ Commented Aug 5, 2023 at 13:36
  • $\begingroup$ For example when we calculate the cycle length of R U. We have a 5 cycle of edges, a 7 cycle of corners. The order of the algorithm is 5*3*7, because the orientation of the corners is a 3-cycle. $\endgroup$ Commented Aug 5, 2023 at 13:46
  • $\begingroup$ @TeodorDyakov The sequence R U affects 6 corners. The URF corner stays in place but twists clockwise, and the other corners move in a 5-cycle with some twists that added together are an anti-clockwise twist. That single twist of the URF corner means that the sequence will have to be done a multiple of 3 times before that corner is solved. $\endgroup$ Commented Aug 5, 2023 at 14:13

Not the answer you're looking for? Browse other questions tagged or ask your own question.