Thursday, May 9, 2019

Find 16 complex numbers x+yi,x,yinmathbbZ with norm N(x+yi)=65



I took some integer value for x,y, as x=3,y=2 with norm N=13. But, no it is not. I hoped that by finding a relation between current value of x,y,N to the desired one; would be able to get the desired x,y. But could not find any such relation, as :
So, tried to square the values of x,y to get x=x2=9,y=y2=4; as hoped that it will have norm 13.


Definitely, the reason lies in adding 2xy also, whose square root need be split in x,y.


To check this idea, x2=x4=81;y2=y4=16;2xy=72 and x2+y2+2xy=81+16+72=169.


The square root of 72 is not an integer, so cannot go further.


So, for getting a norm of 65 cannot proceed from norm of 13.


Could not get any other way out. Please tell a logical approach to generate all such pairs.



Addendum Sorry, for flawed defn. of norm. Total question is created out of that wrong definition.


Answer



65=5×13=|2+i|2|3+2i|2=|(2+i)(3+2i)|2=|4+7i|2 65=5×13=|2+i|2|32i|2=|(2+i)(32i)|2=|8i|2 etc.


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...