My understanding is to find out if a polynomial is reducible, we can use substitution. For example, to see if $x^2+1$ is reducible over $F_2$, we can substitute $0$ and $1$ for $x$, and see that neither of them result in $0$ mod $2$.
But we know $x$ is irreducible because it's of degree $1$ so you can't reduce it any further. Yet when you substitute $x$ for $0$, you get $0$. Does substituting $1$ have to yield $0$ as well?
So generally, when I say $x$ "is a root" in a field, given some polynomial over $x$, do I want to check that ALL substitutions for $x$ with the elements in the field give me $0$? or if there exists such an element such that the polynomial gives $0$?