What is 1 + 3 + 5 + 7 + 9 + 11 + ..... + (n*2) - 1, in terms of n?
Like this problem if you solved it in less than 5 seconds.
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.
But 1 is not part of the series defined by a n = n 2 − 1 , unless n can take irrational values.
1 = 1 2
1 + 3 = 2 2
1 + 3 + 5 = 3 2
1 + 3 + 5 + 7 = 4 2
.........................
so, 1 + 3 + 5 + . . . . . + n = n 2
The above question can be easily solved. The given series is nothing but the sum of n odd natural numbers.Therefore the sum of the series is given by n^2.
Sn=n/2(a+L) where a = 1 and L = 2n -1 Sn = n/2(1 + 2n -1) = n/2 (2n) = n^2
Problem Loading...
Note Loading...
Set Loading...
If you add both ends, you get 2n. Keep adding both ends and the sum will be 2n each time. You do this n/2 times. 2n*n/2 = n^2.