Study Sequences As Functions And Recursion in Algebra with focused flashcards that help you recognize the idea, recall the key rule, and apply it in practice-style prompts.
All flashcards
Flashcard 1: Identify whether an=2n−1 (for n≥1) is explicit or recursive.
Answer: Explicit. The formula directly gives an in terms of n.
Flashcard 2: What is the range of a sequence?
Answer: The set of term values {f(n)} produced by allowed integer n. The range contains all possible output values of the function.
Flashcard 3: What is a4 for the explicit sequence an=2n with domain n≥0?
Answer: a4=16. Substituting n=4 into the explicit formula: a4=24=16.
Flashcard 4: What is the output of a sequence when the input is not an integer in its domain?
Answer: It is undefined (not part of the sequence). Sequences only exist at integer inputs in their domain.
Flashcard 5: What does the notation f(n) represent when f is a sequence?
Answer: The output (term) of the sequence at integer input n. The function notation shows the sequence value at position n.
Flashcard 6: What is the recursive definition of the Fibonacci sequence given in the standard?
Answer: f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1) for n≥1. This is the standard recursive definition from CCSS.F-IF.3.
Flashcard 7: What is a6 for the explicit sequence an=n2?
Answer: a6=36. Substituting n=6 into the explicit formula: a6=62=36.
Flashcard 8: What is the input variable for a sequence written as an?
Answer: The index n, which is an integer in the domain. The subscript n represents the independent variable (input).
Flashcard 9: Which set is a valid domain for a sequence: R or {1,2,3,…}?
Answer: {1,2,3,…}. Sequences must have integer domains, not all real numbers.
Flashcard 10: What does it mean for a sequence to be defined explicitly?
Answer: A formula gives an directly in terms of n. No need for previous terms; just substitute n into the formula.
Flashcard 11: Find a3 if a0=4 and an=an−1−n for n≥1.
Answer: a3=−2. a2=a1−2=3−2=1, a3=a2−3=1−3=−2.
Flashcard 12: Find a2 if a0=5 and an=2an−1 for n≥1.
Answer: a2=20. a1=2(5)=10, a2=2(10)=20.
Flashcard 13: What is f(3) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(3)=3. Using f(2)=2 and f(1)=1: f(3)=f(2)+f(1)=2+1=3.
Flashcard 14: What is a recursion rule for a sequence?
Answer: An equation such as an=(expression using earlier terms). The rule shows how to calculate each term from earlier ones.
Flashcard 15: Find a2 if a0=4 and an=an−1−n for n≥1.
Answer: a2=1. a1=a0−1=4−1=3, a2=a1−2=3−2=1.
Flashcard 16: What is the ordered-pair representation of a sequence term an on a graph?
Answer: The point (n,an). The x-coordinate is n, the y-coordinate is the term value.
Flashcard 17: What does it mean for a sequence to be defined recursively?
Answer: Terms are defined using previous term(s) plus initial condition(s). Each term depends on one or more preceding terms.
Flashcard 18: Find a3 if a1=−1 and an=an−12 for n≥2.
Answer: a3=1. Squaring the previous term: a3=(1)2=1.
Flashcard 19: What is f(2) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(2)=2. Using f(1)=1 and f(0)=1: f(2)=f(1)+f(0)=1+1=2.
Flashcard 20: Identify the domain for the sequence points (1,4), (2,7), (3,10), (4,13).
Answer: {1,2,3,4}. The domain consists of all x-coordinates of the points.
Flashcard 21: Identify the range for the sequence points (1,4), (2,7), (3,10), (4,13).
Answer: {4,7,10,13}. The range consists of all y-coordinates of the points.
Flashcard 22: What is a0 for the explicit sequence an=2n with domain n≥0?
Answer: a0=1. Substituting n=0 into the explicit formula: a0=20=1.
Flashcard 23: What is the value of a3 if the sequence is given by points (0,2), (1,5), (2,8), (3,11)?
Answer: a3=11. The point (3,11) shows that a3=11.
Flashcard 24: What is a1 for the explicit sequence an=2n with domain n≥0?
Answer: a1=2. Substituting n=1 into the explicit formula: a1=21=2.
Flashcard 25: What is the correct interpretation of f:{0,1,2,…}→R?
Answer: f assigns a real value to each integer input n≥0. Function notation shows integer inputs map to real number outputs.
Flashcard 26: Which representation best matches a sequence: discrete points or a continuous curve?
Answer: Discrete points (n,an) at integer n. Sequences have gaps between integer inputs, unlike continuous functions.
Flashcard 27: What is the definition of a sequence as a function in Algebra 1?
Answer: A function with domain a subset of the integers, usually {0,1,2,…}. The domain must be integers, not continuous real numbers.
Flashcard 28: What is required to define a recursive sequence that uses an−1 only?
Answer: One initial condition (for example, a1) and the recursion rule. One previous term requires one starting value to begin.
Flashcard 29: Find a3 if a0=2, a1=3, and an=an−1+an−2 for n≥2.
Answer: a3=8. Adding the two previous terms: a3=a2+a1=5+3=8.
Flashcard 30: Find a3 if a1=10 and an=an−1−4 for n≥2.
Answer: a3=2. a2=10−4=6, a3=6−4=2.
Flashcard 31: Find a3 if a1=2 and an=21an−1 for n≥2.
Answer: a3=21. a2=21(2)=1, a3=21(1)=21.
Flashcard 32: What is a5 for the explicit sequence an=3n?
Answer: a5=15. Substituting n=5 into the explicit formula: a5=3(5)=15.
Flashcard 33: Identify whether a1=1 and an=an−1+3 (for n≥2) is explicit or recursive.
Answer: Recursive. Each term is defined using the previous term.
Flashcard 34: Identify the domain of Fibonacci as defined by f(0), f(1), and f(n+1) for n≥1.
Answer: All integers n≥0. Initial conditions define f(0) and f(1), rule applies for n≥1.
Flashcard 35: What is the index of the term 11 in the sequence points (0,2), (1,5), (2,8), (3,11)?
Answer: n=3. The point (3,11) shows that term 11 occurs at index 3.
Flashcard 36: What is f(5) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(5)=8. Using f(4)=5 and f(3)=3: f(5)=f(4)+f(3)=5+3=8.
Flashcard 37: Find a2 if a1=−1 and an=an−12 for n≥2.
Answer: a2=1. Squaring the previous term: a2=(−1)2=1.
Flashcard 38: What is f(3) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(3)=3. Using f(2)=2 and f(1)=1: f(3)=f(2)+f(1)=2+1=3.
Flashcard 39: What is f(4) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(4)=5. Using f(3)=3 and f(2)=2: f(4)=f(3)+f(2)=3+2=5.
Flashcard 40: What does the condition n≥1 mean in a recursion like f(n+1)=f(n)+f(n−1)?
Answer: The rule applies only for integer inputs n starting at 1. The recursion needs n≥1 to ensure both f(n) and f(n−1) exist.
Flashcard 41: Find a2 if a0=2, a1=3, and an=an−1+an−2 for n≥2.
Answer: a2=5. Adding the two previous terms: a2=a1+a0=3+2=5.
Flashcard 42: Identify the missing initial condition needed for an=2an−1+1 to define a sequence.
Answer: A starting value such as a0 or a1. Recursive definitions require at least one starting value.
Flashcard 43: Choose the correct domain statement for an=n1 when written as a sequence.
Answer: Integers n≥1. Sequences require integer domains, not all real numbers.
Flashcard 44: What is the domain of a typical sequence written as an for n=1,2,3,…?
Answer: The positive integers {1,2,3,…}. Starting at n=1 gives positive integers as the domain.
Flashcard 45: What is a3 for the explicit sequence an=2n with domain n≥0?
Answer: a3=8. Substituting n=3 into the explicit formula: a3=23=8.
Flashcard 46: What is required to define a recursive sequence that uses an−1 and an−2?
Answer: Two initial conditions (for example, a0 and a1) and the rule. Two previous terms require two starting values to begin.
Flashcard 47: What is the domain of a sequence defined for n=0,1,2,…?
Answer: The nonnegative integers {0,1,2,…}. Starting at n=0 includes zero in the domain.
Flashcard 48: What is the key difference between a sequence and a continuous function graph?
Answer: A sequence has discrete integer inputs, not all real x-values. Sequences only exist at integer points, not between them.
Flashcard 49: What is the smallest number of initial conditions needed for an=an−1+an−2?
Answer: Two initial conditions. The rule uses two previous terms, so two starting values are needed.
Flashcard 50: Find a3 if a0=1 and an=3an−1 for n≥1.
Answer: a3=27. a1=3(1)=3, a2=3(3)=9, a3=3(9)=27.
Flashcard 51: What is f(4) for Fibonacci when f(0)=f(1)=1 and f(n+1)=f(n)+f(n−1)?
Answer: f(4)=5. Using f(3)=3 and f(2)=2: f(4)=f(3)+f(2)=3+2=5.
Flashcard 52: What does the notation an mean in a sequence?
Answer: The nth term of the sequence. Subscript notation indicates the term's position in the sequence.
Flashcard 53: Find a4 if a1=3 and an=an−1+2 for n≥2.
Answer: a4=9. a2=3+2=5, a3=5+2=7, a4=7+2=9.
Flashcard 54: What is an initial condition in a recursive sequence?
Answer: Starting value(s) like a1 or a0 needed to generate later terms. Without initial values, the recursive pattern cannot begin.