返回题库

AIME 1991 · 第 7 题

AIME 1991 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find A2A^2_{}, where AA^{}_{} is the sum of the absolute values of all roots of the following equation:

x=19+9119+9119+9119+9119+91xx = \sqrt{19} + \frac{91}{{\sqrt{19}+\frac{91}{{\sqrt{19}+\frac{91}{{\sqrt{19}+\frac{91}{{\sqrt{19}+\frac{91}{x}}}}}}}}}
解析

Solution 1

x=19+9119+9119+9119+9119+91xxx=\sqrt{19}+\underbrace{\frac{91}{\sqrt{19}+\frac{91}{\sqrt{19}+\frac{91}{\sqrt{19}+\frac{91}{\sqrt{19}+\frac{91}{x}}}}}}_{x} x=19+91xx=\sqrt{19}+\frac{91}{x} x2=x19+91x^2=x\sqrt{19}+91 x2x1991=0x^2-x\sqrt{19}-91 = 0 x1=19+3832x2=193832}A=x1+x2383\left.\begin{array}{l}x_1=\frac{\sqrt{19}+\sqrt{383}}{2}\\\\x_2=\frac{\sqrt{19}-\sqrt{383}}{2}\end{array}\right\}A=|x_1|+|x_2|\Rightarrow\sqrt{383} A2=383A^2=\boxed{383}

~ NOTE: I don't actually think this solution is correct, since the original expression for x has 5 19s\sqrt{19}'s but the one it is substituted to only has 4. This only works in infinite sums. ~eqb5000

~ NOTE 2: The solution is still correct because by substituting in the given value for xx on the right side, you do obtain an infinite sum, and can do this substitution. ~PojoDotCom

Solution 2

Let f(x)=19+91xf(x) = \sqrt{19} + \frac{91}{x}. Then x=f(f(f(f(f(x)))))x = f(f(f(f(f(x))))), from which we realize that f(x)=xf(x) = x. This is because if we expand the entire expression, we will get a fraction of the form ax+bcx+d\frac{ax + b}{cx + d} on the right hand side, which makes the equation simplify to a quadratic. As this quadratic will have two roots, they must be the same roots as the quadratic f(x)=xf(x)=x.

The given finite expansion can then be easily seen to reduce to the quadratic equation, x219x91=0x_{}^{2}-\sqrt{19}x-91=0. The solutions are x±=x_{\pm}^{}=19±3832\frac{\sqrt{19}\pm\sqrt{383}}{2}. Therefore, A=x++x=383A_{}^{}=\vert x_{+}\vert+\vert x_{-}\vert=\sqrt{383}. We conclude that A2=383A_{}^{2}=\boxed{383}.