Summation Notation http://puu.sh/ecGJz/65efeab072.png See Below!
\[\lim_{N \rightarrow \infty} \sum_{s=1}^{N} \frac{ 3s^2-2s-4 }{ N^3 }\]
Hint was to use linearity and power sums
do you know sum s=1 to N of s ?
\[ \sum_{s=1}^{N} s=? \]
is it infinity?
assume N is some fixed number.
if n is 5, then it should be 1+2+3+4+5
Here is a list of some summations https://en.wikipedia.org/wiki/Summation#Some_summations_of_polynomial_expressions
are u asking for the power sum?
\[\frac{ N^2 }{ 2} + \frac{ N }{ 2 }\]
yes. but there is a "closed formula" if the last number is N, the sum is N*(N+1)/2 so, in your example, with N=5, the sum should be (is!) 5*(5+1)/2= 5*6/2 = 5*3= 15
sorry i got confused, i just self-learned it in few minutes ago
the point is, for your original problem, we can break it into 3 separate problems
yes, that is the same as N*(N+1)/2 (if we distribute the N we get (N^2 +N)/2 = N^2 / 2 + N/2 in your problem you have -2s (inside the sum) but we know \[ \sum_{s=1}^{N} s= \frac{N^2}{2} + \frac{N}{2} \] so \[\sum_{s=1}^{N}-2 s= -2\sum_{s=1}^{N} s= -2\left(\frac{N^2}{2} + \frac{N}{2} \right)\]
there is also the sum of -4 but that simplifies to -4N now do the 3 s^2 which is 3 * sum(s^2)
\[\frac{ 1 }{ N^3 } \sum_{N=1}^{N} 3 ( \frac{ N^3 }{ 3 } + \frac{ N^2 }{ 2 } + \frac{ N }{ 6 }) - 2 (\frac{ N^2 }{ 2 }+\frac{ N }{ 2 })-4\]
ok except for the last term \[ \sum_{s=1}^{N} -4 = -4 \sum_{s=1}^{N} 1 = -4 N \] notice the sum of N -4's or -4 times the sum of N 1's is -4 N (not just -4)
-4N*
now distribute the 3 in the first part, distribute the -2 in the middle part...
\[1 + \frac{ 3 }{ 2N } + \frac{ 3 }{ 6N^2 } - \frac{ 1 }{ N } - \frac{ 1 }{ N^2 } - \frac{ 4 }{ N^2 }\]
i distributed the 1/n^3 as well
I would not have done the 1/N^3 (yet) next, combine like terms
in that case i get \[N^3 + \frac{ 3N^2 }{ 2 } + \frac{ N }{ 2 } - N^2 - N -4N\]
so we have N^3 we have 3N^2/2 - 2N^2/2 which can be combined. we have +N/2 - 2N/2 - 8N/2 , ditto
I got \[N^3 + \frac{ N^2 }{ 2 } - \frac{ 9N }{ 2 }\]
now divide each term by N^3
\[1 + \frac{ 1 }{ 2N } - \frac{ 9 }{ }\]
9 over 2N^2
yes. now as N gets "big", the 2 terms with N in the bottom approach ?
0
and the summation (in the limit which means "approaches" very very closely) ?
1
we could have done this problem by "taking the limit" when you wrote \[ 1 + \frac{ 3 }{ 2N } + \frac{ 3 }{ 6N^2 } - \frac{ 1 }{ N } - \frac{ 1 }{ N^2 } - \frac{ 4 }{ N^2 } \] but I like doing the extra work to first "clean it up" then take the limit.
o
Would you recommend memorizing the power sums?
I know sum of integers, but for sum of squares I tend to look it up just to be sure. For a test (assuming they expect you to memorize it, then I would). Otherwise, just remember there is such a thing and you can google for the formula.
Ok, got it. Thanks man!
Join our real-time social learning platform and learn together with your friends!