Mathematics, patterns, nature, and aesthetics. Math is beautiful, elegant Consider the tidiness of proofs about concepts How beautifully science uses.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

The Golden Mean The Mathematical Formula of Life
Phi, Fibonacci, and 666 Jay Dolan. Derivation of Phi “A is to B as B is to C, where A is 161.8% of B and B is 161.8% of C, and B is 61.8% of A and C is.
Prime Numbers By Brian Stonelake.
Activity 1-16: The Distribution Of Prime Numbers
THE FIBONOCCI SEQUENCE IN REAL LIFE BY ANNE-MARIE PIETERSMA, HARRY BUI, QUINN CASHELL, AND KWANGGEUN HAN.
INFINITE SEQUENCES AND SERIES
INFINITE SEQUENCES AND SERIES
EXCURSIONS IN MODERN MATHEMATICS SIXTH EDITION Peter Tannenbaum 1.
Quit Ratio Golden Ratio Fibonacci QuitRatio Ratio is a way of showing the connection between two or more numbers. A ratio can be written as a fraction,
Lesson 1-1 Patterns and Inductive Reasoning. Ohio Content Standards:
Exponential Notation Awesome to the power of ten!.
Mathematics and TOK Exploring the Areas of Knowlege.
ELEMENTARY NUMBER THEORY AND METHODS OF PROOF
Leonhard Euler’s Amazing 1735 Proof that
The Mathematics of Phi By Geoff Byron, Tyler Galbraith, and Richard Kim It’s a “phi-nomenon!”
Common and Natural Logarithms. Common Logarithms A common logarithm has a base of 10. If there is no base given explicitly, it is common. You can easily.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
Areas of knowledge – Mathematics
Powerpoint Templates Page 1 Powerpoint Templates Mathematics & Proofs.
AOK. D6 Journal (5 th entry) TWE can imagination be objective if it is derived in the mind? If it is always subjective can it lead to knowledge?
Sequences Informally, a sequence is a set of elements written in a row. – This concept is represented in CS using one- dimensional arrays The goal of mathematics.
The Golden Ratio. Background Look at this sequence… 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89,... Can you tell how it was created? SStart with the numbers.
The Mathematical Formula of Life
The Mathematical Formula of Art
Are You Perfect? Writing Prompt: What do you consider perfect?
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
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.
The importance of sequences and infinite series in calculus stems from Newton’s idea of representing functions as sums of infinite series.  For instance,
Chapter 6 Sequences And Series Look at these number sequences carefully can you guess the next 2 numbers? What about guess the rule?
Mathematics. We tend to think of math as an island of certainty in a vast sea of subjectivity, interpretability and chaos. What is it?
Theorems and conjectures
Phi Finance Finance based on growth relationships Where Organic Chemistry is the chemistry of carbon compounds By Gaylen Bunker & Collin Bunker.
TOK: Mathematics Unit 1 Day 1. Introduction Opening Question Is math discovered or is it invented? Think about it. Think real hard. Then discuss.
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
INTRODUCTION TO THE GOLDEN MEAN … and the Fibonacci Sequence.
MATHS IN NATURE AND ARTS FIBONACCI’S SEQUENCE AND GOLDEN RATIO.
Lecture 4,5 Mathematical Induction and Fibonacci Sequences.
Fibonacci The Fibonacci Sequence The Golden Ratio.
MATHLETES Fibonacci Numbers and “The Golden Ratio”
The Golden Mean The Mathematical Formula of Life Life.
Lesson: Derivative Applications 3  Objective – Logarithms, Euler’s Number, & Differentiation, oh my!
Fibonacci Sequences and the Golden Ratio Carl Wozniak Northern Michigan University.
This is an example of an infinite series. 1 1 Start with a square one unit by one unit: This series converges (approaches a limiting value.) Many series.
Do Now: Write a similarity ratio to answer the question. If you have a vision problem, a magnification system can help you read. You choose a level of.
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
NAME: MUQSIT HAIDER 7T GOLDEN RATIO MIRACLE OF KAABA.
GOLDEN RATIO MADE BY SAIF UR REHMAN CLASS 7 SECTION T.
The Golden Ratio Math in Beauty, Art, and Architecture
Theory of Knowledge: Mathematics. What is maths? In order to discuss what maths is, it is helpful to look back at how maths as a discipline developed.
Agenda 9/27 DO NOW (3 parts) ◦Prove the following: 1.The length of a square is 5 cm. What is the measure of its width? How can you be sure? 2.What is the.
The Golden Mean By Susan Convery Foltz Broward College EPI 003 Technology February 8, 2009.
Petals Most flowers have 5 or 8 petals Seeds Many plants have 3, 5 or 8 seeds.
The Golden Ratio Volkan UYGUN.
Andrew Starzynski. Who am I? Born and raised in Chicago, IL, USA. Waldorf lifer; both parents Waldorf teachers. Bachelor’s in philosophy, mathematics.
The Golden Mean. The Golden Mean (or Golden Section), represented by the Greek letter phi, is one of those mysterious natural numbers, like e or pi, that.
“The two highways of the life: maths and English”
In case you don’t plan to read anything else in this powerpoint………. There is an activity you must do, somewhere hidden in this slide show, in preparation.
TOK: Mathematics Unit 1 Day 1. 2 – B 2 = AB – B 2 Factorize both sides: (A+B)(A-B) = B(A-B) Divide both sides by (A-B): A = B = B Since A = B, B+B=B Add.
Dr Nazir A. Zafar Advanced Algorithms Analysis and Design Advanced Algorithms Analysis and Design By Dr. Nazir Ahmad Zafar.
Mathematical Connections.
The Mathematical Formula of Life
GOLDEN RATIO AND THE MIRACLES OF KAABA
9 The Mathematics of Spiral Growth
The Mathematical Formula of Life
M1 Lesson 4.4 January 21, 2009 Deductive Reasoning.
The Mathematical Formula of Life
Copyright © Cengage Learning. All rights reserved.
The Mathematical Formula of Life
CSC 380: Design and Analysis of Algorithms
Presentation transcript:

