Quadratic reciprocity question

  • Thread starter Thread starter math_grl
  • Start date Start date
  • Tags Tags
    Quadratic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
math_grl
Messages
46
Reaction score
0

Homework Statement


Show [tex]x^2 + (p+1)/4 \equiv 0 (\mod p)[/tex] where [tex]p \equiv 3 (\mod 4)[/tex] and p is prime is not solvable.

Homework Equations


Legendre's and Jacobi symbol, congruences

The Attempt at a Solution


Noticing that [tex]x^2 \equiv -(k+1) (\mod p)[/tex] when [tex]p = 4k + 3[/tex] ?
Now (-1/p)(k+1/p) should tell use whether this has a solution.
But (-1/p)=-1. How do you get (k+1/p)? Am I even on the right track?

Does (k+1/p) = (-1) (p/k+1)= (-1) (-1/k+1)? plus who's to say that k+1 is not factorable?
 
Last edited:
Physics news on Phys.org
math_grl said:

Homework Statement


Show [tex]x^2 + (p+1)/4 \equiv 0 (\mod p)[/tex] where [tex]p \equiv 3 (\mod 4)[/tex].


Homework Equations


Legendre's and Jacobi symbol, congruences


The Attempt at a Solution


Noticing that [tex]x^2 \equiv -(k+1) (\mod p)[/tex] when [tex]p = 4k + 3[/tex] ?
Now (-1/p)(k+1/p) should tell use whether this has a solution.
But (-1/p)=-1. How do you get (k+1/p)? Am I even on the right track?

Does (k+1/p) = (-1) (p/k+1)= (-1) (-1/k+1)? plus who's to say that k+1 is not factorable?
I believe that your problem statement is incorrect, as it's not identically true for arbitrary value of x and p. Instead, I think it should instead ask for solutions of the equation.

Here's an example. Let p = 3.
Then the statement is
x2 + (3 + 1)/4 [itex]\equiv[/itex] 0 (mod 3).

Simplifying a bit gives
x2 + 1 [itex]\equiv[/itex] 0 (mod 3).

If x = 0, the above says that 1 [itex]\equiv[/itex] 0 (mod 3) - not true.
If x = 1, we have 2 [itex]\equiv[/itex] 0 (mod 3) - again not true.
If x = 2, we have 5 [itex]\equiv[/itex] 0 (mod 3) - also not true.

Please clarify what it is that you need to do.
 
I have edited the first post...i left out p is prime and we want to see show that the congruence is not solvable.