let real numbers $a>0$, and sequence $\{x_{n}\}$ such $$x_{1}=1,ax_{n}=x_{1}+x_{2}+\cdots+x_{n+1}$$ Find the minimum of the $a$,such $x_{n}>0,\forall n\ge 1$
My try: since $$ax_{n}=x_{1}+x_{2}+\cdots+x_{n+1}$$ $$ax_{n+1}=x_{1}+x_{2}+\cdots+x_{n+2}$$ $$\Longrightarrow a(x_{n+1}-x_{n})=x_{n+2}$$ then we have $$r^2-ar+a=0$$ case1: $$\Delta=a^2-4a>0\Longrightarrow a>4$$ then $$r_{1}=\dfrac{a+\sqrt{a^2-4a}}{2},r_{2}=\dfrac{a-\sqrt{a^2-4a}}{2}$$ so $$x_{n}=Ar^n_{1}+Br^n_{2}$$ since $$x_{1}=1,x_{2}=a-1$$ $$\Longrightarrow Ar_{1}+Br_{2}=1,Ar^2_{1}+Br^2_{2}=a-1$$
I geuss $$a_{\min}=4$$ then I fell very ugly,Thank you