Going through some old exams in my abstract algebra course, and was a bit curious to how I should neatly approach this problem.
Let $F=\mathbb{Z_5}[x]/\langle x^3+x^2+1\rangle$
a) Give a basis of F over $\mathbb{Z_5}$
b) Express $\alpha^4,\alpha^5,1/(\alpha+1)$ in the basis you found in a).
Obviously $x^3+x^2+1$ is irreducible in $\mathbb{Z_5}$ and thus gives us a field. Also if I'm not wrong the number of elements in this field is $5^3 = 125$ and since the polynomial is of degree 3, I'm assuming the basis will be on the form $\{1,\alpha,\alpha^2\}$ but I'm not completely sure about this.
If I'm correct about this, we would end up with something like $\alpha = x + \langle x^3 + x^2 + 1\rangle$
$\alpha^2 = x^2 + \langle x^3 + x^2 + 1\rangle$
and this is where I'm sort of stuck. I don't see how this will lead me anywhere.
Would anyone try to explain this to me, and I'm really interested to see how this will lead me expressing $1/(\alpha+1)$ etc.
Appreciate any help.
You are perfectly right - the basis is $\{1,\alpha,\alpha^2\}$, as a vector space over $\mathbb{F}_5$, where $\alpha$ satisfies $\alpha^3+\alpha^2+1=0$. But then your notation gets in the way: every element of this field of 125 elements can be expressed as $a+b\alpha+c\alpha^2$, with $a,b,c \in \mathbb{F}_5$. For example: $\alpha^4=-\alpha^3-\alpha=\alpha^2+1-\alpha$. And since $\alpha^3+\alpha^2+1=0$, we have $1/\alpha=-\alpha^2-\alpha$. Also $\alpha^2(\alpha+1)+1=0$, so $1/(\alpha+1)=-\alpha^2$, etc.. Can you take it from here?