Let sequences of real numbers (xn) and (yn) satisfy x1=y1=1 and xn+1=xn+1xn+2 and yn+1=2ynyn2+2 for n=1,2,…. Prove that yn+1=x2n holds for n=0,1,2,…
Solution — click to reveal
Note that, since x1=1, xn+1=xn+1xn+2 we can write xn+1=xn+x1xn⋅x1+2=xn−1+1xn−1+2+x1xn−1+1xn−1+2⋅x1+2=xn−1(x1+1)+(x1+2)xn−1(x1+2)+2(x1+1)=xn−1+x1+1x1+2xn−1⋅x1+1x1+2+2=xn−1+x2xn−1⋅x2+2 So by the same way, we can prove that xn=xk+xn−kxkxn−k+2 for any 1≤k≤n−1. Let an+1=x2n for n≥0 then a1=x1=1, a2=x2, a3=x4, … Take k=2n−1 in above formula, we get x2n=2x2n−1x2n−12+2 so an+1=2anan2+2. Thus by induction, one can get an=yn for all n≥1. Therefore, yn+1=an+1=x2n for any n≥0. □