208k views
3 votes
What is the formula for a Arithmetic series and how can you use it in a practical situation? Show explanation!

User Ahtazaz
by
5.2k points

1 Answer

3 votes

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 fifth term of a geometric series where the first term is 5 and the second term is 25.

r = second 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

hope this helps :)

User Luke Prior
by
5.0k points