Convergence of an infinite series of exponentials

Click For Summary

Discussion Overview

The discussion revolves around the convergence of an infinite series of exponential functions defined by a specific mathematical expression. Participants explore the properties of the series, its convergence behavior, and the possibility of finding a continuous function that represents the series. The scope includes mathematical reasoning and technical exploration of series convergence.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents a series defined by a sum of exponential functions and expresses uncertainty about its convergence and the existence of a continuous function to describe it.
  • Another participant suggests rewriting the series to analyze convergence, providing a comparison that may help in understanding the behavior of the series.
  • A participant corrects a typo in the original series definition, clarifying that the decay function depends on the index of summation, which is crucial for understanding the series' behavior.
  • Discussion of the Weierstrass M-test is introduced, with one participant arguing that the series converges absolutely by splitting the components of the function and applying the test.
  • Concerns are raised about the analytical summation of the series, with participants noting the complexity introduced by the term involving R raised to the power of i.
  • Another participant confirms the series converges uniformly for t ≥ 0, but expresses skepticism about finding a closed form for the sum.
  • One participant suggests that the sum of certain components converges to 1 and proposes a method to potentially express the series in a closed form by rearranging terms.

Areas of Agreement / Disagreement

Participants generally agree that the series converges, particularly under the conditions discussed. However, there remains no consensus on how to analytically sum the series or find a continuous function that describes it.

Contextual Notes

Limitations include the complexity of the series due to the dependence on the index of summation and the specific behavior of the exponential terms. The discussion also highlights the need for careful treatment of the terms involved in the series.

sumner
Messages
3
Reaction score
0
I have a set of data that I've been working with that seems to be defined by the sum of a set of exponential functions of the form (1-e^{\frac{-t}{\tau}}). I've come up with the following series which is the product of a decay function and an exponential with an increasing time constant. If this series converges (I think it does), it would be very helpful to have a single, continuous function that describes the same curve.

<br /> f(t) = \sum_{i=1}^\infty (e^{1-i}-e^{-i})(1-exp( \frac{-t}{\tau R^i}))<br />

where f is a function of t (time),
\tau is a constant where \tau&gt;0,
and R is a constant where R&gt;1.

Note that \lim_{t\rightarrow \infty}{f(t)=1}

The n^{th} term test does not reveal anything since \lim_{n\rightarrow +\infty}{f(t)}=0
Writing out the n^{th} partial sum doesn't reveal much to me.
Beyond that, I'm not really sure where to go.

I've plotted an example set with a n=2 partial sum and a n=10 partial sum (left column). You can ignore their comparisons to a simulation on the right.

https://photos-5.dropbox.com/t/2/AADR6nipgtsqQOHrGDcNtxiqO6N_4N6kaoNmk1NMiXTb-w/12/272245/png/32x32/1/_/1/2/exponentials_18250.png/EPrZNBjh4avTBCACKAI/Lew1XtsiNm8kaz3Vx1x-gEyH4EiHRQ5HufHxDkmFd-E?size=1280x960&size_mode=3

Can anyone help me 1)determine if this series converges and if so, 2)what the continuous function that describes the series is?
 
Last edited:
Physics news on Phys.org
for your first question (convergence) try re-writing as
##
f(t) = \frac{e-1}{e^n} \sum_{i=1}^n \left(1 - e^{-\frac{t}{\tau R^i}}\right) \leq \frac{e-1}{e^n} \sum_{i=1}^n 1 = \frac{n(e-1)}{e^n}
##
I don't think I can help you sum the series, though.

Jason

edit: I was assuming t\geq 0 so the term in parenthesis is non-negative; otherwise the above isn't useful ...
 
Oh no, I realized I did have a typo in my first post.

I wrote:
<br /> f(t) = \sum_{i=1}^n (e^{1-n}-e^{-n})(1-exp( \frac{-t}{\tau R^i}))<br />

But meant:
<br /> f(t) = \sum_{i=1}^\infty (e^{1-i}-e^{-i})(1-exp( \frac{-t}{\tau R^i}))<br />
meaning the first term (decay function) does actually depend on i. The exact function isn't actually that important as long as its result is monotonically decreasing approaching zero. To clarify, the R^i term is the ratio between consecutive time constants, where each term in the series has an increasingly large time constant.

