realitybugll
- 39
- 0
ok so i know how to calculate the partial sum of a geometric series.
But let's say i only want to calculate the sum of every other term, how would i do this?
example:
.5^0+.5^1+.5^2+...+.5^n = (.5^(n+1) - 1)/(.5-1)
but what equation can i use to get the sum of only these terms:
.5^1+.5^3+.5^5...+.5^n where n is odd
But let's say i only want to calculate the sum of every other term, how would i do this?
example:
.5^0+.5^1+.5^2+...+.5^n = (.5^(n+1) - 1)/(.5-1)
but what equation can i use to get the sum of only these terms:
.5^1+.5^3+.5^5...+.5^n where n is odd