5,624 views
15 votes
15 votes
Can you tell me an easy way to understand “finding a term of a recursive sequence”. Here is the example they have given me, if f(1)=160 and f(n+1)=-2f(n) what is f(4)?

Can you tell me an easy way to understand “finding a term of a recursive sequence-example-1
User Jerome Provensal
by
2.3k points

1 Answer

28 votes
28 votes

Step-by-step explanation:

Given;

We are given the recursive formula for a sequence and that is shown below;


f(n+1)=-2f(n)

Required;

We are required to find the value of f(4).

Step-by-step solution;

In a sequence, basically the nth term (or just n) is actually the term to be determined (or calculated). Hence, f(1) means, first term, f(2) means second term, and so on.

For this sequence, we have been given the first term, that is;


f(1)=160

To determine the second term we simply substitute for n = 2, that is;


f(n+1)=-2f(n)

However, for this formula given, the left side already already has the nth term plus 1. Therefore, in this case we simply substitute n = 1, and we have the second term. This is shown below;


f(1+1)=-2f(1)
f(2)=-2(160)
f(2)=-320

The same way we can now calculate the 3rd and 4th term. Note that the common ratio is -2.

We now have;


f(2+1)=-2f(2)
f(3)=-2(-320)
f(3)=640

And to calculate f(4), the fourth term;


f(3+1)=-2f(3)
f(4)=-2(640)
f(4)=-1280

ANSWER:


f(4)=-1280

User Sriramramani
by
2.7k points