Finding quadratic residues without Legendre symbols The Next CEO of Stack OverflowReduction of the question of quadratic residues mod $m$ to the primary decomposition of $m$.Quadratic Residues in $mathbbZ/3^n mathbbZ $Proof dealing with Quadratic ResiduesSolvability of quadratic congruenceLet $a$ be a quadratic residue modulo $p$. Prove that the number $bequiv a^fracp+14 mod p$ has the property that $b^2equiv a mod p$.$4n$ is a square modulo $d$ implies $n$ is a square modulo $d$Hypothesis on quadratic residues and cyclic generatorsQuadratic Residues ProofNo canonical non-quadratic residue for primes $equiv 1 bmod 8$?Understanding this proof regarding quadratic residues

What was the first Unix version to run on a microcomputer?

What's the best way to handle refactoring a big file?

Can we say or write : "No, it'sn't"?

What happened in Rome, when the western empire "fell"?

Is it ever safe to open a suspicious html file (e.g. email attachment)?

multiple labels for a single equation

If Nick Fury and Coulson already knew about aliens (Kree and Skrull) why did they wait until Thor's appearance to start making weapons?

A "random" question: usage of "random" as adjective in Spanish

How to count occurrences of text in a file?

If a black hole is created from light, can this black hole then move at speed of light?

Why do airplanes bank sharply to the right after air-to-air refueling?

Is there an analogue of projective spaces for proper schemes?

What exact does MIB represent in SNMP? How is it different from OID?

Why didn't Khan get resurrected in the Genesis Explosion?

Preparing Indesign booklet with .psd graphics for print

"and that skill is always a class skill for you" - does "always" have any meaning in Pathfinder?

What is the result of assigning to std::vector<T>::begin()?

How do I go from 300 unfinished/half written blog posts, to published posts?

What does "Its cash flow is deeply negative" mean?

Inappropriate reference requests from Journal reviewers

FBX seems to be empty when imported into Blender

Anatomically Correct Strange Women In Ponds Distributing Swords

Why don't programming languages automatically manage the synchronous/asynchronous problem?

Is micro rebar a better way to reinforce concrete than rebar?



Finding quadratic residues without Legendre symbols



The Next CEO of Stack OverflowReduction of the question of quadratic residues mod $m$ to the primary decomposition of $m$.Quadratic Residues in $mathbbZ/3^n mathbbZ $Proof dealing with Quadratic ResiduesSolvability of quadratic congruenceLet $a$ be a quadratic residue modulo $p$. Prove that the number $bequiv a^fracp+14 mod p$ has the property that $b^2equiv a mod p$.$4n$ is a square modulo $d$ implies $n$ is a square modulo $d$Hypothesis on quadratic residues and cyclic generatorsQuadratic Residues ProofNo canonical non-quadratic residue for primes $equiv 1 bmod 8$?Understanding this proof regarding quadratic residues










7












$begingroup$


I ran into two very similar problems concerning quadratic residues, and I'm having a bit of trouble working through them. These problems are supposed to rely exclusively on the theory of cyclic groups, without use of Legendre symbols. I'm posting both in one question since I roughly managed to solve the first one and it's meant to show my thought process towards solving the second.




Let $p$ be a prime congruent to $1$ modulo $3$. Show that there exists
an $a in mathbbZ$ such that $a^2 + a + 1 equiv 0 textrm mod p$ and
conclude that $-3$ is a square modulo $p$.




To solve this one, I let $p = 3k + 1$, and take $g in (mathbbZ_p, times)$ to be a generator from which follows that $g^3k - 1 = (g^k - 1)(g^2k + g^k + 1) equiv 0 textrm mod p$. Since $g$ is a generator, $g^k ne 1$. To conclude $-3$ is a square, I (somewhat randomly) noticed that



beginalign*
(g^k - g^-k)^2 &= g^2k - 2 + g^-2k \
&= g^2k + g^k + 1 - 3 \
&equiv -3 textrm mod p
endalign*



