The Fibonacci Sequence

Size: px
Start display at page:

Download "The Fibonacci Sequence"

Transcription

1 Elvis Numbers Elvis the Elf skips up a flight of numbered stairs, starting at step 1 and going up one or two steps with each leap Along with an illustrious name, Elvis parents have endowed him with an obsessivecompulsive disorder Elvis wants to count how many ways he can reach the n th step, which he calls the n th Elvis number, E n Can you figure out the numerical value of E n? (Hint: it s a well-known sequence) If you re stuck, try to work out what E 1, E 2, E 3, E 4 and E 5 are, and guess a pattern When you've found the answer, or have ended up truly stumped in the effort, flip to The Solution to Elvis the Elf's Eccentric Exercise (p 61) 58

2 Courtesy of Columbia University Library Historical Digression Fibonacci: The Greatest European Mathematician of the Middle Ages Leonardo of Pisa is widely acknowledged to have been the greatest European mathematician of the Middle Ages He is known to us today as Fibonacci, or son of Bonaccio The son of an Italian merchant, Leonardo studied under a Muslim teacher and made travels to Egypt, Syria, and Greece As a result, he picked up much of the mathematics that was being disseminated through centers of learning in the medieval Muslim world; in particular, he became a key proponent of Hindu- Arabic numerals, from which were derived the digits 1 through 9 Leonardo da Pisa (Fibonacci) c Leonardo s classic book, Liber Abaci (Book of the Abacus), completed in 1202, discusses numerous arithmetic algorithms, often explained through problems Certainly the most famous problem in Liber Abaci is: How many pairs of rabbits will be produced in a year, beginning with a single pair, if in every month each pair bears a new pair which becomes productive from the second month on? By drawing a tree diagram (see the next page) showing the number of pairs of rabbits at the end of each month, we discover that the number of pairs of rabbits in the first six months are given by the following sequence: 1, 1, 2, 3, 5, 8, This famous sequence, named the Fibonacci sequence in honor of Leonardo of Pisa, has the property that each term is the sum of the two previous terms 1 In the tree diagram on the following page, we mark the first pair of rabbits with the number 1 Since they do not produce offspring in the first two months, there is only one pair at the end of the second month On the first day of the third month, they give birth to another pair (labelled 2) so there are two pairs at the end of the third month The arrows in the tree diagram show the offspring in the successive months up to the end of the sixth month 1 There is actually a journal, The Fibonacci Quarterly, devoted specifically to the Fibonacci numbers 59

3 Historical Digression In the diagram The below, Fibonacci denotes Rabbit the first Problem pair of rabbits, denotes an adult pair of rabbits, and denotes a newborn pair of rabbits End of Month The Fibonacci Rabbit Problem Number of Pairs Sequences are often defined by an equation relating the n th term to the previous terms In such a case, we say that the sequence is defined recursively The Fibonacci sequence can be defined recursively by the equation, F n = F n 1 + F n 2 where F n denotes the n th term of the sequence Can you see why the number of pairs of rabbits in the n th month should satisfy this relation? 60

4 The Solution to Elvis the Elf s Eccentric Exercise Elvis the Elf s eccentric exercise was posed in Elvis Numbers (p 58) The Fibonacci numbers F 1, F 2, F 3, are defined as follows F 1 = F 2 = 1 F n = F n 1 + F n 2 for n 3 Q E D The n th Elvis number is actually the n th Fibonacci number! How does Elvis see this? Elvis begins by laboriously counting the number of ways of climbing to the n th step in his green suede shoes: or or or E 1 = 1 E 2 = 1 E 3 = 2 E 4 = 3 To avoid intense boredom, Elvis thinks of a way to work out E 5 without doing lots of counting (and exercise) Rather than skipping up the stairs as is his wont, Elvis steps carefully up one at a time On the n th step, he writes down E n He thinks, How can I get to the fifth step? Well, I can get to the third step, and then jump up two steps There are E 3 ways of doing that Then again, I might get to the fourth step, and then jump up one step There are E 4 ways of doing that But I have to do exactly one of those two things, so the number of ways I can get to step 5 is E 3 + E 4 Thus E 5 = E 4 + E 3 The final jump to step 5 is from step 3 or step 4 Elvis quickly generalizes this procedure to show that E n = E n 1 + E n 2 for n > 2 Along with E 1 = 1 and E 2 = 1, this is enough to determine E n in general But the Fibonacci numbers are given by the same recipe (F 1 = 1 and F 2 = 1, and F n = F n 1 + F n 2 ), so these two sequences must be the same! QED? E 4 E 3 E 2 E 1 61

5 Food for Thought How many ways can you spell ELVIS? Start at the E and move either down or to the right at each stage E L V I S L V I S V I S I S S The answer and a further mystery is given on page 65 Hint: What is this puzzle doing at the end of this section? 62

