How Does the -1 Arise in This Series to Function Conversion?

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
2 replies · 2K views
transmini
Messages
81
Reaction score
1
I ran across an infinite sum when looking over a proof, and the sum gets replaced by a function, however I'm not quite sure how.

$$\sum_{n=1}^\infty \frac{MK^{n-1}|t-t_0|^n}{n!} = \frac{M}{K}(e^{K(t-t_0)}-1)$$

I get most of the function, I just can't see where the ##-1## comes from. Could someone help show that?
 
Physics news on Phys.org
transmini said:
I ran across an infinite sum when looking over a proof, and the sum gets replaced by a function, however I'm not quite sure how.

$$\sum_{n=1}^\infty \frac{MK^{n-1}|t-t_0|^n}{n!} = \frac{M}{K}(e^{K(t-t_0)}-1)$$

I get most of the function, I just can't see where the ##-1## comes from. Could someone help show that?

The first term in the expansion of ##e^x## is ##1##, usually put in the sum with index ##0##. In your case the sum starts with ##n=1## so the constant term is missing on the left side. If you move the constant term from the right side to the left you will see it.
 
LCKurtz said:
The first term in the expansion of ##e^x## is ##1##, usually put in the sum with index ##0##. In your case the sum starts with ##n=1## so the constant term is missing on the left side. If you move the constant term from the right side to the left you will see it.
Oh, not sure how I missed that. That makes sense, thanks