Daily Archives: April 20, 2023

Solution: 2023-06 Golden ratio and a functionSolution:

Let \(\phi = \frac{1+\sqrt{5}}{2}\). Let \(f(1)=1\) and for \(n\geq 1\), let
\[ f(n+1) = \left\{\begin{array}{ll}
f(n)+2 & \text{ if } f(f(n)-n+1)=n \\
f(n)+1 & \text{ otherwise}.
\end{array}\right.\]
Prove that \(f(n) = \lfloor \phi n \rfloor\), and determine when \(f(f(n)-n+1)\neq n\) holds.

The best solution was submitted by 박기윤 (KAIST 새내기과정학부 23학번, +4). Congratulations!

Here is the best solution of problem 2023-06.

Other solutions were submitted by 김찬우 (연세대학교 수학과 22학번, +3), 이동하 (KAIST 새내기과정학부 23학번, +3), 최예준 (서울과학기술대학교 행정학과 21학번, +3), Matthew Seok (+2). Late solutions are not graded.

GD Star Rating
loading...