I've got two sums here
$ \sum_{k=1}^n (-1)^k k $ and $ \sum_{k=1}^n (-1)^k k^2 $
I need to solve them through term isolation. I struggle to find anything similar. So I am asking you for help; do you have any ideas or approaches?
I've got two sums here
$ \sum_{k=1}^n (-1)^k k $ and $ \sum_{k=1}^n (-1)^k k^2 $
I need to solve them through term isolation. I struggle to find anything similar. So I am asking you for help; do you have any ideas or approaches?
Try writing out some terms as $n$ grows.
$$\left\{\sum_{k=1}^n(-1)^kk\right\}_{n=1}^{\infty}=\{-1,1,-2,2,-3,3\ldots\}$$
You have the ceiling of $n/2$ alternating negative and positive.
$$\left\{\sum_{k=1}^n(-1)^kk^2\right\}_{n=1}^{\infty}=\{-1,3,-6,10,-15,21\ldots\}$$
You have the triangular numbers $n(n+1)/2$ alternating negative and positive.
If you need a proof, there are good ideas in the comments.