2019 AMC 10B Problema 24

A continuación está la solución preparada profesionalmente para el Problema 24 del 2019 AMC 10B, de LIVE by Po-Shen Loh. También puedes intentar el examen cronometrado completo, ver todas las soluciones del 2019 AMC 10B, o revisar la clave de respuestas.

Todos los problemas se usan con el permiso legal oficial de la Mathematical Association of America (MAA).

Conceptos:recursióndesigualdadacotación a casos límite

Nivel de dificultad: 2380

24.

Define una sucesión de forma recursiva por x0=5x_0=5 y xn+1=xn2+5xn+4xn+6x_{n+1}=\frac{x_n^2+5x_n+4}{x_n+6} para todos los enteros no negativos n.n. Sea mm el menor entero positivo tal que xm4+1220.x_m\leq 4+\frac{1}{2^{20}}. ¿En cuál de los siguientes intervalos está mm?

Define a sequence recursively by x0=5x_0=5 and xn+1=xn2+5xn+4xn+6x_{n+1}=\frac{x_n^2+5x_n+4}{x_n+6} for all nonnegative integers n.n. Let mm be the least positive integer such that xm4+1220.x_m\leq 4+\frac{1}{2^{20}}. In which of the following intervals does mm lie?

[9,26] [9,26]

[27,80] [27,80]

[81,242] [81,242]

[243,728] [243,728]

[729,) [729,\infty)

Solución:

Sea an=xn4a_n=x_n-4. Entonces a0=1a_0=1, y al simplificar la recurrencia se obtiene an+1=an(an+9)an+10.a_{n+1}=\frac{a_n(a_n+9)}{a_n+10}. Mientras 0<an10<a_n\le1, esto implica 910anan+11011an.\frac9{10}a_n\le a_{n+1}\le\frac{10}{11}a_n.

Por inducción, (910)nan(1011)n\left(\dfrac9{10}\right)^n\le a_n\le\left(\dfrac{10}{11}\right)^n. Para n=80n=80, (109)80<220\left(\dfrac{10}{9}\right)^{80}<2^{20}, así que (910)80>220\left(\dfrac9{10}\right)^{80}>2^{-20}, y por lo tanto m>80m>80.

Además, (1110)8>2\left(\dfrac{11}{10}\right)^8>2, así que (1011)160<220\left(\dfrac{10}{11}\right)^{160}<2^{-20}, lo que da m160m\le160. Por lo tanto 81m16081\le m\le160, así que mm está en [81,242][81,242]. Así, C es la respuesta correcta.

Let an=xn4a_n=x_n-4. Then a0=1a_0=1, and simplifying the recurrence gives an+1=an(an+9)an+10.a_{n+1}=\frac{a_n(a_n+9)}{a_n+10}. As long as 0<an10<a_n\le1, this implies 910anan+11011an.\frac9{10}a_n\le a_{n+1}\le\frac{10}{11}a_n.

By induction, (910)nan(1011)n\left(\dfrac9{10}\right)^n\le a_n\le\left(\dfrac{10}{11}\right)^n. For n=80n=80, (109)80<220\left(\dfrac{10}{9}\right)^{80}<2^{20}, so (910)80>220\left(\dfrac9{10}\right)^{80}>2^{-20}, and therefore m>80m>80.

Also (1110)8>2\left(\dfrac{11}{10}\right)^8>2, so (1011)160<220\left(\dfrac{10}{11}\right)^{160}<2^{-20}, which gives m160m\le160. Hence 81m16081\le m\le160, so mm lies in [81,242][81,242]. Thus, C is the correct answer.

← Problema 23#23Examen completoProblema 25#25 →

El Problema 24 en otros años