We have $\mathbb{Z}_5$ the ring of integers modulo 5, which through the element $\sqrt{2}$ will be extended to a field $\mathbb{K}$ with 25 elements. I have to find all solutions to the equation $x^3=2$ in $\mathbb{K}$.
As a start, I wrote up $\mathbb{K}=\{a+b\sqrt{2}\|a,b \in\mathbb{Z_5} \}$ according to information I read on Wikipedia and I tried to do a table with all this 25 elements and finding $x^3$ for each of them. I haven't found any solution until now.
My questions:
- is the way i described $\mathbb{K}$ correct and especially why.
- since the elements of $\mathbb{Z_5}$ are congruence classes, does this imply something for my equation, if the solution doesn't come up in my table.
- if all of what I am doing is okay, how can I do it in a more elegant way, than simply trying all of them out?
Important: Please, I only want some subtle hints and a bit of a direction, I really want to solve it myself.
Also: I am in my first semester ever in Algebra so my understanding is still not that deep.
I thank everyone in advance for the help
Annalisa
You want to find all $a,b\in\Bbb{F}_5$ such that $(a+b\sqrt{2})^3=2$. Expanding shows that $$2=(a+b\sqrt{2})^3=a^3+3a^2b\sqrt{2}+6ab^2+2b^3\sqrt{2}=a(a^2+6b^2)+b(3a^2+2b^2)\sqrt{2}.$$ So you want to simultaneously solve the equations $$a(a^2+6b^2)=2\qquad\text{ and }\qquad b(3a^2+2b^2)=0,$$ for $a,b\in\Bbb{F}_5$. Can you take it from here?
Note that $\Bbb{F}_5^{\times}$ is a cyclic group of order $4$, so every element is a perfect cube. In particular $x^3=2$ has a solution in $\Bbb{F}_5$. Similarly $\Bbb{F}_{25}^{\times}$ is a cyclic group of order $24$, so every element either has $3$ cube roots, or no cube roots in $\Bbb{F}_{25}^{\times}$. It follows that $x^3=2$ has precisely $3$ solutions in $\Bbb{F}_{25}$.