RECURSION & CALCULATOR Calculators are magic!! We can get the calculator to determine each term in a sequence. We input the sequence just like the recursion.

Slides:



Advertisements
Similar presentations
9.1 Sequences. A sequence is a list of numbers written in an explicit order. n th term Any real-valued function with domain a subset of the positive integers.
Advertisements

Do you know how to use your Caluclator? By; Beth, Mercedes, Cole and Daniel.
T-5 Mean, Median and Mode. Definitions Mean: the average; add up the numbers in your list and divide by how many numbers you have Median: the middle value.
RECURSIVE FORMULAS In addition to level 3.0 and above and beyond what was taught in class, the student may: · Make connection with other concepts.
Texas Instruments TI-83 Plus Graphing Calculator Basic Operations.
1.3 Arithmetic Sequences Objectives:
Quadratics       Solve quadratic equations using multiple methods: factoring, graphing, quadratic formula, or square root principle.
8.1 Sequences and Series Essential Questions: How do we use sequence notation to write the terms of a sequence? How do we use factorial notation? How.
Generating Number Sequences
8.1: Sequences.
8.1 Sequences Quick Review What you’ll learn about Defining a Sequence Arithmetic and Geometric Sequences Graphing a Sequence Limit of a Sequence.
Essential Question: Does this help my marking period grade? (Answer: No)
Warm up – Arithmetic Sequences Identify the next three terms and the common difference for the following sequences: 1.)0, 5, 10, 15, 20… 2.)74, 67, 60,
Sequences & Series Pre-Calculus Lesson 9.1. Infinite Sequence: A sequence without bound - - 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, … ? (what’s next 2 terms)
1.2 Mathematical Patterns Objectives: 1. Define key terms: sequence, sequence notation, recursive functions 2. Create a graph of a sequence 3. Apply sequences.
Alternating Series.
Functions. Evaluating Functions Graphing Functions.
Infinite Sequences and Summation Notation (9.1) The relationship between the value of a term and its position in line.
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Section 11.1 Sequences. Sequence – list of values following a pattern Arithmetic – from term to term there is a common difference we’ll call d Geometric.
Advanced Algebra II Notes 1.4 Graphing Sequences Turn to page 51 in your textbook. For each table, choose a recursive formula and a graph that represents.
Objective I CAN: use the zero product property to solve equations Designed by Skip Tyler, Varina High School.
8.1 Sequences and Series Essential Questions: How do we use sequence notation to write the terms of a sequence? How do we use factorial notation? How.
ADD To get next term Have a common difference Arithmetic Sequences Geometric Sequences MULTIPLY to get next term Have a common ratio.
+ 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,...
Essential Ideas Lesson 2.1 Functional Notation Functional notation is used to identify functions as f(x), which is read as “f of x”. f(x) is the value.
Do Now Take out your homework.. 7.1: Graphing Linear Systems Objective: Graph linear systems on a graphing calculator HW: 7.1 Practice Quiz on :
Recursive Routines Algebra 1. Recursive Routines An ordered list of numbers defined by a starting value and a rule An ordered list of numbers defined.
Review of Recursion Remember that recursion involves applying the same process over and over.
1.2 Mathematical Patterns Warm-up Page 11 #13 How are expressions written and graphed for arithmetic patterns?
Arithmetic Recursive and Explicit formulas I can write explicit and recursive formulas given a sequence. Day 2.
Recursive vs. Explicit. Arithmetic Sequence – Geometric Sequence – Nth term – Recursive – Explicit –
Ch.9 Sequences and Series Section 1 - Mathematical Patterns.
Table of Values Using Auto Mode Set the calculator to automatically generate a table of values for y given that x Figure 3.1a Set up the table. Set a minimum.
1. Function or Not a Function? 2. Write the closed (explicit) model of the sequence: 3, 7, 11, 15, 19.
 A sequence is a function whose domain is a set of consecutive integers. If a domain is not specified, it is understood that the domain starts with 1.
