|
|
|
|
using primitive roots and index to solve congruences
|
(Example)
|
|
|
The aim of the following example is to illustrate how to use primitive roots and the index of an integer to solve seemingly complicated congruences.
For this example, let $p=13$ and let us attempt to solve $$7x^{10}\equiv 5 \mod 13.$$ Since every prime has a primitive root, we can easily find one. In particular, the number $2$ is a primitive root for $p=13$ . Indeed, the powers of $2$ are the following modulo $13$ :
| $x$ |
$x^2$ |
$x^3$ |
$x^4$ |
$x^5$ |
$x^6$ |
$x^7$ |
$x^8$ |
$x^9$ |
$x^{10}$ |
$x^{11}$ |
$x^{12}$ |
| $2$ |
$4$ |
$8$ |
$3$ |
$6$ |
$12$ |
$11$ |
$9$ |
$5$ |
$10$ |
$7$ |
$1$ |
The table above allows us to build a table of indices with base $2$ (for the definition of index and its properties which will be used below, see this entry):
| $x$ |
$1$ |
$2$ |
$3$ |
$4$ |
$5$ |
$6$ |
$7$ |
$8$ |
$9$ |
$10$ |
$11$ |
$12$ |
| $\ind x$ |
$12$ |
$1$ |
$4$ |
$2$ |
$9$ |
$5$ |
$11$ |
$3$ |
$8$ |
$10$ |
$7$ |
$6$ |
Now we can use the properties of index to solve the equation $7x^{10}\equiv 5 \mod 13$ . By taking indices on both sides we obtain $$\ind (7x^{10})\equiv \ind 7 +10\ind x \equiv \ind 5 \mod 12$$ and so $\ind x \equiv \ind 5 - \ind 7 \equiv 9-11\equiv 10 \mod 12$ . The equivalence $10\ind x \equiv 10 \mod 12$ implies $5\ind x\equiv 5 \mod 6$ and hence $\ind x \equiv 1 \mod 6$ . Lifting this solution to modulo $12$ we obtain $\ind x \equiv 1$ or $7$ modulo $12$ , and by the table of indices, $x\equiv 2$ or $11$ modulo $13$ are the unique solutions of the congruence.
|
"using primitive roots and index to solve congruences" is owned by alozano.
|
|
(view preamble | get metadata)
Cross-references: congruence, solution, lifting, implies, equivalence, sides, equation, properties, base, indices, number, every prime has a primitive root, congruences, integer, index, primitive roots
There is 1 reference to this entry.
This is version 1 of using primitive roots and index to solve congruences, born on 2006-10-27.
Object id is 8483, canonical name is UsingPrimitiveRootsAndIndexToSolveCongruences.
Accessed 1996 times total.
Classification:
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|