Is there a way to guarantee that the sequence will eventually reach 0?

  • MHB
  • Thread starter Ackbach
  • Start date
  • Tags
    2017
In summary, there are mathematical techniques, such as bounding and using mathematical induction, that can be used to prove that a sequence will eventually reach 0. However, there is no formula or algorithm that guarantees this for all sequences, as it depends on individual properties. While computer simulations can aid in understanding a sequence, mathematical proofs are necessary for guaranteeing convergence. In some cases, convergence to 0 can be optimized through patterns or mathematical manipulation, but in others, it is determined by the nature of the sequence. Understanding sequences that eventually reach 0 has real-life applications in fields such as computer science, engineering, finance, and physics.
  • #1
Ackbach
Gold Member
MHB
4,155
93
Here is this week's POTW:

-----

Let $f(x)$ be a polynomial with integer coefficients. Define a sequence $a_0,a_1,\ldots$ of integers such that $a_0=0$ and $a_{n+1}=f(a_n)$ for all $n\geq 0$. Prove that if there exists a positive integer $m$ for which $a_m=0$ then either $a_1=0$ or $a_2=0$.

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
  • #2
Re: Problem Of The Week # 264 - May 23, 2017

This was Problem A-6 in the 2000 William Lowell Putnam Mathematical Competition.

Congratulations to Kiwi for his correct solution, which follows:

Let \(f(x)=\sum^r_0 b_ix^i.\)

Then
\(a_0=0\), \(a_1=f(a_0)=f(0)=b_0\), \(a_2=f(b_0)\)

Now if \(a_m=0\) then \(f(a_{m-1})=0\) and \(a_{m-1}\) is a root of f(x). Therefore

\((x-a_{m-1})\) divides \(\sum^r_0 b_ix^i,\) from which we can see that \(a_{m-1}\) divides \(b_0\) as they are all integers.

Case 1; \(b_0 = 0\)
\(a_1=f(a_0)=f(0)=b_0=0\) and we are done.

Case 2; \(b_0 \neq 0\)
Now \(b_0\) divides \(a_1\) because they are equal. Assume as an inductive hypothesis that \(b_0\) divides all \(a_i\) then
\(a_{n+1}=f(a_n)= \sum^r_1 b_i(a_n)^i+b_0\) which is divisible by \(b_0\). So by induction \(b_0\) divides all \(a_i\).

So \(b_0\) divides \(a_{m-1}\) and \(a_{m-1}\) divides \(b_0;\) therefore \(a_{m-1}=b_0\) and therefore

\(a_2=f(a_1)=f(b_0)=f(a_{m-1})=a_m=0.\)
 

Similar threads

Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
1
Views
1K
Back
Top