Find the primes,for which a relation is satisfied

  • MHB
  • Thread starter evinda
  • Start date
  • Tags
    Relation
In summary: Nod)In summary, the conversation discusses finding the primes for which the equation $x^2 \equiv 13 \pmod p$ has a solution. It is shown that if $p$ is an odd prime of the form $1+13k$, then the original equation will have a solution. It is also noted that $p=2$ also satisfies the equation. The conversation also explores different possible solutions and concludes that all odd primes of the form $13k+1, 13k+4, 13k+9, 13k+3, 13k+12$ or $13k+10$ will satisfy the equation.
  • #1
evinda
Gold Member
MHB
3,836
0
Hey! (Wave)

I have to find the primes $p$,for which $x^2 \equiv 13 \pmod p$ has a solution.

That's what I have tried:

$$\text{ Let } p>13:$$
We want that $\displaystyle{ \left ( \frac{13}{p} \right )}=1$

$$\left ( \frac{13}{p} \right )=(-1)^{\frac{13-1}{2} \cdot \frac{p-1}{2}}\left ( \frac{p}{13} \right ) $$

As $(-1)^{\frac{13-1}{2}=1, \text{ it must be: } \frac{p-1}{2}}\left ( \frac{p}{13} \right )=1$

So, $x^2 \equiv p \pmod{13}$ should have a solution..

Is that what I have tried right? Also,what else could I do? (Thinking)
 
Mathematics news on Phys.org
  • #2
Hi! (Happy)

evinda said:
Hey! (Wave)

I have to find the primes $p$,for which $x^2 \equiv 13 \pmod p$ has a solution.
So, $x^2 \equiv p \pmod{13}$ should have a solution..

Is that what I have tried right? Also,what else could I do? (Thinking)

Looks good! (Nod)

What you can do is continue.
Which squares are there? (Thinking)

The first square is with $x=1$ in which case we get $p \equiv 1^2 \pmod{13}$.
So the original equation would have a solution if $p$ is an odd prime of the form $1+13k$.
And since $p$ has to be odd, we can also write it as $1+26k$.
First option that is prime is $53$.
And indeed, with e.g. $x=15$ we find $x^2 \equiv 15^2 \equiv 13 \pmod{53}$. (Mmm)

Btw, there's no need to require $p > 13$. You only need that it is odd.
So don't forget $p=2$. Is there a solution in that case? (Wondering)
 
  • #3
I like Serena said:
Hi! (Happy)
Looks good! (Nod)

What you can do is continue.
Which squares are there? (Thinking)

The first square is with $x=1$ in which case we get $p \equiv 1^2 \pmod{13}$.
So the original equation would have a solution if $p$ is an odd prime of the form $1+13k$.
And since $p$ has to be odd, we can also write it as $1+26k$.
First option that is prime is $53$.
And indeed, with e.g. $x=15$ we find $x^2 \equiv 15^2 \equiv 13 \pmod{53}$. (Mmm)

Btw, there's no need to require $p > 13$. You only need that it is odd.
So don't forget $p=2$. Is there a solution in that case? (Wondering)

I created this array:

$$\begin{bmatrix}
x \ \ |& 1 & 2 &3 &4 &5 &6 \\
\ \ \ \ |& - & - & - & - & - & -\\
x^2 \ | & 1 & 4 & 9 & 3 & 12 & 10
\end{bmatrix}$$

So, is it only possible that $p \equiv 3 \pmod{13}$,because the only prime at the square residues is $3$ ,or am I wrong? (Sweating)
 
  • #4
evinda said:
I created this array:

$$\begin{bmatrix}
x \ \ |& 1 & 2 &3 &4 &5 &6 \\
\ \ \ \ |& - & - & - & - & - & -\\
x^2 \ | & 1 & 4 & 9 & 3 & 12 & 10
\end{bmatrix}$$

So, is it only possible that $p \equiv 3 \pmod{13}$,because the only prime at the square residues is $3$ ,or am I wrong? (Sweating)

Remember that $p \equiv 3 \pmod{13}$ means that $p=3+13k$. So this is not only $p=3$, but also $p=16, 29, ...$. As you can see $p=29$ is also a prime. (Wasntme)

Each of the residues will generate primes.

What about $x\equiv 0$? (Wondering)
 
  • #5
I like Serena said:
Remember that $p \equiv 3 \pmod{13}$ means that $p=3+13k$. So this is not only $p=3$, but also $p=16, 29, ...$. As you can see $p=29$ is also a prime. (Wasntme)

Each of the residues will generate primes.

What about $x\equiv 0$? (Wondering)

Shouldn't it be $(x,13)=1$ ? (Thinking)

So can I just say that the relation is satisfied only for primes of the form $13k+3$? Or not? (Sweating)
 
  • #6
evinda said:
Shouldn't it be $(x,13)=1$ ? (Thinking)

I see no reason why it should.
Let's see what happens with $p=13$ in the original equation.
Does $x^2 \equiv 13 \pmod {13}$ have a solution? (Wondering)
So can I just say that the relation is satisfied only for primes of the form $13k+3$? Or not? (Sweating)

There are many more.
Pick $x\equiv 1$ and we find $p \equiv 1 \pmod{13}$.
Now $1$ may not be a prime, but $1+4\cdot 13 = 53$ is a prime... (Thinking)
 
  • #7
