I've been working on a single sigma notation problem for about 40 minutes now, and I'm having trouble conceptualizing the solution to this problem. I look at examples, and it seems that I begin to understand the process, and then I'm thrown for a loop once I try to integrate what I thought I learned.
$$\sum_{i=-1}^4(-i)^{i+1}$$ equation
Sorry for including an image, I couldn't figure out how to implement LaTeX.
For the increments, I had written down (-1 = 0) (0 = 0) (1 = -1) (2 = 8) (3 = -81) (4 = -1024)
Any help is appreciated, I am really struggling and this is one of the few times in my life I've attempted to get help.
Thank you.
I'm afraid I'm not sure what you mean when you write "for the increments..."
When $i=-1$, the summand is $(-(-1))^{-1+1}=1^0=1$.
When $i=0$, the summand is $(-0)^{0+1}=0^1=0$.
When $i=1$, the summand is $(-1)^{1+1}=(-1)^2=1$.
When $i=2$, the summand is $(-2)^{2+1}=(-2)^3=-8$.
And so on. You'll find that the sum evaluates to $-949$.