I'm trying to solve the following problem but am not sure of the best way to start or the best strategy to use. Let $F$ be a finite field with $q$ elements, and let $K = F(x)$ be the field of rational functions over $F$. Let $G$ be the group of all automorphisms $\sigma$ of $K$ such that $$\sigma(x) = \frac{ax + b}{cx + d}$$ where $a, b, c, d \in F$ and $ad - bc\neq 0$.
(1) Show that the order of $G$ is $q^3 - q$.
(2) Show that the fixed field $K^G$ of $G$ is $F(y)$, where $$y = \frac{(x^{q^2} - x)^{q+1}}{(x^q - x)^{q^2 + 1}}.$$
Any hints or strategies would be appreciated!