2018 Putnam B Problems/Problem 2
Problem
Let \( n \) be a positive integer, and let \( f_n(z) = n + (n-1)z + (n-2)z^2 + \dots + z^{n-1} \). Prove that \( f_n \) has no roots in the closed unit disk \( \{z \in \mathbb{C}: |z| \leq 1 \} \).
Solution
Given
we want to show \( f_n(z) \neq 0 \) for all \( |z| \leq 1 \).
Rewrite \( f_n(z) \) as
Multiply by \( 1-z \):
Shift index in the second sum:
Write out terms:
Combine sums for \( k=1 \) to \( n-1 \):
which simplifies to
So
Multiply both sides by \( 1-z \):
Suppose \( f_n(z) = 0 \) with \( |z| \leq 1 \) and \( z \neq 1 \). Then
Rearranged:
Consider \( |z| \leq 1 \). If \( |z| = 1 \), then \( |1-z^n| \leq 2 \) and denominator \( |1-z| \) is at most 2, but the right side stays bounded by something less than \( n \) (except at \( z=1 \), excluded). This can't equal \( n \) exactly.
If \( |z| < 1 \), the geometric sum \( \frac{1-z^n}{1-z} \) has magnitude less than \( \frac{1}{1-|z|} \), which is finite but smaller than \( n \). So the equation can't hold for any \( z \neq 1 \).
At \( z=1 \), \( f_n(1) = n + (n-1) + \dots + 1 = \frac{n(n+1)}{2} \neq 0 \).
Thus, \( f_n(z) \neq 0 \) for \( |z| \leq 1 \). :-)
~Pinotation
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.