Prove by induction that $(n+1)+(n+2)\cdots+2n=\frac{1}{2}n(3n+1)$
I was not really sure how to do this, but I assumed that the case holds for $n=k$, therefore $\displaystyle\sum_{r=1}^kk+r=\frac{1}{2}k(3k+1)$.
Want it on this form:$$\frac{1}{2}(2k+1)(6k+3)=\frac{1}{2}12k^2+12k+3$$ Process: $$\displaystyle\sum_{r=1}^k(k+r)+(k+k+1)=\frac{1}{2}(3k^2+k)+(2k+1)$$ $$=\frac{3k^2+5k+2}{2}$$
Im very confused here, and I'm sure there are loads of mistakes here but I just can't spot them. Could anyone be so kind to help?
Thanks,
Your induction hypothesis
$$\sum_{r=1}^k(k+r)=\frac12k(3k+1)$$
is fine, but you went astray at the start of the induction step. The $k+1$ case is
$$\sum_{r=1}^{k+1}\big((k+1)+r\big)=\frac12(k+1)\big(3(k+1)+1\big)\;,$$
so you should be starting with
$$\begin{align*} \sum_{r=1}^{k+1}\big((k+1)+r\big)&=\sum_{r=1}^k\big((k+1)+r\big)+\big((k+1)+(k+1)\big)\\ &=\sum_{r=1}^k\big((k+r)+1\big)+2(k+1)\\ &=\sum_{r=1}^k(k+r)+\sum_{r=1}^k1+2(k+1)\\ &=\sum_{r=1}^k(k+r)+k+2(k+1)\\ &=\sum_{r=1}^k(k+r)+3k+2\;. \end{align*}$$
Now you can apply your induction hypothesis and simplify.