6 A Formula for the n th Term of the Fibonacci Sequence A few pages earlier, we observed that the Fibonacci numbers, F n, are defined according to the following rules: F 1 = F 2 = 1 F n = F n 1 + F n 2 for n 3 Then, remarkably, it can be shown that F n is given by the following equation, often called Binet s Formula: Teachers! n n Give your students Binet s formula Invite them to guess the sequence it s F = n quite a surprise to find nice Fibonacci 5 numbers coming out of that hideous formula! Then they can try to prove it This is quite a mouthful! We can express F n more simply using some constants that we ll pull out of our hat: τ = , σ = τ and σ are Greek letters, called tau and sigma respectively Tau (which rhymes with Ow! ) is a constant known to the ancient Greeks as the golden mean It has a habit of turning up in the oddest places in mathematics; some of them are described in the chapter Fibonacci & The Golden Mean In terms of τ and σ: n n τ σ F = n 5 There are several other ways of expressing F n that you might prefer Since σ = 1 n τ (Check this!), F n τ = n 1 τ 5 σ can be expressed in terms of τ in a second way: σ = 1 τ (Check this too!) Thus ( ) n n τ 1 τ F = n 5 63

7 We know from the definition of the Fibonacci sequence (although not from the formula for its general term) that F n is a positive integer for all n It follows from n n τ σ σ n 1 the equation above that F = n is an integer for all n Since < for all n (verify this for yourself), τ n 5 is closer to F n than it is to any other integer That is, F n is the integer closest to τ n 5 Since σ n 5 becomes very small as n gets large, τ n 5 gets very very close to F n (Try it on your calculator with n = 201 ) You can prove that the crazy formula for F n actually works by employing the same method we used in the Solution to Elvis the Elf s Eccentric Exercise (p 61) the method of mathematical induction (although induction wasn t actually mentioned by name in that section) Basically, induction is a great way of proving things when you already know (or have guessed) what the answer is Using the magical formula, or induction, or a lot of ingenuity, it is possible to prove some remarkable results about Fibonacci numbers, which appear in Funny Fibonacci Facts (p 150) 1 It is indeed remarkable that for any large n, τ n / 5 is very very close to an integer Even more remarkable is that for any large n, τ n is also very very close to an integer try it on a calculator and see! These oddities, and others, come up in Some Interesting Properties of the Golden Mean (p 155) 64

8 Answer to Food for Thought on Page 62 There are 16 ways to spell Elvis Is it a coincidence that the answer turned out to be a power of 2? As a hint, find out how many ways there are to spell NO in the following diagram, starting with the N in the upper left-hand corner, and moving either down or to the right N O O If you re not convinced (and you re probably not), then count the number of ways of spelling NEGATIVE : N E G A T I V E E G A T I V E G A T I V E A T I V E T I V E I V E V E E If you are still not convinced, read the upside-down hint below One strategy we can apply to this problem is to ask, How many paths from N to an E on the diagonal if we may only move to the right or down? From the N, we can reach an adjacent E in 2 ways From each of those E's we can reach a G in 2 ways Thus there are 4 different paths from the N to a G From each G, we can reach an A in two ways, so there are 8 paths from the N to an A Continuing this pattern, we find there are 2 7 = 128 paths from N to an E on the diagonal Here is another question: there are eight E's in the diagonal above How many paths are there ending at each particular E? Answer: How and why does this relate to Pascal's Triangle (discussed in The Triangles of Pascal, Chu Shih-Chieh, and Sierpinski, p 100)? 65

9

Fibonacci & the golden mean

Fibonacci & the golden mean Fibonacci & the golden mean The merit of painting lies in the exactness of reproduction. Painting is a science and all sciences are based on mathematics. No human inquiry can be a science unless it pursues

More information

Pascal s Triangle Introduction!

Pascal s Triangle Introduction! Math 0 Section 2A! Page! 209 Eitel Section 2A Lecture Pascal s Triangle Introduction! A Rich Source of Number Patterns Many interesting number patterns can be found in Pascal's Triangle. This pattern was

More information

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay

Question of the Day. Key Concepts. Vocabulary. Mathematical Ideas. QuestionofDay QuestionofDay Question of the Day Using 1 1 square tiles and 1 2 dominoes, one can tile a 1 3 strip of squares three different ways. (Find them!) In how many different ways can one tile a 1 4 strip of

More information

1 A first example: detailed calculations

1 A first example: detailed calculations MA4 Handout # Linear recurrence relations Robert Harron Wednesday, Nov 8, 009 This handout covers the material on solving linear recurrence relations It starts off with an example that goes through detailed

More information

Magic of numbers and Fibonacci Sequence. March 10, 2018 Mathematics Circle

Magic of numbers and Fibonacci Sequence. March 10, 2018 Mathematics Circle Magic of numbers and Fibonacci Sequence March 10, 2018 Mathematics Circle Natural Numbers Kronecker, the German Mathematician said the following: GOD CREATED THE NATURAL NUMBERS, THE REST ARE MAN S HANDIWORK

More information

Running Head: BONACCI REVOLUTIONIZED THE WORLD 1

Running Head: BONACCI REVOLUTIONIZED THE WORLD 1 Running Head: BONACCI REVOLUTIONIZED THE WORLD 1 Bonacci Revolutionized the World A Review of the Fibonacci Numbers Sapphire Ortega El Paso Community College Author Note This paper was prepared for Math

More information

Chapter 8: Recursion. March 10, 2008

