Is every element of $SL_3(\mathbb{F}_p[x])$ a torsion element?
Here are my thoughts:
First of all, the group is noncommutative, so a torsion element is an element of finite order.
I'm thinking of examples of torsion elements: Any generator (since a generator p times is the identity.) Any element that has a rotation matrix as one of its factors. And there are a bunch more examples.
Then I can't think of any element that does not have torsion in this group.
Could someone please refer me to a result that makes this more precise? Your help will be very much appreciated!
There are elements of infinite order in this group.
Consider the matrix $$ A=\left(\begin{array}{cc}1&x\\ x&1+x^2\end{array}\right)\in SL_2(\Bbb{F}_p[x]). $$ I claim that the order of $A$ is infinite.
Many ways to see this. See the comments by KCd below this post for a very compact argument. Another explicit proof goes as follows.
Let $K$ be an algebraic closure of the prime field, $K=\overline{\Bbb{F}_p}$. The characteristic polynomial of $A$ is $$ \chi_A(T)=T^2-(2+x^2)T+1. $$ This has no zeros in $K$. For if $\lambda$ is a root of $\chi_A(T)$, then $1/\lambda$ is the other. But their sum $\lambda+1/\lambda=2+x^2$ is transcendental over the prime field. Hence the eigenvalues of $A$ cannot be roots of unity (those are all contained in $K$). Consequently $A^M\neq I_2$ for all integers $M>0$. QED
It is trivial to extend $A$ to a $3\times3$ matrix in $SL_3(\Bbb{F}_p[x])$ by adding a $1$ along the diagonal. The resulting matrix must have infinite order as well.
My first solution (see the edit history) used the fact that if $g$ is any element of $K$, then $$ \left(\begin{array}{cc}1&g\\ g&1+g^2\end{array}\right)\in SL_2(K) $$ is a homomorphic image of $A$. Surely the orders of such matrices are unconstrained, and hence $A$ must have infinite order. However, that only lead to a rather kludgy argument, so I removed it (some comments below may refer to it).