Excursions in Modern Mathematics Sixth Edition

Slides:



Advertisements
Similar presentations
Excursions in Modern Mathematics Sixth Edition
Advertisements

Introduction Recognizing and using congruent and similar shapes can make calculations and design work easier. For instance, in the design at the corner,
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Fibonacci Sequences Susan Leggett, Zuzana Zvarova, Sara Campbell
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
Spiral Growth in Nature
Introduction Navigators and surveyors use the properties of similar right triangles. Designers and builders use right triangles in constructing structures.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
Chapter Sequences and Series.
Section 1.7 Using Variables and Formulas. 1.7 Lecture Guide: Using Variables and Formulas Objective 1: Evaluate an algebraic expression for specific values.
GOLDEN MEAN AUKSO PJŪVIS. Definition of the Golden Rectangle The Golden Rectangle is a rectangle that can be split into a square and a rectangle similar.
SIMILARITY.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 11 Further Topics in Algebra.
Copyright © Cengage Learning. All rights reserved.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 10 Further Topics in Algebra.
Lecture#16 Discrete Mathematics. Recursion Now, 1 is an odd positive integer by the definition base. With k = 1, = 3, so 3 is an odd positive integer.
Geometry: Similar Triangles. MA.912.D.11.5 Explore and use other sequences found in nature such as the Fibonacci sequence and the golden ratio. Block.
Geometry 12.5 Areas and Volumes of Similar Solids.
Recognize congruent and similar figures. Find the scale factor of similar figures. Similar & Congruent Figures.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Ch.9 Sequences and Series Section 3 – Geometric Sequences.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
Chapter 7 Vocab Review. 1. Write the generic formula (proportion) for geometric mean (x) of two positive numbers a & b.
CHAPTER 8 Geometry Slide 2Copyright 2012, 2008, 2004, 2000 Pearson Education, Inc. 8.1Basic Geometric Figures 8.2Perimeter 8.3Area 8.4Circles 8.5Volume.
Section 11.1 Sequences and Summation Notation Objectives: Definition and notation of sequences Recursively defined sequences Partial sums, including summation.
Sullivan Algebra and Trigonometry: Section R.3 Geometry Review Objectives of this Section Use the Pythagorean Theorem and Its Converse Know Geometry Formulas.
College Algebra Section R.3 Geometry Review Objectives of this Section Use the Pythagorean Theorem and Its Converse Know Geometry Formulas.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
Fibonacci Sequence & Golden Ratio Monika Bała. PLAN OF THE PRESENTATION: Definition of the Fibonacci Sequence and its properties Definition of the Fibonacci.
Discrete Mathematics Lecture # 22 Recursion.  First of all instead of giving the definition of Recursion we give you an example, you already know the.
Do Now Find the supplement of each angle. 83° 35° 165° 73° 124°
Mathematical Connections.
ACT Review Concepts
Fibonacci’s rabbits Fibonacci posed the following problem:
Introduction Navigators and surveyors use the properties of similar right triangles. Designers and builders use right triangles in constructing structures.
Geometric Sequences & Exponential Functions
Corresponding Parts of Similar Triangles
Sequences & Summation Notation
A Surface Area of Similar Solids
Chapter 5 Number Theory 2012 Pearson Education, Inc.
Chapter 19: Symmetry and Patterns Lesson Plan
Introduction to Recurrence Relations
Chapter 3 The Real Numbers.
Section 11-7 Ratios of Areas.
Copyright © Cengage Learning. All rights reserved.
Proofs Geometry - Chapter 2
Introduction A chef takes a knife and slices a carrot in half. What shape results? Depending on the direction of the cut, the resulting shape may resemble.
In this section, we will learn about: Using integration to find out
9 The Mathematics of Spiral Growth
Chapter 3 The Real Numbers.
Objectives Find the nth term of a sequence. Write rules for sequences.
Study Guide.
Maths Unit 9 – Forming & Solving Equations
Activating Prior Knowledge – Notes
PROGRAMME F7 BINOMIALS.
Chapter 4 – Scale Factors and Similarity Key Terms
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Section 11.1 Sequences and Series
Similar Figures.
7 Applications of Integration
Similar and Congruent Triangles
Area Learning Intentions
9-1 Mathematical Patterns
Objectives and Student Expectations
Note: Remove o from tonight’s hw
Presentation transcript:

Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum

Chapter 9 Spiral Growth in Nature Fibonacci Numbers and the Golden Ratio

Spiral Growth in Nature Outline/learning Objectives To generate the Fibonacci sequence and identify some of its properties. To identify relationships between the Fibonacci sequence and the golden ratio. To define a gnomon and understand the concept of similarity. To recognize gnomonic growth in nature.

Spiral Growth in Nature 9.1 & 9.2 Fibonacci Numbers

Spiral Growth in Nature The Fibonacci Sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377,… The Fibonacci numbers form what mathematician call an infinite sequence– an ordered list of numbers that goes on forever. As with any other sequence, the terms are ordered from left to right.

Spiral Growth in Nature The Fibonacci Sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377,… In mathematical notation we express this by using the letter F (for Fibonacci) followed by a subscript that indicates the position of the term in the sequence. In other words, F1 = 1, F2 = 1, F3 = 2, F4 = 3, ...F10 =55, and so on. A generic Fibonacci number as FN.

