Equation soluble (number theory)

Funky1981
Messages
21
Reaction score
0

Homework Statement


p is an odd prime

(a) show that x^2+y^2+1=0 (mod p) is soluble

(b) show that x^2+y^2+1=0 (mod p) is soluble for any squarefree odd m


Homework Equations


For (a) hint given : count the integers in {0,1,2,...,p-1} of the form x^2 modulo p and those of the form -1-y^2 modulo p

can anyone help me ?? thanks!
 
Physics news on Phys.org
Funky1981 said:

Homework Statement


p is an odd prime

(a) show that x^2+y^2+1=0 (mod p) is soluble

(b) show that x^2+y^2+1=0 (mod p) is soluble for any squarefree odd m


Homework Equations


For (a) hint given : count the integers in {0,1,2,...,p-1} of the form x^2 modulo p and those of the form -1-y^2 modulo p

can anyone help me ?? thanks!

Ok, here's another hint. If a^2 and b^2 are the same mod p, then a^2-b^2=0 mod p. So (a-b)(a+b)=0 mod p. What can you conclude about the relation between a and b and why?
 
Dick said:
Ok, here's another hint. If a^2 and b^2 are the same mod p, then a^2-b^2=0 mod p. So (a-b)(a+b)=0 mod p. What can you conclude about the relation between a and b and why?

thanks, i have solved the (a) part. For (b), I got the idea that since m is squarefree odd, so i write m = p1p2p3... (pi are prime) then by (a) the equation has solution for every pi. but how can i conclude that it has solution for their product?( btw , i made a mistake for typing, for (b) it should be modulo m but not p)
 
I see the OP got a hint on another forum. You can use the Chinese Remainder Theorem to take the solutions for p1, p2, ... and use them to construct a solution for the case mod m. Wish I had thought of it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top