1 10 Section 8.1 Recursive Thinking Page 409
4-7 Arithmetic Sequences
Sequences and Series IB standard
Arithmetic and Geometric Means
Sequences.
Section 8.5 Using Recursive Rules and Sequences
Warm-Up Fill in the tables below for each INPUT-OUTPUT rule. 3)
Geometric Sequences.
Geometric sequences.
Graphing Sequences on TI Calculators
Sequences and Series PreCalculus 8-1.
Linear sequences A linear sequence is a name for a list of numbers where the next number is found by adding or subtracting a constant number. Here is an.
4n + 2 1st term = 4 × = 6 2nd term = 4 × = 10 3rd term
12.2 – Arithmetic Sequences and Series
Arithmetic Sequences In an arithmetic sequence, the difference between consecutive terms is constant. The difference is called the common difference. To.
Geometric sequences.
Arithmetic Sequence A sequence of terms that have a common difference between them.
Note the rights settings.
How to find the nth rule for a linear sequence
The nth term, Un Example If we are given a formula for Un (th nth term) where find the first five terms of the sequence Un = 3n + 1.
Module 3 Arithmetic and Geometric Sequences
Homework: Explicit & Recursive Definitions of
Arithmetic Sequence A sequence of terms that have a common difference between them.
Objective- To graph a relationship in a table.
Arithmetic Sequence A sequence of terms that have a common difference (d) between them.
Sequences & the Binomial Theorem Chapter:___
Module 3 Arithmetic and Geometric Sequences
12.1 – Arithmetic Sequences and Series
4-7 Arithmetic Sequences
Recursive formulas Sequences: Lesson 3.
Finding the nth term, Un Example
Warm-Up Honors Algebra 2 9/7/18
Presentation transcript:

RECURSION & CALCULATOR Calculators are magic!! We can get the calculator to determine each term in a sequence. We input the sequence just like the recursion formula. For the first sequence: 2, 4, 6, 8, … u 1 = 2u n = u n Input the first term: {2}Hit enter Input the change formula:{ans(1)+2} Hit enter Keep hitting enter for each subsequent term.

FINDING THE nth TERM We have to count the terms ourselves. We can have the calculator count for us. We need to tell it that the 1 st term is 2. {1, 2}Hit enter Then tell it to count the first term and add 2 to the 2 nd term. {Ans(1)+1,Ans(2)+2}Hit enter The calculator will give us the term first and the value second.{2, 4}, {3, 6} What is the 17 th term?

u 0 = 427u n = u n-1 – 17 Find the 18 th term. {0, 427}Hit enter {ans(1)+1, ans(2)-17} {18, 121}

RECURSION FORMULAS The calculators we have allow us to put the recursion formula directly into the calculator and build a table or a graph. First, we have to put the calculator into sequence mode. Normally, we are in function mode. Hit MODE and select SEQ Now, go to y= This is where we can put in the formula

nMin = 1 –This is asking what the first value of n is: If you know u 0, nMin = 0. If you know u 1, nMin = 1. It will default to 1. u(n) = –This is where we put in the formula. Since the calculator cannot do subscripts, it puts the subscript in parenthesis: u n = u(n) u n-1 = u(n – 1) u(nMin) = –You will put in the first term here. Remember what you put in for nMin.

Tables and Graphs Once you have the recursion formula in y =, you can set up the window to view your graph. The WINDOW sets the ranges of x-axis and y- axis that is displayed on your screen. TABLESET does for the table what WINDOW does for the graph. It sets where the table starts and the increments for the x values (in this case the n values) TABLE shows you the values in a table

GEOMETRIC SEQUENCES We can do the same with a geometric sequence. u 1 = 2u n = 1.8u n-1 Find the 21 st term. {1, 2}Hit enter {ans(1)+1, ans(2)*1.8} {21, } Magic!!