wednesday, october 23, 2013

13
Wednesday, October 23, 2013 Agenda •BBC •Homework Check • Lesson: Those Wascally Wabbits II

Upload: isabel

Post on 27-Jan-2016

26 views

Category:

Documents


0 download

DESCRIPTION

Wednesday, October 23, 2013. Agenda BBC Homework Check Lesson: Those Wascally Wabbits II. BBC10/23/13. Aim : SWBAT provide an example of a recurrence relation. Homework : Last Slide - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Wednesday, October 23, 2013

Wednesday, October 23, 2013

Agenda•BBC

•Homework Check• Lesson: Those Wascally Wabbits II

Page 2: Wednesday, October 23, 2013

BBC 10/23/13Aim: SWBAT provide an example of a recurrence

relation. Homework: Last SlideDo Now: Identify the pattern in the sequences

below. See if you can write a function to define the pattern.

a) 3, 7, 11, 15b) 72, 36, 18, 9c) 4, 8, 12, 20

Page 3: Wednesday, October 23, 2013

Recurrence Relations• What is a recurrence relation (or a recursive function)?

• Let’s talk about the Fibonacci sequence…

Page 4: Wednesday, October 23, 2013
Page 5: Wednesday, October 23, 2013
Page 6: Wednesday, October 23, 2013
Page 7: Wednesday, October 23, 2013
Page 8: Wednesday, October 23, 2013

Here were his conditions:

• A newly born pair of rabbits (one male, one female) are put into a field in January.

• Rabbits are able to mate at the age of one month—in February—and produce a new pair in March

• They would then breed again and produce a new pair in April, another pair in May, and so on…

• Meanwhile, the rabbits born in March would reach maturity in April so they would produce a new pair in May, then in June, and so on…

• HOW MANY PAIRS WILL THERE BE IN ONE YEAR?

Page 9: Wednesday, October 23, 2013

Group Task1. Create a diagram of the rabbits for the first 6 months.2. Use the diagram to create a table. What is your input?

What is your output? Complete the chart for one year (12 months)

3. Attempt to find Fibonacci’s “rule”. You may explain the rule in complete sentences if you cannot do it algebraically.

First complete the task in your notebooks, then copy your results (the above 3 components) onto poster paper.

Each group will receive one grade. Remember to write your names on the poster.

Page 10: Wednesday, October 23, 2013

Questions about the Fibonacci SequenceDefine a sequence? What is the Fibonacci sequence?

How do you figure out the next number in the Fibonacci sequence?

Define a recurrence relation. What does it have to do with the Fibonacci Sequence?

How does a recursive sequence differ from a geometric and arithmetic sequence?

Page 11: Wednesday, October 23, 2013

Homework1. Determine if the graphs tothe right are functions.

2. Determine if sets A and B are functions or non-functions.

A: { (-2, -1) (3,3) (1, 2) (-2, 7) }B: { (-3, 0) (-1, 1) (3,0) (-2, -4)

Page 12: Wednesday, October 23, 2013

Pyramids

Page 13: Wednesday, October 23, 2013

The Puzzle Posed

• How many pairs will there be in one year?