Skip to main content
Ch. 8 - Sequences, Induction, and Probability
Chapter 9, Problem 13

The sequences in Exercises 13–18 are defined using recursion formulas. Write the first four terms of each sequence. a_1=7 and a_n=a_n-1 + 5 for n≥2

Verified Solution

Video duration:
2m
This video solution was recommended by our tutors as helpful for the problem above.
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Recursion

Recursion is a method of defining sequences where each term is derived from previous terms. In this case, the first term is given, and subsequent terms are calculated using a specific formula. Understanding recursion is essential for generating terms in sequences, as it allows for the systematic building of terms based on established rules.
Recommended video:
Guided course
5:59
Recursive Formulas

Base Case

The base case in a recursive sequence is the initial term or terms from which the sequence begins. For the given sequence, the base case is a_1 = 7. Recognizing the base case is crucial because it provides the starting point for calculating all subsequent terms in the sequence.
Recommended video:
5:36
Change of Base Property

Arithmetic Sequence

An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. In this example, the difference is 5, as indicated by the formula a_n = a_n-1 + 5. Identifying the nature of the sequence helps in predicting future terms and understanding its overall behavior.
Recommended video:
Guided course
5:17
Arithmetic Sequences - General Formula