I am having problems this time in proving that the following series converges for all $k > 1$. k is also element of the natural numbers (k e N, someone please edit this correctly)
Note: I should not use the integral test with this, so please don't use it.
$$\sum_{n=1}^\infty = \frac{1}{n^k}$$
My approach to this using the ratio test:
$$ \frac{\frac {1}{(n+1)^k}}{\frac{1}{n^k}} = \frac{n^k}{(n+1)^k} $$
And now I can say:
$$\frac{n^k}{(n+1)^k}<1 $$
Because $(n+1)^k$ is clearly greater than $n^k$. So this Series converges for all k>1.
But I have the feeling that this is clearly not enough as a proper answer to this task, since it gives 2/20 points and this simply seems to easy and just not "right".
Best regards,
SacredScout
We begin with the telescoping series
$$\sum_{n=1}^N \left(\frac1{n^s}-\frac1{(n+1)^s}\right)=1-\frac1{(N+1)^s}\tag1$$
In addition we have from Bernoulli's Inequality for $0< s$
$$\begin{align} \frac1{n^s}-\frac1{(n+1)^s}&=\frac1{n^s}\left(1-\frac1{(1+1/n)^s}\right)\\\\ &=\frac1{n^s}\left(1-\frac{1+\frac1n}{(1+1/n)^{s+1}}\right)\\\\ &\ge \frac1{n^s}\left(1-\frac{1+\frac1n}{1+\frac{s+1}{n}}\right)\\\\ &\ge \frac{s}{(s+2)n^{s+1}}\tag2 \end{align}$$
Using $(1)$ and $(2)$ reveals that for $s>0$
$$\sum_{n=1}^N \frac{1}{n^{s+1}}\le \frac{s+2}{s}\left(1-\frac1{(N+1)^s}\right)\tag3$$
Inasmuch as the sequence of partial sums $\sum_{n=1}^N \frac{1}{n^{s+1}}$ is increasing and bounded by the term of the right-hand side of $(3)$, it converges.
And we are done!