Chapter 8: Recursion. March 10, 2008 Chapter 8: Recursion March 10, 2008 Outline 1 8.1 Recursively Defined Sequences 2 8.2 Solving Recurrence Relations by Iteration 3 8.4 General Recursive Definitions Recursively Defined Sequences As mentioned

More information

THE INTRODUCTION OF COMPLEX NUMBERS*

THE INTRODUCTION OF COMPLEX NUMBERS* THE INTRODUCTION OF COMPLEX NUMBERS* John N. Crossley Monash University, Melbourne, Australia Any keen mathematics student will tell you that complex numbers come in when you want to solve a quadratic

More information

1 Sequences and Series

1 Sequences and Series Sequences and Series. Introduction What is a sequence? What is a series? Very simply a sequence is an infinite list of things. Normally we consider now only lists of numbers - so thus, the list of all

More information

Ratio by Using Coefficients of Fibonacci Sequence

Ratio by Using Coefficients of Fibonacci Sequence International J.Math. Combin. Vol.3(2013), 96-103 Ratio by Using Coefficients of Fibonacci Sequence Megha Garg and Pertik Garg (Punjab Technical University, Jalanahar, Punjab) Ravinder Kumar (Bhai Gurdas

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Sundaram's Sieve. by Julian Havil. Sundaram's Sieve

Sundaram's Sieve. by Julian Havil. Sundaram's Sieve 1997 2009, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non commercial use. For other uses, including electronic redistribution,

More information

Math 345 Intro to Math Biology Lecture 1: Biological Models using Difference Equations

Math 345 Intro to Math Biology Lecture 1: Biological Models using Difference Equations Math 345 Intro to Math Biology Lecture 1: Biological Models using Difference Equations Junping Shi College of William and Mary, USA Population of James City County, Virginia Population is often recorded

More information

Fibonacci Sequence. January 19, 2014

Fibonacci Sequence. January 19, 2014 Fibonacci Sequence January 19, 2014 Today we will learn about the Fibonacci sequence, one of the most famous sequences of numbers in mathematics. To construct it, we will look at the pattern of growth

More information

What this shows is that an a + b by c + d rectangle can be partitioned into four rectangular regions with areas ac, bc, ad and bd, thus proving that

What this shows is that an a + b by c + d rectangle can be partitioned into four rectangular regions with areas ac, bc, ad and bd, thus proving that Hello. First I want to thank Tim Corica for asking me to write about something I love, namely lighting mathematical fires in middle and elementary school children. During the last two months and the next

More information

Europe Starts to Wake up: Leonardo of Pisa

Europe Starts to Wake up: Leonardo of Pisa Europe Starts to Wake up: Leonardo of Pisa Leonardo of Pisa, also known as Fibbonaci (from filius Bonaccia, son of Bonnaccio ) was the greatest mathematician of the middle ages. He lived from 75 to 50,

More information

Leonardo Fibonacci. made his entrance into the world around He was born in the humble city of Pisa, Italy

Leonardo Fibonacci. made his entrance into the world around He was born in the humble city of Pisa, Italy John Townsend Dr. Shanyu Ji Math 4388 15 October 2017 Leonardo Fibonacci Regarded as one of the greatest mathematician of the Middle Ages, Leonardo Pisano made his entrance into the world around 1175.

More information

MthEd/Math 300 Williams Fall 2011 Midterm Exam 2

MthEd/Math 300 Williams Fall 2011 Midterm Exam 2 Name: MthEd/Math 300 Williams Fall 2011 Midterm Exam 2 Closed Book / Closed Note. Answer all problems. You may use a calculator for numerical computations. Section 1: For each event listed in the first

More information

Fibonacci s Numbers. Michele Pavon, Dipartimento di Matematica, Università di Padova, via Trieste Padova, Italy.

Fibonacci s Numbers. Michele Pavon, Dipartimento di Matematica, Università di Padova, via Trieste Padova, Italy. Fibonacci s Numbers Michele Pavon, Dipartimento di Matematica, Università di Padova, via Trieste 63 311 Padova, Italy May 1, 013 1 Elements of combinatorics Consider the tas of placing balls in n cells,

More information

K th -order linear difference equation (Normal Form)

K th -order linear difference equation (Normal Form) The standard form of the general K th -order difference equation is x n + 1 = F(x n, x n - 1, x n - 2,..., x n - K + 1, P) where P is a vector of parameters. However, linear equations are normally expressed

More information

Lecture 8 : Structural Induction DRAFT

Lecture 8 : Structural Induction DRAFT CS/Math 240: Introduction to Discrete Mathematics 2/15/2011 Lecture 8 : Structural Induction Instructor: Dieter van Melkebeek Scribe: Dalibor Zelený DRAFT Last week we discussed proofs by induction. We

More information

SERIES

SERIES SERIES.... This chapter revisits sequences arithmetic then geometric to see how these ideas can be extended, and how they occur in other contexts. A sequence is a list of ordered numbers, whereas a series

More information

Fibonacci Numbers in Daily Life

Fibonacci Numbers in Daily Life Fibonacci Numbers in Daily Life Yining Lin, Wangchun Peng, Huiia Chen, Ya Liu Abstract Fibonacci sequence was first introduced by an Italian mathematician Fibonacci in his book Liber Abaci. People named

More information

ARE YOUR STUDENTS MATHEMATICALLY GIFTED? Teh Hoon Heng Nanyang University

ARE YOUR STUDENTS MATHEMATICALLY GIFTED? Teh Hoon Heng Nanyang University RE YOUR STUDENTS MTHEMTICLLY GIFTED? Teh Hoon Heng Nanyang University Introduction. There are generally speaking two important tasks for every good mathematical teacher. The first is to help his students,

More information

Today we are going to have fun with integers, primes, fractions and infinite series. Turn the page if interested!

Today we are going to have fun with integers, primes, fractions and infinite series. Turn the page if interested! Today we are going to have fun with integers, primes, fractions and infinite series. Turn the page if interested! 1 1. What do you get if you add a small number, say 1, infinitely many times? In 2 notations,

More information

In grade school one draws factor trees. For example, here is a tree for the number 36,000:

In grade school one draws factor trees. For example, here is a tree for the number 36,000: ON FACTOR TREES In grade school one draws factor trees. For example, here is a tree for the number 36,000: At each stage one splits the number at hand into a pair of factors, halting at the primes. (This

More information

1 Continued Fractions

1 Continued Fractions Continued Fractions To start off the course, we consider a generalization of the Euclidean Algorithm which has ancient historical roots and yet still has relevance and applications today.. Continued Fraction

More information

9.1 SEQUENCES AND SERIES

9.1 SEQUENCES AND SERIES 640 Chapter 9 Sequences, Series, and Probability 9. SEQUENCES AND SERIES What you should learn Use sequence notation to write the terms of sequences. Use factorial notation. Use summation notation to write

More information

Seunghee Ye Ma 8: Week 2 Oct 6

Seunghee Ye Ma 8: Week 2 Oct 6 Week 2 Summary This week, we will learn about sequences and real numbers. We first define what we mean by a sequence and discuss several properties of sequences. Then, we will talk about what it means

More information

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

1 Let s Get Cooking: A Variety

1 Let s Get Cooking: A Variety 1 Let s Get Cooking: A Variety of Mathematical Ingredients We begin our mathematical journey by introducing (or reminding you about) some basic objects of mathematics. These include prime numbers, triangular

More information

Mathematics Without Calculations It s a Beautiful Thing!

Mathematics Without Calculations It s a Beautiful Thing! Sacred Heart University DigitalCommons@SHU Mathematics Faculty Publications Mathematics Department 8-4-2016 Mathematics Without Calculations It s a Beautiful Thing! Jason J. Molitierno Sacred Heart University,

More information

Grade 7/8 Math Circles November 21/22/23, The Scale of Numbers

Grade 7/8 Math Circles November 21/22/23, The Scale of Numbers Faculty of Mathematics Waterloo, Ontario N2L 3G1 Introduction Grade 7/8 Math Circles November 21/22/23, 2017 The Scale of Numbers Centre for Education in Mathematics and Computing Last week we quickly

More information

A secret of bees 1 MODELLING EXERCISE. (by Thilo Gross)

A secret of bees 1 MODELLING EXERCISE. (by Thilo Gross) A secret of bees 1 (by Thilo Gross) Bees have interesting family trees. A male bee, a so-called drone (D) only has one parent, who is a queen (Q). A queen has two parents, a queen and a drone. So a drone

More information

Generalization of Fibonacci sequence

Generalization of Fibonacci sequence Generalization of Fibonacci sequence Etienne Durand Julien Chartrand Maxime Bolduc February 18th 2013 Abstract After studying the fibonacci sequence, we found three interesting theorems. The first theorem

More information

2.1 Convergence of Sequences

2.1 Convergence of Sequences Chapter 2 Sequences 2. Convergence of Sequences A sequence is a function f : N R. We write f) = a, f2) = a 2, and in general fn) = a n. We usually identify the sequence with the range of f, which is written

