We know that $(a_n)$ is arithmetic progression and I need to decide if $$ \sum_{n=1}^{\infty} \frac{1}{a_n \cdot a_{n+1}} $$ convergences. Firstly I check necessary condition: $ \frac{1}{a_n \cdot a_{n+1}} \rightarrow 0 $ It is true because $$ a_n \rightarrow +/- \infty $$ because $ a_n = a + (n-1)r $
Ok, now I should check convergence: Ratio test: $$ \frac{u_{n+1}}{u_n} = \frac{a_n(a_n+r)}{(a_n+r)(a_n+2r)} \rightarrow 1 $$ So it gives me nothing. Root tests: $$ \sqrt[n]{\frac{1}{a_n \cdot a_{n+1}}} \rightarrow 1 $$ so it fails too... Have somebody any idea how can I check this?
First note that $$\frac{1}{a_na_{n+1}}=\frac{1}{a_{n+1}-a_n}\cdot \left(\frac{1}{a_{n}}-\frac{1}{a_{n+1}}\right)$$
Then since $a_n$ is arrithematic, $a_{n+1}-a_n=a_2-a_1=d.$ So you get:
$$\sum_{n=1}^{N}\frac{1}{a_na_{n+1}}=\frac{1}{d}\left(\frac{1}{a_1}-\frac{1}{a_{N+1}}\right)$$
Which means the series converges to...
We have to assume the $a_i\neq 0$ and that $d\neq 0.$ If $d=0$ then all the $a_i$ are equal, and the sum diverges.