Using the hints provided in Adams solution, I have calculated the solutions to be:
1) 6 2) 120 3) 4 5) 12, 360.
as per the title it is my task to find the order of the group elements in the following 4 cases:
- ($\begin{smallmatrix}1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 \\ 4 & 2 & 6 & 8 & 9 & 1 & 3 & 7 & 5\end{smallmatrix}$)
- $\overline{7} \in \mathbb{Z} / 120$
- $\overline{7} \in (\mathbb{Z} / 120) ^ *$
- The rotation matrix $ D_\alpha = (\begin{smallmatrix} \cos\alpha & - \sin \alpha \\ \sin \alpha & \cos \alpha \end{smallmatrix}) \in GL_2(\mathbb{R})$ for $\alpha = 30^\circ$ & $\alpha = 17^\circ$
Working so far:
First I consider the general definition of the order of a group element. According to this related question:
"the order of an element $g$ of a group $G$ is the smallest positive integer $n: g^n=e$" (1)
- Rewriting the permutation in cyclic notation produces $(1 \ 4 \ 8 \ 7 \ 3 \ 6)(2)(5 \ 9)$, Which allows me to easily see the number of elements in each cycle. Noticing that the number of elements in the largest cycle is divisible by the number of elements in each smaller cycle and using the defintion (1), we can write the permutation as g in the form $g^6=e$, i.e the order of the group element in 1. is 6.
- As has been pointed out in a previous question $\overline{7}$ is the residue/congruence class for the field $\mathbb{F_{120}}$ Calculating the inverse using the Euclidean algorithm produces $-17 \equiv 103$. From this point however I am not sure how to proceed. Could someone please verify that I am going in the right direction/give me some tips for how to proceed?
- Here I am really at a loss. I understand that $(\mathbb{Z} / 120)^*$ is the set of all numbers between 1 and 120 that are coprime with 120. Could someone please provide a hint?
- $GL_2(\mathbb{R})$ (alternative notation $GL(2,\mathbb{R})$) is the general linear group of degree 2. Here I consider each alpha value (which I will designate as $\alpha_1$ & $\alpha_2$ respectively). In order to find the order of the rotation matrices, I raise each matrix to the power of of $n \in \mathbb{N}$ And increment the value of n until I reach the original rotation matrix by a process of trial and error.
$\begin{equation} {D_{\alpha_1}}^1 = (\begin{smallmatrix} \frac{\sqrt{3}}{2} & \frac{-1}{2} \\ \frac{1}{2} & \frac{\sqrt{3}}{2} \end{smallmatrix}) \\ {D_{\alpha_1}}^2 = (\begin{smallmatrix} \frac{1}{2} & -\frac{\sqrt{3}}{2} \\ \frac{\sqrt{3}}{2} & \frac{1}{2} \end{smallmatrix}) \\ ~ \\ ...\\ ~ \\ {D_{\alpha_1}}^{13} = {D_{\alpha_1}}^1\\ \end{equation}$
Thus the order for ${D_{\alpha_1}}$ is 13.
After having performed the above calculations, one of my peers said "of course its 13, because you just need to think about how many times you would need to rotate something (in a $360^\circ$) by $30^\circ$ until you get the same angle. Using the same logic would imply that the order of ${D_{\alpha_2}}$ is 361, as $gcd(17,360) = 1$. Whilst my peer's advice seems logical, the reasoning seems to lack rigor. Is it valid to accept this reasoning at face value?