More information

IST 4 Information and Logic

IST 4 Information and Logic IST 4 Information and Logic T = today x= hw#x out x= hw#x due mon tue wed thr fri 3 M 7 oh M 4 oh oh 2M2 2 oh oh 2 oh T Mx= MQx out 28 oh M2 oh oh = office hours 5 3 2 oh 3 4 oh oh midterms oh Mx= MQx

More information

CDM. Recurrences and Fibonacci

CDM. Recurrences and Fibonacci CDM Recurrences and Fibonacci Klaus Sutner Carnegie Mellon University 20-fibonacci 2017/12/15 23:16 1 Recurrence Equations Second Order The Fibonacci Monoid Recurrence Equations 3 We can define a sequence

More information

New fundamental discovery of the reverse Fibonacci sequence

New fundamental discovery of the reverse Fibonacci sequence New fundamental discovery of the reverse Fibonacci sequence Ing. Ondrej Janíčko Introduction The Golden Ratio and the Fibonacci sequence are well-known mathematical knowledge that humanity has come to

More information

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6.

CDM. Recurrences and Fibonacci. 20-fibonacci 2017/12/15 23:16. Terminology 4. Recurrence Equations 3. Solution and Asymptotics 6. CDM Recurrences and Fibonacci 1 Recurrence Equations Klaus Sutner Carnegie Mellon University Second Order 20-fibonacci 2017/12/15 23:16 The Fibonacci Monoid Recurrence Equations 3 Terminology 4 We can