Spiral Growth in Nature The Fibonacci Sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377,… The rule that generates Fibonacci numbers– a Fibonacci number equals the sum of the two preceding Fibonacci numbers– is called a recursive rule because it defines a number in the sequence using other (earlier) numbers in the sequence.

Spiral Growth in Nature Fibonacci Numbers (Recursive Definition) FN = F N-1 + F N-2 (the recursive rule) FN is a generic Fibonacci number. F N-1 is the Fibonacci number right before it. F N-2 is the Fibonacci number two positions before it.

Spiral Growth in Nature Fibonacci Numbers (Recursive Definition) F1 = 1, F2 = 1 (the seeds) The preceding rule cannot be applied to the first two Fibonacci numbers, F1 (there are no Fibonacci numbers before it) and F2 (there is only one Fibonacci number before it– the rue requires two), so for a complete description, we must “anchor” the rule by givng the values of the first Fibonacci numbers as named above.

Spiral Growth in Nature Is there an explicit (direct) formula for computing Fibonacci numbers? Binet’s Formula Binet’s formula is an example of an explicit formula– it allows us to calculate a Fibonacci number without needing to calculate all the preceding Fibonacci numbers.

Spiral Growth in Nature 9.3 The Golden Ratio

Spiral Growth in Nature The Golden Ratio We will now focus our attention on the number one of the most remarkable and famous numbers in all of mathematics. The modern tradition is to denote this number by the Greek letter (phi).

Spiral Growth in Nature Powers of the Golden Ratio In some ways you may think of the preceding formula as the opposite of Binet’s formula. Whereas Binet’s formula uses powers of the golden ratio to calculate Fibonacci numbers, this formula uses Fibonacci numbers to calculate powers of the golden ratio.

Spiral Growth in Nature 9.4 Gnomons

Spiral Growth in Nature The most common usage of the word gnomon is to describe the pin of a sundial– the part that casts the shadow that shows the time of day. In this section, we will discuss a different meaning for the word gnomon. Before we do so, we will take a brief detour to review a fundamental concept of high school geometry– similarity.

Spiral Growth in Nature We know from geometry that two objects are said to be similar if one is a scaled version of the other. The following important facts about similarity of basic two-dimensional figures will come in handy later in the chapter.

Spiral Growth in Nature Triangles: Two triangles are similar if and only if the measures of their respective angles are the same. Alternatively, two triangles are similar if and only if their sides are proportional.

Spiral Growth in Nature Squares: Two rectangles are always similar. Squares: Two rectangles are similar if their corresponding sides are proportional.

Spiral Growth in Nature Circles and disks: Two circles are always similar. Any circular disk (a circle plus all of its interior) is similar to any other circular disk. Circular rings: Two circular rings are similar if and only if their inner and outer radii are proportional.

Spiral Growth in Nature We will now return to the main topic of this section– gnomon. In geometry, a gnomon G to a figure A is a connected figure which, when suitably attached to A, produces a new figure similar to A. Informally, we will describe it this way: G is a gnomon to A if G&A is similar to A.

Spiral Growth in Nature Gnomons of Squares Consider the square S in (a). The L-shaped figure G in (b) is a gnomon to the square– when G is attached to S as shown in (c), we get the square S´.

Spiral Growth in Nature Gnomons of Circular Disks Consider the circular disk C with radius r in (a). The O-ring G in (b) with inner radius r is a gnomon to C. Clearly, G&C form the circular disk C´ shown in (c). Since all circular disks are similar, C´ is similar to C.

Spiral Growth in Nature Gnomons of Rectangles Consider a rectangle R of height h and base b as shown in (a). The L-shaped G shown in (b) can clearly be attached to R to form the larger rectangle R´ shown in (c). This does not, in and of itself, guarantee that G is a gnomon to R.

Spiral Growth in Nature Gnomons of Rectangles The rectangle R´ is similar to R if and only if their corresponding sides are proportional. With a little algebraic manipulation, this can be simplified to

Spiral Growth in Nature

Spiral Growth in Nature In nature, where form usually follows function, the perfect balance of a golden rectangle shows up in spiral-growing organisms, often in the form of consecutive Fibonacci numbers. To see how this connection works, consider the following example.

Spiral Growth in Nature Stacking Squares in Fibanacci Rectangles Start with a 1-by-1 square.

Spiral Growth in Nature Stacking Squares in Fibanacci Rectangles Attach to it a 1-by-1 square. Squares 1 and 2 together form a 2-by-1 Fibonacci rectangle. We will call this the “second-generation” shape.

Spiral Growth in Nature Stacking Squares in Fibanacci Rectangles For the third generation, tack on a 2-by-2 square. The “third-generation” shape (1, 2, and 3 together) is the 2-by3 Fibonacci rectangle in.

Spiral Growth in Nature Stacking Squares in Fibanacci Rectangles Next, tack onto it a 3-by-3 square, giving a 5-by-3 Fibonacci rectangle.

Spiral Growth in Nature Stacking Squares in Fibanacci Rectangles Then tack on a 5-by-5 square, resulting in an 8-by-5 Fibonacci rectangle. We can keep doing this as long as we want.

Spiral Growth in Nature Conclusion Form follows function Fibonacci numbers The Golden Ratios and Golden Rectangles Gnomons