How to Convert Finite Sums to Closed Form with Limit |a| < 1

  • Context: Graduate 
  • Thread starter Thread starter mcbballp32
  • Start date Start date
  • Tags Tags
    Closed Form Summation
Click For Summary

Discussion Overview

The discussion revolves around converting finite sums to closed form expressions, particularly focusing on sums involving powers of a variable \( a \) with the condition that \( |a| < 1 \). Participants explore various approaches to derive closed forms for specific finite sums, as well as the relationship between finite and infinite sums.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant requests closed form equations for two specific sums: \( \sum_{i=1}^n \frac{1}{a^i} \) and \( \sum_{i=1}^n \frac{i}{a^i} \).
  • Another participant clarifies the intended sums, suggesting that the first sum is a geometric series and the second involves a more complex form that may require differentiation of a related infinite series.
  • Several participants discuss the derivation of finite sums from infinite sums, with one providing a method to express finite sums in terms of infinite sums and others agreeing on the validity of this approach.
  • There is a discussion about the historical context and flexibility in deriving the infinite sum rule from the finite sum rule, with differing opinions on the necessity of following a specific derivation method.
  • One participant emphasizes the importance of the condition \( |a| < 1 \) in the context of the sums being discussed, noting that this condition affects the behavior of the sums as they approach infinity.

Areas of Agreement / Disagreement

Participants generally agree on the methods to derive closed forms for the sums, but there are competing views on the best approach to relate finite and infinite sums. The discussion remains unresolved regarding the historical context and preferred methods of derivation.

Contextual Notes

Some participants express uncertainty about the implications of their derivations, particularly regarding the conditions under which the sums converge and the assumptions involved in the derivations.

mcbballp32
Messages
3
Reaction score
0


Ignore the above, I was haveing problems with the symbol...

Convert each to closed form:

1. Sum from i=1 to n of: \frac{n}{a^n}

2. Sum from i=1 to n of: \frac{1}{a^n}

Thanks.

P.S. I know how to do it if it was an infinite series, but not for this.
 
Physics news on Phys.org
You almost certainly do not mean to ask for the sum of 1/a^n+1/a^n+...+1/a^n adding n copies of 1/a^n.

Do you mean to ask for the sum of 1/1^n+1/2^n+...+1/n^n?

Do you mean to ask for the sum of 1/a^1+1/a^2+...+1/a^n?
 
Hi Bill, you are right.

For #1, I am asking for a closed form equation for the sum of: 1/a^1 + 1/a^2 + 1/a^3 ... 1/a^n

For #2, I was asking for a closed form equation of the sum of: 1/a^1 + 2/a^2 + 3/a^3 ... n/a^n

For both, a is any constant (for my purposes a is (1+r) where r is going to be the yield to maturity as I am trying to come up with a closed form equation for the duration of a bond), but I don't think that is relevant to the above.

Thanks.
 
The first is almost a geometric series- \sum_{i= 0}^n b^i which has a well known sum: \frac{1}{1- b} for -1< b< 1. I say "almost" because it is missing the first term, b^0= 1 and has b= 1/a. Of course, that means your sum is just the geometric series without that first "1". Its sum is \frac{1}{1- b}- 1= \frac{b}{1- b}, again, for -1< b< 1. And, with b= 1/a, that is \frac{\frac{1}{a}}{1- \frac{1}{a}}= \frac{1}{a- 1} after you multiply both numerator and denominator by a.

For the second one, think of the series \sum_{n=1}^\infty \left(\frac{x}{a}\right)^n which is just the same as above except with \frac{x}{a}[/itex] instead of b. It sum is \frac{\frac{x}{a}}{1- \frac{x}{a}}= \frac{ax}{a- x}, again multiplying numerator and denominator by a.<br /> <br /> Now look what happens when you differentiate that sum &quot;term by &quot;term&quot;. The derivative of \left(\frac{x}{a}\right)^n is \frac{nx^{n-1}}{a^n} and the derivative of \frac{ax}{a- x} is \frac{a}{(a- x)^2}.<br /> <br /> That is, \sum_{n=1}^\infty \frac{nx^{n-1}}{a^n}= \frac{a}{(a- x)^2}. Now take x= 1 to get your sum.
 
The finite sum \sum_{i= 0}^n b^i is (1-bn+1)/(1-b).

To get your answer let b=1/a.
 
