I'm working on a fairly simple problem about a field, but I want to know if the operations can be explicitly described.
Suppose $c$ is not a quadratic residue modulo $p$, and consider the quotient ring $\mathbb{F}_p[X]/(x^2-c)$. Now $x^2-c$ is irreducible over $\mathbb{F}_p$, so it generates a maximal ideal, and thus $\mathbb{F}_p[X]/(x^2-c)$ can be viewed as a 2-dimensional vector space over $\mathbb{F}_p$, and thus has order $p^2$. If I take $a$ to be a root of $x^2-c$ in some extension field, then I can view the elements of the field as $0,a,c,ac,c^2,ac^2,c^3,\dots,ac^{(p^2-3)/2},c^{(p^2-1)/2}$, for a total of $p^2$ elements.
However, I don't know how to actually state what addition and multiplication look like in this field. Is there a clever way to describe the operations explicitly? Thanks.
I would recommend thinking about it as just addition and multiplication of polynomials in $\mathbb{F}_p[x]$, modulo $x^2-c$. Given some polynomial $f\in\mathbb{F}_p[x]$, by the division algorithm we have that $$f=(x^2-c)q+r\quad\text{ where }q,r\in\mathbb{F}_p[x], \text{ and }\deg(r)<2.$$ So for any $f\in\mathbb{F}_p[x]$, we have $$f\equiv a_0+a_1x\pmod{x^2-c}$$ for some $a_0,a_1\in\mathbb{F}_p$, and so the elements of $\mathbb{F}_p[x]/(x^2-c)$ are the $p^2$ different equivalence classes we get as $a_0$ and $a_1$ range over their $p$ possible values. We can think of $a_0+a_1x\pmod{x^2-c}$ as representing "$a_0+a_1\sqrt{c}$ ". Then the operations are just as we would expect: $$(a_0+a_1\sqrt{c})+(b_0+b_1\sqrt{c})=(a_0+b_0)+(a_1+b_1)\sqrt{c}$$ and $$(a_0+a_1\sqrt{c})(b_0+b_1\sqrt{c})=(a_0b_0+a_1b_1c)+(a_1b_0+a_0b_1)\sqrt{c},$$ because $$(a_0+a_1x)+(b_0+b_1x)\equiv(a_0+b_0)+(a_1+b_1)x\pmod{x^2-c}$$ and $$\begin{align*}(a_0+a_1x)(b_0+b_1x)&\equiv a_0b_0+(a_1b_0+a_0b_1)x+a_1b_1x^2 \\ &\equiv a_0b_0+(a_1b_0+a_0b_1)x+a_1b_1(x^2-0)\\ & \equiv a_0b_0+(a_1b_0+a_0b_1)x+a_1b_1(x^2-(x^2-c))\\ &\equiv (a_0b_0+a_1b_1c)+(a_1b_0+a_0b_1)x\hskip1in\pmod{x^2-c}\end{align*}$$