[Abstract Algebra] Permutations and shuffling cards

Klungo
Messages
135
Reaction score
1
It's been a while since I've posted. This is a problem I had for a homework assignment a few weeks ago but I completely figure out. Any help appreciated.

Homework Statement


"A card-shuffling machine always rearranges cards in the same way relative to the order
in which they were given to it. All of the hearts arranged in order
from ace to king were put into the machine, and then the shuffled
cards were put into the machine again to be shuffled. If the cards
emerged in the order 10, 9, Q, 8, K, 3, 4, A, 5, J, 6, 2, 7, in what
order were the cards after the first shuffle?"

Homework Equations


\

The Attempt at a Solution



We have a permutation
\alpha^2 = \left[ \begin{array}{cc}<br /> A &amp; 2 &amp; 3 &amp; 4 &amp; 5 &amp; 6 &amp; 7 &amp; 8 &amp; 9 &amp; 10 &amp; J &amp; Q &amp; K \\<br /> 10 &amp; 9 &amp; Q &amp; 8 &amp; K &amp; 3 &amp; 4 &amp; A &amp; 5 &amp; J &amp; 6 &amp; 2 &amp; 7 \end{array} \right] which can be written as a single 13-cycle \alpha^2 = (A,10,J,6,3,Q,2,9,5,K,7,4,8).

The goal is to find out how where each card is mapped to under \alpha.

And I'm not sure how to go about this.
 
Physics news on Phys.org
Think about raising α2 to various powers.
 
haruspex said:
Think about raising α2 to various powers.

From what I recalled on my first attempt.

We know that (\alpha^2)^{13} = \alpha^{26} = e since \alpha^2 is a 13-single cycle. So, |\alpha^{2}| \mbox{ divides } 13.

That is, |\alpha^2| = 1 \mbox{ or } 13. Clearly, |\alpha^2| \neq 1 since \alpha^2 \neq e. Thus, |\alpha^2| = 13.

Now that I thought about it.

Using the formula |g| = |g^k|gcd(k,|g|), we see that |\alpha| = |\alpha^{2}| gcd(2,|\alpha|) = 13 gcd(2,|\alpha|) = 26 \mbox{ or } 13.

Since we're "working" with the symmetric group S_{13} and 26 = 2 \times 13, we know that no element (by product of cycles) in S_{13} has order 26. So, |\alpha|=13.

Hence, \alpha = \alpha^{13} \alpha = \alpha^{14} = (\alpha^{2})^{7}. Therefore, starting with A, we find \alpha = (A,9,10,5,J,K,6,7,3,4,Q,8,2).
 
Quite so - well done.
 
So does this imply that the order of the cards after the first shuffle were 9 A 4 Q J 7 3 2 10 5 K 8 6?
 
bsoblick said:
So does this imply that the order of the cards after the first shuffle were 9 A 4 Q J 7 3 2 10 5 K 8 6?
Yes.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top