HMMT 二月 2004 · 冲刺赛 · 第 10 题
HMMT February 2004 — Guts Round — Problem 10
题目详情
- [7] Let f ( x ) = x + x + x + x + · · · , for all real x such that the sum converges. Forhow many real numbers x does f ( x ) = x ?
英文原题
What is the largest possible value of x + y ?
解析
英文解析
- Let f ( x ) = x + x + x + x + · · · , for all real x such that the sum converges. For howmany real numbers x does f ( x ) = x ?
Solution: 2
2 2 2
Clearly x = 0 works. Otherwise, we want x = x / (1 − x ), or x + x − 1 = 0. Discard
√
the negative root (since the sum doesn’t converge there), but ( − 1 + 5) / 2 works, for a total of 2 values.