* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download 1 - intro to sequences.notebook
Big O notation wikipedia , lookup
Karhunen–Loève theorem wikipedia , lookup
Structure (mathematical logic) wikipedia , lookup
Functional decomposition wikipedia , lookup
Proofs of Fermat's little theorem wikipedia , lookup
Non-standard analysis wikipedia , lookup
Abuse of notation wikipedia , lookup
Large numbers wikipedia , lookup
Hyperreal number wikipedia , lookup
1 intro to sequences.notebook September 03, 2015 Do Now: Mrs. Rosenblatt gave her students what she thought was a very simple task: What is the next number in the sequence: 2, 4, 6, 8, ...? Her students answered: Cody: I am thinking of a "plus 2 pattern, so it continues 10, 12, 14, ... Ali: I am thinking a repeating pattern, so it continues: 2, 4, 6, 8, 2, 4, 6, 8,2, 4, 6, 8,... 1. Are each of these valid responses? 2. What is an expression in terms of the nth number in the sequence for Cody's scenario? Goal: Students examine sequences and are introduced to the notation used to describe them. 1 intro to sequences.notebook September 03, 2015 Vocabulary: Sequence: An __________ list of elements that can be defined by ___________ *In general, a sequence is defined by a function f from a domain of positive integers to a range of numbers that can be either integers or real numbers that satisfies the equation f (n) = an. Consider the following sequence: 32 1 intro to sequences.notebook September 03, 2015 Write formulas for the sequences using both notations; 1) Jerry has thought of a pattern that shows powers of two. Here are the first 6 numbers of Jerry‛s sequence: 8, 1, 2,4,6,16,32,… Write an expression for the th number of Jerry‛s sequence. 2. Consider the sequence that follows a “plus 3” pattern: 4, 7, 10, 13, 16… a. Write a formula for the sequence using both the an notation. b. Does the formula f(n) = 3(n-1)+4 generate the same sequence? Why might some people prefer this formula? 1 intro to sequences.notebook September 03, 2015 c. Graph the terms of the sequence as ordered pairs (n, f(n)) on the coordinate plane. What do you notice about the graph? n 3. Consider a sequence that follows a “times 5” pattern: 1, 5, 25, 125,… a. Write a formula for the nth term of the sequence. Be sure to specify what value of n your formula starts with. b. Using the formula, find the 10th term of the sequence. 1 intro to sequences.notebook September 03, 2015 c. Graph the terms of the sequence as ordered pairs (n, f(n)) on the coordinate plane. What do you notice about the graph? n 4. Consider a sequence generated by the formula f(n) = 6n – 4 starting with n=1. Generate the terms f(1), f(2), f(3), f(4), and f(5). 1 intro to sequences.notebook September 03, 2015 Exit Ticket: Consider the sequence given by a "plus 8" pattern: 2,10,18,26,... John says that the formula for the sequence is f(n) = 8n + 2. Jennifer tells John that he is wrong because the formula for the sequence is f(n) = 8n 6. a) Which formula generates the sequence by starting at n=1? At n=0? b) Find f(100) for each formula Homework: worksheet