asked 3.5k views
0 votes
The explicit rule for a sequence is given. an=4n−1 What is the recursive rule for the sequence?

(QUESTION 4.02)

2 Answers

3 votes

Answer: a1=3; an=an−1+4

Explanation:

The explicit rule for a sequence is given. an=4n−1 What is the recursive rule for-example-1
answered
User Grant Herman
by
8.7k points
5 votes

Answer:


a_(n+1)=a_n+4

Explanation:

Have in mind the definition of the term
a_n=4\,n-1, and now work on what the term
a_(n+1) is based on the previous definition:


a_(n+1) = 4\,(n+1)-1\\a_(n+1)=4\,n+4-1

In the next step do NOT combine the numerical values, but try to identify the
a_n term (
4\,n-1) in the expression (notice the use of square brackets to group the relevant terms):


a_(n+1)=4\,n+4-1\\a_(n+1)=[4\,n-1]+4\\a_(n+1)=a_n+4

So now we have the term "
a_(n+1)" defined in a recursive manner based on the previous term "
a_n"

answered
User Per Lindberg
by
7.6k points

Related questions

asked Apr 21, 2018 232k views
Ketouem asked Apr 21, 2018
by Ketouem
8.4k points
2 answers
2 votes
232k views
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.