33.4k views
5 votes
For the following geometric sequence, find the recursive formula.
{-80, 20, -5, ...}

User BinaryMee
by
7.4k points

2 Answers

3 votes
Divides by -4 throughout
common ratio/r=-1/4
ar^(n-1), where a is the first term
substitute all the numbers in it
-80(-1/4)^(n-1)
User Johnathan
by
6.6k points
3 votes

Answer:


a_n =-(1)/(4) \cdot a_(n-1)

Explanation:

{-80, 20, -5, ...}

General recusive formula for geometric sequence is


a_n = r \cdot a_(n-1)

Where 'r' is the common ratio

To find common ratio 'r' we divide second term by first term


r=(20)/(-80) =-(1)/(4)

Replace 'r' with -1/4

First term is -80

Recursive formula becomes


a_n =-(1)/(4) \cdot a_(n-1)

User Vasja
by
7.3k points