So far I've been working with (simple) extensions of the rationals, so this is the first time I've come across a problem of trying to extend another field. I've come across the notion that $\mathbb{Q}(k) = \{a + bk \mid a, b \in \mathbb{Q} \}$ where $k \not \in \mathbb{Q}$ (otherwise you're not extending anything), and think it'd be the same for any other type of simple extension.
So, specifically, if I want to find $[\mathbb{Z}_3(\frac{1}{2}(1 + i\sqrt{7})): \mathbb{Z}_3]$ (a simple extension), i'd want to look at the basis for the set $\{ a + b\frac{1}{2}(1 + i\sqrt{7}) \mid a,b \in \mathbb{Z}_3 \} = \{a + b + i\frac{b}{2}\sqrt{7} \mid a,b \in \mathbb{Z}_3 \} = \{c + i\frac{b}{2}\sqrt{7} \mid c,b \in \mathbb{Z}_3\}$? Which would be $\{1, \sqrt{7}\}$? Is this a way to characterize all simple extensions?
Edit: This is the full problem that I'm working with:
Calculate the degree of $[\mathbb{Z}_3(\alpha) : \mathbb{Z}_3]$ where $\alpha$ is the root of the polynomial $x^3 + x + 2 \in \mathbb{Z}_3[x]$. (I've determined that the 3 roots are $-1$ and $\frac{1}{2}(1 \pm i\sqrt{7})$.
Thanks for reading!
over $\Bbb Z_3$ one root lies in the field, and we have the factorization. $$ x^3 + x + 2 = (x+1)(x^2 + 2x + 2) $$
the quadratic factor is $(x+1)^2 +1^2$ which is irreducible because $3$ is a prime of the form $4n+3$ (Fermat).
if $\alpha \ne 2$ is one root of the quadratic then the other root is $1-\alpha$ since the sum of roots is $1 $ .
hence the extension is $\Bbb Z_3[\alpha]$ of degree 2.