Solve this polynomial congruence

147 Views Asked by At

How can I solve $X^4\equiv 13 $ $mod$ $17$?

I know that it has solution because $13^\frac{\phi(17}{gcd(4,17)}\equiv 1 $ $mod$ $17$, but I dont know how to calculate the solutions...

Thanks for all ;)

2

There are 2 best solutions below

4
On BEST ANSWER

Write $X^4-13\equiv X^4+4 = (X^2+2X+2)(X^2-2X+2)$.

Now solve $X^2\pm2X+2 \equiv 0 \bmod 17$ by completing the square.
(You'll need to solve $Y^2 \equiv -1 \bmod 17$, which is easy.)

0
On

we can try to find a generator for the ring.

Obviously we try $2$ first, we get $2,4,8,16,15,13,9,2$. So it didn't work, but since $2$ has order $8$, anuy element outside this list is a generator, so we take $3$.

$3,9,10,13,5,15,11,-1,-3,-9,-10,-13,-5,-15,-11,1$

Notice that $13$ turned out to be $3^4$, so the ones that work are $3,3^{1+4},3^{1+8},3^{1+12}$.

So the answers are $3,5,-3,-5$