Pythagorean Chaos II

Consider the following statements about pythagorean triples:

  • If ( a , b , c ) (a,b,c) is a pythagorean triple, then there is some gaussian integer z z and a real number k k such that z 2 = k ( a + b i ) z^2=k(a+bi)
  • If I m ( z ) Im(z) and R e ( z ) Re(z) are coprime integers, and ( R e ( z 2 ) , I m ( z 2 ) , z 2 ) (|Re(z^2)|,|Im(z^2)|,|z^2|) isn't a primitive pythagorean triple, then ( R e ( z 2 ) 2 , I m ( z 2 ) 2 , z 2 2 ) (\frac{|Re(z^2)|}{2},\frac{|Im(z^2)|}{2},\frac{|z^2|}{2}) is.
  • If I m ( z ) Im(z) and R e ( z ) Re(z) are coprime integers and only one of them is odd, ( R e ( z 2 ) , I m ( z 2 ) , z 2 ) (|Re(z^2)|,|Im(z^2)|,|z^2|) is a primitive pythagorean triple.
  • If n 3 ( m o d 4 ) n\equiv3\pmod4 then n n can never be the hypotenuse of a primitive pythagorean triangle.

We'll say z z is a pythagorean number when ( R e ( z ) , I m ( z ) , z ) (|Re(z)|,|Im(z)|,|z|) is a pythagorean triple.

  • If z z is a pyhtagorean number, then z 3 z^3 is too.
  • If z 3 z^3 is a pythagorean number, then z z is too.

How many of them are correct?

Pythagorean Chaos I

Pythagorean Chaos III

6 5 3 1 2 4

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Pedro Cardoso
May 24, 2018

If ( a , b , c ) (a,b,c) is a pythagorean tripple, then there is some gaussian integer z z and a real number k k such that z 2 = k ( a + b i ) z^2=k(a+bi)

Correct: Sonsider the number z = a + b i + a + b i z=|a+bi|+a+bi . We know it's a gaussian integer because |a+bi| is an integer, and since a r g ( z + z ) = a r g ( z ) 2 arg(z+|z|)=\frac{arg(z)}{2} and a r g ( z 2 ) = 2 a r g ( z ) arg(z^2)=2arg(z) , we see that a r g ( ( a + b i + a + b i ) 2 ) = a r g ( a + b i ) arg((|a+bi|+a+bi)^2)=arg(a+bi) . They have the same argument, so their ratio is real.

If I m ( z ) Im(z) and R e ( z ) Re(z) are coprime integers, and ( R e ( z 2 ) , I m ( z 2 ) , z 2 ) (|Re(z^2)|,|Im(z^2)|,|z^2|) isn't a primitive pythagorean triple, then ( R e ( z 2 ) 2 , I m ( z 2 ) 2 , z 2 2 ) (\frac{|Re(z^2)|}{2},\frac{|Im(z^2)|}{2},\frac{|z^2|}{2}) is.

Correct: say z = a + b i z=a+bi , then ( R e ( z 2 ) , I m ( z 2 ) , z 2 ) = ( a 2 b 2 , 2 a b , a 2 + b 2 ) (Re(z^2),Im(z^2),|z^2|)=(a^2-b^2,2ab,a^2+b^2) . Suppose some prime p > 2 p>2 divides 2 a b 2ab then, p p divides either a a or b b . but this means p p doesnt divide a 2 b 2 a^2-b^2 . So the highest possible value of p p is 2 2 .

If I m ( z ) Im(z) and R e ( z ) Re(z) are coprime integers and only one of them is odd, ( R e ( z 2 ) , I m ( z 2 ) , z 2 ) (|Re(z^2)|,|Im(z^2)|,|z^2|) is a primitive pythagorean triple.

Correct: In the previous statement, the only way for 2 2 to be a comon factor of R e ( z 2 ) Re(z^2) and I m ( z 2 ) Im(z^2) is for both R e ( z ) Re(z) and I m ( z ) Im(z) to be odd.

If n 3 ( m o d 4 ) n\equiv3\pmod4 then n n can never be the hypotenuse of a primitive pythagorean triangle.

Correct: if z z is a primitive pythagorean number with n = z n=|z| (a pythagorean number with coprime real and imaginary parts), the previous statements show that it is either the square of a gaussian integer g g with coprime R e ( g ) Re(g) and I m ( g ) Im(g) , or exactly half the square of such a gaussian integer. Let's consider the two cases:

Case 1: z = g 2 z=g^2 for some gaussian integer g = a + b i g=a+bi with gcd ( a , b ) = 1 \gcd(a,b)=1 In this case, for z |z| to be odd (it's odd because z 3 ( m o d 4 ) |z|\equiv3\pmod4 , it has to be that only one of a a and b b is odd. Without losing generality, say a = 2 m + 1 a=2m+1 and b = 2 n b=2n for integers m m and n n . Then, z = ( 2 m + 1 ) 2 + ( 2 n ) 2 = 4 m 2 + 4 m + 1 + 4 n 2 |z|=(2m+1)^2+(2n)^2=4m^2+4m+1+4n^2 looking at it m o d 4 \mod4 we get 3 1 3\equiv1 .

Case 2: z = g 2 2 z=\frac{g^2}{2} for some gaussian integer g = a + b i g=a+bi with gcd ( a , b ) = 1 \gcd(a,b)=1 As we saw earlier, for this to happen, it must be that a a and b b are odd. w.l.o.g. a = 2 m + 1 a=2m+1 and b = 2 n + 1 b=2n+1 . z = 4 m 2 + 4 m + 1 + 4 n 2 + 4 n + 1 2 = 2 m 2 + 2 m + 2 n 2 + 2 n + 1 = 2 ( m 2 + m ) + 2 ( n 2 + n ) + 1 |z|=\frac{4m^2+4m+1+4n^2+4n+1}{2}=2m^2+2m+2n^2+2n+1=2(m^2+m)+2(n^2+n)+1 since x x and x 2 x^2 have the same parity, both m 2 + m m^2+m and n 2 + n n^2+n are even. so we can say w.l.o.g that z = 2 ( m 2 + m ) + 2 ( n 2 + n ) + 1 = 4 c + 4 d + 1 |z|=2(m^2+m)+2(n^2+n)+1=4c+4d+1 . Finally, looking at it m o d 4 \mod4 again gives 3 1 3\equiv1 .

I wonder if there are simpler, more intuitive proofs for this, or at least a more direct one, If someone knows one, writing it as a solution or as a comment to this one would be highly apreciated

If z z is a pyhtagorean number, then z 3 z^3 is too.

Correct: z |z| is an integer, then so is z 3 |z^3| . The real and imaginary parts are, of course, also integers.

If z 3 z^3 is a pythagorean number, then z z is too.

Wrong: 4 + 3 i 4+3i doesn't have gaussian integer cube root, for example.

By part 1 and taking norms of both sides, we can prove that k is an integer. k must be 1 since a and b are relatively prime. This implies the the number must be in the form a^2+b^2, which cannot be 3 mod 4 (consider quadratic residues mod 4).

Sal Gard - 1 year, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...