What are the roots of x^(p-1) in Z_p?

  • Thread starter Thread starter kathrynag
  • Start date Start date
  • Tags Tags
    Polynomial Root
kathrynag
Messages
595
Reaction score
0
Let p be a prime number. Find all roots of x^(p-1) in Z_p



I have this definition.
Let f(x) be in F[x]. An element c in F is said to be a root of multiplicity m>=1 of f(x) if (x-c)^m|f(x), but (x-c)^(m+1) does not divide f(x).

I'm not sure if I use this idea somehow or not.
 
Physics news on Phys.org
I think Fermat's Little Theorem will be useful here.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top