Let $p$ be a prime number, let $\mathbb{F}_p$ be the finite field with $p$ elements and let $G = GL_2(\mathbb{F}_p)$. Prove that $G$ has only one conjugacy class of order $p$. That means there can't be two or more conjugacy class with $p$ number of elements in each.
My effort : I was trying with possible Jordan form but can't find any useful thing. Any help/hint in this regards would be highly appreciated. Thanks in advance!
First consider the case $p>2$. (Note that in spite of the variable name, we do not assume in the following that $p$ is a prime, it can also be a prime power).
Assume $g=\begin{pmatrix}a&b\\c&d\end{pmatrix}\in G$ is member of a conjugacy class of order $p$. Observe $$\tag1\begin{pmatrix}1&t\\0&1\end{pmatrix}\begin{pmatrix}a&b\\c&d\end{pmatrix}\begin{pmatrix}1&-t\\0&1\end{pmatrix}=\begin{pmatrix}a+tc&b+td-ta-t^2c\\c&d-tc\end{pmatrix} $$ and $$\tag2\begin{pmatrix}1&0\\t&1\end{pmatrix}\begin{pmatrix}a&b\\c&d\end{pmatrix}\begin{pmatrix}1&0\\-t&1\end{pmatrix}=\begin{pmatrix}a-tb&b\\c+ta-td-t^2b&d+tb\end{pmatrix} $$ for $t\in\Bbb F_p$. Also, $$\tag3 \begin{pmatrix}1&0\\0&u\end{pmatrix}\begin{pmatrix}a&b\\c&d\end{pmatrix}\begin{pmatrix}1&0\\0&u^{-1}\end{pmatrix}=\begin{pmatrix}a&u^{-1}b\\uc&d\end{pmatrix}$$ for $u\in \Bbb F_p^\times$.
We have the following cases to consider:
We conclude $p=2$. Partitioning the six elements of $G$ into conjugacy classes is left as an exercise.