Let v and w be distinct, randomly chosen roots of the equation z1997−1=0. Let nm be the probability that 2+3≤∣v+w∣, where m and n are relatively prime positive integers. Find m+n.
解析
Solution
Solution 1
z1997=1=1(cos0+isin0)
Define θ=2π/1997. By De Moivre's Theorem the roots are given by
z=cos(kθ)+isin(kθ),k∈{0,1,…,1996}
Now, let v be the root corresponding to mθ=2mπ/1997, and let w be the root corresponding to nθ=2nπ/1997. Then
∣v+w∣2=(cos(mθ)+cos(nθ))2+(sin(mθ)+sin(nθ))2=2+2cos(mθ)cos(nθ)+2sin(mθ)sin(nθ)
The cosine difference identity simplifies that to
∣v+w∣2=2+2cos((m−n)θ)
We need ∣v+w∣2≥2+3, which simplifies to
cos((m−n)θ)≥23.
Hence, −6π≤(m−n)θ≤6π, or alternatively, ∣m−n∣θ≤6π.
Recall that θ=19972π. Thus,
∣m−n∣≤6π⋅2π1997=⌊121997⌋=166.
Therefore, m and n cannot be more than 166 away from each other. This means that for a given value of m, there are 332 values for n that satisfy the inequality; 166 of them >m, and 166 of them <m (m=n since the problem says that m and n are distinct). Since m and n must be distinct, n can have 1996 total possible values for each value of m. Therefore, the probability is 1996332=49983. The answer is then 499+83=582.
Solution 2
The solutions of the equation z1997=1 are the 1997th roots of unity and are equal to cis(θk), where θk=19972πk for k=0,1,…,1996. Thus, they are located at uniform intervals on the unit circle in the complex plane.
The quantity ∣v+w∣ is unchanged upon rotation around the origin, so, WLOG, we can assume v=1 after rotating the axis till v lies on the real axis. Let w=cis(θk). Since w⋅w=∣w∣2=1 and w+w=2Re(w)=2cosθk, we have
∣v+w∣2=(1+w)(1+w)=2+2cosθk
We want ∣v+w∣2≥2+3. From what we just obtained, this is equivalent to
cosθk≥23⇔−6π≤θk≤6π
which is satisfied by k=166,165,…,−165,−166 (we don't include 0 because that corresponds to v). So out of the 1996 possible k, 332 work. Thus, m/n=332/1996=83/499. So our answer is 83+499=582.
Solution 3
We can solve a geometrical interpretation of this problem.
Without loss of generality, let w=1. We are now looking for a point exactly one unit away from w such that the point is at least 2+3 units away from the origin. Note that the "boundary" condition is when the point will be exactly 2+3 units away from the origin; these points will be the intersections of the circle centered at (1,0) with radius 1 and the circle centered at (0,0) with radius 2+3. The equations of these circles are (x−1)2+y2=1 and x2+y2=2+3. Solving for x yields x=1+23. Clearly, this means that the real part of v is greater than 23. Solving, we note that 332 possible vs exist, meaning that nm=1996332=49983. Therefore, the answer is 83+499=582.
Solution 4
Since z1997=1, the roots will have magnitude 1. Thus, the roots can be written as cos(θ)+isin(θ) and cos(ω)+isin(ω) for some angles θ and ω. We rewrite the requirement as 2+3≤∣cos(θ)+cos(ω)+isin(θ)+isin(ω)∣, which can now be easily manipulated to 2+3≤(cos(θ)+cos(ω))2+(sin(θ)+sin(ω))2.
WLOG, let θ=0. Thus, our inequality becomes 2+3≤(1+cos(ω))2+(sin(ω))2, 2+3≤2+2cos(ω), and finally cos(ω)≥23. Obviously, cos(6π)=23, and thus it follows that, on either side of a given point, 121997≈166 points will work. The probability is 1996166×2=49983, and thus our requested sum is 582 ~SigmaPiE
Solution 5
Let v=cis(19972πk) and w=cis(19972πc), where cis(θ)=cos(θ)+isin(θ), v=w, and k,c∈{0,1,2,…,1996}
We are given
2+3≤∣v+w∣.
Squaring both sides gives
2+3≤∣v+w∣2.
Expanding v+w, we obtain
v+w=cos(19972πk)+cos(19972πc)+i(sin(19972πk)+sin(19972πc)).
Using sum-to-product identities,
∣v+w∣2=4cos2(19972π(k−c))(cos2(19972π(k+c))+sin2(19972π(k+c))).
Since sin2θ+cos2θ=1, we have
∣v+w∣2=4cos2(19972π(k−c)).
Substituting into the inequality gives
2+3≤4cos2(19972π(k−c)).
Taking square roots,
2+3≤2cos(19972π(k−c))or−2+3≥2cos(19972π(k−c)).
Dividing by 2,
42+3≤cos(19972π(k−c))or−42+3≥cos(19972π(k−c)).
Noting that
42+3=cos12π,
we conclude that
−12π≤19972π(k−c)≤12πor1211π≤19972π(k−c)≤1213π.
These two cases are symmetric, so we consider the first and double the result. Simplifying,
−241997≤k−c≤241997.
Since k−c is an integer,
−83≤k−c≤83.
Because k=c, for each fixed k there are exactly 166 valid values of c. This works modulo 1997 since the arguments lie on a circle (e.g. cos(12π)=cos(12−23π)).
Thus, the probability for one case is 1996166, and doubling gives 1996332=49983. The problem asks for m+n, so 83+499=582.