Monday, May 30, 2016

algebraic number theory - Does the equation x2+23y2=2z2 have integer solutions?





I would like to show that the image of the norm map N:Z[1+232]Z does not include 2. I first thought that the norm map from Q(23)Q does not have 2 as its image either, so I tried to solve the Diophantine equation x2+23y2=2z2

in integers.




After taking congruences with respect to several integers, such as 2,23,4,8 and even 16, I still cannot say that this equation has no integer solutions. Then I found out that the map N has a simpler expression and can be easily shown not to map to 2.



But I still want to know about the image of N, and any help will be greatly appreciated, thanks in advance.


Answer



x2+23y2=2z2x2+(5y)2=2(z2+y2).




Since the solutions of the equation X2+Y2=2Z2 are given by the identity
(a2+2abb2)2+(a22abb2)2=2(a2+b2)

we can try (y,z)=(a,b) taking care of one of a2+2abb2 or a22abb2 be equal to 5b.



Taking for example (y,z)=(1,4) we get the solution (x,y,z)=(3,1,4).



Thus the proposed equation have solutions (which can be parametrized but I stop here).


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...