More information

scatter plot project

scatter plot project scatter plot project For this assignment, you will gather data from your classmates to create three different scatter plots. You should pick variables for each graph that will likely result in one scatter

More information

Math 137 Calculus 1 for Honours Mathematics. Course Notes

Math 137 Calculus 1 for Honours Mathematics. Course Notes Math 37 Calculus for Honours Mathematics Course Notes Barbara A. Forrest and Brian E. Forrest Fall 07 / Version. Copyright c Barbara A. Forrest and Brian E. Forrest. All rights reserved. August, 07 All

More information

When is a number Fibonacci?

When is a number Fibonacci? When is a number Fibonacci? Phillip James Department of Computer Science, Swansea University March 6, 009 Abstract This article looks into the importance of the Fibonacci numbers within Computer Science,

More information

Number Puzzles and Sequences

Number Puzzles and Sequences Number Puzzles and Sequences Reading: EC 1.2 Peter J. Haas INFO 150 Fall Semester 2018 Lecture 2 1/ 16 Overview and Examples Guess the Next Number Sequences and Sequence Notation Discovering Patterns in

More information

Beyond Whole Number Bases

Beyond Whole Number Bases Beyond Whole Number Bases Figure 1: Here is a Venn diagram representing the various subsets of the real numbers. As you can see there are many types of real numbers, why restrict ourselves to positive

More information

Contents. Counting Methods and Induction

Contents. Counting Methods and Induction Contents Counting Methods and Induction Lesson 1 Counting Strategies Investigations 1 Careful Counting... 555 Order and Repetition I... 56 3 Order and Repetition II... 569 On Your Own... 573 Lesson Counting

More information

7 th Grade Algebra & Geometry Main Lesson Lesson Plan Outline

7 th Grade Algebra & Geometry Main Lesson Lesson Plan Outline Day #1 7 th Grade Algebra & Geometry Main Lesson Lesson Plan Outline Ask students: "What do you think algebra is?" The essence of algebra is: It is the universal language of mathematics. Everywhere in

More information

8.4 PATTERNS, GUESSES, AND FORMULAS

8.4 PATTERNS, GUESSES, AND FORMULAS 8.4 Patterns, Guesses, and Formulas 46 Exercises 65 68 Express as a quotient of two integers in reduced form. 65. (a).4, (b).4 66. (a).45, (b).45 67. (a).5, (b).5 68. (a).7, (b).7 69. Evaluate the sum

More information

Fibonacci Numbers. November 7, Fibonacci's Task: Figure out how many pairs of rabbits there will be at the end of one year, following rules.

Fibonacci Numbers. November 7, Fibonacci's Task: Figure out how many pairs of rabbits there will be at the end of one year, following rules. Fibonacci Numbers November 7, 2010 Fibonacci's Task: Figure out how many pairs of rabbits there will be at the end of one year, following rules. Rules: 1. Start with a pair of new rabbits, born in December.

More information

Sequences and Series. Copyright Cengage Learning. All rights reserved.

Sequences and Series. Copyright Cengage Learning. All rights reserved. Sequences and Series Copyright Cengage Learning. All rights reserved. 12.1 Sequences and Summation Notation Copyright Cengage Learning. All rights reserved. Objectives Sequences Recursively Defined Sequences

More information

Conjectures and proof. Book page 24-30

Conjectures and proof. Book page 24-30 Conjectures and proof Book page 24-30 What is a conjecture? A conjecture is used to describe a pattern in mathematical terms When a conjecture has been proved, it becomes a theorem There are many types

More information

than meets the eye. Without the concept of zero, math as we know it would be far less

than meets the eye. Without the concept of zero, math as we know it would be far less History of Math Essay 1 Kimberly Hannusch The Origin of Zero Many people don t think twice about the number zero. It s just nothing, after all. Isn t it? Though the simplest numerical value of zero may

More information

The Ring Z of Integers

The Ring Z of Integers Chapter 2 The Ring Z of Integers The next step in constructing the rational numbers from N is the construction of Z, that is, of the (ring of) integers. 2.1 Equivalence Classes and Definition of Integers

More information

Math Circle at FAU 10/27/2018 SOLUTIONS

Math Circle at FAU 10/27/2018 SOLUTIONS Math Circle at FAU 10/27/2018 SOLUTIONS 1. At the grocery store last week, small boxes of facial tissue were priced at 4 boxes for $5. This week they are on sale at 5 boxes for $4. Find the percent decrease

More information

8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES

8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES 8. Sequences, Series, and Probability 8.1. SEQUENCES AND SERIES What You Should Learn Use sequence notation to write the terms of sequences. Use factorial notation. Use summation notation to write sums.

More information

8th Grade. Slide 1 / 145. Slide 2 / 145. Slide 3 / 145. Pythagorean Theorem, Distance & Midpoint. Table of Contents

