Series Convergence and Sum Calculation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
mundane
Messages
56
Reaction score
0

Homework Statement



Please write a specific function to define this series. Also provide a sum that the series converges to.

Homework Equations



Sn - {1, 1+1/e2, 1+1/e2+1/e4, 1+1/e2+1/e4+1/e6, ...}

The Attempt at a Solution



I know that the common ratio is 1/e2 and that you can raise that to the nth exponent for the last portion of each term, but how would I write this along with the previous parts from n-1, n-2, n-3, etc. added to it for each term? In other words, how can I show this in sigma notation and find the sum of it?

Thanks,
Dane
 
Physics news on Phys.org
What do you know about geometric sequences?? Do you know how to find the sum of one?
 
I believe it is a1/1-r, so 1/1-(1/e^2)? But I need to know how to express this in sigma notation first. I can't figure out how to represent it.