Let A and B be the endpoints of a semicircular arc of radius 2. The arc is divided into seven congruent arcs by six equally spaced points C1, C2, …, C6. All chords of the form ACi or BCi are drawn. Let n be the product of the lengths of these twelve chords. Find the remainder when n is divided by 1000.
解析
Solution
Solution 1
Let the radius be 1 instead. All lengths will be halved so we will multiply by 212 at the end. Place the semicircle on the complex plane, with the center of the circle being 0 and the diameter being the real axis. Then C1,…,C6 are 6 of the 14th roots of unity. Let ω=cis14360∘; then C1,…,C6 correspond to ω,…,ω6. Let C1′,…,C6′ be their reflections across the diameter. These points correspond to ω8…,ω13. Then the lengths of the segments are ∣1−ω∣,…,∣1−ω6∣,∣1−ω8∣,…∣1−ω13∣. Noting that B represents 1 in the complex plane, the desired product is
BC1⋯BC6⋅AC1⋯AC6=BC1⋯BC6⋅BC1′⋯BC6′=∣(x−ω1)…(x−ω6)(x−ω8)…(x−ω13)∣
for x=1. However, the polynomial (x−ω1)…(x−ω6)(x−ω8)…(x−ω13) has as its zeros all 14th roots of unity except for −1 and 1. Hence
(x−ω1)…(x−ω6)(x−ω8)…(x−ω13)=(x−1)(x+1)x14−1=x12+x10+⋯+x2+1.
Thus the product is ∣x12+⋯+x2+1∣=7 when the radius is 1, and the product is 212⋅7=28672. Thus the answer is 672.
Solution 2
Let O be the midpoint of A and B. Assume C1 is closer to A instead of B. ∠AOC1 = 7π. Using the Law of Cosines,
So n = (86)(1−cos7π)(1−cos72π)…(1−cos76π). It can be rearranged to form
n = (86)(1−cos7π)(1−cos76π)…(1−cos73π)(1−cos74π).
Since cosa=−cos(π−a), we have
n = (86)(1−cos7π)(1+cos7π)…(1−cos73π)(1+cos73π)
= (86)(1−cos27π)(1−cos272π)(1−cos273π)
= (86)(sin27π)(sin272π)(sin273π)
It can be shown that sin7πsin72πsin73π = 87, so n = 86(87)2 = 7(84) = 28672, so the answer is 672
Solution 3
Note that for each k the triangle ABCk is a right triangle. Hence the product ACk⋅BCk is twice the area of the triangle ABCk. Knowing that AB=4, the area of ABCk can also be expressed as 2ck, where ck is the length of the altitude from Ck onto AB. Hence we have ACk⋅BCk=4ck.
By the definition of Ck we obviously have ck=2sin7kπ.
From these two observations we get that the product we should compute is equal to 86⋅∏k=16sin7kπ, which is the same identity as in Solution 2.
Computing the product of sines
In this section we show one way how to evaluate the product ∏k=16sin7kπ=∏k=13(sin7kπ)2.
Let ωk=cos72kπ+isin72kπ. The numbers 1,ω1,ω2,…,ω6 are the 7-th complex roots of unity. In other words, these are the roots of the polynomial x7−1. Then the numbers ω1,ω2,…,ω6 are the roots of the polynomial x−1x7−1=x6+x5+⋯+x+1.
We just proved the identity ∏k=16(x−ωk)=x6+x5+⋯+x+1. Substitute x=1. The right hand side is obviously equal to 7. Let's now examine the left hand side. We have:
(1−ωk)(1−ω7−k)=∣1−ωk∣2=(1−cos72kπ)2+(sin72kπ)2=2−2cos72kπ=2−2(1−2(sin7kπ)2)=4(sin7kπ)2
Therefore the size of the left hand side in our equation is ∏k=134(sin7kπ)2=26∏k=13(sin7kπ)2. As the right hand side is 7, we get that ∏k=13(sin7kπ)2=267.
Solution 4 (Product of Sines)
Lemma 1: A chord ab of a circle with center O and radius r has length 2rsin(2∠AOB).
Proof: Denote H as the projection from O to line AB. Then, by definition, HA=HB=rsin(2∠AOB). Thus, AB=2rsin(2∠AOB), which concludes the proof.
Lemma 2:∏k=1n−1sinnkπ=2n−1n
_Proof: Let w=cisnπ. Thus,
k=1∏n−1sinnkπ=k=1∏n−12iwk−w−k=(2i)n−1w2n(n−1)k=1∏n−1(1−w−2k)=2n−11k=1∏n−1(1−w−2k)
Since, w−2k are just the nth roots of unity excluding 1, by Vieta's, ∏k=1n−1sinnkπ=2n−11∏k=1n−1(1−w−2k)=2n−1n, thus completing the proof._
By Lemma 1, the length ACk=2rsin14kπ and similar lengths apply for BCk. Now, the problem asks for (∏k=16(4sin14kπ))2. This can be rewritten, due to sinθ=sin(π−θ), as ∏k=16(4sin14kπ)⋅∏k=813(4sin14kπ)=sin147π1⋅∏k=113(4sin14kπ)=∏k=113(4sin14kπ). By Lemma 2, this furtherly boils down to 412⋅21314=7⋅212=672(mod 1000)