x 1 x 3 + k = 2 ∑ 2 0 1 5 x k x k + 1
Let M denote the maximum value of the expression above, where x 1 , x 2 , … , x 2 0 1 6 are real numbers satisfying the condition k = 1 ∑ 2 0 1 6 x k 2 = 1 .
Given that M = cos ( n π ) for some positive integer n , find n .
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.
Oh yes, that is a great shortcut! (+1) I had forgotten about the 666 Followers Problem; those problems are indeed equivalent.
Log in to reply
I think I prefer rotating coordinates. The ( x 1 + x 2 ) x 3 term was a big clue.
Enjoy your vacation!
Log in to reply
I'm just suggesting an alternative. Those who have not studied your "666" solution might find my approach more straightforward. Deep down, the solutions are equivalent of course.
Dr. Hennings has submitted a fine solution, based his solution to an earlier problem that turned out to be equivalent.
For the sake of variety, let me outline a solution in terms of Chebyshev polynomials:
Let A n be the symmetric matric of our quadratic form in n variables, and let p n ( x ) be the characteristic polynomial of A n . Now let q n ( x ) be the normalized Chebyshev polynomial of the first kind, meaning that we divide by the leading coefficient to make the polynomial monic. We claim that p n ( x ) = x q n − 1 ( x ) for n ≥ 2 . Indeed, p 2 ( x ) = x 2 = x q 1 ( x ) and p 3 ( x ) = x 3 − 2 1 x = x q 2 ( x ) . Furthermore, p and q satisfy the same recursive equation, p n ( x ) = x p n − 1 ( x ) − 4 1 p n − 2 ( x ) and likewise for q . Thus the maximum we seek is the largest eigenvalue of A n , which is the largest zero of q n − 1 . But that largest zero of the ( n − 1 ) th Chebyshev polynomial of the first kind is cos ( 2 ( n − 1 ) π )
Oh wow, that's a really interesting approach to this problem!
Problem Loading...
Note Loading...
Set Loading...
Recall the ( n + 1 ) × ( n + 1 ) matrix A [ n ] which I defined in my solution of your 666 Followers Problem , for which x T A [ n ] x = 2 ( 2 x 1 x 2 + r = 2 ∑ n x r x r + 1 ) , x ∈ R n + 1 . The eigenvalues of this matrix A [ n ] were shown to be 2 cos 2 ( n + 1 ) ( 2 k + 1 ) π for 0 ≤ k ≤ n .
For this problem, let us change variables by rotating the coordinates a little. If we define y 1 = 2 1 ( x 1 − x 2 ) , y 2 = 2 1 ( x 1 + x 2 ) , y r = x r ( 3 ≤ j ≤ 2 0 1 6 ) , then we need to consider the quadratic form Q = 2 y 2 y 3 + y 3 y 4 + ⋯ y 2 0 1 5 y 2 0 1 6 = 2 1 η T A [ 2 0 1 4 ] η , where η = ⎝ ⎜ ⎜ ⎜ ⎛ y 2 y 3 ⋮ y 2 0 1 6 ⎠ ⎟ ⎟ ⎟ ⎞ ∈ R 2 0 1 5 We can write Q as Q = 2 1 y T C y where C is the 2 0 1 6 × 2 0 1 6 matrix C = ⎝ ⎜ ⎜ ⎜ ⎛ 0 0 ⋮ 0 0 ⋯ A [ 2 0 1 4 ] 0 ⎠ ⎟ ⎟ ⎟ ⎞ In other words, C is the matrix A [ 2 0 1 4 ] with an extra column and row of zeros tacked on.
We are asked to maximize 2 1 y T C y subject to the condition that ∥ y ∥ 2 = 1 . The answer is half the largest eigenvalue of C . The eigenvalues of C are the eigenvalues of A [ 2 0 1 4 ] with 0 added for good luck. Thus the maximum eigenvalue is 2 cos 4 0 3 0 π , and so M = cos 4 0 3 0 π , making the answer 4 0 3 0 .