The lateral surface of a cylinder of revolution is divided by n−1 planes parallel to the base and m parallel generators into mn cases (n≥1,m≥3). Two cases will be called neighbouring cases if they have a common side. Prove that it is possible to write a real number in each case such that each number is equal to the sum of the numbers of the neighbouring cases and not all the numbers are zero if and only if there exist integers k,l such that n+1 does not divide k and cosm2lπ+cosn+1kπ=21
[i]Ciprian Manolescu[/i]
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
To prove the given statement, we need to show that it is possible to write a real number in each case of the cylindrical grid such that each number is equal to the sum of the numbers of the neighboring cases and not all the numbers are zero if and only if there exist integers k and l such that n+1 does not divide k and cosm2lπ+cosn+1kπ=21.
1. Define the grid and the problem: Denote the entries of the cylindrical grid by {xi,j}1≤i≤n,1≤j≤m. Assume that the second indices are always taken (modm). For all (i,j)∈[n]×[m], we have: xi,j=xi−1,j+xi,j−1+xi,j+1+xi+1,j, where x0,j=xn+1,j=0 for all j∈[m].
2. Matrix representation: Given a pair of adjacent columns xi=(x1,i,x2,i,…,xn,i)T and xi+1=(x1,i+1,x2,i+1,…,xn,i+1)T, define yi=(x1,i+1,x2,i+1,…,xn,i+1,x1,i,x2,i,…,xn,i)T and the 2n×2n matrix An such that: Anyi=yi+1.
3. Eigenvalues and eigenvectors: Since Anmyi=yi, it follows that (Anm−I)yi=0. Thus, 1 is an eigenvalue of Anm. Given a polynomial p(x) and a matrix A with eigenvalues E(A), we have E(p(A))⊆p(E(A)). Therefore, 1∈{λm∣λ∈E(An)}, implying that there exists λ∈E(An) such that λm=1. This eigenvalue λ is of the form e2πil/m for some l∈{0,1,…,m−1}.
4. Recurrence relation: Let v=(v1(1),v2(1),…,vn(1),v1(2),v2(2),…,vn(2))T be an eigenvector corresponding to λ=e2πil/m for An. Then: vi(1)=λvi(2)and−vi−1(1)+vi(1)−vi+1(1)−vi(2)=λvi(1). This leads to the recurrence relation: vi+1(1)=(1−λ−λ1)vi(1)−vi−1(1). Let b=1−λ−λ1=1−2cos(2πl/m). Then: vi+1(1)=bvi(1)−vi−1(1).
5. Non-zero eigenvector: If v1(1)=0, then vi(1)=vi(2)=0 for all i, contradicting the fact that v is an eigenvector. Thus, v1(1)=0.
6. **Bound on b:** Assume for contradiction that b≥2. By induction, vi+1(1)≥vi(1)≥0, leading to v1(1)=v2(1)=⋯=vn(1)=0, which is a contradiction. Therefore, b<2.
7. Conclusion: Since b=1−2cos(2πl/m) and b<2, we can express b as 2cosθ for some θ∈(0,32π]. Then: vt(1)=2sin(tθ). Since 0=vn+1(1)=2sin((n+1)θ), we have (n+1)θ=πk for some integer k. Thus, n+1∤k and: cos(m2lπ)+cos(n+1kπ)=21.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.