Let {xn} be a sequence defined by x1=2 and xn+1=xn2−xn+1 for n≥1. Prove that 1−22n−11<x11+x21+…+xn1<1−22n1 for all n.
Solution
The sequence is increasing since xn+1−xn=(xn−1)2≥0. We also have xn+1−1=xn(xn−1) which gives us xn+1−11=xn(xn−1)1=xn−11−xn1 This identity is valid because given x1=2 we have xn≥2 and therefore xn−1=0. Now given that xn1=xn−11−xn+1−11 we obtain the identity x11+x21+⋯+xn1=1−xn+1−11 So we have to prove 1−22n−11<1−xn+1−11<1−22n1 or equivalently 22n−1<xn+1−1<22n We will prove this by induction. For n=1 we simply get 2<x2−1<4 which is true since x2=3. Assume the statement is true for n=k, i.e. 22k−1<xk+1−1<22k For n=k+1 we have xk+2−1=xk+1(xk+1−1)>22k−1(22k−1+1)=22k+22k−1>22k by the induction hypothesis. On the other hand we know that xn's are all integers and therefore xk+1≤22k by the induction hypothesis. We obtain xk+2−1=xk+1(xk+1−1)>22k⋅22k=22k+1 which is what we wanted to prove. □
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.