k = 1 ∏ ( n + 1 ) / 2 ( 1 + 8 sin 2 ( 2 n ( 2 k − 1 ) π ) ) for odd n can be written as a b n + c , where a , b , c are positive integers. Find a + b + c .
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.
Very clear and systematic solution (upvote)! Thank you!
Like Alan, I use sin 2 t = 2 1 − cos 2 t and I evaluate the last term to find P = 9 k = 1 ∏ ( n − 1 ) / 2 ( 5 − 4 cos ( n ( 2 k − 1 ) π ) ) Now I consider the n th roots of − 1 , which are the odd powers of e π i / n , to find x n + 1 = ( x + 1 ) k = 1 ∏ ( n − 1 ) / 2 ( x − e ( 2 k − 1 ) π i / n ) ( x − e − ( 2 k − 1 ) π i / n ) = ( x + 1 ) k = 1 ∏ ( n − 1 ) / 2 ( x 2 + 1 − 2 x cos ( n ( 2 k − 1 ) π ) ) Plugging in x = 2 gives 2 n + 1 = 3 k = 1 ∏ ( n − 1 ) / 2 ( 5 − 4 cos ( n ( 2 k − 1 ) π ) ) so P = 9 ( 3 2 n + 1 ) = 3 ( 2 n + 1 ) = 3 ∗ 2 n + 3 with a + b + c = 3 + 2 + 3 = 8
Problem Loading...
Note Loading...
Set Loading...
This is my overkill solution, I hope you all guys have a shorter one. Let w = e 2 π i / n . Now, with the identity sin 2 θ = 2 1 − cos 2 θ the product P is:
P = k = 1 ∏ ( n + 1 ) / 2 ( 5 − 4 cos ( n ( 2 k − 1 ) π ) )
We can evaluate the last term of the product, which is just 9 , and also with the identity cos ( π − θ ) = − cos θ , we can work with the product backwards to make it simpler:
P = 9 k = 1 ∏ ( n − 1 ) / 2 ( 5 + 4 cos ( n 2 π k ) )
Now, with the identity cos ( 2 π − θ ) = cos θ , we can say that:
P = 9 k = 1 ∏ n − 1 ( 5 + 4 cos ( n 2 π k ) )
The next step is consider the polynomial P ( x ) = x − 1 x n − 1 where x = 1 . It clearly contains the roots w , w 2 , … , w n − 1 , and since n is odd, we can factorize it like this: P ( x ) = ( w − x ) ( w 2 − x ) ⋯ ( w n − 1 − x ) .
Next, we know that w k + w − k = 2 cos ( n 2 π k ) , so the product is:
P = 9 k = 1 ∏ n − 1 ( 5 + 2 w + 2 w − 1 ) = 9 k = 1 ∏ n − 1 w k 2 ( w k + 1 / 2 ) ( w k + 2 )
Note that we can distribute the product, so it becomes to:
P = 9 2 n − 1 k = 1 ∏ n − 1 ( w k + 1 / 2 ) k = 1 ∏ n − 1 ( w k + 2 ) = 9 2 n − 1 ⋅ P ( − 1 / 2 ) ⋅ P ( − 2 )
Finally:
P = 9 2 n − 1 ⋅ − 1 / 2 − 1 ( − 1 / 2 ) n − 1 ⋅ − 2 − 1 ( − 2 ) n − 1
Since n is odd, we can simplify the powers:
P = 9 2 n − 1 ⋅ 3 / 2 2 − n + 1 ⋅ 3 2 n + 1 = 9 9 2 n ( 2 + 2 − n + 2 n )
P = 3 2 2 n + 2 n + 1 + 1 = 3 ( 2 n + 1 ) 2
P = 3 ( 2 n + 1 ) = 3 ⋅ 2 n + 3
On comparing we get a = 3 , b = 2 , c = 3 , hence a + b + c = 8 .