Partial sum of geometric series

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
realitybugll
Messages
39
Reaction score
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
 
Physics news on Phys.org
yea i actually need to do it for the even ones for my equation haha

ok so i think i got it, not going to write it all out because i;m busy, but thank you :)