The question is as follows. Let $F$ be a finite field with unit $1$ not equal to zero. Let the function $f: F \to F$ be given by $f(x) = x^3$, where the $\operatorname{char}(F) = 3$. Prove it is a ring isomorphism.
I can prove it is a ring homomorphism by showing $f(xy) = (xy)^3 = x^3y^3 = f(x)f(y)$ by commutativity. Similarly, since the characteristic is three,
$$(x+y)^3 = x^3 + y^3$$
$$f(a+b) = f(a) + f(b)$$
$$f(1) = 1,\ \ \textrm{and}\ \ f(0) = 0$$
Now, how do I show $f$ is a bijection?