返回题库

AIME 2025 II · 第 13 题

AIME 2025 II — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let the sequence of rationals x1,x2,x_1,x_2,\dots be defined such that x1=2511x_1=\frac{25}{11} and

xk+1=13(xk+1xk1).x_{k+1}=\frac{1}{3}\left(x_k+\frac{1}{x_k}-1\right). x2025x_{2025} can be expressed as mn\frac{m}{n} for relatively prime positive integers mm and nn. Find the remainder when m+nm+n is divided by 10001000.

解析

Solution 1 (complete)

This problem can be split into three parts, listed below:

Part 1: Analyzing Fractions

Let xk=akbkx_k=\cfrac{a_k}{b_k}, where ak,bka_k,b_k are relatively prime positive integers. First, we analyze the moduli of the problem. Plugging in for x2x_2 yields x2=157275x_2=\frac{157}{275}. Notice that in both x1x_1 and x2x_2, the numerator is equivalent to 11 and the denominator is equivalent to 22 modulus 33. We see that x2=13(a1b1)2+a1b1a1b1x_2=\frac{1}{3}\cdot\frac{(a_1-b_1)^2+a_1b_1}{a_1b_1}. Specifically, we know that

(a1b1)2+a1b1(12)2+120(mod3)(a_1-b_1)^2+a_1b_1\equiv(1-2)^2+1\cdot2\equiv0\hspace{2mm}(\text{mod}\hspace{1mm}3) Then this is always divisible by 33 for all xkx_k (it can be shown that for all xkx_k, we have ak1(mod3)a_k\equiv1\hspace{2mm}(\text{mod}\hspace{1mm}3) and bk2(mod3)b_k\equiv2\hspace{2mm}(\text{mod}\hspace{1mm}3) by using mod9\text{mod}\hspace{1mm}9). Thus, x2=13((a1b1)2+a1b1)a1b1x_2=\frac{\frac{1}{3}((a_1-b_1)^2+a_1b_1)}{a_1b_1}, and the numerator and denominator of the right-hand side (RHS) correspond to the numerator and denominator of x2x_2 in simplest form. (To further prove that the top and bottom are relatively prime, consider that aka_k and bkb_k are by definition relatively prime, so (akbk)2(a_k-b_k)^2 and akbka_kb_k share no factors.)

Notice that the above do not just apply to x1x_1; we did not use any specific properties of x1x_1. Then we may generalize the above, finding that:

ak=13((ak1bk1)2+ak1bk1)a_k=\frac{1}{3}((a_{k-1}-b_{k-1})^2+a_{k-1}b_{k-1}) bk=ak1bk1b_k=a_{k-1}b_{k-1} Summing the equations yields ak+bk=13(ak1+bk1)2a_k+b_k=\frac{1}{3}(a_{k-1}+b_{k-1})^2 after some manipulation. Let zk=ak+bkz_k=a_k+b_k; then zk=13zk12z_k=\frac{1}{3}z_{k-1}^2. We are tasked with finding z2025z_{2025}.

Part 2: Recursion

We now need an explicit formula for zkz_k. We can first experiment with the recursive formula:

zk=13zk12=13(13zk22)2=13(13(13zk32)2)2z_k=\frac{1}{3}z_{k-1}^2=\frac{1}{3}\left(\frac{1}{3}z_{k-2}^2\right)^2=\frac{1}{3}\left(\frac{1}{3}\left(\frac{1}{3}z_{k-3}^2\right)^2\right)^2

Notice that the inner 13\frac{1}{3} is acted upon by two consecutive powers of 22. This means that it contributes ((13)2)2=(13)4\left(\left(\frac{1}{3}\right)^2\right)^2=\left(\frac{1}{3}\right)^4 to the value of zkz_k. The next innermost 13\frac{1}{3} is acted upon by one power of 22, so it contributes (13)2\left(\frac{1}{3}\right)^2 to the value of zkz_k. Finally, the outermost 13\frac{1}{3} is acted upon by no powers of 22, so it contributes (13)1\left(\frac{1}{3}\right)^1 to the value of zkz_k. The overall power of 13\frac{1}{3} in zkz_k in terms of zk3z_{k-3} is then 4+2+1=22+21+20=2314+2+1=2^2+2^1+2^0=2^3-1. Then, the overall power of 13\frac{1}{3} in zkz_k in terms of zkaz_{k-a} is 2a12^a-1 for positive integers aa.

We also see that the zk3z_{k-3} term is acted upon by 33 powers of 22, meaning that its power is 222=232\cdot2\cdot2=2^3. We can generalize this, so some zkaz_{k-a} term's power is then 2a2^a.

If we combine the above, we obtain the formula zk=(13)2a1zka2az_k=\left(\frac{1}{3}\right)^{2^a-1}z_{k-a}^{2^a}. Setting k=a+1k=a+1 results in

za+1=(13)2a1z12a=362a(13)2a1z_{a+1}=\left(\frac{1}{3}\right)^{2^a-1}z_1^{2^a}=36^{2^a}\cdot\left(\frac{1}{3}\right)^{2^a-1} We can simplify this, noting that 362a=122a32a36^{2^a}=12^{2^a}\cdot3^{2^a}:

za+1=122a32a(13)2a1=3122az_{a+1}=12^{2^a}\cdot3^{2^a}\cdot\left(\frac{1}{3}\right)^{2^a-1}=3\cdot12^{2^a} Finally, decrementing a+1a+1 to aa gives us our explicit equation:

za=3122a1z_a=3\cdot12^{2^{a-1}}

Part 3: Mod Bash