Thanks for your response, jasonRF. Your assuming t&gt;=0 was correct. Although my mistake invalidates your response, I think you may still be headed in the right direction. I'll keep thinking...
 
sumner said:
<br /> f(t) = \sum_{i=1}^\infty (e^{1-i}-e^{-i})(1-exp( \frac{-t}{\tau R^i}))<br />
meaning the first term (decay function) does actually depend on i. The exact function isn't actually that important as long as its result is monotonically decreasing approaching zero. To clarify, the R^i term is the ratio between consecutive time constants, where each term in the series has an increasingly large time constant.
You should be able to do the same thing I did before, except the e^{-i} is inside the summation. If you know the Wierstrauss M test, then you should use that. If you never learned it (in the US it would be covered in an intro analysis class, but not the typical calculus class), you can treat t \geq 0 as a constant and use the comparison test.

Since R^i doesn't seem to mean the quantity R raised to the power i, it is hopeless to think of summing this analytically. Even if it was R to the i, I don't know how to do the sum. The good news is that the e^{-i} inside the sum means that you probably only need to use a small number of terms to evaluate this function fairly accurately.

Jason
 
Thanks again for your help, jasonRF.

I looked into the Weierstrass M-test. If you split up the two components of my function inside the series, I think it's quite easy to show absolute convergence. I've written my thoughts on Weierstrass out here. Feel free to skip down; these are as much for me remembering what I've done as they are for your/public consumption.

Let a_i=(e^{1-i}-e^{-i}) and b_i(t)=(1-exp(\frac{-t}{\tau R^i})), where f(t)=\sum_{i=1}^{\infty}a_ib_i(t)
We know that a_i is monotonically decreasing with i and 0 \lt a(i) \leq (1-\frac{1}{e}).
We also know that 0 \leq b_i \leq 1 , keeping in mind (1 \leq i \leq \infty and 0 \leq t \leq \infty)
Thus, we know that a_ib_i \leq a_i

Coming back to Weierstrass, we set the constant M_n =a_i.
We know that: \sum_{i=1}^\infty a_i=1, thus M_n is a convergent series of constants.
Since a_ib_i \leq a_i \Rightarrow a_ib_i \leq M_n
We've met the Weierstrass condition: for a convergent series of constants M_n, |a_ib_i| \leq M_n.
Thus, f(t)=\sum_{i=1}^{\infty}a_ib_i(t)=\sum_{i=1}^{\infty}(e^{1-i}-e^{-i})(1-exp(\frac{-t}{\tau R^i}) absolutely converges.
In your last response you wrote that R^i doesn't seem to mean R raised to the power i. In fact, this is precisely what I mean. The R^i term is critical to the function, actually. It is what "stretches" the exponential curves on the time axis with increasing i. In fact, without this term, the effective time constant \tau would remain constant (b_i would be the same for all i) and since \sum a_i = 1 and \sum b_i(t) =1 as t \rightarrow \infty, then the whole function would simply converge to 1.

I'm still trying to think of how to solve the summation analytically. But you're right. Ten terms are enough to approximate the sum to within 0.01%. It would just be nice to have a single continuous function.
 
It looks like you have the right idea - the series converges. The M test actually tells you that the series converges uniformly for t\geq0.

If R^i does mean the number R raised to the power i, then there may be a way to sum the series. I'll think about it, but am skeptical that I am the right person to figure this out!

Jason
 
It may help to notice that the sum of [the first factor (e1-k - e-k) times the 1 in the second factor] converges — as you know — to 1.

(For clarity I prefer to avoid using the letter i where it might be confused with the square root of -1.)

Now, to get the sum, this can be ignored. What's left is just (the negative of) the sum of

(e1-k - e-k) exp(-t/(τRk)).​

Now if the exp term is expanded into its usual power series, this will become a double sum. Just possibly if it is summed in the opposite order, it might be able to be expressed in a closed form. I'd be curious to know whether this is the case.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K