Difference between revisions of "2023 IMO Problems/Problem 3"
(→Solution) |
(→Solution) |
||
Line 15: | Line 15: | ||
Let <math>a_{n}=a_{1}+f(n)</math>, then <math>a_{n+1}=a_{1}+f(n+1)</math>, <math>a_{n+k}=a_{1}+f(n+k)</math> | Let <math>a_{n}=a_{1}+f(n)</math>, then <math>a_{n+1}=a_{1}+f(n+1)</math>, <math>a_{n+k}=a_{1}+f(n+k)</math> | ||
− | Let <math>P=\prod_{ | + | Let <math>P=\prod_{j=1}^{k}\left ( a_{n+i} \right ) = \prod_{j=1}^{k}\left ( a_{n}+g(j)) \right )</math> |
− | If we want the coefficients of <math>P(a_{n})</math> to be positive, then <math>g( | + | If we want the coefficients of <math>P(a_{n})</math> to be positive, then <math>g(j)\geq 0</math> for all <math>j</math> which will give the following value for <math>P</math>: |
− | <math>P=a_{n}^{k}+C_{k-1}a_{n}^{k-1}+...+C_{1}a_{n}+\prod_{ | + | <math>P=a_{n}^{k}+C_{k-1}a_{n}^{k-1}+...+C_{1}a_{n}+\prod_{j=1}^{k} g(j) = P(a_{n})</math> |
− | Thus for every <math> | + | Thus for every <math>j</math> and <math>n</math> we need the following: |
− | <math>a_{n}+g(i)=a_{n+i}=a_{1}+f(n+ | + | <math>a_{n}+g(i)=a_{n+j}=a_{1}+f(n+j)</math> |
+ | |||
+ | Solving for <math>g(j)</math> we get: | ||
+ | |||
+ | <math>g(j)=a_{1}+f(n+j)-a_{n}=a_{1}+f(n+j)-a_{1}-f(n)</math> | ||
+ | |||
+ | <math>g(j)=f(n+j)-f(n)\geq 0</math> for all <math>n</math> and <math>i</math> | ||
+ | |||
+ | This means that <math>f(n)</math> needs to be increasing with n or staying constant with <math>f(1)=0</math> because <math>a_{1}=a_{1}+f(1)</math> In addition, since we need all coefficients to be integer then all <math>f(n)</math> and <math>g(j)</math> must also be integers | ||
+ | |||
+ | So, if we set <math>f(n)=(n-1)d</math> with <math>d\geq0 \mid d \in \mathbb{Z}</math> then <math>f(n)</math> is increasing or constant, with <math>f(1)=0</math> | ||
+ | |||
+ | Then, <math>g(j)=f(n+j)-f(n)=(n+j-1)d-(n-1)d=jd</math> | ||
+ | |||
+ | This gives: | ||
+ | <math>P(a_{n})=a_{n}^{k}+C_{k-1}a_{n}^{k-1}+...+C_{1}a_{n}+k!d^{k}</math> |
Revision as of 12:13, 3 October 2023
Problem
For each integer , determine all infinite sequences of positive integers for which there exists a polynomial of the form , where are non-negative integers, such that for every integer .
Solution
https://www.youtube.com/watch?v=JhThDz0H7cI [Video contains solutions to all day 1 problems]
https://www.youtube.com/watch?v=SP-7LgQh0uY [Video contains solution to problem 3]
https://www.youtube.com/watch?v=CmJn5FKxpPY [Video contains another solution to problem 3]
Let and be functions of positive integers n and i respectively.
Let , then ,
Let
If we want the coefficients of to be positive, then for all which will give the following value for :
Thus for every and we need the following:
Solving for we get:
for all and
This means that needs to be increasing with n or staying constant with because In addition, since we need all coefficients to be integer then all and must also be integers
So, if we set with then is increasing or constant, with
Then,
This gives: