156k views
1 vote
Formulate the recursive formula for the following geometric sequence.
{-16, 4, -1, ...}

User Mor Sagmon
by
6.1k points

2 Answers

3 votes

Answer:


Explanation:

each term is negative and 1/4 of previous term so the nth term is the n-1 term times -1/4 so f(n)= -1/4 f(n-1)

User Graham Wager
by
5.7k points
5 votes

The first term is -16, so we have

... a[1] = -16

Each term is -1/4 of the one before it, so the recursive rule is

... a[n+1] = (-1/4)a[n]

User Martin Dusek
by
5.3k points