205k views
4 votes
What is the formula for a finite geometric series and how can you use it in a practical situation?

User Fteinz
by
7.9k points

1 Answer

1 vote
A finite geometric series is that where the consecutive terms have a fix ratio.

Call r the ratio, An the nth term and An+1 the next term to n, then:

An+1 / An = r

For example, the geometric series, 1, 3, 9, 27, 81, ..

You can verify that

3 = 1* 3
9 = 3 * 3
27 = 9 * 3
81 = 27 * 3

So, the formula is An+1 = An * r, so if you know the first term you can find any other term.

For example, Find the fith term of a geometric series where the first term is 5 and the second term is 25.

r = secont term / first term = 25 / 5 = 5

=> Fifth term = First term * r * r * r * r = First term * r^4 = 25 * 5^4 = 15,625

From this you can also see this valid formula:

An = A1 * r^ (n-1).


So now you have two equivalent formulas:

An+1 = An * r, which is called recursive formula, and
An = A1 * r ^ (n-1), which is called explicit formula


User Alexandrul
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories