Sign In
Can you find f(1)? What is the common difference?
Recursive rule: f(1)=2, f(n)=f(n-1)-2 for n>1
Explicit rule: f(n)=2-2(n-1)
20th term: f(20)=- 36
We are given an arithmetic sequence and asked to write a recursive rule and an explicit rule. 2,0,- 2,- 4,... We will think about these different rules one at time. Then we will find the 20th term of this sequence.
Let's recall the general form of a recursive rule for an arithmetic sequence.
Let's start by recalling the general form of an explicit rule for an arithmetic sequence. f(n)=f(1)+d(n-1) In the above formula, once again d is the common difference. As stated before, we already have f(1)=2 and d=- 2. Therefore, we have everything we need to write the explicit rule for the given sequence. f(n)=2-2(n-1)
To find the 20th term of the sequence we will substitute n=20 to the explicit rule and simplify.