Finding Quadratic Residues Modulo 11: Is It Possible to Check All the Integers?

  • Thread starter kingwinner
  • Start date
  • Tags
    Quadratic
In summary, the quadratic residues modulo 11 are 1, 3, 4, 5, and 9. This can be determined by squaring any integer and checking the remainder after division by 11, as it is always determined by the remainder of the original number.
  • #1
kingwinner
1,270
0
Q: A natural number r between 0 and p-1 is called a quadratic residue modulo p if there exists an integer x such that x^2 is congruent to r modulo p. Find all the quadratic residues modulo 11.

I attempted to solve this problem by squaring each of the numbers from x=n=0 to x=n=10,
http://marauder.millersville.edu/~bikenaga/numbertheory/quadres/quadres18.png
So the quadratic residues modulo 11 should be 1,3,4,5,9 (0 is not a natural number), I believe. However, the definition says "...if there exists an integer x such that...", but there are an infinite number of integers, how can I possible square every integer and check all of them out? It may be possible that somewhere out there that there is an integer x which gives a number different from any of 1,3,4,5,9, right?
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Choose some integer [itex]n[/itex]. Then there is some [itex]k[/itex] such that [itex]n=11k+r[/itex] with [itex]0\leq r < 11[/itex].

Now:
[tex]n^2=(11k+r)^2=121k+22kr+r^2=11(11k+2kr)+r^2=11k_2+r^2[/itex]
This means that the residue of the square, mod 11, is entirely determined by [itex]r[/itex] and you only need to check 11 possibilities.
 
  • #3
NateTG said:
Choose some integer [itex]n[/itex]. Then there is some [itex]k[/itex] such that [itex]n=11k+r[/itex] with [itex]0\leq r < 11[/itex].

Now:
[tex]n^2=(11k+r)^2=121k+22kr+r^2=11(11k+2kr)+r^2=11k_2+r^2[/itex]
This means that the residue of the square, mod 11, is entirely determined by [itex]r[/itex] and you only need to check 11 possibilities.

Why only 11 possibilities? Any further explanation??
 
  • #4
NateTG already told you. The remainder after division by 11 of r determines the remainder after division by 11 of r^2.
 

FAQ: Finding Quadratic Residues Modulo 11: Is It Possible to Check All the Integers?

What are quadratic residues modulo p?

Quadratic residues modulo p are the set of integers that are remainders when a perfect square is divided by a prime number p. In other words, they are the numbers that satisfy the congruence x^2 ≡ a (mod p), where x is an integer and a is a quadratic residue modulo p.

How do you calculate quadratic residues modulo p?

To calculate quadratic residues modulo p, you can use the Legendre symbol, which is defined as (a/p), where a is an integer and p is a prime number. This symbol can be computed using the law of quadratic reciprocity and can tell you whether a is a quadratic residue modulo p or not.

What is the importance of quadratic residues modulo p in number theory?

Quadratic residues modulo p are important in number theory because they play a crucial role in many mathematical concepts, such as the law of quadratic reciprocity, Euler's criterion, and the quadratic reciprocity theorem. They also have applications in cryptography and coding theory.

How are quadratic residues modulo p related to quadratic equations?

Quadratic residues modulo p are related to quadratic equations because they are solutions to the congruence x^2 ≡ a (mod p), which is similar to the form of a quadratic equation. This connection allows for the use of quadratic residues in solving certain types of quadratic equations.

Can quadratic residues modulo p be negative?

No, quadratic residues modulo p are always non-negative integers. This is because when a perfect square is divided by a prime number p, the remainder will always be a positive integer. However, the Legendre symbol can still be used to determine if a negative number is a quadratic residue modulo p.

Similar threads

Replies
5
Views
2K
Replies
5
Views
2K
Replies
8
Views
5K
Replies
1
Views
2K
Replies
3
Views
1K
Replies
12
Views
2K
Replies
20
Views
2K
Back
Top