Introduction to Sequences 17 May 2011. Get Up!!!

Slides:



Advertisements
Similar presentations
Tree Recursion Traditional Approach. Tree Recursion Consider the Fibonacci Number Sequence: Time: , 1, 1, 2, 3, 5, 8, 13, 21,... /
Advertisements

The Build-up of the Red Sequence at z
© red ©
Warm-up Finding Terms of a Sequence
1 of 30 1 st Derivative The formula for the 1 st derivative of a function is as follows: It’s just the difference between subsequent values and measures.
Math Journal 9-5 Evaluate Simplify
4.7: Arithmetic sequences
RECURSIVE PATTERNS WRITE A START VALUE… THEN WRITE THE PATTERN USING THE WORDS NOW AND NEXT: NEXT = NOW _________.
7.5 Use Recursive Rules with Sequences and Functions
Introduction to Arithmetic Sequences 18 May 2011.
Arithmetic Sequences Standard: M8A3 e. Use tables to describe sequences recursively and with a formula in closed form.
Homework Questions. Number Patterns Find the next two terms, state a rule to describe the pattern. 1. 1, 3, 5, 7, 9… 2. 16, 32, 64… 3. 50, 45, 40, 35…
Homework Questions. Number Patterns Find the next two terms, state a rule to describe the pattern. 1. 1, 3, 5, 7, 9… 2. 16, 32, 64… 3. 50, 45, 40, 35…
Unit 5 – Series, Sequences, and Limits Section 5.2 – Recursive Definitions Calculator Required.
Lesson 3-6. Independent Event – 1st outcome results of probability DOES NOT affect 2nd outcome results Dependent Event – 1st outcome results of probability.
Recursion. The Fibonacci sequence presented in 1201 by Leonardo Fibonacci is one of the most famous. It looks like this 1, 1, 2, 3, 5, 8, 13, 21, 34,
1 Topics Recursion sections 8.1 – Recursion A recursively defined sequence –First, certain initial values are specified –Later terms of the sequence.
Week 4 Warm Up ) Geometric or Arithmetic? -2, 4, -8, 16, -32, 64,…
Lesson 11-1 Sequences. Vocabulary Sequence – a list of numbers written in a definite order { a 1, a 2, a 3, a n-1, a n } Fibonacci sequence – a recursively.
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Infinite Geometric Series Recursion & Special Sequences Definitions & Equations Writing & Solving Geometric Series Practice Problems.
Lesson 3-6. Independent Event – 1st outcome results of probability DOES NOT affect 2nd outcome results Dependent Event – 1st outcome results of probability.
GRAPHING RELATIONSHIPS For each graph, determine the graphing relationship and record it on a white board.
Sight Words Shoesmith Kindergarten Mrs. Cranley and Mrs. Stuttley.
11.2 & 11.3: Sequences What is now proven was once only imagined. William Blake.
4.2B Geometric Explicit and Recursive Sequences
+ Lesson 3B: Geometric Sequences + Ex 1: Can you find a pattern and use it to guess the next term? A) 3, 9, 27, … B) 28, 14, 7, 3.5,... C) 1, 4, 9, 16,...
Se quences Recursive Definition Ch. 13 (2). Warm Up Find the first 4 terms of the sequence. State whether it is arithmetic, geometric or neither
Arithmetic Recursive and Explicit formulas I can write explicit and recursive formulas given a sequence. Day 2.
Lesson 3A: Arithmetic Sequences Ex 1: Can you find a pattern and use it to guess the next term? A) 7, 10, 13, 16,... B) 14, 8, 2, − 4,... C) 1, 4, 9,
Warm up Write the exponential function for each table. xy xy
Ch.9 Sequences and Series Section 1 - Mathematical Patterns.
Math 1320 Chapter 6: Sets and Counting 6.4 Permutations and Combinations.
EXAMPLE FORMULA DEFINITION 1.
Review Find the explicit formula for each arithmetic sequence.
4-7 Arithmetic Sequences
What will the center number in Figure 6?
What will the center number in Figure 6?
Sequences.
Using Recursive Rules with Sequences
Butterfly Maths Each caterpillar must be coloured the correct pattern for it to turn into a butterfly. Work out each problem to know how to colour each.
Sequences and Series.
3D Color Wheels Fall 2018.
4.7: Arithmetic sequences
Election #1 Popular Vote Electoral Vote State Red Yellow
Name: _______________________________
WELCOME.
Geometric Sequences.
Aim: What is the sequence?
Notes Over 11.5 Recursive Rules
Can I color yellow?. Can I color yellow?
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
9.1: Introduction to Sequences
New EQ: How are sequences like functions?
Arithmetic Sequence A sequence of terms that have a common difference between them.
What Color is it?.
What do you think patriotism means?
Module 3 Arithmetic and Geometric Sequences
Write the recursive and explicit formula for the following sequence
Chapter 9.1 Introduction to Sequences
Classwork: Explicit & Recursive Definitions of
Homework: Explicit & Recursive Definitions of
Arithmetic Sequence A sequence of terms that have a common difference between them.
Arithmetic Sequence A sequence of terms that have a common difference (d) between them.
8.5 Using Recursive Rules with Sequences
Module 3 Arithmetic and Geometric Sequences
4-7 Arithmetic Sequences
Introduction to Arithmetic Sequences
10.1 Sequences and Summation Notation
Presentation transcript:

Introduction to Sequences 17 May 2011

Get Up!!!

Definition Sequence – An ordered list of (generally) numbers Each number in the list is called a term of the sequence.

Application Knowing the rule of a sequence allows us to predict terms!!!

Other Examples of Sequences Green, Yellow, Red, … I pledge allegiance… {2, 4, 6, 8, 10, …}

Practice Determine the rule for the sequence AND find the next three terms: My country, ‘tis of thee… Red, Orange, Yellow, Green, … (ROY G…) –4, 3, 10, 17, … 1, 1, 2, 3, 5, 8, …

Fibonacci Sequence {1, 1, 2, 3, 5, 8, …} Fibonacci Sequence in Lateralus by Tool

Vocab. u 1 – 1 st term in the sequence u 2 – 2 nd term in the sequence u n – n th term in the sequence u n-1 – n-1 th term in the sequence

Practice Find the u 1 and the u 2 for each of the following sequences: My country, ‘tis of thee… Red, Orange, Yellow, Green, … (ROY G…) {–4, 3, 10, 17, …} {1, 1, 2, 3, 5, 8, …}

Recursive Form of a Sequence 1. You are given u 1 (the 1 st term) 2. You are given a formula for finding the n th term

Defining a Sequence Recursively {2, 5, 8, 11, 14, …}

Defining a Sequence Recursively, cont. {–7, –4, –1, 2, 5, …}

Defining a Sequence Recursively, cont. {¼, ½, 1, 2, 4, …}

Your Turn: For the following sequences, find u 1 and define the sequence recursively. {–6, –4, –2, 0, 2, …} {–4, –8, –16, –32, –64, …} {6, 11, 16, 21, 26, …} {8, 4, 2, 1, ½, ¼, …}

Finding Terms Using the Recursive Form u 1 = –7u n = u n–1 + 3 for n ≥ 2 Find the first 5 terms Find the 10 th term

Finding Terms Using the Recursive Form, cont. u 1 = 5u n = 3u n–1 – 2 for n ≥ 2 Find the first 5 terms Find the 10 th term

Your Turn: Find the first 5 terms AND the 10 th term for the sequences below: u 1 = 4 and u n = 2u n–1 + 3 for n ≥ 2 u 1 = 5 and u n = ⅓u n–1 – 4 for n ≥ 2