Noting that z2025=31222024z_{2025}=3\cdot12^{2^{2024}}, we are asked to find its value mod 10001000. We can split mod 10001000 into mod 125125 and mod 88. We know that z20250(mod8)z_{2025}\equiv0\hspace{2mm}(\text{mod}\hspace{1mm}8), so we must find its value mod 125125.

We find that ϕ(125)=100\phi(125)=100, so by Euler's Totient Theorem we know that 121001(mod125)12^{100}\equiv1\hspace{2mm}(\text{mod}\hspace{1mm}125). Then, since the power of 1212 is 220242^{2024}, we must find this over modulus 100100.

Again, we split mod 100100 into mod 44 and mod 2525. We know that 220240(mod4)2^{2024}\equiv0\hspace{2mm}(\text{mod}\hspace{1mm}4). Since ϕ(25)=20\phi(25)=20, we can apply Euler again, finding that 2201(mod25)2^{20}\equiv1\hspace{2mm}(\text{mod}\hspace{1mm}25). Then

22024(220)101242416(mod25)2^{2024}\equiv(2^{20})^{101}\cdot2^4\equiv2^4\equiv16\hspace{2mm}(\text{mod}\hspace{1mm}25) Combining this with the mod 44 result yields 2202416(mod100)2^{2024}\equiv16\hspace{2mm}(\text{mod}\hspace{1mm}100).

Going back, 12220241216(mod125)12^{2^{2024}}\equiv12^{16}\hspace{2mm}(\text{mod}\hspace{1mm}125). We can then decrement this using a series of simplifications:

121614481983614(14)41962(54)2291641(mod125)12^{16}\equiv144^8\equiv19^8\equiv361^4\equiv(-14)^4\equiv196^2\equiv(-54)^2\equiv2916\equiv41\hspace{2mm}(\text{mod}\hspace{1mm}125) Remember that the original value of z2025z_{2025} included a multiplication of 33; thus,

z2025413123(mod125)z_{2025}\equiv41\cdot3\equiv123\hspace{2mm}(\text{mod}\hspace{1mm}125) Finally, combining this with the fact that z20250(mod8)z_{2025}\equiv0\hspace{2mm}(\text{mod}\hspace{1mm}8), we find that the solution to the system of moduli is z2025248(mod1000)z_{2025}\equiv\boxed{248}\hspace{2mm}(\text{mod}\hspace{1mm}1000).

~eevee9406

Solution 2 (Faster)

Note that xk+1=13((xk)2xk+1xk)x_{k+1} = \frac{1}{3}\left( \frac{(x_k)^{2} - x_k + 1}{x_k} \right). An astute reader might recognize the top part as one part of a sum of cubes. I multiplied the entire expression by xk+1x_k + 1, moved things around a bit, simplified, and was left with the following generalization: xk+1=(xk)3+13xk(xk+1)x_{k+1} = \frac{(x_k)^{3} + 1}{3x_k(x_k + 1)}. Now, we do the following: Set xk=mknkx_k = \frac{m_k}{n_k}. Therefore, xk+1=mk+1nk+1x_{k+1} = \frac{m_{k+1}}{n_{k+1}}. We plug these expressions into the xkx_k and xk+1x_{k+1} and simplify to get: mk+1nk+1=(mk)3+(nk)33(mk)(nk)(mk+nk)\frac{m_{k+1}}{n_{k+1}} = \frac{(m_k)^{3} + (n_k)^{3}}{3(m_k)(n_k)(m_k + n_k)}. Now, as we are looking for the sum of the numerators and denominators of x2025x_{2025}, this is great! Now, recall that we want the fraction to be simplest. So we have to cancel out anything we can. Canceling out the factor of mk+nkm_k + n_k from the numerator and denominator leaves us with mk+1nk+1=(mk)2(mk)(nk)+(nk)23(mk)(nk)\frac{m_{k+1}}{n_{k+1}} = \frac{(m_k)^{2} - (m_k)(n_k) + (n_k)^{2}}{3(m_k)(n_k)}. Now, adding the numerator and denominator as well as keeping the extra factor of 33, we get: 3(mk+1+nk+1)=(mk)2+2(mk)(nk)+(nk)2m_{k+1} + n_{k+1}) = (m_k)^{2} + 2(m_k)(n_k) + (n_k)^{2}. Nicely, we get the recursion that mk+1+nk+1=(mk+nk)23m_{k+1} + n_{k+1} = \frac{(m_k + n_k)^{2}}{3}. Now, by listing out terms using this recursion and doing mod(1000), we get our answer of 248\boxed{248}.

~ilikemath247365

Note: this works, but why are we able to add the numerator and denominator? What if one of the fractions is not fully simplified?

Answer: Because mkm_k and nkn_k are coprime, any prime factor pmkp \mid m_k can not be a factor of (nk)2(n_k)^{2}, any prime factor qnkq \mid n_k can not be a factor of (mk)2(m_k)^{2}. The only possible common factor of the numerator and denominator could be 3. However, a simple induction argument shows nk2mod3n_k \equiv 2 \mod 3 and mk1mod3m_k \equiv 1 \mod 3 for k>1k > 1. So this double recursion mk+1nk+1=13((mk)2(mk)(nk)+(nk)2)(mk)(nk)\frac{m_{k+1}}{n_{k+1}} = \frac{\frac{1}{3}\big((m_k)^{2} - (m_k)(n_k) + (n_k)^{2}\big)}{(m_k)(n_k)} is indeed the most simplified one.

~Rakko12

Video Solution

2025 AIME II #13

MathProblemSolvingSkills.com