2021 AMC 12B Fall Problem 18

Below is the professionally curated solution for Problem 18 of the 2021 AMC 12B Fall, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2021 AMC 12B Fall solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:recursionsubstitution

Difficulty rating: 2230

18.

Set u0=14,u_0 = \dfrac{1}{4}, and for k0k \ge 0 let uk+1u_{k+1} be determined by the recurrence uk+1=2uk2uk2.u_{k+1} = 2u_k - 2u_k^2. This sequence tends to a limit; call it L.L. What is the least value of kk such that ukL121000?|u_k - L| \le \dfrac{1}{2^{1000}}?

1010

8787

123123

329329

401401

Solution:

The limit satisfies L=2L2L2,L = 2L - 2L^2, giving L=12.L = \tfrac12. Let vk=12uk.v_k = 1 - 2u_k. Then vk+1=12uk+1=14uk+4uk2=(12uk)2=vk2.v_{k+1} = 1 - 2u_{k+1} = 1 - 4u_k + 4u_k^2 = (1 - 2u_k)^2 = v_k^2.

Since v0=1214=12,v_0 = 1 - 2 \cdot \tfrac14 = \tfrac12, we get vk=(12)2k,v_k = \left(\tfrac12\right)^{2^k}, so ukL=vk2=22k1.|u_k - L| = \dfrac{|v_k|}{2} = 2^{-2^k - 1}.

We need 2k+11000,2^k + 1 \ge 1000, i.e. 2k999.2^k \ge 999. The least such kk is 10,10, since 210=1024.2^{10} = 1024.

Thus, the correct answer is A.

Problem 18 in Other Years