Difference between revisions of "1990 USAMO Problems/Problem 2"
m (→See also) |
|||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Problem== | + | == Problem == |
+ | A sequence of [[function]]s <math>\, \{f_n(x) \} \,</math> is defined [[recursion|recursively]] as follows: | ||
+ | <cmath> \begin{align*} | ||
+ | f_1(x) &= \sqrt {x^2 + 48}, \quad \text{and} \\ | ||
+ | f_{n + 1}(x) &= \sqrt {x^2 + 6f_n(x)} \quad \text{for } n \geq 1. | ||
+ | \end{align*} </cmath> | ||
+ | (Recall that <math>\sqrt {\makebox[5mm]{}}</math> is understood to represent the positive [[square root]].) For each positive integer <math>n</math>, find all real solutions of the equation <math>\, f_n(x) = 2x \,</math>. | ||
− | + | == Solution == | |
− | <math> | + | We define <math>f_0(x) = 8</math>. Then the recursive relation holds for <math>n=0</math>, as well. |
− | |||
− | |||
− | </math> | ||
− | + | Since <math>f_n (x) \ge 0</math> for all nonnegative integers <math>n</math>, it suffices to consider nonnegative values of <math>x</math>. | |
+ | We claim that the following set of relations hold true for all natural numbers <math>n</math> and nonnegative reals <math>x</math>: | ||
+ | <cmath> \begin{align*} | ||
+ | f_n(x) &< 2x \text{ if }x>4 ; \\ | ||
+ | f_n(x) &= 2x \text{ if }x=4 ; \\ | ||
+ | f_n(x) &> 2x \text{ if }x<4 . | ||
+ | \end{align*} </cmath> | ||
+ | To prove this claim, we induct on <math>n</math>. The statement evidently holds for our base case, <math>n=0</math>. | ||
− | == | + | Now, suppose the claim holds for <math>n</math>. Then |
+ | <cmath> \begin{align*} | ||
+ | f_{n+1}(x) &= \sqrt{x^2 + 6f_n(x)} < \sqrt{x^2+12x} < \sqrt{4x^2} = 2x, \text{ if } x>4 ; \\ | ||
+ | f_{n+1}(x) &= \sqrt{x^2 + 6f_n(x)} = \sqrt{x^2 + 12x} = \sqrt{4x^2} = 2x, \text{ if } x=4 ; \\ | ||
+ | f_{n+1}(x) &= \sqrt{x^2 + 6f_n(x)} > \sqrt{x^2+12x} > \sqrt{4x^2} = 2x, \text{ if } x<4 . | ||
+ | \end{align*} </cmath> | ||
+ | The claim therefore holds by induction. It then follows that for all nonnegative integers <math>n</math>, <math>x=4</math> is the unique solution to the equation <math>f_n(x) = 2x</math>. <math>\blacksquare</math> | ||
− | |||
− | + | {{alternate solutions}} | |
− | + | ==See Also== | |
− | + | {{USAMO box|year=1990|num-b=1|num-a=3}} | |
− | + | * [http://www.artofproblemsolving.com/Forum/viewtopic.php?p=356624#p356624 Discussion on AoPS/MathLinks] | |
− | + | {{MAA Notice}} | |
− | |||
− | + | [[Category:Olympiad Algebra Problems]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 18:14, 18 July 2016
Problem
A sequence of functions is defined recursively as follows: (Recall that is understood to represent the positive square root.) For each positive integer , find all real solutions of the equation .
Solution
We define . Then the recursive relation holds for , as well.
Since for all nonnegative integers , it suffices to consider nonnegative values of .
We claim that the following set of relations hold true for all natural numbers and nonnegative reals : To prove this claim, we induct on . The statement evidently holds for our base case, .
Now, suppose the claim holds for . Then The claim therefore holds by induction. It then follows that for all nonnegative integers , is the unique solution to the equation .
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
See Also
1990 USAMO (Problems • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 | ||
All USAMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.