Consider the sequence of complex numbers defined by the recurrence a k + 1 = a k + i a k − i for k ≥ 1 , and let a 1 be any complex number such that a n is defined for all positive integers n . For each a 1 , let S ( a 1 ) be the set of all possible values of k = 1 ∑ p prime ( − 1 ) k a k , where p ranges over the prime numbers. What is a max ∣ S ( a ) ∣ ?
This problem is posed by Derek K .
Details and assumptions
In this problem, i is the imaginary unit, satisfying i 2 = − 1 .
∣ S ∣ denotes the number of distinct elements of set S .
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.
Yes, this problem is about a periodic Mobius transformation. Though one does not need to know anything about Mobius transformations to solve it.
Let f ( z ) = z + i z − i for all z = − i . So, a k + 1 = f ( a k ) for all k ≥ 1 . Then, f ( f ( z ) ) = − i z − 1 z + 1 and f ( f ( f ( z ) ) ) = z hold for all z = − i , 1 .
If a k = − i , 1 then a k + 1 = f ( a k ) or a k + 2 = f ( f ( a k ) ) will be undefined.
Thus, a k = − i , 1 , and so, a k + 3 = f ( f ( f ( a k ) ) ) = a k for all k ≥ 1 .
Let s n = k = 1 ∑ n ( − 1 ) k a k . So, S ( a 1 ) = { s p ∣ p is prime } . Note that: s n + 6 − s n = ( − 1 ) n ( − a n + 1 + a n + 2 − a n + 3 + a n + 4 − a n + 5 + a n + 6 )
= ( − 1 ) n ( − a n + 1 + a n + 2 − a n + 3 + a n + 1 − a n + 2 + a n + 3 ) = 0 .
Hence, s n + 6 = s n for all n ≥ 1 . So, if n ≡ r ( m o d 6 ) then s n = s r .
For all primes p we have p = 2 , 3 or p ≡ 1 , 5 ( m o d 6 ) .
Therefore, s p ∈ { s 1 , s 2 , s 3 , s 5 } for all primes p .
Hence, S ( a 1 ) ⊆ { s 1 , s 2 , s 3 , s 5 } , and thus, ∣ S ( a ) ∣ ≤ 4 for all a .
Now, we must check that ∣ S ( a ) ∣ = 4 is in fact attainable for some a .
For a 1 = 2 we have a 2 = 5 3 − 5 4 i , and a 3 = − 3 i . Hence,
s 2 = − a 1 + a 2 = − 5 7 − 5 4 i , s 3 = − a 1 + a 2 − a 3 = − 5 7 + 5 1 1 i ,
s 5 = − a 3 = 3 i , and s 7 = s 1 = − a 1 = − 2 . So, ∣ S ( 2 ) ∣ = 4 .
Since ∣ S ( a ) ∣ ≤ 4 for all a and ∣ S ( 2 ) ∣ = 4 , we have a max ∣ S ( a ) ∣ = 4 .
Problem Loading...
Note Loading...
Set Loading...
Transition from a k to a k + 1 is given by the Mobius transformation with a matrix: M = ( 1 1 − i i ) The composition of Mobius transformations is, again, Mobius transformation, with a matrix given by the matrix product of initial transformation matrices. Therefore, a k to a k + 3 transformation is given by: M 3 = M 3 = ( 1 1 − i i ) × ( 1 1 − i i ) × ( 1 1 − i i ) = ( 1 − i 1 + i 1 − i − 1 − i ) × ( 1 1 − i i ) = ( 2 − 2 i 0 0 2 − 2 i ) = ( 2 − 2 i ) ( 1 0 0 1 ) Since overall multiplier is not important for Mobius transforms, we see, that the composition of three transforms is an identity, and a k is periodic with a period of a divisor of three, i.e. 1 or 3. The alternating series partial sums, used to compute members of S can therefore be written using just 3 terms: a 1 , a 1 − a 2 , a 1 − a 2 + a 3 , − a 2 + a 3 , a 3 , 0 , a 1 , . . . i.e. it's periodic with a period of a divisor of 6. Quick check with a 1 = 2 i gives a 2 = 1 / 3 and a 3 = − 0 . 8 − 0 . 6 i , which gives partial sums: 2 i , − 1 / 3 + 2 i , − 1 7 / 1 5 + 7 / 5 i , − 1 7 / 1 5 − 3 / 5 i , − 4 / 5 − 3 / 5 i , 0 , 2 i , . . . i.e. for at least one a 1 these series of partial sums is periodic with a period of 6, and all the terms within a period are different.
For a given prime p the partial sum would be determined by a remainder after division of p by 6. For p < 6 the reminders are: 2 , 3 , 5 . For p > 6 the remainders have to be coprime with 6, otherwise, according to the equality p = 6 q + r , p has to divide by their common divisor, which is less then 6, and, therefore, not equal to p. Therefore the remainders 0, 2, 3 and 4 are impossible for p > 6 , or, there are no remainders 0 and 4 for any p . Writing these remainders down for the first prime numbers 2 , 3 , 5 , 1 , . . . we see that other four possibilities are met for some primes. Answer: 4