Given that z is a complex number such that z+z1=2cos3∘, find the least integer that is greater than z2000+z20001.
解析
Solution
Using the quadratic equation on z2−(2cos3)z+1=0, we have z=22cos3±4cos23−4=cos3±isin3=cis3∘.
There are other ways we can come to this conclusion. Note that if z is on the unit circle in the complex plane, then z=eiθ=cosθ+isinθ and z1=e−iθ=cosθ−isinθ. We have z+z1=2cosθ=2cos3∘ and θ=3∘. Alternatively, we could let z=a+bi and solve to get z=cos3∘+isin3∘.
Using De Moivre's Theorem we have z2000=cos6000∘+isin6000∘, 6000=16(360)+240, so z2000=cos240∘+isin240∘.
We want z2000+z20001=2cos240∘=−1.
Finally, the least integer greater than −1 is 000.
Solution 2
Let z=reiθ. Notice that we have 2cos(3∘)=ei60π+e−i60π=reiθ+r1e−iθ.
r must be 1 (or if you take the magnitude would not be the same). Therefore, z=eiθπ and plugging into the desired expression, we get ei3100π+e−i3100π=2cos3100π=−1. Therefore, the least integer greater is 000.
~solution by williamgolly
Solution 3 Intuitive
For this solution, we assume that z2000+1/z2000 and z2048+1/z2048 has the same least integer greater than their solution.
We have z+1/z=2cos3. Since cos3<1, 2cos3<2. If we square the equation z+1/z=2cos3, we get z2+2+1/(z2)=4cos23, or z2+1/(z2)=4cos23−2. 4cos23−2 is is less than 2, since 4cos23 is less than 4. If we square the equation again, we get z4+1/(z4)=(4cos23−2)2−2.
Since 4cos23−2 is less than 2, (4cos23−2)2 is less than 4, and (4cos23−2)2−2 is less than 2. However (4cos23−2)2−2 is also less than 4cos23−2. we can see that every time we square the equation, the right-hand side gets smaller and into the negatives. Since the smallest integer that is allowed as an answer is 0, the smallest integer greater is 000.
~ PaperMath ~megaboy6679
Solution 4
First, let z=a+bi where a and b are real numbers. We now have that
a+bi+a2+b2a−bi=2cos3∘
given the conditions of the problem. Equating imaginary coefficients, we have that
b(1−a2+b21)=0
giving us that either b=0 or ∣z∣=1. Let's consider the latter case for now.
We now know that a2+b2=1, so when we equate real coefficients we have that 2a=2cos3∘, therefore a=cos3∘. So, b=sin3∘ and then we can write z=cis(3)∘.
By De Moivre's Theorem,
z2000+z20001=cis(6000)∘+cis(−6000)∘
. The imaginary parts cancel, leaving us with 2cos6000∘, which is 240(mod360). Therefore, it is −1, and our answer is 000.
Now, if b=0 then we have that a+a1=2cos3∘. Therefore, a is not violating our conditions set above.