9 The Mathematics of Spiral Growth

Slides:



Advertisements
Similar presentations
Excursions in Modern Mathematics Sixth Edition
Advertisements

Table of Contents Example 1: Solve 3x = 0. Quadratic Equation: Solving by the square root method This method can be used if the quadratic equation.
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
Properties of Logarithms
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
Algebraic Fractions and Forming Equations Learning Outcomes  Simplify algebraic fractions  Add, subtract, multiply and divide algebraic fractions  Solve.
1 © 2010 Pearson Education, Inc. All rights reserved 10.1 DEFINITION OF A SEQUENCE An infinite sequence is a function whose domain is the set of positive.
The Golden Ratio Begin by drawing a square with sides of 10cm 10 cm
Table of Contents First note this equation has "quadratic form" since the degree of one of the variable terms is twice that of the other. When this occurs,
SECTION 5-5 The Fibonacci Sequence and the Golden Ratio Slide
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.
EXAMPLE 2 Rationalize denominators of fractions Simplify
Section 8.1 Quadratic Equations  The Graphical Connection  The Principle of Square Roots  Completing the Square  Solving Equations by Completing the.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 9 The Mathematics of Spiral Growth 9.1Fibonacci’s Rabbits 9.2Fibonacci.
Examining Fibonacci sequence right end behaviour
Example Solution For each geometric sequence, find the common ratio. a)  2,  12,  72,  432,... b) 50, 10, 2, 0.4, 0.08,... SequenceCommon Ratio.
Solving Quadratic Equations Using the Quadratic Formula Part 2.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
Section 13.6: Sigma Notation. ∑ The Greek letter, sigma, shown above, is very often used in mathematics to represent the sum of a series.
Notes P.5 – Solving Equations. I. Graphically: Ex.- Solve graphically, using two different methods. Solution – See graphing Calculator Overhead.
Excursions in Modern Mathematics Sixth Edition
Mathematical Connections.
Chapter 3: Proportion and the Golden Ratio
Fibonacci’s rabbits Fibonacci posed the following problem:
Year 9 Mathematics Algebra and Sequences
MODULE – 1 The Number System
Graphing Quadratic Functions Solving by: Factoring
Grade Eight – Algebra I - Unit 8 Linear Equations and Their Graphs
Sequences & Summation Notation
Chapter 5 Number Theory 2012 Pearson Education, Inc.
3.5 Recurrence Relations.
EXAMPLE 2 Rationalize denominators of fractions Simplify
Bellwork Solve the equation Using square root:.
Licensed Electrical & Mechanical Engineer
To make a Quadratic Equation, you let the Expression equal zero.
Proportion and Design for Woodturning
Proportions and Percent Equations
Sequences and Series College Algebra
Algebra Review Radical Expressions page 280
Quadratic Graphs - Parabolas
Patterns and Algebraic rules
SECTION 9-3 : SOLVING QUADRATIC EQUATIONS
Section 11.2 The Quadratic Formula.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Section 11.1 Sequences.
Golden Section and Ratio
Section 9.4 Day 1 Solving Quadratic Equations by Completing the Square
GEOMETRIC SEQUENCES These are sequences where the ratio of successive terms of a sequence is always the same number. This number is called the common.
Patterning & Algebra Grade
Copyright © Cengage Learning. All rights reserved.
Solving Equations and Inequalities with Absolute Value
Patterns and Algebraic rules
Section 9.5 Day 1 Solving Quadratic Equations by using the Quadratic Formula Algebra 1.
Solving Equations and Inequalities with Absolute Value
Quadratic Equations.
Completing the Square Algebra Review.
CSC 380: Design and Analysis of Algorithms
Algebra 1 Section 12.3.
Inequalities Some problems in algebra lead to inequalities instead of equations. An inequality looks just like an equation, except that in the place of.
Equations, Identities and Formulae
Which sequence is linear? How do you know?
Lesson 5–5/5–6 Objectives Be able to define and use imaginary and complex numbers Be able to solve quadratic equations with complex roots Be able to solve.
Year 9 Term 1 Higher (Unit 1) CALCULATIONS, CHECKING AND ROUNDING
Presentation transcript:

9 The Mathematics of Spiral Growth 9.1 Fibonacci’s Rabbits 9.2 Fibonacci Numbers 9.3 The Golden Ratio 9.4 Gnomons 9.5 Spiral Growth in Nature

Golden Ratio This number is one of the most famous and most studied numbers in all mathematics. The ancient Greeks gave it mystical properties and called it the divine proportion, and over the years, the number has taken many different names: the golden number, the golden section, and in modern times the golden ratio, the name that we will use from here on. The customary notation is to use the Greek lowercase letter  (phi) to denote the golden ratio.

Golden Ratio The golden ratio is an irrational number–it cannot be simplified into a fraction, and if you want to write it as a decimal, you can only approximate it to so many decimal places. For most practical purposes, a good enough approximation is 1.618.

THE GOLDEN RATIO The sequence of numbers shown above is called the Fibonacci sequence, and the individual numbers in the sequence are known as the Fibonacci numbers.

The Golden Property Find a positive number such that when you add 1 to it you get the square of the number. To solve this problem we let x be the desired number. The problem then translates into solving the quadratic equation x2 = x + 1. To solve this equation we first rewrite it in the form x2 – x – 1 = 0 and then use the quadratic formula. In this case the quadratic formula gives the solutions

The Golden Property Of the two solutions, one is negative and the other is the golden ratio It follows that  is the only positive number with the property that when you add one to the number you get the square of the number, that is, 2 =  + 1. We will call this property the golden property. As we will soon see, the golden property has really important algebraic and geometric implications.

Fibonacci Numbers - Golden Property We will use the golden property 2 =  + 1 to recursively compute higher and higher powers of . Here is how: If we multiply both sides of 2 =  + 1 by , we get 3 = 2 +  Replacing 2 by  + 1 on the RHS gives 3 = ( + 1) +  = 2 + 1

Fibonacci Numbers - Golden Property If we multiply both sides of 3 = 2 + 1 by , we get 4 = 22 +  Replacing 2 by  + 1 on the RHS gives 4 = 2( + 1) +  = 3 + 2

Fibonacci Numbers - Golden Property If we multiply both sides of 4 = 3 + 2 by , we get 5 = 32 + 2 Replacing 2 by  + 1 on the RHS gives 5 = 3( + 1) + 2 = 5 + 3

Fibonacci Numbers - Golden Property If we continue this way, we can express every power of  in terms of : 6 = 8 + 5 7 = 13 + 8 8 = 21 + 13 and so on. Notice that on the right-hand side we always get an expression involving two consecutive Fibonacci numbers. The general formula that expresses higher powers of in terms of and Fibonacci numbers is as follows.

POWERS OF THE GOLDEN RATIO N = FN+ FN – 1

Ratio: Consecutive Fibonacci Numbers We will now explore what is probably the most surprising connection between the Fibonacci numbers and the golden ratio. Take a look at what happens when we take the ratio of consecutive Fibonacci numbers. The table that appears on the following two slides shows the first 16 values of the ratio FN / FN – 1.

Ratio: Consecutive Fibonacci Numbers

Ratio: Consecutive Fibonacci Numbers

Ratio: Consecutive Fibonacci Numbers The table shows an interesting pattern: As N gets bigger, the ratio of consecutive Fibonacci numbers appears to settle down to a fixed value, and that fixed value turns out to be the golden ratio!

RATIO OF CONSECUTIVE FIBONACCI NUMBERS FN/ FN – 1 ≈  and the larger the value of N, the better the approximation.