This one is a rather basic query. I have only recently started studying fields and in particular finite fields. My question is the following:
Do the roots of a polynomial over a given field have to be inside that particular field ?
For example, consider the polynomial $$f(x) = x^2 + x + 1\in\Bbb{F}_2[x].$$ Then does something like $f(7)$ make sense here ? Or are $f(1)$ and $f(0)$ the only ones which make sense ?
When defining a polynomial over a field it is mentioned that the coefficients have to be in the field over which the polynomial is defined.But I am confused if it also applies to the values which $x$ can take in $f(x)$.I am studying these concepts in the study of rings so usually we deal with operations between different polynomial.
According to me the answer is no because if that were the case $x - 7$ would be a factor of $f(x)$ and $x - 7$ is itself a polynomial which doesn't quite make sense since the field is $\Bbb{F}_2$.
One of my sources of confusion is the concept of extension field. Suppose we consider the extension field $\Bbb{F}_{2^4}$ now can we speak of roots other than $0$ or $1$ for the same polynomial. (I.e can $x$ take up $16$ values instead of $2$ in $f(x)$ )
Thanks.
In $\text{GF}(2)$, $7=1$, so if $f(1)$ makes sense, then so does $f(7)$. Similarly, $x-7$ does make sense as a polynomial over $ \text{GF}(2)$: it is the same polynomial as $x-1$. It is also the same polynomial as $x+1$.
More generally, if $A$ is any algebra over $\text{GF}(2)$, $a \in A$, and $f$ is a polynomial over $\text{GF}(2)$, then $f(a)$ makes sense. You can see this as seeing the calculation implied by $f$ makes sense, or by defining it as the image of $f$ under the homomorphism $\text{GF}(2)[x] \to A$ that sends $r \to r \cdot 1_A$ for $r \in \text{GF}(2)$ and sends $x \to a$. (this uniquely determines a homomorphism by the universal property of polynomial rings)
The roots of $x^2 + x + 1$, incidentally, are the two elements of $\text{GF}(4)$ that are neither $0$ nor $1$, so the roots of a polynomial over a field don't have to lie in that field.
The roots of the polynomial $x^2 + 1$ over $\mathbb{R}$ is a more familiar example of this phenomenon, as its roots are the elements $\pm \mathbf{i} \in \mathbb{C}$. Another familiar example are the roots of the polynomial $x^2 - 2$ over $\mathbb{Q}$.