I was wondering, is there any significance to the element $g^k - g^-k$ as a root for $-3$? Is there any way to intuitively know immediately that's the square you're looking for? I remember seeing similarly defined elements before, and I pretty much just plugged it in hoping for the best, without really knowing what I was doing. The next problem has me completely stumped.




Let $p$ be a prime congruent to $1$ modulo $5$. Show that there exists
an $a in mathbbZ$ such that $(a + a⁴)² + (a + a⁴) - 1 equiv 0 textrm mod p$ and conclude that $5$ is a square modulo $p$.




I sort of have this sense that I'm gonna need an element of order $10$, i.e. $g^frac5k2$ where $g$ is yet again a generator, however I can't seem to get anywhere with this. If I let $x = a + a^4$, then I can tell I'm basically looking for an element $x$ which has the next element $x + 1$ as its inverse, but that doesn't really help me forward.










share|cite|improve this question









$endgroup$
















    7












    $begingroup$


    I ran into two very similar problems concerning quadratic residues, and I'm having a bit of trouble working through them. These problems are supposed to rely exclusively on the theory of cyclic groups, without use of Legendre symbols. I'm posting both in one question since I roughly managed to solve the first one and it's meant to show my thought process towards solving the second.




    Let $p$ be a prime congruent to $1$ modulo $3$. Show that there exists
    an $a in mathbbZ$ such that $a^2 + a + 1 equiv 0 textrm mod p$ and
    conclude that $-3$ is a square modulo $p$.




    To solve this one, I let $p = 3k + 1$, and take $g in (mathbbZ_p, times)$ to be a generator from which follows that $g^3k - 1 = (g^k - 1)(g^2k + g^k + 1) equiv 0 textrm mod p$. Since $g$ is a generator, $g^k ne 1$. To conclude $-3$ is a square, I (somewhat randomly) noticed that



    beginalign*
    (g^k - g^-k)^2 &= g^2k - 2 + g^-2k \
    &= g^2k + g^k + 1 - 3 \
    &equiv -3 textrm mod p
    endalign*



    I was wondering, is there any significance to the element $g^k - g^-k$ as a root for $-3$? Is there any way to intuitively know immediately that's the square you're looking for? I remember seeing similarly defined elements before, and I pretty much just plugged it in hoping for the best, without really knowing what I was doing. The next problem has me completely stumped.




    Let $p$ be a prime congruent to $1$ modulo $5$. Show that there exists
    an $a in mathbbZ$ such that $(a + a⁴)² + (a + a⁴) - 1 equiv 0 textrm mod p$ and conclude that $5$ is a square modulo $p$.




    I sort of have this sense that I'm gonna need an element of order $10$, i.e. $g^frac5k2$ where $g$ is yet again a generator, however I can't seem to get anywhere with this. If I let $x = a + a^4$, then I can tell I'm basically looking for an element $x$ which has the next element $x + 1$ as its inverse, but that doesn't really help me forward.










    share|cite|improve this question









    $endgroup$














      7












      7








      7





      $begingroup$


      I ran into two very similar problems concerning quadratic residues, and I'm having a bit of trouble working through them. These problems are supposed to rely exclusively on the theory of cyclic groups, without use of Legendre symbols. I'm posting both in one question since I roughly managed to solve the first one and it's meant to show my thought process towards solving the second.




      Let $p$ be a prime congruent to $1$ modulo $3$. Show that there exists
      an $a in mathbbZ$ such that $a^2 + a + 1 equiv 0 textrm mod p$ and
      conclude that $-3$ is a square modulo $p$.




      To solve this one, I let $p = 3k + 1$, and take $g in (mathbbZ_p, times)$ to be a generator from which follows that $g^3k - 1 = (g^k - 1)(g^2k + g^k + 1) equiv 0 textrm mod p$. Since $g$ is a generator, $g^k ne 1$. To conclude $-3$ is a square, I (somewhat randomly) noticed that



      beginalign*
      (g^k - g^-k)^2 &= g^2k - 2 + g^-2k \
      &= g^2k + g^k + 1 - 3 \
      &equiv -3 textrm mod p
      endalign*



      I was wondering, is there any significance to the element $g^k - g^-k$ as a root for $-3$? Is there any way to intuitively know immediately that's the square you're looking for? I remember seeing similarly defined elements before, and I pretty much just plugged it in hoping for the best, without really knowing what I was doing. The next problem has me completely stumped.




      Let $p$ be a prime congruent to $1$ modulo $5$. Show that there exists
      an $a in mathbbZ$ such that $(a + a⁴)² + (a + a⁴) - 1 equiv 0 textrm mod p$ and conclude that $5$ is a square modulo $p$.




      I sort of have this sense that I'm gonna need an element of order $10$, i.e. $g^frac5k2$ where $g$ is yet again a generator, however I can't seem to get anywhere with this. If I let $x = a + a^4$, then I can tell I'm basically looking for an element $x$ which has the next element $x + 1$ as its inverse, but that doesn't really help me forward.










      share|cite|improve this question









      $endgroup$




      I ran into two very similar problems concerning quadratic residues, and I'm having a bit of trouble working through them. These problems are supposed to rely exclusively on the theory of cyclic groups, without use of Legendre symbols. I'm posting both in one question since I roughly managed to solve the first one and it's meant to show my thought process towards solving the second.




      Let $p$ be a prime congruent to $1$ modulo $3$. Show that there exists
      an $a in mathbbZ$ such that $a^2 + a + 1 equiv 0 textrm mod p$ and
      conclude that $-3$ is a square modulo $p$.




      To solve this one, I let $p = 3k + 1$, and take $g in (mathbbZ_p, times)$ to be a generator from which follows that $g^3k - 1 = (g^k - 1)(g^2k + g^k + 1) equiv 0 textrm mod p$. Since $g$ is a generator, $g^k ne 1$. To conclude $-3$ is a square, I (somewhat randomly) noticed that



      beginalign*
      (g^k - g^-k)^2 &= g^2k - 2 + g^-2k \
      &= g^2k + g^k + 1 - 3 \
      &equiv -3 textrm mod p
      endalign*



      I was wondering, is there any significance to the element $g^k - g^-k$ as a root for $-3$? Is there any way to intuitively know immediately that's the square you're looking for? I remember seeing similarly defined elements before, and I pretty much just plugged it in hoping for the best, without really knowing what I was doing. The next problem has me completely stumped.




      Let $p$ be a prime congruent to $1$ modulo $5$. Show that there exists
      an $a in mathbbZ$ such that $(a + a⁴)² + (a + a⁴) - 1 equiv 0 textrm mod p$ and conclude that $5$ is a square modulo $p$.




      I sort of have this sense that I'm gonna need an element of order $10$, i.e. $g^frac5k2$ where $g$ is yet again a generator, however I can't seem to get anywhere with this. If I let $x = a + a^4$, then I can tell I'm basically looking for an element $x$ which has the next element $x + 1$ as its inverse, but that doesn't really help me forward.







      number-theory prime-numbers modular-arithmetic cyclic-groups quadratic-residues






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 8 hours ago









      ZenoZeno

      846




      846




















          2 Answers
          2






          active

          oldest

          votes


















          2












          $begingroup$

          Hint: If $a^5 = 1$ then $a^4 = a^-1$ and $(a+a^4)^2 + (a+a^4) - 1 = a^-2(a^4 + a^3 + a^2 + a + 1)$.



          Also if $x^2 + x - 1 = 0$ in $mathbb Z_p$, then $4(x^2 + x - 1) = (2x+1)^2 - 5 = 0$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
            $endgroup$
            – Zeno
            4 hours ago










          • $begingroup$
            Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
            $endgroup$
            – Hw Chu
            2 hours ago


















          2












          $begingroup$

          A substantial part of your question seems to be “how do I intuitively arrive at an expression which yields the desired square root?”. I want to address this first.



          In both cases the question is structured as “show there exists a solution to this quadratic, hence $d$ is a square modulo $p$”. In the first question the quadratic is $x^2+x+1$, and in the second question it’s $x^2+x-1$. Notice that in each case the desired square root is exactly the discriminant $b^2 - 4ac$ from the quadratic formula.



          Intuitively, the idea is that if a ring contains solutions to the quadratic then the square root in the quadratic formula “should” work in that ring. (This isn’t universally true: when a cubic polynomial has all real roots, the cubic formula still involves taking square roots of negative numbers.). The way to expose this explicitly is just to complete the square:



          $$x^2 + x + 1 = 0, \
          4x^2 + 4x + 4 = 0, \
          4x^2 + 4x + 1 = -3, \
          (2x+1)^2 = -3.$$



          As for how to guess at the element which makes it work, in both cases we know that $mathbb Z_p$ contains a primitive $r$th root of unity for $r=3$ and $r=5$ respectively. In some sense that’s about all the specialized knowledge we possess. I think the author is hoping/expecting the reader to first try plugging in that root of unity into $a$, since there’s no simpler value to choose from, and the questions are designed to make this work on that first try.



          For the second question it may have resulted in a rather intimidating-looking expression hiding inside the quadratic, but presumably the intent was for the first question to go very smoothly, giving the reader the hope that the exact same strategy will work for the second.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
            $endgroup$
            – Zeno
            4 hours ago











          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3167222%2ffinding-quadratic-residues-without-legendre-symbols%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2












          $begingroup$

          Hint: If $a^5 = 1$ then $a^4 = a^-1$ and $(a+a^4)^2 + (a+a^4) - 1 = a^-2(a^4 + a^3 + a^2 + a + 1)$.



          Also if $x^2 + x - 1 = 0$ in $mathbb Z_p$, then $4(x^2 + x - 1) = (2x+1)^2 - 5 = 0$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
            $endgroup$
            – Zeno
            4 hours ago










          • $begingroup$
            Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
            $endgroup$
            – Hw Chu
            2 hours ago















          2












          $begingroup$

          Hint: If $a^5 = 1$ then $a^4 = a^-1$ and $(a+a^4)^2 + (a+a^4) - 1 = a^-2(a^4 + a^3 + a^2 + a + 1)$.



          Also if $x^2 + x - 1 = 0$ in $mathbb Z_p$, then $4(x^2 + x - 1) = (2x+1)^2 - 5 = 0$.






          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
            $endgroup$
            – Zeno
            4 hours ago










          • $begingroup$
            Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
            $endgroup$
            – Hw Chu
            2 hours ago













          2












          2








          2





          $begingroup$

          Hint: If $a^5 = 1$ then $a^4 = a^-1$ and $(a+a^4)^2 + (a+a^4) - 1 = a^-2(a^4 + a^3 + a^2 + a + 1)$.



          Also if $x^2 + x - 1 = 0$ in $mathbb Z_p$, then $4(x^2 + x - 1) = (2x+1)^2 - 5 = 0$.






          share|cite|improve this answer











          $endgroup$



          Hint: If $a^5 = 1$ then $a^4 = a^-1$ and $(a+a^4)^2 + (a+a^4) - 1 = a^-2(a^4 + a^3 + a^2 + a + 1)$.



          Also if $x^2 + x - 1 = 0$ in $mathbb Z_p$, then $4(x^2 + x - 1) = (2x+1)^2 - 5 = 0$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 2 hours ago

























          answered 7 hours ago









          Hw ChuHw Chu

          3,337519




          3,337519











          • $begingroup$
            Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
            $endgroup$
            – Zeno
            4 hours ago










          • $begingroup$
            Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
            $endgroup$
            – Hw Chu
            2 hours ago
















          • $begingroup$
            Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
            $endgroup$
            – Zeno
            4 hours ago










          • $begingroup$
            Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
            $endgroup$
            – Hw Chu
            2 hours ago















          $begingroup$
          Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
          $endgroup$
          – Zeno
          4 hours ago




          $begingroup$
          Right, ofcourse. The sum of all roots of unity equals zero. That was a crucial bit I was missing. I'm assuming you forgot an exponent on your $2$ in your second line but I understand what you're doing, thank you.
          $endgroup$
          – Zeno
          4 hours ago












          $begingroup$
          Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
          $endgroup$
          – Hw Chu
          2 hours ago




          $begingroup$
          Fixed, thank you. The 2 you saw in the second line should be in the parenthesis.
          $endgroup$
          – Hw Chu
          2 hours ago











          2












          $begingroup$

          A substantial part of your question seems to be “how do I intuitively arrive at an expression which yields the desired square root?”. I want to address this first.



          In both cases the question is structured as “show there exists a solution to this quadratic, hence $d$ is a square modulo $p$”. In the first question the quadratic is $x^2+x+1$, and in the second question it’s $x^2+x-1$. Notice that in each case the desired square root is exactly the discriminant $b^2 - 4ac$ from the quadratic formula.



          Intuitively, the idea is that if a ring contains solutions to the quadratic then the square root in the quadratic formula “should” work in that ring. (This isn’t universally true: when a cubic polynomial has all real roots, the cubic formula still involves taking square roots of negative numbers.). The way to expose this explicitly is just to complete the square:



          $$x^2 + x + 1 = 0, \
          4x^2 + 4x + 4 = 0, \
          4x^2 + 4x + 1 = -3, \
          (2x+1)^2 = -3.$$



          As for how to guess at the element which makes it work, in both cases we know that $mathbb Z_p$ contains a primitive $r$th root of unity for $r=3$ and $r=5$ respectively. In some sense that’s about all the specialized knowledge we possess. I think the author is hoping/expecting the reader to first try plugging in that root of unity into $a$, since there’s no simpler value to choose from, and the questions are designed to make this work on that first try.



          For the second question it may have resulted in a rather intimidating-looking expression hiding inside the quadratic, but presumably the intent was for the first question to go very smoothly, giving the reader the hope that the exact same strategy will work for the second.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
            $endgroup$
            – Zeno
            4 hours ago















          2












          $begingroup$

          A substantial part of your question seems to be “how do I intuitively arrive at an expression which yields the desired square root?”. I want to address this first.



          In both cases the question is structured as “show there exists a solution to this quadratic, hence $d$ is a square modulo $p$”. In the first question the quadratic is $x^2+x+1$, and in the second question it’s $x^2+x-1$. Notice that in each case the desired square root is exactly the discriminant $b^2 - 4ac$ from the quadratic formula.



          Intuitively, the idea is that if a ring contains solutions to the quadratic then the square root in the quadratic formula “should” work in that ring. (This isn’t universally true: when a cubic polynomial has all real roots, the cubic formula still involves taking square roots of negative numbers.). The way to expose this explicitly is just to complete the square:



          $$x^2 + x + 1 = 0, \
          4x^2 + 4x + 4 = 0, \
          4x^2 + 4x + 1 = -3, \
          (2x+1)^2 = -3.$$



          As for how to guess at the element which makes it work, in both cases we know that $mathbb Z_p$ contains a primitive $r$th root of unity for $r=3$ and $r=5$ respectively. In some sense that’s about all the specialized knowledge we possess. I think the author is hoping/expecting the reader to first try plugging in that root of unity into $a$, since there’s no simpler value to choose from, and the questions are designed to make this work on that first try.



          For the second question it may have resulted in a rather intimidating-looking expression hiding inside the quadratic, but presumably the intent was for the first question to go very smoothly, giving the reader the hope that the exact same strategy will work for the second.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
            $endgroup$
            – Zeno
            4 hours ago













          2












          2








          2





          $begingroup$

          A substantial part of your question seems to be “how do I intuitively arrive at an expression which yields the desired square root?”. I want to address this first.



          In both cases the question is structured as “show there exists a solution to this quadratic, hence $d$ is a square modulo $p$”. In the first question the quadratic is $x^2+x+1$, and in the second question it’s $x^2+x-1$. Notice that in each case the desired square root is exactly the discriminant $b^2 - 4ac$ from the quadratic formula.



          Intuitively, the idea is that if a ring contains solutions to the quadratic then the square root in the quadratic formula “should” work in that ring. (This isn’t universally true: when a cubic polynomial has all real roots, the cubic formula still involves taking square roots of negative numbers.). The way to expose this explicitly is just to complete the square:



          $$x^2 + x + 1 = 0, \
          4x^2 + 4x + 4 = 0, \
          4x^2 + 4x + 1 = -3, \
          (2x+1)^2 = -3.$$



          As for how to guess at the element which makes it work, in both cases we know that $mathbb Z_p$ contains a primitive $r$th root of unity for $r=3$ and $r=5$ respectively. In some sense that’s about all the specialized knowledge we possess. I think the author is hoping/expecting the reader to first try plugging in that root of unity into $a$, since there’s no simpler value to choose from, and the questions are designed to make this work on that first try.



          For the second question it may have resulted in a rather intimidating-looking expression hiding inside the quadratic, but presumably the intent was for the first question to go very smoothly, giving the reader the hope that the exact same strategy will work for the second.






          share|cite|improve this answer









          $endgroup$



          A substantial part of your question seems to be “how do I intuitively arrive at an expression which yields the desired square root?”. I want to address this first.



          In both cases the question is structured as “show there exists a solution to this quadratic, hence $d$ is a square modulo $p$”. In the first question the quadratic is $x^2+x+1$, and in the second question it’s $x^2+x-1$. Notice that in each case the desired square root is exactly the discriminant $b^2 - 4ac$ from the quadratic formula.



          Intuitively, the idea is that if a ring contains solutions to the quadratic then the square root in the quadratic formula “should” work in that ring. (This isn’t universally true: when a cubic polynomial has all real roots, the cubic formula still involves taking square roots of negative numbers.). The way to expose this explicitly is just to complete the square:



          $$x^2 + x + 1 = 0, \
          4x^2 + 4x + 4 = 0, \
          4x^2 + 4x + 1 = -3, \
          (2x+1)^2 = -3.$$



          As for how to guess at the element which makes it work, in both cases we know that $mathbb Z_p$ contains a primitive $r$th root of unity for $r=3$ and $r=5$ respectively. In some sense that’s about all the specialized knowledge we possess. I think the author is hoping/expecting the reader to first try plugging in that root of unity into $a$, since there’s no simpler value to choose from, and the questions are designed to make this work on that first try.



          For the second question it may have resulted in a rather intimidating-looking expression hiding inside the quadratic, but presumably the intent was for the first question to go very smoothly, giving the reader the hope that the exact same strategy will work for the second.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 5 hours ago









          Erick WongErick Wong

          20.4k22666




          20.4k22666











          • $begingroup$
            Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
            $endgroup$
            – Zeno
            4 hours ago
















          • $begingroup$
            Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
            $endgroup$
            – Zeno
            4 hours ago















          $begingroup$
          Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
          $endgroup$
          – Zeno
          4 hours ago




          $begingroup$
          Crystal clear, thank you. It would seem I can't approve both answers simultaneously even though they both kinda contributed to me fully understanding the problem
          $endgroup$
          – Zeno
          4 hours ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3167222%2ffinding-quadratic-residues-without-legendre-symbols%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How to create a command for the “strange m” symbol in latex? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)How do you make your own symbol when Detexify fails?Writing bold small caps with mathpazo packageplus-minus symbol with parenthesis around the minus signGreek character in Beamer document titleHow to create dashed right arrow over symbol?Currency symbol: Turkish LiraDouble prec as a single symbol?Plus Sign Too Big; How to Call adfbullet?Is there a TeX macro for three-legged pi?How do I get my integral-like symbol to align like the integral?How to selectively substitute a letter with another symbol representing the same letterHow do I generate a less than symbol and vertical bar that are the same height?

          Category:Tremithousa Media in category "Tremithousa"Navigation menuUpload media34° 49′ 02.7″ N, 32° 26′ 37.32″ EOpenStreetMapGoogle EarthProximityramaReasonatorScholiaStatisticsWikiShootMe

          Dokschytsy (Steed) Kwelen | NawigatsjuunBelarus: Vitebsk Region, citypopulation.de