Name for Finite Geometric Series Summing to 1

73 Views Asked by At

I have a series which I want to have N terms, starting with term A, of which the sum is 1, and have a constant ratio, R between the terms.

Example:

0.01283 (A)

0.04967

0.19239

0.74511

Where I wanted R to be the square root of 15

To calculate this, I used

A = 1 / (1 + R(1 + R(1 + R)))

I've labelled it Geometric as that's the closest name I've found, but for the formula, this seems to be the inverse, where the sum is known, but the ratio is not, and the series is finite. What's the proper name for this series, and is there a formula that can calculate the first term (or mth term)?

1

There are 1 best solutions below

1
On BEST ANSWER

You have the sequence $A, AR, AR^2,\dots,AR^{N-1}$, with the constraint $$ A+AR+AR^2+\dots+AR^{N-1}=1. $$ Since the left-hand side can be rewritten (for $R\ne1$) as $$ A\frac{R^N-1}{R-1}, $$ once you fix $N$, you have $$ A=\frac{R-1}{R^N-1} $$