Solve Compound Sum for Unknown: a, c, l, and m

  • Thread starter ktoz
  • Start date
In summary: So in summary, the formula for calculating the compound sum of terms is given by the expression v = \frac{(m + l)!(al + a + cm)}{m!(l + 1)!}, and the question is whether there is a general way to isolate "m" when it is unknown.
  • #1
ktoz
171
12
Hi

I have a summation formula that can calculate the compound sum of terms

(a + c0) + (a + c1) + (a + c2) ... + (a + cm) to any level. Or put another way, it can sum the terms, sum the sums of the terms sum the sums of the sums of the terms etc.

Given
a = element of reals
c = element of reals
l = element of naturals
m = element of naturals

where
a = 1
c = 1
l = 1
m = 4

10 = [tex]\frac{(m + l)!(a(l + 1) + cm)}{m!(l + 1)!}[/tex]

where
a = 1
c = 2
l = 2
m = 4

30 = [tex]\frac{(m + l)!(a(l + 1) + cm)}{m!(l + 1)!}[/tex]

etc

What I'm wondering is, if given a compound sum and an unknown m, is it possible to do some sorcery and solve for m?

For example, with the simple case of summing naturals

v = [tex] \frac{n(n + 1)}{2}[/tex]
n = [tex]\frac{(sqrt(8v + 1) - 1)}{2}[/tex]

Can the same sort of thing be done with the above compound sum formula?
 
Last edited:
Mathematics news on Phys.org
  • #2
Omitting all the extraneous stuff from above, it becomes

[tex]v = \frac{(m + l)!(al + a + cm)}{m!(l + 1)!}
[/tex]

Rearranging terms and expanding factorials I got this

[tex]v = \frac {(al + a + cm)(m + 1)(m + 2)(m + 3) ... \times (m + l)}{1 \times 2 \times 3 ... \times (l + 1)}[/tex]

But what I don't know is if there is any way to rearrange the above to isolate the m term. Anyone know if there is a general way to do that?
 
Last edited:
  • #3
Your notation is incredibly confusing... why do you need four variables to define an arithmetic sequence? At worst you should only need three
 
  • #4
Office_Shredder said:
Your notation is incredibly confusing...

Sorry. Highest level math I took in school was Algebra 2 (twenty years ago) so I'm kind of making it up as I go along.

Why do you need four variables to define an arithmetic sequence? At worst you should only need three

It's to allow for compound summation. for example

a = real = starting point
c = real = constant difference
m = natural = zero based term index
l = natural = zero based summation level

Example 1:
a = 1, c = 1, m = 5, l = 4

Sum table:
0 1 2 3 4 5 m
----------------------------------------
1 1 1 1 1 1 c
----------------------------------------
1 2 3 4 5 6 l = 0
1 3 6 10 15 21 l = 1
1 4 10 20 35 56 l = 2
1 5 15 35 70 126 l = 3
1 6 21 56 126 252 l = 4

Plugged into formula
[tex] 252 = \frac{(5 + 4)!(1 \times 4 + 1 + 1 * 5)}{5!(4 + 1)!}[/tex]

Example 2:
a = 1, c = 5, m = 5, l = 4

Sum table:
0 1 2 3 4 5 m
----------------------------------------
0 5 5 5 5 5 c
----------------------------------------
1 6 11 16 21 26 l = 0
1 7 18 34 55 81 l = 1
1 8 26 60 115 196 l = 2
1 9 35 95 210 406 l = 3
1 10 45 140 350 756 l = 4

Plugged into formula
[tex] 756 = \frac{(5 + 4)!(1 \times 4 + 1 + 5 * 5)}{5!(4 + 1)!}[/tex]

What the formula does isn't as much of a concern as how to isolate "m"
 
Last edited:

FAQ: Solve Compound Sum for Unknown: a, c, l, and m

What is a compound sum?

A compound sum refers to the total amount of money earned or invested when interest is compounded over a period of time. It takes into account the initial principal amount, the interest rate, and the number of compounding periods.

How do you solve for unknown variables in a compound sum?

To solve for unknown variables in a compound sum, you can use the compound interest formula: S = P(1 + r/n)^(nt). S represents the total amount, P is the principal amount, r is the interest rate, n is the number of compounding periods per year, and t is the total number of years.

What is the difference between simple interest and compound interest?

Simple interest is calculated as a percentage of the principal amount, while compound interest takes into account the accumulated interest over time. This means that with compound interest, the interest earned in each compounding period is added to the principal amount, resulting in a higher total amount earned or owed.

How do you calculate the compound sum when the interest rate is not constant?

If the interest rate is not constant, you can still use the compound interest formula by breaking down the time period into smaller intervals and using the corresponding interest rate for each interval. These smaller intervals can be days, weeks, or months, depending on the frequency of the interest rate changes.

Can compound interest be applied to any type of investment?

Yes, compound interest can be applied to any type of investment that earns interest over time, such as savings accounts, bonds, and mutual funds. However, the interest rate and compounding frequency may vary depending on the investment vehicle.

Similar threads

Replies
5
Views
1K
Replies
7
Views
2K
Replies
7
Views
2K
Replies
2
Views
1K
Replies
2
Views
1K
Replies
8
Views
2K
Replies
4
Views
2K
Back
Top