Write a recursive definition for the sequence 11, 8, 5, 2
Solution:
The recursive process involves an application of a rule to successive results.
The above sequence is obtained from the rule which is applied recursively and is stated as follows:
The nth term is obtained by subtracting 3 from the (n - 1)th term or in other words the (n + 1)th term is obtained from the nth term by subtracting 3.
Mathematically it can be stated as:
an= an-1 - 3
Or
an+1= an - 3
We take another example of a sequence depicting a recursive relationship.
1, 3, 7, 15, 31
The above sequence is defined by a recursive relation:
an =2n-1 + 1
Or
an+1 =2n + 1
Write a recursive definition for the sequence 11, 8, 5, 2
Summary
The recursive definition for the sequence 11, 8, 5, 2 is \(a_{n}= a_{n-1} - 3\).
Math worksheets and
visual curriculum
visual curriculum