Truncated Exponential Has No Repeated Roots
Problem
Define the truncated exponential polynomial:
Prove that has no repeated real roots for any .
Field
Putnam / Analysis / Polynomials
Why It's Beautiful
The truncated exponentials are the partial sums of . They look complicated โ their roots spread out in the complex plane and have no closed form. Yet the statement that they have no repeated real roots admits a 3-line proof from a single elegant observation.
The key identity is obvious once written down, but using it to kill repeated roots requires a small, satisfying twist.
Key Idea / Trick
A repeated root of satisfies both and .
Note that , so .
But , so , giving .
Yet . Contradiction.
Difficulty
2 / 5
Tags
Putnam, Polynomials, Repeated roots, Derivatives, Truncated exponential, Elegant identity
Truncated Exponential Has No Repeated Roots โ Answer
Key Identity
Observe that consecutive truncated exponentials differ by exactly one term: p_n(x) = p_{n-1}(x) + \frac{x^n}{n!} \tag{$*$}
And differentiating gives: p_n'(x) = p_{n-1}(x) \tag{$**$}
Proof
Suppose is a repeated root of . Then:
From : .
Substituting both and into :
So , which forces .
But , contradicting .
Why the Identity Is the Right Tool
A repeated root of a polynomial is a common root of and . Normally, finding requires the Euclidean algorithm. Here, the relationship means is almost itself โ just with the leading term removed. That's what makes lethal: it directly computes , so any common root must kill the leading term.
Bonus: Behavior of Roots
- For odd: as , so has at least one real root (in fact, exactly one).
- For even: as , and everywhere (since the minimum of , which is , is non-negative for even and ). So has no real roots at all when is even.
In all cases, no real root is repeated.