Find the sum of the series up to n terms
1 2 + ( 2 × 2 2 ) + 3 2 + ( 2 × 4 2 ) + ⋯ + n 2 .
Where n is an odd number.
i.e Evaluate
m = 1 ∑ n ( ( 2 m − 1 ) 2 + [ 2 × ( 2 m ) 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.
Problem Loading...
Note Loading...
Set Loading...
First, you haven't written the sum correctly. Actually, the sum we have to evaluate is
∑ m = 1 2 n − 1 [ ( 2 m + 1 ) 2 + 2 ⋅ ( 2 m ) 2 ] + 1
Operating and expanding, this is equal to
[ 1 2 ⋅ ∑ m = 1 2 n − 1 m 2 ] + [ 4 ⋅ ∑ m = 1 2 n − 1 m ] + 2 n − 1 + 1
As we know the formulas for the first sums
6 1 2 ( 2 n − 1 ) ( 2 n − 1 + 1 ) n + 2 4 ( 2 n − 1 ) ( 2 n − 1 + 1 ) + 2 n − 1 + 1
Finally, this is equal to 2 n 2 ( n + 1 )