Let z be a complex number, with the restriction that 2 2 ≤ ℜ ( z ) ≤ 2 3 . Find the smallest value of p such that for all n ≥ p there exists a value of z where z n = 1 .
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.
Nice job and awesome solution!!
Note that
∣
z
∣
=
1
for almost all
n
. Then
Arg
(
z
)
∈
±
[
6
π
,
4
π
]
. Let
k
∈
Z
. We need
n
×
Arg
(
z
)
n
p
=
2
π
k
∈
[
8
k
,
1
2
k
]
=
min
(
{
r
:
∀
(
n
≥
r
)
(
∃
k
∈
Z
)
(
n
∈
[
8
k
,
1
2
k
]
)
}
)
=
1
6
|z| is always 1 for the equation z n + 1 = 0 . Re-arranging terms we can get z n = − 1 and ∣ z n ∣ = ∣ − 1 ∣ = 1 . This implies that ∣ z ∣ n = 1 Obviously the only real solution for ∣ z ∣ is 1 . Note that if ∣ z ∣ could be complex then this argument wouldn't work at this step.
When dealing with complex numbers, it is often helpful to put the problem into a geometric context. The complex numbers z such that z n = 1 form a regular n-gon in the complex plane with one vertex at z = 1 . Therefore, in a geometric context, we are asked to find the smallest n-gon such that both it and all larger n-gons always have at least one vertex between R ( z ) = 2 2 and R ( z ) = 2 3 . (Note that this is not the same as asking for the smallest n-gon that has a vertex between R ( z ) = 2 2 and R ( z ) = 2 3 !) If we draw a line with length 1 to R ( z ) = 2 2 , we make an angle of 4 π with the real axis, and if we draw a line with length 1 to R ( z ) = 2 3 , we make an angle of 6 π with the real axis. Let θ be the central angle of our n-gon. We have that for some k ∈ Z , 6 π ≤ k θ ≤ 4 π . If we let k = 1 , we just have 6 π ≤ θ ≤ 4 π . Letting k = 2 , we have 1 2 π ≤ θ ≤ 8 π and with k = 3 we have 1 8 π ≤ θ ≤ 1 2 π . Note that 1 2 π occurs in both the inequality for k = 2 and the inequality for k = 3 ! This means that for all n-gons whose central angle θ is within the larger interval [ 1 8 π , 8 π ] , at least one of their vertices lies between R ( z ) = 2 2 and R ( z ) = 2 3 . It is easy to see that as we continue with larger values of k , the intervals will just continue overlapping. Therefore, the largest central angle possible is 8 π , and thus the smallest n-gon possible is a 1 6 -gon. The answer is therefore p = 1 6 .
Problem Loading...
Note Loading...
Set Loading...
Nice problem!
Let's think about the largest q such that z q = 1 has no roots in the region 2 2 ≤ ℜ ( z ) ≤ 2 3 . Since all complex roots of unity satisfy ∣ z ∣ = 1 , this restriction is equivalent to there being no roots with argument between 6 π and 4 π . (We only need to consider the first quadrant since the roots occur in conjugate pairs - ie they are symmetric about the real axis.)
The q t h roots of unity have arguments 0 , q 2 π , q 4 π , … , q 2 π k , … , q 2 π ( q − 1 ) . We require that 6 π ≤ q 2 π k ≤ 4 π has no solutions, or in other words that 2 q ≤ 2 4 k ≤ 3 q has no solutions for integer k , q .
The largest integer k such that 2 4 k < 2 q is ⌊ 1 2 q ⌋ . The smallest k such that 2 4 k > 3 q is ⌈ 8 q ⌉ = ⌊ 8 q ⌋ + 1 (note that we can change to the floor function like this since if 8 ∣ q , k = 8 q gives a root in the restricted region)
We need there to be no integers between ⌊ 1 2 q ⌋ and ⌊ 8 q ⌋ + 1 .
Since ⌊ 1 2 q ⌋ ≤ ⌊ 8 q ⌋ , this can only happen if ⌊ 1 2 q ⌋ = ⌊ 8 q ⌋ . The largest such q is 1 5 :
We have ⌊ 1 2 1 5 ⌋ = ⌊ 8 1 5 ⌋ = 1
For 1 6 ≤ q ≤ 2 3 , ⌊ 1 2 q ⌋ = 1 and ⌊ 8 q ⌋ = 2 .
For q ≥ 2 4 , write q = 2 4 a + b , where a ≥ 1 and 0 ≤ b < 2 4 . Then ⌊ 1 2 q ⌋ = 2 a + ⌊ 1 2 b ⌋ and ⌊ 8 q ⌋ = 3 a + ⌊ 8 b ⌋ , and
⌊ 8 q ⌋ − ⌊ 1 2 q ⌋ = 3 a + ⌊ 8 b ⌋ − 2 a − ⌊ 1 2 b ⌋ = a + ⌊ 8 b ⌋ − ⌊ 1 2 b ⌋ ≥ a ≥ 1 (again using the fact that ⌊ 1 2 b ⌋ ≤ ⌊ 8 b ⌋ ).
Returning to the problem, we have shown that 1 5 is the largest q such that no root of z q = 1 lies in the restricted region; the required answer is therefore p = 1 6 .