I have the sequence $a_n =\sqrt{n+1}-\sqrt{n}$ and $b_n=\dfrac{1}{\sqrt{n}}$
let $s_n$=$a_1 + a_2 + a_3 + ... + a_n =\displaystyle \sum_{k=1}^n a_k$
and $t_n$=$b_1 + b_2 + b_3 + ... + b_n = \displaystyle \sum_{k=1}^n b_k$
be the corresponding sequences of partial sums.
How would i find $s_5, s_{20}$ and $s_{100}$?
I then need to simplify and show that $s_n$ tends to infinity
Hint: $s_n = \sqrt{n+1} - 1$. Can you continue??
Also you can find out some thing about $t_n$'s convergence status by using:
$b_n > 2\left(\sqrt{n+1} - \sqrt{n}\right) = 2a_n$