Thanks for the help. Mathman, that was what I was looking for for the first one.

Using your example, do you or anyone else know what the finite sum would be for i bi?
 
mcbballp32 said:
do you or anyone else know what the finite sum would be for i bi?

I pasted a handy summation table into my math handbook. I attached a copy for you.

By the way, you mentioned that you know the formulas for the infinite summations, but not the finite summations. You can actually derive the finite sums from the infinite sums easily. I give an example below.

\sum_{k=0}^n a^k=\sum_{k=0}^\infty a^k - \sum_{k=n+1}^\infty a^k

let m=k-n-1 in the second infinite summation.

=\sum_{k=0}^\infty a^k - \sum_{m=0}^\infty a^{m+n+1} = \sum_{k=0}^\infty a^k - a^{n+1}\sum_{m=0}^\infty a^m={{1-a^{n+1}}\over{1-a}}
 

Attachments

Last edited:
Note to stevenb: The infinite sum rule is derived from the finite sum rule.

Finite sum rule derivation:
S=Σ(k=0,n)
aS=Σ(k=1,n+1)
S-aS=1-an+1
S=(1-an+1)/(1-a)
Infinite sum rule is obtained by n->∞ for |a|<1.
 
mathman said:
Note to stevenb: The infinite sum rule is derived from the finite sum rule.

Finite sum rule derivation:
S=Σ(k=0,n)
aS=Σ(k=1,n+1)
S-aS=1-an+1
S=(1-an+1)/(1-a)
Infinite sum rule is obtained by n->∞ for |a|<1.

OK, I don't disagree, but maybe you missed my point.

The OP said that he knew the infinite sum formulas, but didn't know the finite sum formulas. I was just pointing out to him that he can derive the finite sum formulas from the infinite sum formulas. Are you saying this isn't true, or are you just pointing out an accepted convention?

I can easily prove the infinite sum formula by doing long division on 1/(1-a), and above I show how to get the finite sum formula from the infinite sum formula. Math is pretty flexible, as I'm sure you know.
 
  • #10
The finite sum rule may be derived from the infinite sum rule as you said. The point I was trying to make is that the infinite sum rule is itself derived from the finite rule, which is derived as I expressed.
 
  • #11
mathman said:
The finite sum rule may be derived from the infinite sum rule as you said. The point I was trying to make is that the infinite sum rule is itself derived from the finite rule, which is derived as I expressed.

I guess I (politely) object to your phrasing here a little. - no offense intended.

I find this statement unnecessarily rigid.

Surely, you can (or may) derive the infinite sum rule from the finite sum rule. Perhaps, it is even preferred (simplest, most elegant?) to do it that way. I don't disagree with that at all. Maybe it was even historically found that way? I don't know the history, so I can't answer that. I would in fact be interested in the history if this is your point.

However, I'm not aware of any requirement to do it that way. I should be able to choose to derive the infinite sum rule by a number of different methods, some more complicated or obscure than others. I might do that without ever mentioning or thinking about the finite sum formula.

Just to give some examples with minimal thought.

1. Do long division on 1/(1-a) and it equals 1+a+a^2 ...

2. A round about way is to prove the Binomial series formula and then apply it to (1-a)^(-1)

or mimicking your method for finite sums

3. Multiply 1+a+a^2 ... times (1-a) and it's clear this equals unity. One can just look at the series and come up with that solution instantly. This is essentially identical to your proof for the finite series case, but using infinite series, where one never needs to think about a finite sum.

Infinite sum rule derivation:
S=Σ(k=0,inf) a^k
aS=Σ(k=1,inf) a^k
S-aS=1
S=(1)/(1-a)

To me, it's just a matter of preference on how you want to think about it. Is there some subtle mathematical reason why one must do it for finite series and then take the limit? Maybe it's one of those finer points that just goes over the head of an engineer?
 
Last edited:
  • #12
The only subtlety comes from the need to include the limit |a|<1 in the discussion. By doing the finite sum first, the answer to this question is obvious, since the discarded term -> 0 only for |a| < 1.
 
  • #13
mathman said:
The only subtlety comes from the need to include the limit |a|<1 in the discussion. By doing the finite sum first, the answer to this question is obvious, since the discarded term -> 0 only for |a| < 1.

Yes, that's a good point. Thank you!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
3
Views
2K
  • · Replies 0 ·
Replies
0
Views
3K