Difference between revisions of "2022 USAJMO Problems/Problem 1"
Neil peter (talk | contribs) (→Solution 1) |
(→Solution 1) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 6: | Line 6: | ||
<math>\bullet</math> <math>a_2-a_1</math> is not divisible by <math>m</math>. | <math>\bullet</math> <math>a_2-a_1</math> is not divisible by <math>m</math>. | ||
− | ==Solution 1= | + | ==Solution== |
+ | |||
+ | Let the arithmetic sequence be <math>\{ a, a+d, a+2d, \dots \}</math> and the geometric sequence to be <math>\{ g, gr, gr^2, \dots \}</math>. Rewriting the problem based on our new terminology, we want to find all positive integers <math>m</math> such that there exist integers <math>a,d,r</math> with <math>m \nmid d</math> and <math>m|a+(n-1)d-gr^{n-1}</math> for all integers <math>n>1</math>. | ||
+ | |||
+ | Note that | ||
+ | <cmath>m | a+nd-gr^n \; (1),</cmath> | ||
+ | <cmath>m | a+(n+1)d-gr^{n+1} \; (2),</cmath> | ||
+ | <cmath>m | a+(n+2)d-gr^{n+2} \; (3),</cmath> | ||
+ | |||
+ | for all integers <math>n\ge 1</math>. From (1) and (2), we have <math>m | d-gr^{n+1}+gr^n</math> and from (2) and (3), we have <math>m | d-gr^{n+2}+gr^{n+1}</math>. Reinterpreting both equations, | ||
+ | |||
+ | <cmath>m | gr^{n+1}-gr^n-d \; (4),</cmath> | ||
+ | <cmath>m | gr^{n+2}-gr^{n+1}-d \; (5),</cmath> | ||
+ | |||
+ | for all integers <math>n\ge 1</math>. Thus, <math>m | gr^k - 2gr^{k+1} + gr^{k+2} = gr^k(r-1)^2 \; (6)</math>. Note that if <math>m|g,r</math>, then <math>m|gr^{n+1}-gr^n</math>, which, plugged into (4), yields <math>m|d</math>, which is invalid. Also, note that (4)<math>+</math>(5) gives | ||
− | + | <cmath>m | gr(r-1)(r+1) - 2d \; (7),</cmath> | |
− | + | so if <math>r \equiv \pm 1 \pmod m</math> or <math>gr \equiv 0 \pmod m</math>, then <math>m|d</math>, which is also invalid. Thus, according to (6), <math>m|g(r-1)^2</math>, with <math>m \nmid g,r</math>. Also from (7) is that <math>m \nmid g(r-1)</math>. | |
− | |||
− | |||
− | + | Finally, we can conclude that the only <math>m</math> that will work are numbers in the form of <math>xy^2</math>, other than <math>1</math>, for integers <math>x,y</math> (<math>x</math> and <math>y</math> can be equal), ie. <math>4,8,9,12,16,18,20,24,25,\dots </math>. | |
− | + | ~sml1809 | |
− | |||
+ | ==Solution 1== | ||
− | + | <math>m</math> satisfies the conditions precisely when <math>m</math> is not squarefree. | |
− | < | ||
− | |||
− | + | Consider three consecutive terms of the arithmetic sequence modulo <math>m</math>: <math>x - d</math>, <math>x</math>, and <math>x + d</math>. To satisfy the given conditions, the arithmetic and geometric sequences must match modulo <math>m</math>. Thus, | |
+ | <cmath>(x - d)(x + d) \equiv x^2 \pmod{m}</cmath> | ||
+ | which simplifies to | ||
+ | <cmath>x^2 - d^2 \equiv x^2 \pmod{m} \implies d^2 \equiv 0 \pmod{m}.</cmath> | ||
− | + | If <math>m</math> is squarefree, the congruence <math>d^2 \equiv 0 \pmod{m}</math> implies <math>m \mid d</math>, so the conditions are not satisfied. Thus, no solution exists for squarefree <math>m</math>, and it remains for us to construct a solution for all other values of <math>m</math> that are not squarefree. | |
− | + | Suppose <math>m</math> is divisible by some prime square <math>p^2</math>. Consider the arithmetic sequence | |
+ | <cmath>1,\quad 1 + \frac{m}{p},\quad 1 + 2\frac{m}{p},\quad \dots</cmath> | ||
+ | and the geometric sequence | ||
+ | <cmath>1,\quad 1 + \frac{m}{p},\quad \left(1 + \frac{m}{p}\right)^2,\quad \dots</cmath> | ||
+ | For the geometric sequence, the first two terms in the binomial expansion of each entry match the corresponding terms in the arithmetic sequence and subsequent terms are 0 mod m because <math>\frac{m}{p}</math> raised to a power greater than 1 contains enough <math>p</math>'s in its factorization to ensure that it is a multiple of <math>m</math>. Therefore the construction works and as originally stated, solutions exist precisely when <math>m</math> is not squarefree. | ||
==See Also== | ==See Also== | ||
{{USAJMO newbox|year=2022|before=First Question|num-a=2}} | {{USAJMO newbox|year=2022|before=First Question|num-a=2}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 04:52, 10 March 2025
Contents
Problem
For which positive integers does there exist an infinite arithmetic sequence of integers
and an infinite geometric sequence of integers
satisfying the following properties?
is divisible by
for all integers
;
is not divisible by
.
Solution
Let the arithmetic sequence be and the geometric sequence to be
. Rewriting the problem based on our new terminology, we want to find all positive integers
such that there exist integers
with
and
for all integers
.
Note that
for all integers . From (1) and (2), we have
and from (2) and (3), we have
. Reinterpreting both equations,
for all integers . Thus,
. Note that if
, then
, which, plugged into (4), yields
, which is invalid. Also, note that (4)
(5) gives
so if or
, then
, which is also invalid. Thus, according to (6),
, with
. Also from (7) is that
.
Finally, we can conclude that the only that will work are numbers in the form of
, other than
, for integers
(
and
can be equal), ie.
.
~sml1809
Solution 1
satisfies the conditions precisely when
is not squarefree.
Consider three consecutive terms of the arithmetic sequence modulo :
,
, and
. To satisfy the given conditions, the arithmetic and geometric sequences must match modulo
. Thus,
which simplifies to
If is squarefree, the congruence
implies
, so the conditions are not satisfied. Thus, no solution exists for squarefree
, and it remains for us to construct a solution for all other values of
that are not squarefree.
Suppose is divisible by some prime square
. Consider the arithmetic sequence
and the geometric sequence
For the geometric sequence, the first two terms in the binomial expansion of each entry match the corresponding terms in the arithmetic sequence and subsequent terms are 0 mod m because
raised to a power greater than 1 contains enough
's in its factorization to ensure that it is a multiple of
. Therefore the construction works and as originally stated, solutions exist precisely when
is not squarefree.
See Also
2022 USAJMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.