8th Grade. Slide 1 / 145. Slide 2 / 145. Slide 3 / 145. Pythagorean Theorem, Distance & Midpoint. Table of Contents Slide 1 / 145 Slide 2 / 145 8th Grade Pythagorean Theorem, Distance & Midpoint 2016-01-15 www.njctl.org Table of Contents Slide 3 / 145 Proofs Click on a topic to go to that section Pythagorean Theorem

More information

Solving Pell s Equation with Fibonacci s Rabbits Teacher s Circle, October 2009 Aaron Bertram, University of Utah

Solving Pell s Equation with Fibonacci s Rabbits Teacher s Circle, October 2009 Aaron Bertram, University of Utah Solving Pell s Equation with Fibonacci s Rabbits Teacher s Circle, October 2009 Aaron Bertram, University of Utah Pell s Equation was a recurring theme in the development of number theory, predating the

More information

MSM 707 Number Systems for Middle School Teachers Semester Project

MSM 707 Number Systems for Middle School Teachers Semester Project MSM 707 Number Systems for Middle School Teachers Semester Project During the course of the semester, we will discuss some important concepts of Number Theory. The following projects are designed to give

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

Introduction to and History of the Fibonacci Sequence

Introduction to and History of the Fibonacci Sequence JWBK027-C0[0-08].qxd 3/3/05 6:52 PM Page QUARK04 27A:JWBL027:Chapters:Chapter-0: Introduction to and History of the Fibonacci Sequence A brief look at mathematical proportion calculations and some interesting

More information

Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1. Vector space axioms

Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1. Vector space axioms Roberto s Notes on Linear Algebra Chapter 11: Vector spaces Section 1 Vector space axioms What you need to know already: How Euclidean vectors work. What linear combinations are and why they are important.

More information

Mathema'cal Beauty in Rome Lecture 10: The Golden Ra'o. Prof. Joseph Pasquale University of California, San Diego

Mathema'cal Beauty in Rome Lecture 10: The Golden Ra'o. Prof. Joseph Pasquale University of California, San Diego Mathema'cal Beauty in Rome Lecture 10: The Golden Ra'o Prof. Joseph Pasquale University of California, San Diego 7/14/14 Mathema'cal Beauty in Rome, J. Pasquale, 2014 1 Geometry has two great treasures:

More information

Arithmetic and Combinatorics

Arithmetic and Combinatorics Arithmetic and Combinatorics Training problems for M 208 term Ted Szylowiec tedszy@gmailcom Calculating prodigies He who refuses to do arithmetic is doomed to talk nonsense Which famous computer scientist

More information

Fibonacci (Leonardo Pisano) ? Statue in Pisa Italy FIBONACCI NUMBERS GOLDEN RATIO, RECURRENCES

Fibonacci (Leonardo Pisano) ? Statue in Pisa Italy FIBONACCI NUMBERS GOLDEN RATIO, RECURRENCES Fibonacci (Leonardo Pisano) 1170-1240? Statue in Pisa Italy FIBONACCI NUMBERS GOLDEN RATIO, RECURRENCES Lecture 23 CS2110 Fall 2016 Prelim tonight 2 You know already whether you are taking it at 5:30 or

More information

Decrypting Fibonacci and Lucas Sequences. Contents

