I had a question in a exam, and I had no idea how to do it.
The question is:
Let $(a_k)_{k\geq1}$ a sequence of not null real numbers such that:
$$\displaystyle \sum_{k=1}^{n-1}\frac{1}{a_k\cdot a_{k+1}}=\frac{n-1}{a_1\cdot a_n} \, \forall \,n\geq 2$$
Show that this sequence is an arithmetic progression.
I know that to show that this is an arithmetic progression, I have to show that $a_n-a_{n-1}$ is constant. But I don't know how to do it with the sum hypothesis.
Appreciate your help.
For any integer $n\ge2,$ from $$\frac1{a_na_{n+1}}=\sum_{k=1}^n\frac1{a_ka_{k+1}}-\sum_{k=1}^{n-1}\frac1{a_ka_{k+1}}=\frac n{a_1a_{n+1}}-\frac{n-1}{a_1a_n}$$we deduce: $$a_{n+1}=\frac{na_n-a_1}{n-1}.$$
Therefore, if $a_n=a_1+(n-1)r$ for some $r,$ then $a_{n+1}=\frac{n(a_1+(n-1)r)-a_1}{n-1}=a_1+nr$ for the same $r.$
Hence by induction, $\forall n\in\Bbb N\quad a_n=a_1+(n-1)(a_2-a_1).$