Final Review on Sequences

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

These flashcards cover concepts from the final review on sequences, focusing on identifying sequences, writing recursive and explicit rules, and calculating series.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What type of sequence is 5, 12, 19, 26, 33,… and what is its recursive equation?

It is an arithmetic sequence with the recursive equation: a(n) = a(n-1) + 7.

2
New cards

What type of sequence is 1, 2, 4, 8, 16,… and what is its explicit equation?

It is a geometric sequence with the explicit equation: a(n) = 2^(n).

3
New cards

What are the first six terms of the function f(n) = f(n-1) with f(0) = 40?

The first six terms are 40, 40, 40, 40, 40, 40.

4
New cards

What is the recursive rule for the sequence defined by an = -10 + 4n?

The recursive rule is: a(n) = a(n-1) + 4.

5
New cards

What is the explicit rule for the sequence where a₁ = 20 and an = an-1 + 3?

The explicit rule is: a(n) = 20 + 3(n-1).

6
New cards

What is the explicit rule for the sequence with a₁ = -10 and an = 2an-1?

The explicit rule is: a(n) = -10 * (2^(n-1)).

7
New cards

Given a₂ = 12 and a₄ = 3, how do you write the geometric explicit sequence?

The explicit sequence is: a(n) = 12 * (0.5)^(n-2).

8
New cards

What is the rule for the nth term of the sequence given a₃ = 4 and r = 2?

The nth term rule is: a(n) = 4 * (2^(n-3)).

9
New cards

How do you find the sum of Σ 5?

The sum Σ 5 is determined by adding 5 for each term in the series, which depends on the upper limit of the summation.