Partial Sums

Level 1

Find the formula for the nth partial sum of k = 0 n k 2 k + 1 \displaystyle\sum_{k=0}^n k^2-k+1

n 3 + n + 1 n^3 + n + 1 1 3 ( n + 1 ) ( n 2 n + 3 ) \frac{1}{3}(n+1)(n^2-n+3) ( n + 1 ) ( n 2 n + 3 ) (n+1)(n^2-n+3) ( n + 1 ) 2 (n+1)^2

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Vincent Moroney
Jun 4, 2018

In a loose sense, summation is related to integration, and using this intuition we can expect the nth partial sum formula for this sum to be in the form of a third degree polynomial. A third degree polynomial is uniquely defined by four points. So we construct a polynomial p ( x ) = a x 3 + b x 2 + c x + d p(x) = ax^3+bx^2+cx+d and we compute various partial sums. Doing this gives us p ( 0 ) = 1 p(0)=1 , p ( 1 ) = 2 p(1)=2 , p ( 2 ) = 5 p(2)=5 , p ( 3 ) = 12 p(3)=12 . We can then construct the following system of linear equations

0 a + 0 b + 0 c + d = 1 a + b + c + d = 2 8 a + 4 b + 2 c + d = 5 27 a + 9 b + 3 c + d = 12 \begin{aligned} 0a + 0b + 0c + d = & 1\\ a + b + c + d =& 2 \\ 8a+4b+2c+d=& 5 \\ 27a + 9b + 3c + d =& 12 \end{aligned}

Which can easily be solved by putting it into a matrix and computing the RREF of that matrix, or with whatever method one uses.

[ 0 0 0 1 1 1 1 1 1 2 8 4 2 1 5 27 9 3 1 12 ] [ 1 0 0 0 1 3 0 1 0 0 0 0 0 1 0 2 3 0 0 0 1 1 ] \begin{bmatrix} 0 & 0 & 0 & 1 & 1 \\ 1 & 1 & 1 & 1 & 2 \\ 8 & 4 & 2 & 1 & 5 \\ 27 & 9 & 3 & 1 & 12 \end{bmatrix} \to \begin{bmatrix} 1 & 0 & 0 & 0 & \frac{1}{3} \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & \frac{2}{3} \\ 0 & 0 & 0 & 1 & 1 \end{bmatrix}

Which of course gives us a = 1 3 a= \frac{1}{3} , b = 0 b = 0 , c = 2 3 c = \frac{2}{3} , d = 1 d = 1 . Therefore the unique \textit{unique} polynomial that passes through the four summation points is p ( x ) = 1 3 x 3 + 2 3 x + 1 p(x) = \frac{1}{3}x^3 + \frac{2}{3}x +1 , then restricting the argument to positive integers gives us the partial sum formula:

p ( n ) = 1 3 n 3 + 2 3 n + 1 = 1 3 ( n + 1 ) ( n 2 n + 3 ) p(n) = \frac{1}{3}n^3 + \frac{2}{3}n + 1 = \boxed{\frac{1}{3}(n+1)(n^2-n+3)} Alternatively if one recognizes the three sums making up k 2 k + 1 k^2-k+1 then this problem is easier. k = 0 n k 2 = 1 6 n ( n + 1 ) ( 2 n + 1 ) k = 0 n k = 1 2 n ( n + 1 ) k = 0 n 1 = n + 1 \begin{aligned} \sum_{k=0}^n k^2 & = \frac{1}{6}n(n+1)(2n+1) \\ \sum_{k=0}^n k & = \frac{1}{2}n(n+1)\\ \sum_{k=0}^n 1 & = n+1\\ \end{aligned} Combining all of these formulas yields us the correct result: k = 0 n k 2 k + 1 = 1 6 n ( n + 1 ) ( 2 n + 1 ) [ 1 2 n ( n + 1 ) ] + n + 1 k = 0 n k 2 k + 1 = 1 3 ( n + 1 ) ( n 2 n + 3 ) \begin{aligned} \sum_{k=0}^n k^2 - k + 1& = \frac{1}{6}n(n+1)(2n+1) - \Big[ \frac{1}{2}n(n+1)\Big] + n+1\\ \sum_{k=0}^n k^2 - k + 1 & = \boxed{\frac{1}{3}(n+1)(n^2-n+3)} \end{aligned}

Hmmm very interesting question Dr. Moroney. I do indeed enjoy your problems and I hope to see more of them in the future.

Isaiah Strawberry - 3 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...