Decrypting Fibonacci and Lucas Sequences. Contents Contents Abstract Introduction 3 Chapter 1 U(n) Formula in 3 unknowns 7 Chapter Polynomial Expression of L(kn) in Terms of L(n) 19 Introduction of the Tables (Fibonacci Table, Lucas-Fibonacci Table and

More information

{ 0! = 1 n! = n(n 1)!, n 1. n! =

{ 0! = 1 n! = n(n 1)!, n 1. n! = Summations Question? What is the sum of the first 100 positive integers? Counting Question? In how many ways may the first three horses in a 10 horse race finish? Multiplication Principle: If an event

More information

Section 20: Arrow Diagrams on the Integers

Section 20: Arrow Diagrams on the Integers Section 0: Arrow Diagrams on the Integers Most of the material we have discussed so far concerns the idea and representations of functions. A function is a relationship between a set of inputs (the leave

More information

1 Modular Arithmetic Grade Level/Prerequisites: Time: Materials: Preparation: Objectives: Navajo Nation Math Circle Connection

1 Modular Arithmetic Grade Level/Prerequisites: Time: Materials: Preparation: Objectives: Navajo Nation Math Circle Connection 1 Modular Arithmetic Students will explore a type of arithmetic that results from arranging numbers in circles instead of on a number line. Students make and prove conjectures about patterns relating to

More information

n F(n) 2n F(2n) Here are some values of the series in comparison to Fibonacci number:

n F(n) 2n F(2n) Here are some values of the series in comparison to Fibonacci number: I did my exploration on Lucas numbers because different series fascinate me and it was related to the Fibonacci numbers which is pretty well known to all the mathematicians across the world so I wanted

More information

6. The transfinite ordinals*

6. The transfinite ordinals* 6 The transfinite ordinals* 61 Beginnings It seems that Cantor was led to the discovery of Set Theory by consideration of a problem in Fourier analysis, which deals with series of the following form: a

More information

Chapter 8. Sequences, Series, and Probability. Selected Applications

Chapter 8. Sequences, Series, and Probability. Selected Applications Chapter 8 Sequences, Series, and Probability 8. Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Series 8.4 Mathematical Induction 8.5 The Binomial Theorem 8.6

More information

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011

Math 31 Lesson Plan. Day 2: Sets; Binary Operations. Elizabeth Gillaspy. September 23, 2011 Math 31 Lesson Plan Day 2: Sets; Binary Operations Elizabeth Gillaspy September 23, 2011 Supplies needed: 30 worksheets. Scratch paper? Sign in sheet Goals for myself: Tell them what you re going to tell

More information

The Emergence of Medieval Mathematics. The Medieval time period, or the Middle Ages as it is also known, is a time period in

The Emergence of Medieval Mathematics. The Medieval time period, or the Middle Ages as it is also known, is a time period in The Emergence of Medieval Mathematics The Medieval time period, or the Middle Ages as it is also known, is a time period in history marked by the fall of the Roman civilization in the 5 th century to the

More information

Unit 5: Sequences, Series, and Patterns

Unit 5: Sequences, Series, and Patterns Unit 5: Sequences, Series, and Patterns Section 1: Sequences and Series 1. Sequence: an ordered list of numerical terms 2. Finite Sequence: has a first term (a beginning) and a last term (an end) 3. Infinite

More information

Team Contest. x + xy+ y = 3. Find the smallest and. . Since the square of a real number is non-negative, 3+ xy 0 and 3 3xy 0, so that 3 xy 1.

Team Contest. x + xy+ y = 3. Find the smallest and. . Since the square of a real number is non-negative, 3+ xy 0 and 3 3xy 0, so that 3 xy 1. 009 sia Inter-Cities Teenagers Mathematics Olympiad Page. Let x and y be real numbers such that Team Contest largest values of x xy+ y. The given expression may be rewritten as x + xy+ y =. Find the smallest

More information

13+ Scholarship Examinations 2018 MATHEMATICS I

13+ Scholarship Examinations 2018 MATHEMATICS I 13+ Scholarship Examinations 2018 MATHEMATICS I 75 minutes (plus 5 minutes reading time) Use the reading time wisely; gain an overview of the paper and start to think how you will answer the questions.

More information

Electric Circuits Part 2: Kirchhoff s Rules

Electric Circuits Part 2: Kirchhoff s Rules Electric Circuits Part 2: Kirchhoff s Rules Last modified: 31/07/2018 Contents Links Complex Circuits Applying Kirchhoff s Rules Example Circuit Labelling the currents Kirchhoff s First Rule Meaning Kirchhoff

More information

The Golden Ratio. The Divine Proportion

The Golden Ratio. The Divine Proportion The Golden Ratio The Divine Proportion The Problem There is a population of rabbits for which it is assumed: 1) In the first month there is just one newborn pair 2) New-born pairs become fertile from their

More information

Math Circle: Recursion and Induction

Math Circle: Recursion and Induction Math Circle: Recursion and Induction Prof. Wickerhauser 1 Recursion What can we compute, using only simple formulas and rules that everyone can understand? 1. Let us use N to denote the set of counting

More information

MITOCW Lec 15 MIT 6.042J Mathematics for Computer Science, Fall 2010

MITOCW Lec 15 MIT 6.042J Mathematics for Computer Science, Fall 2010 MITOCW Lec 15 MIT 6.042J Mathematics for Computer Science, Fall 2010 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality

More information

Characteristics of Fibonacci-type Sequences

Characteristics of Fibonacci-type Sequences Characteristics of Fibonacci-tye Sequences Yarden Blausa May 018 Abstract This aer resents an exloration of the Fibonacci sequence, as well as multi-nacci sequences and the Lucas sequence. We comare and

More information

Fundamentals of Mathematics I

Fundamentals of Mathematics I Fundamentals of Mathematics I Kent State Department of Mathematical Sciences Fall 2008 Available at: http://www.math.kent.edu/ebooks/10031/book.pdf August 4, 2008 Contents 1 Arithmetic 2 1.1 Real Numbers......................................................

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 3

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 3 CS 70 Discrete Mathematics and Probability Theory Spring 06 ao and Walrand Note 3 Mathematical Induction Introduction. In this note, we introduce the proof technique of mathematical induction. Induction

More information

Creating and Exploring Circles

Creating and Exploring Circles Creating and Exploring Circles 1. Close your compass, take a plain sheet of paper and use the compass point to make a tiny hole (point) in what you consider to be the very centre of the paper. The centre

More information

Grade 8 Chapter 7: Rational and Irrational Numbers

Grade 8 Chapter 7: Rational and Irrational Numbers Grade 8 Chapter 7: Rational and Irrational Numbers In this chapter we first review the real line model for numbers, as discussed in Chapter 2 of seventh grade, by recalling how the integers and then the

More information

Section 29: What s an Inverse?

Section 29: What s an Inverse? Section 29: What s an Inverse? Our investigations in the last section showed that all of the matrix operations had an identity element. The identity element for addition is, for obvious reasons, called

More information

Lesson 14: Fractions Review

Lesson 14: Fractions Review Lesson 14: Fractions Review Objective By the end of the lesson, students will able to apply the principles and definitions for fractions (and integers) to solve the review tasks. About the pedagogy. Students

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 3

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 3 EECS 70 Discrete Mathematics and Probability Theory Spring 014 Anant Sahai Note 3 Induction Induction is an extremely powerful tool in mathematics. It is a way of proving propositions that hold for all

More information

NIT #7 CORE ALGE COMMON IALS

NIT #7 CORE ALGE COMMON IALS UN NIT #7 ANSWER KEY POLYNOMIALS Lesson #1 Introduction too Polynomials Lesson # Multiplying Polynomials Lesson # Factoring Polynomials Lesson # Factoring Based on Conjugate Pairs Lesson #5 Factoring Trinomials

More information

#A91 INTEGERS 18 (2018) A GENERALIZED BINET FORMULA THAT COUNTS THE TILINGS OF A (2 N)-BOARD

#A91 INTEGERS 18 (2018) A GENERALIZED BINET FORMULA THAT COUNTS THE TILINGS OF A (2 N)-BOARD #A91 INTEGERS 18 (2018) A GENERALIZED BINET FORMULA THAT COUNTS THE TILINGS OF A (2 N)-BOARD Reza Kahkeshani 1 Department of Pure Mathematics, Faculty of Mathematical Sciences, University of Kashan, Kashan,

More information

Lecture 8: Phyllotaxis, the golden ratio and the Fibonacci sequence

Lecture 8: Phyllotaxis, the golden ratio and the Fibonacci sequence The 77 th Compton lecture series Frustrating geometry: Geometry and incompatibility shaping the physical world Lecture 8: Phyllotaxis, the golden ratio and the Fibonacci sequence Efi Efrati Simons postdoctoral

More information

University School of Nashville. Sixth Grade Math. Self-Guided Challenge Curriculum. Unit 2. Fractals

University School of Nashville. Sixth Grade Math. Self-Guided Challenge Curriculum. Unit 2. Fractals University School of Nashville Sixth Grade Math Self-Guided Challenge Curriculum Unit 2 Fractals This curriculum was written by Joel Bezaire for use at the University School of Nashville, funded by a grant

More information

The Lost Cousin of the Fundamental Theorem of Algebra

The Lost Cousin of the Fundamental Theorem of Algebra 290 MATHEMATICS MAGAZINE The Lost Cousin of the Fundamental Theorem of Algebra TIMO TOSSAVAINEN Department of Teacher Education Joensuu University Savonlinna, Finland timo.tossavainen@joensuu.fi Have you

More information

Billstein, Libeskind and Lott, A problem solving approach to Mathematics for elementary school teachers.

Billstein, Libeskind and Lott, A problem solving approach to Mathematics for elementary school teachers. . Exploration with patterns. Solving problems by algebraic Method. The Geometer s Sketchpad 4. -dimentional geometry 5. Statistical investigations 6. Measures of Central tendency and Spread 7. Fundamental

More information

Representation of integers on the number line and their addition and subtraction. Integers are closed under addition, subtraction and multiplication.

Representation of integers on the number line and their addition and subtraction. Integers are closed under addition, subtraction and multiplication. INTEGERS (A) Main Concepts and Results Representation of integers on the number line and their addition and subtraction. Properties of integers: Integers are closed under addition, subtraction and multiplication.

More information

KINDERGARTEN SUPPLEMENT

KINDERGARTEN SUPPLEMENT KINDERGARTEN SUPPLEMENT Set C5 Geometry: Growing Shapes Calendar Pattern Includes January Calendar Pattern C5.1 Skills & Concepts H identify, describe, and compare triangles, rhombuses, trapezoids, and

More information

Example If the function for a sequence is f (n) = 2n 1 then the values are found by substituting the domain values into the function in order

Example If the function for a sequence is f (n) = 2n 1 then the values are found by substituting the domain values into the function in order Section 12 1A: Sequences A sequence is a function whose domain is the positive integers Z +. Z + represents the counting numbers 1, 2, 3, 4, 5, 6, 7,... We use the letter n to represent the domain of the

More information

Nicholas Ball. Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers

Nicholas Ball. Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers Nicholas Ball Getting to the Root of the Problem: An Introduction to Fibonacci s Method of Finding Square Roots of Integers Introduction Leonardo of Pisa, famously known as Fibonacci, provided extensive

More information

SEVENTH EDITION and EXPANDED SEVENTH EDITION

SEVENTH EDITION and EXPANDED SEVENTH EDITION SEVENTH EDITION and EXPANDED SEVENTH EDITION Slide 5-1 Chapter 5 Number Theory and the Real Number System 5.1 Number Theory Number Theory The study of numbers and their properties. The numbers we use to

More information

Cantor and Infinite Sets

Cantor and Infinite Sets Cantor and Infinite Sets Galileo and the Infinite There are many whole numbers that are not perfect squares: 2, 3, 5, 6, 7, 8, 10, 11, and so it would seem that all numbers, including both squares and

More information