A regular 11-sided polygon A B C D E F G H I J K is inscribed in a unit circle, as shown below.
If A B × A C × A D × A E × A F = k
for some positive integer k , find the sum of digits of k .
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.
Can you please explain in baby steps.
Log in to reply
I'm assuming that you have some knowledge of the roots of unity ; if not, go read up on those. Otherwise, I have revised my solution a bit to give some justification of some of the steps. I hope this helps!
There is a typo: first line ω = e 1 1 2 π i .
Elegant solution!
I end up at 3 2 s i n ( 1 1 π ) s i n ( 1 1 2 π ) s i n ( 1 1 3 π ) s i n ( 1 1 4 π ) s i n ( 1 1 5 π ) But you had used another way to solve it.
Log in to reply
Thank you for the correction!
I reached to the same step and couldn't do more. Then I used a calculator and was surprised to see the answer as a whole number. So there must be an elegant way to solve this manually. Could you share it if you've found it?
Log in to reply
Haha, I will give it a try, I also think this can achieve the answer :)
Log in to reply
@Kelvin Hong – I got it. You have to use the 2sinA.sinB = sin(A+B) + sin(A-B) and similar formulae for two factors at a time, then distribute them and continue this until you get every term in a sum form. Then square it (that expression gives sqrt k, we have to find k) and change into cosines and sines over and over again to get to the answer. I know it is a very long solution, but it is very satisfying when you finally complete it. The solution above seems elegant but I don't actually understand it completely. So.
I just did it by computer calculation, I'm really in awe of your beautiful solution.
Log in to reply
Thanks! Usually when a problem involves regular polygons, we think to use roots of unity, because they form regular polygons when plotted on a complex plane.
Didn't think to factor the polynomial with the roots of unity like that. Elegant!
Simple, standard solution. Great!
A B × A C × A D × A E × A F = 3 2 r 5 sin ( 1 1 π ) sin ( 1 1 2 π ) sin ( 1 1 3 π ) sin ( 1 1 4 π ) sin ( 1 1 5 π ) = 1 6 r 5 ( cos ( 1 1 π ) − cos ( 1 1 3 π ) ) sin ( 1 1 3 π ) sin ( 1 1 4 π ) sin ( 1 1 5 π ) = 8 r 5 ( sin ( 1 1 4 π ) + sin ( 1 1 2 π ) − sin ( 1 1 6 π ) ) sin ( 1 1 4 π ) sin ( 1 1 5 π ) = 4 r 5 ( 1 − cos ( 1 1 8 π ) + cos ( 1 1 2 π ) − cos ( 1 1 6 π ) − cos ( 1 1 2 π ) + cos ( 1 1 1 0 π ) ) sin ( 1 1 5 π ) = 2 r 5 ( 2 sin ( 1 1 5 π ) − sin ( 1 1 1 3 π ) + sin ( 1 1 3 π ) + sin ( 1 1 π ) + sin ( 1 1 1 5 π ) − sin ( 1 1 5 π ) ) = 2 r 5 ( sin ( 1 1 π ) + sin ( 1 1 2 π ) + sin ( 1 1 3 π ) − sin ( 1 1 4 π ) + sin ( 1 1 5 π ) ) So, k = 4 r 1 0 ( sin ( 1 1 π ) + sin ( 1 1 2 π ) + sin ( 1 1 3 π ) − sin ( 1 1 4 π ) + sin ( 1 1 5 π ) ) 2 2 sin ( 1 1 i π ) sin ( 1 1 j π ) = cos ( 1 1 ( i − j ) π ) − cos ( 1 1 ( i + j ) π ) = c i − j − c i + j Therefore k = i = 1 ∑ 5 j = 1 ∑ 5 ( − ) δ i 4 + δ j 4 ( c i − j − c i + j ) = i = 1 ∑ 5 ( 1 − c 2 i ) + i = 1 ∑ 4 j = i + 1 ∑ 5 ( − ) δ i 4 + δ j 4 ( c i − j − c i + j ) where δ x y stands for dirac delta function, which equals to 1 when x=y, and equals to 0 otherwise. = 2 r 1 0 ( 5 − c 2 − c 4 − c 6 − c 8 − c 1 0 + 2 ( c 1 − c 3 + c 2 − c 4 − c 3 + c 5 + c 4 − c 6 + c 1 − c 5 − c 2 + c 6 + c 3 − c 7 − c 1 + c 7 + c 2 − c 8 − c 1 + c 9 ) ) = 2 r 1 0 ( 5 + c 2 − 2 c 3 − c 4 − c 6 − 3 c 8 + 2 c 9 − c 1 0 ) Where c n = cos ( 1 1 n π ) . So, k / r 1 0 = 1 2 + 2 ( − 1 + cos ( 1 1 π ) − cos ( 1 1 2 π ) + cos ( 1 1 3 π ) − cos ( 1 1 4 π ) + cos ( 1 1 5 π ) ) = 1 2 − 4 ( sin ( 2 2 π ) sin ( 2 2 π ) + sin ( 2 2 π ) sin ( 2 2 5 π ) + sin ( 2 2 π ) sin ( 2 2 9 π ) ) = 1 2 − 4 sin ( 1 1 π ) sin ( 1 1 π ) sin ( 2 2 π ) ( sin ( 2 2 π ) + sin ( 2 2 5 π ) + sin ( 2 2 9 π ) ) = 1 2 − 2 sin ( 1 1 π ) sin ( 2 2 π ) ( cos ( − 2 2 π ) − cos ( 2 2 3 π ) + cos ( 2 2 3 π ) − cos ( 2 2 7 π ) + cos ( 2 2 7 π ) − cos ( 2 2 1 1 π ) ) = 1 2 − cos ( 2 2 π ) 1 ( cos ( 2 2 π ) − cos ( 2 π ) ) = 1 1 We got k=11, then the sum of its digits is 2.
Can you make your solution a bit mare clear
I lost you when you suddenly changed to c's. Can you make that clear?
Mathematica:
s=CirclePoints@11;
RootReduce[Times@@EuclideanDistance@@@Table[s[[{1,i}]],{i,2,6}]]
A good idea, but the command CirclePoints doesn't work!!!
Log in to reply
It works on mathematica 10.4 or later version. You can also try it online on wolfram sandbox or run the code on wolfram cloud app
In general, for any regular n -gon inscribed in a circle with radius r we can write a program using the algorithm below:
Let k ≤ n .
Let u 0 = 2 r sin ( n π ) and for ( 1 ≤ j ≤ k − 1 ) u j = u 0 2 + u j − 1 2 − 2 u 0 u j − 1 cos ( n ( n − 2 ) π − ( j − 1 ) n π )
and the product P = ∏ j = 0 k − 1 u j and this problem wants P 2 = ( ∏ j = 0 k − 1 u j ) 2 .
Note: After doing the problem I wrote a program for the general case based on the algorithm above.
А good idea, however, the text will look much better if you use the LaTeX command \leq for ≤ instead of < = . In parallel, \geq for ≥ or if you prefer \leqslant for ⩽ , and in parallel \geqslant for ⩾ .
Log in to reply
Thanks. I didn't know there was a LaTex command for ≤ and ≥ .
Log in to reply
I suppose you edit a text by means of WinEdt?! Is so, then you can find there a lot of information about commands. If not, perhaps you can find some instructions on the web.
We can apply the cosine theorem to find A B 2 , A C 2 , A D 2 , A E 2 , A F 2 . So A B 2 = 2 ( 1 − cos 1 1 2 π ) , A C 2 = 2 ( 1 − cos 1 1 4 π ) , A D 2 = 2 ( 1 − cos 1 1 6 π ) , A E 2 = 2 ( 1 − cos 1 1 8 π ) , A F 2 = 2 ( 1 − cos 1 1 1 0 π ) . Multiplication and application of theorems for the transformation a product of trigonometric functions into a sum, give rise to the equality A B 2 A C 2 A D 2 A E 2 A F 2 = 2 ( 5 + sin 2 2 π − sin 2 2 3 π + sin 2 2 5 π − sin 2 2 7 π + sin 2 2 9 π ) . To find the last trigonometric sum, we denote z = e i 2 2 π − e i 2 2 3 π + e i 2 2 5 π − e i 2 2 7 π + e i 2 2 9 π . So z = 1 + e i 1 1 π e i 2 2 π ( 1 + e i 1 1 5 π ) . The imaginary part of z is the sum sin 2 2 π − sin 2 2 3 π + sin 2 2 5 π − sin 2 2 7 π + sin 2 2 9 π , and the imaginary part of the right-side expression is 2 1 , so that A B 2 A C 2 A D 2 A E 2 A F 2 = 1 1 = k , meaning the sum of digits of k is 2 .
Let the centre of the circle be O. Angle AOB = 360/11 = 32.73 deg. AB = 2 x Sin(AOB/2) AC = 2 x Sin(2 x AOB/2) . . AF = 2 x Sin(5 x AOB/2) Substituting the value of angle AOB, AB x AC x AD x AE x AF = 3.3166 Hence k = 3.3166^2 = 11
A good idea, what the value of sin ( A O B ) is?!
Given A B × A C × A D × A E × A F = k , A B 2 × A C 2 × A D 2 × A E 2 × A F 2 = k .
To compute the length of A X for X ∈ { B , C , D , E , F } , we use the formula c 2 = a 2 + b 2 − 2 a b cos θ where a and b are both the radius. Let P be the centre of the circle. Then, the angle θ is equal to the angle A P X , which is 1 1 n 2 π r a d , where n is 1 for X = B , 2 for X = C and so on around the circle. This gives us the equation:
∏ n = 1 5 2 ( 1 − c o s ( 1 1 n 2 π ) ) = 1 1
The sum of the digits of 11 is 2 .
For people bad at geometry:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
Output:
1 2 3 |
|
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Roots of Unity
We can use complex numbers to model this problem. First, let ω = e 2 π i / 1 1 . Place the circle on the complex grid with its center at 0, and let A be located at the complex number 1. Then, the points on the undecagon are the 11th roots of unity, so they are of the form ω n , where 1 ≤ n ≤ 1 1 . We can calculate the distance between A and each of the other points by finding the difference between the points and taking the absolute value:
A B A C A D = ∣ 1 − ω ∣ = ∣ 1 − ω 2 ∣ = ∣ 1 − ω 3 ∣ ,
and so on. To calculate the desired product, we first note that
A B × A C × A D × ⋯ × A K = ( A B × A C × A D × A E × A F ) 2
by symmetry i.e. A B = A K , etc. To calculate the left hand side product, we use the fact that the polynomial with roots that are the 11th roots of unity excluding 1 is
f ( x ) = x − 1 x 1 1 − 1 = x 1 0 + x 9 + x 8 + ⋯ + x + 1 ,
since x 1 1 − 1 has all 11 11th roots of unity as roots, and we must exclude 1 as that represents point A . We can factor f as
f ( x ) = ( x − ω ) ( x − ω 2 ) ( x − ω 3 ) ⋯ ( x − ω 1 0 ) .
Finally, since
A B × A C × A D × ⋯ × A K = ∣ 1 − ω ∣ ∣ 1 − ω 2 ∣ ∣ 1 − ω 3 ∣ ⋯ ∣ 1 − ω 1 0 ∣ = ∣ ( 1 − ω ) ( 1 − ω 2 ) ( 1 − ω 3 ) ⋯ ( 1 − ω 1 0 ) ∣ = ∣ f ( 1 ) ∣ = ∣ 1 1 0 + 1 9 + 1 8 + ⋯ + 1 + 1 ∣ = 1 1 ,
we conclude A B × A C × A D × A E × A F = 1 1 , so k = 1 1 and the sum of its digits is 1 + 1 = 2 .