Maths Olympiad Prep

Library / /2 of 15

, 2024

Number theory Difficulty 5.4 AIME, harder Prove it China

Let mm, nn, rr be positive integers satisfying n>mn > m, where both m2+rm^2 + r and n2+rn^2 + r are powers of 22. Prove that:
n>2m2r. n > \frac{2m^2}{r}.

Solution

Proof. Let m2+r=2km^2 + r = 2^k and n2+r=2ln^2 + r = 2^l with k,lZ>0k, l \in \mathbb{Z}_{>0}.
First, we analyze the 2-adic valuations:
* Since v2(m2)=v2(2kr)=v2(r)v_2(m^2) = v_2(2^k - r) = v_2(r), we conclude v2(r)v_2(r) must be even.
* Let v2(r)=2tv_2(r) = 2t where tZ0t \in \mathbb{Z}_{\ge 0}, and write r=22tr1r = 2^{2t}r_1, m=2tm1m = 2^t m_1.
* Similarly, v2(n2)=v2(r)v_2(n^2) = v_2(r), so let n=2tn1n = 2^t n_1.
Define k1=k2tk_1 = k - 2t and l1=l2tl_1 = l - 2t, which gives the reduced system:
m12+r1=2k1, m_1^2 + r_1 = 2^{k_1},
n12+r1=2l1. n_1^2 + r_1 = 2^{l_1}.
Claim: r17r_1 \ge 7.
* Since r1r_1 is odd, both m1m_1 and n1n_1 must be odd.
* As n13n_1 \ge 3 (because n>m1n > m \ge 1), we have l1>3l_1 > 3.
* Thus n12+r11+r10(mod8)n_1^2 + r_1 \equiv 1 + r_1 \equiv 0 \pmod 8, implying r17(mod8)r_1 \equiv 7 \pmod 8.
* Therefore r17r_1 \ge 7.
This also shows k13k_1 \ge 3. Now consider the difference:
2l12k1=(n1m1)(n1+m1). 2^{l_1} - 2^{k_1} = (n_1 - m_1)(n_1 + m_1).
Since 2k12^{k_1} divides the product (n1m1)(n1+m1)(n_1 - m_1)(n_1 + m_1), and both factors are even but cannot both be divisible by 44 (which would imply m1m_1 and n1n_1 are both even), we have:
2k11(n1m1)or2k11(n1+m1). 2^{k_1-1} \mid (n_1 - m_1) \quad \text{or} \quad 2^{k_1-1} \mid (n_1 + m_1).
This leads to the lower bound:
n12k11m1=12(m12+r1)m1=3m127+(m1214+r12m1)3m12r1+(m1214+72m1)(since r17)=3m12r1+114(m17)23m12r1=3m2r. \begin{align*} n_1 &\ge 2^{k_1-1} - m_1 = \frac{1}{2}(m_1^2 + r_1) - m_1 \\ &= \frac{3m_1^2}{7} + \left( \frac{m_1^2}{14} + \frac{r_1}{2} - m_1 \right) \\ &\ge \frac{3m_1^2}{r_1} + \left( \frac{m_1^2}{14} + \frac{7}{2} - m_1 \right) \quad (\text{since } r_1 \ge 7) \\ &= \frac{3m_1^2}{r_1} + \frac{1}{14}(m_1 - 7)^2 \\ &\ge \frac{3m_1^2}{r_1} = \frac{3m^2}{r}. \end{align*}

n=2tn1n13m2r>2m2r, n = 2^t n_1 \ge n_1 \ge \frac{3m^2}{r} > \frac{2m^2}{r},

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.