I am interested in studying cubic equations over finite fields. For example, when does $$ ax^3 + bx^2 + cx + d = 0 $$ have a solution in $\mathbb{F}_q$ for $a,b,c,d\in \mathbb{F}_q$ (finite field of order $q$). I see this question/answer:
Solving polynomial equations over finite fields
mention the use of something called Galois theory and I know nothing about this. My question is whether there is an elementary approach to answering the question. If the general case is too difficult, then would it be possible if $q$ is a prime?
EDIT: From looking into this a bit more, I would like to know how one would go about solving a cubic equation over a finite field. What are the methods? From the formula/algorithm that works over the real numbers, I can see that this reduces to finding square roots and cube roots. I think I understand how the square roots work (maybe using something like the Legendre symbol). But (1) How can I determine if a given number in a finite field is a cube of another number and (2) how can I find this cube root? (I understand that it may not be unique). If the question is too broad or hard, I would be happy with a general outline of stuff.