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

  • Thread starter Thread starter kingwinner
  • Start date Start date
  • Tags Tags
    Quadratic
Click For Summary

Homework Help Overview

The discussion revolves around identifying quadratic residues modulo 11, specifically exploring whether it's feasible to check all integers for their quadratic residues. The original poster questions the practicality of verifying all integers given the infinite nature of integers.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to find quadratic residues by squaring integers from 0 to 10 and expresses concern about the infinite integers that could potentially yield different residues. Some participants provide a mathematical approach to show that only a finite number of cases need to be checked, specifically suggesting that the residues are determined by the remainder when divided by 11.

Discussion Status

Participants are exploring the implications of the mathematical properties of quadratic residues and discussing the necessity of checking only a limited set of integers. There is a suggestion that the original poster's concern about infinite integers may be addressed by focusing on the modular arithmetic involved.

Contextual Notes

The discussion includes the definition of quadratic residues and the constraints of working within the bounds of modulo 11. The original poster's interpretation of the definition and the implications of infinite integers are under examination.

kingwinner
Messages
1,266
Reaction score
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
Choose some integer n. Then there is some k such that n=11k+r with 0\leq r < 11.

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

Now:
n^2=(11k+r)^2=121k+22kr+r^2=11(11k+2kr)+r^2=11k_2+r^2[/itex]<br /> This means that the residue of the square, mod 11, is entirely determined by r and you only need to check 11 possibilities.
<br /> <br /> Why only 11 possibilities? Any further explanation??
 
NateTG already told you. The remainder after division by 11 of r determines the remainder after division by 11 of r^2.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 8 ·
Replies
8
Views
6K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K