Mathematics, patterns, nature, and aesthetics

Math is beautiful, elegant Consider the tidiness of proofs about concepts How beautifully science uses math to explain the world

Patterns in math – prime numbers There is something about prime numbers and the nature of math that is endlessly interesting. Let’s look as some discoveries to see why. Goldbach’s conjecture Goldbach was a mathematician who claimed that every even number could be demonstrated to be a sum of two prime numbers.

Let’s try it: 2 = = = = = = = =

Goldbach We could go on doing this for a long time. Indeed, using computers mathematicians have proven this for every even number up to 100,000,000,000,000. But they have found no way to prove Goldbach’s conjecture true. No deductive rigorous proof yet accepted by the mathematical community

More prime numbers Many mathematicians have tried to figure out formulas that produce only prime numbers. Fermat – who we will come back to – devised this formula: 2 2^n + 1 = prime number From which we get: 2 (2^1) +1 = 5 2 (2^2) +1 = 17 2 (2^3) + 1 = (2^4) + 1 = These are all primes. So we assume that the next one is, right?

Next up: 2 (2^5) + 1 = 4,294,697,297 A prime number? Seems so. But Euler – you’ve probably heard of him – using just his intuition (no calculators or computers at his time) figured out that the latter number can be arrived at by multiplying: 6,700,417 and 641 This shows Euler’s capability given there were no computing machines at this time. This kind of lesson teaches us not to jump to conclusions using induction.

Others There are others equally as tricky. Consider: n 2 – n + 41 This gives primes up to 40, but fails on 41. Interesting. Another one: n 2 – 79n You guessed it – it works up to 79 but fails at 80. These kind of tricks are more easily dispelled now-a-days. But they weren’t in the past.

Logarithms and prime numbers Another question that number theorists wrestled with is this: is there any way to represent mathematically the diminishing percentage of prime numbers among very large numbers? There is, indeed. Here is the law: The percentage of prime numbers within an interval from 1 to any large number (n) is approximately stated by the natural logarithm of n.

Demonstrated: Interval 1 to nNumber of primes Ratio1/ln (n)Deviation (%) 1 to to to to You’ll see that column three (n divided by the number of primes from 1 to n) becomes closer and closer to the reciprocal of the natural logarithm of n.

This law was first discovered empirically. Meaning, some math geeks sat around and counted primes and played with logarithms. Unlike in Goldbach’s case, however, soon before the turn of the twentieth century French mathematicians Hadamard and Belgian de la Vallée Poussin proved it. I won’t it explain it here because I have no idea how to, but it is nevertheless a remarkably interesting discovery.

Buffon’s needle problem Divide a paper with parallel lines one unit apart Drop a pin unit long The probability it crosses one of the parallel lines is 2/pi

Euler’s constant Euler’s constant, or e, can be arrived at using infinite series of factorials: e = 1/0! + 1/1! + 1/2! + 1/3! + 1/4!...

e does some interesting things in math. If you’ve studied calculus, you know that the integral of e x is e x : ∫e x = e x +c (For non-math folks, the C is just a constant that could mean anything. For all intents and purpose, the integral of e x is itself.) Likewise, the derivative of e x is also e x : (e x )’ = e x

Numbers do interesting things. But this is just pure math, right? Well, no – e shows up all of the time in study of the natural world. You need it to explain things such as radioactive decay (which we use to know how old things on the Earth actually are), the spread of epidemics, compound interest, and population

More Euler We could say that these are the five most important numbers in math: e, π, 1, 0, and i [or √(-1), the imaginary number]

Euler discovered this equation: e iπ + 1 = 0 “What can be more mystical than an imaginary number interacting with real numbers [that show up everywhere in the world] to produce nothing?”

Fibonacci sequence 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987

Fibonacci shows up in nature Where?  Rabbit births  Honeybees and family trees  Petals on flowers  Seed heads  Pine cones  Leaf arrangements

Math in art and nature The golden ratio (phi) = 1 + [(sqrt(5) – 1)] / 2]

Leonardo Da Vinci Uses this proportion in his artistic work representing the body

It shows up in ancient architecture Parthenon

Find the ratios between consecutive numbers of the fibonacci sequence

Is there not something beautiful, even spiritual, about all this? How do we explain it?