I like Serena said:
I see no reason why it should.

I thought it,because,according to my notes, if $x$ is a solution of $x^2 \equiv a \pmod m$,then $(x,m)=1$..So isn't it also like that in our case?

I like Serena said:
Let's see what happens with $p=13$ in the original equation.
Does $x^2 \equiv 13 \pmod {13}$ have a solution? (Wondering)
No,it has no solution,because $(13,13)=13 \neq 1$..or am I wrong?

I like Serena said:
There are many more.
Pick $x\equiv 1$ and we find $p \equiv 1 \pmod{13}$.
Now $1$ may not be a prime, but $1+4\cdot 13 = 53$ is a prime... (Thinking)
$$\begin{bmatrix}
x \ \ |& 1 & 2 &3 &4 &5 &6 \\
\ \ \ \ |& - & - & - & - & - & -\\
x^2 \ | & 1 & 4 & 9 & 3 & 12 & 10
\end{bmatrix}$$

So..do we maybe see from the array that all the possible primes are of the form $13k+1, 13k+4, 13k+9 ,13k+3,13k+12 \text{ or } 13k+10$ ?? Or can't we do it like that? (Sweating)
 
  • #8
evinda said:
I thought it,because,according to my notes, if $x$ is a solution of $x^2 \equiv a \pmod m$,then $(x,m)=1$..So isn't it also like that in our case?

If you look at the definition of the Legendre symbol, you'll see that $x\equiv a \equiv 0$ is allowed.
It does mean that $\left(\frac a p\right)$ has the special value of $0$.

Anyway, there's no need to put in that restriction.
As I see it, it should not be there unless specifically mentioned in the problem statement (which would not be unusual). (Wasntme)

No,it has no solution,because $(13,13)=13 \neq 1$..or am I wrong?

If we drop that restriction, it does have a valid and sensible solution. (Wasntme)
$$\begin{bmatrix}
x \ \ |& 1 & 2 &3 &4 &5 &6 \\
\ \ \ \ |& - & - & - & - & - & -\\
x^2 \ | & 1 & 4 & 9 & 3 & 12 & 10
\end{bmatrix}$$

So..do we maybe see from the array that all the possible primes are of the form $13k+1, 13k+4, 13k+9 ,13k+3,13k+12 \text{ or } 13k+10$ ?? Or can't we do it like that? (Sweating)

Yep. We can do it like that.
I'd say: odd primes of the form $13k\pm 1, 13k\pm 3, 13k\pm 4$, which is shorter.
Or: primes of the form $26k\pm 1, 26k\pm 3, 26k + 13 \pm 4$.
... and we might also mention the solution when $x\equiv 0$.
... and we might check the case $p=2$ separately, since we were only looking at odd primes. (Wink)
 
  • #9
I like Serena said:
If you look at the definition of the Legendre symbol, you'll see that $x\equiv a \equiv 0$ is allowed.
It does mean that $\left(\frac a p\right)$ has the special value of $0$.

Anyway, there's no need to put in that restriction.
As I see it, it should not be there unless specifically mentioned in the problem statement (which would not be unusual). (Wasntme)
If we drop that restriction, it does have a valid and sensible solution. (Wasntme)

Yep. We can do it like that.
I'd say: odd primes of the form $13k\pm 1, 13k\pm 3, 13k\pm 4$, which is shorter.
Or: primes of the form $26k\pm 1, 26k\pm 3, 26k + 13 \pm 4$.
... and we might also mention the solution when $x\equiv 0$.
... and we might check the case $p=2$ separately, since we were only looking at odd primes. (Wink)

I understand (Sun) Thanks a lot! (Mmm)
 

Related to Find the primes,for which a relation is satisfied

1. What is the definition of a prime number?

A prime number is a positive integer that is only divisible by 1 and itself. In other words, it has exactly two factors.

2. How do you find the primes that satisfy a given relation?

To find the primes that satisfy a given relation, you would first need to understand the relation and its constraints. Then, you can use various mathematical techniques such as trial and error, sieving, or advanced algorithms to identify the primes that fit the relation.

3. Can any number be a prime if it satisfies a certain relation?

No, not every number that satisfies a given relation is a prime. Some numbers may have multiple factors, while others may have more than two factors. Only numbers that have exactly two factors, 1 and itself, are considered prime.

4. What are some common relations used to find primes?

Some common relations used to find primes include the Sieve of Eratosthenes, the Sieve of Sundaram, and the Sieve of Atkin. Other techniques such as trial division and Fermat's Little Theorem can also be used to find primes.

5. Can a prime satisfy more than one relation?

Yes, a prime can satisfy multiple relations. For example, the prime number 3 satisfies the relation of being a prime number, as well as the relation of being a Fibonacci prime (a prime that is also a Fibonacci number).

Similar threads

Replies
2
Views
4K
Replies
1
Views
1K
  • General Math
Replies
1
Views
10K
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
Replies
8
Views
1K
Replies
4
Views
962
  • Precalculus Mathematics Homework Help
Replies
1
Views
800
Replies
3
Views
788
  • Precalculus Mathematics Homework Help
Replies
3
Views
907
  • Precalculus Mathematics Homework Help
Replies
7
Views
860
Back
Top