Finding Primitive Roots Modulo 169: Is There a Smarter Way?

In summary, to find a primitive root modulo 169, one can use the fact that 2 is a primitive root modulo 13 and test for its order modulo 169. If it does not have an order of 13 or 13(13-1), then 2 is a primitive root modulo 169. Otherwise, the primitive root is 2+13=15.
  • #1
tda1201
8
0
How can I find a primitive root modulo 169?
I found the primitive roots mod 13 by testing 2, and then concluding that any 2^k with (k, 12)=1 would do. So that gave me 2, 6, 7 and 11. But modulo 13 I have no idea how to start.. I’m sure there’s a smarter way than trying 2^the orders that divide phi(13^2)..?.
 
Mathematics news on Phys.org
  • #2
tda120 said:
How can I find a primitive root modulo 169?
I found the primitive roots mod 13 by testing 2, and then concluding that any 2^k with (k, 12)=1 would do. So that gave me 2, 6, 7 and 11. But modulo 13 I have no idea how to start.. I’m sure there’s a smarter way than trying 2^the orders that divide phi(13^2)..?.
Hi tda, and welcome to MHB. You might be interested in this link, which tells you that the answer to your question is either $2$ or $2+13=15$. That still leaves you with the work of testing to see if $2$ works. If it does not, then $15$ does.
 
  • #3
tda120 said:
How can I find a primitive root modulo 169?

There is no simple method. You can cobble up together some basic theories on primitive roots, find a bit of a rough upperbound (although none is known to be useful for small cases) and some modular exponentiation to get a fast enough algorithm.

As Opalg there indicated, that either 2 or 15 is primitive root modulo 169, can easily be found for this case. Try proving the former and then the later if it doesn't work.
 
  • #4
tda120 said:
How can I find a primitive root modulo 169?
I found the primitive roots mod 13 by testing 2, and then concluding that any 2^k with (k, 12)=1 would do. So that gave me 2, 6, 7 and 11. But modulo 13 I have no idea how to start.. I’m sure there’s a smarter way than trying 2^the orders that divide phi(13^2)..?.

You don't have to check all the orders that divide $\phi(13^2)$.
It suffices to check each of the orders that are $\phi(13^2)$ divided by one of the distinct primes it contains.

In your case:
$$\phi(13^2)=2^2\cdot 3 \cdot 13$$
So the orders to verify are:
$$2\cdot 3 \cdot 13,\quad 2^2 \cdot 13, \quad 2^2\cdot 3$$
 
  • #5
Opalg said:
Hi tda, and welcome to MHB. You might be interested in this link, which tells you that the answer to your question is either $2$ or $2+13=15$. That still leaves you with the work of testing to see if $2$ works. If it does not, then $15$ does.

Nice!

From that link we also get that since 2 is a primitive root mod 13, it follows that the order of 2 mod 169 is either (13-1) or 13(13-1).
So if $2^{13-1} \not\equiv 1 \pmod{169}$ that means that 2 has to be a primitive root mod 169. Or otherwise 15 has to be.

In other words, no need to check any of the other powers.
 

What is a primitive root modulo 169?

A primitive root modulo 169 is an integer that has a specific property when used in modular arithmetic with the number 169. This property is that it can generate all possible numbers in the range of 1 to 169 when raised to different powers and taken modulo 169.

How do you find the primitive roots modulo 169?

To find the primitive roots modulo 169, we can use a formula that involves the prime factorization of 169. First, we find the prime factors of 169, which are 13 and 13. Then, we use the formula 169 = p^2 * q, where p and q are the prime factors, to find the primitive roots. In this case, the primitive roots modulo 169 are 13 and 156.

What is the smallest primitive root modulo 169?

The smallest primitive root modulo 169 is 13. This is because it is the smallest integer that has the property of being able to generate all possible numbers in the range of 1 to 169 when taken to different powers and taken modulo 169.

How many primitive roots modulo 169 are there?

There are two primitive roots modulo 169, which are 13 and 156. This is because the number 169 has only two distinct prime factors, 13 and 13, and the formula for finding primitive roots involves the prime factorization of the number.

What is the significance of primitive roots modulo 169?

Primitive roots modulo 169 have several applications in number theory and cryptography. They are used in the construction of secure cryptographic systems and also play a role in solving certain mathematical problems related to prime numbers and discrete logarithms.

Similar threads

Replies
5
Views
902
Replies
1
Views
1K
Replies
1
Views
991
Replies
5
Views
2K
Replies
13
Views
1K
Replies
6
Views
2K
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Replies
2
Views
990
  • General Math
Replies
1
Views
566
Back
Top