Conway Sequence Mary Beth Helms Jennifer Turner. John Horton Conway Born in Liverpool, England on Dec. 26, 1937 Born in Liverpool, England on Dec. 26,

Slides:



Advertisements
Similar presentations
The new maths curriculum Years 1 and 2
Advertisements

Mathematics in the primary school The approach to teaching calculation methods.
AP STATISTICS Simulation “Statistics means never having to say you're certain.”
FACTORS.
AP STATISTICS Simulating Experiments. Steps for simulation Simulation: The imitation of chance behavior, based on a model that accurately reflects the.
Aim: Permutations Course: Math Lit.. Aim: Is Spiderman a permutation or what? A = {a, b, c, d, e} What could be a two element subset of A? {a, b} Is =
Inductive Reasoning.  Reasoning based on patterns that you observe  Finding the next term in a sequence is a form of inductive reasoning.
Monty Hall Problem K0dc K0dc.
Understanding Randomness
PSU CS 106 Computing Fundamentals II Boolean Algebra - Intro HM 1/3/2009.
Conway’s Game of Life Andrew Williams
Strong Induction 2/27/121. Induction Rule 2/27/122.
Survey of Mathematical Ideas Math 100 Chapter 1 John Rosson Tuesday January 23, 2007.
Survey of Mathematical Ideas Math 100 Chapter 1 John Rosson Thursday January 18.
Copyright©amberpasillas2010 TAKE OUT A CALCULATOR.
Designed by David Jay Hebert, PhD Problem: Add the first 100 counting numbers together … We shall see if we can find a fast way of doing.
F A T R N T EP N I D A Much of mathematics is based on patterns, so it is important to study patterns in math. We use patterns to understand our world.
Chapter 1 Basic Principles of Digital Systems. 2 Analog vs. Digital Analog: –A way of representing a physical quantity by a proportional continuous voltage.
BELL RINGER 6–C   What is the y-coordinate at which the line determined by the equation 5
Partitioning four digit numbers
1 A Lesson Without the Opportunity for Learners to Generalise …is NOT a Mathematics lesson! John Mason ‘Powers’ Norfolk Mathematics Conference Norwich.
Digit Sums of the factors of a number An Investigation.
Sequences & Summation Notation 8.1 JMerrill, 2007 Revised 2008.
To find the nth term of a sequence
14.3 Simulation Techniques and the Monte Carlo Method simulation technique A simulation technique uses a probability experiment to mimic a real-life situation.
Visualizing Decimal and Binary
Today we will be learning: how to use a known fact to work out an unknown fact how to use doubling and halving.
CSNB143 – Discrete Structure
Math Module 3 Multi-Digit Multiplication and Division Topic F: Reasoning with Divisibility Lesson 24: Determine whether a whole number is a multiple of.
Economics 173 Business Statistics Lecture 23 © Fall 2001, Professor J. Petry
1-9 Patterns, Equations, and Graphs You can use an equation with two variables to represent the relationship between two varying quantities Solution.
Mysterious number Indian mathematician born in 1905 in Dahanu near Bombai. His work related to the theory of numbers, fractions, and periodic magical.
Learning Objectives for Section 7.3 Basic Counting Principles
Inductive Reasoning  Reasoning that allows you to reach a conclusion based on a pattern of specific examples or past events.
© Hamilton Trust Keeping Up Term 1 Week 3 Day 3 Objectives: Subtract two-digit numbers from two-digit numbers and from numbers between 100 and 200 by counting.
Introduction to Discrete Probability Epp, section 6.x CS 202.
1 Cellular Automata What could be the simplest systems capable of wide-ranging or even universal computation? Could it be simpler than a simple cell?
Waiters’ Nightmare A single rectangular table can seat 6 hungry humans.
Time Series - A collection of measurements recorded at specific intervals of time. 1. Short term features Noise: Spike/Outlier: Minor variation about.
Simulation. Simulation is a way to model random events, such that simulated outcomes closely match real-world outcomes. By observing simulated outcomes,
Math II 7.5 Parallel Lines and Transversals. Activity Look at your assignment.
Economics 173 Business Statistics Lecture 25 © Fall 2001, Professor J. Petry
Chapter 7 – Counting Techniques CSNB 143 Discrete Mathematical Structures.
Make a list of numbers that begin with a ‘start number’ and increase by a fixed amount we will call the ‘jump number’. Let’s all use 3 as the start number.
Least Common Multiple Greatest Common Factor
Ten Frame Practice Directions - Click the space bar. Look at the Ten Frame. Without counting, say the number of dots that are shown. Then, click the space.
Unit 5 Lesson 6 Probability 6.7 Estimating Probabilities using Simulations.
A RITHMETIC PRESENTATION By: Alexandra Silva & Dani Hoover.
Statistics 11 Understanding Randomness. Example If you had a coin from someone, that they said ended up heads more often than tails, how would you test.
Math 1320 Chapter 6: Sets and Counting 6.2 Cardinality.
Number systems Visualizing Decimal and Binary. We count in base 10 because people started by counting on their fingers Base 10 is a number system that.
January 28, 2010 – Evening Session Why is today perfect?
Презентацию подготовила Хайруллина Ч.А. Муслюмовская гимназия Подготовка к части С ЕГЭ.
8.1 Quadrilaterals.  Quadrilateral – closed geometric figure with four sides and four vertices.  Segments of a quadrilateral intersect only at their.
CSNB 143 Discrete Mathematical Structures
Why Be Random? What is it about chance outcomes being random that makes random selection seem fair? Two things: Nobody can guess the outcome before it.
Counting by 10s, 100s, 1000s Five-digit
Patterns and Inductive Reasoning
Fraction Investigation
Spirolaterals Starting with a number sequence, like 12345, and using graph paper, move 1 unit right, 2 units down, 3 units left, 4 units up, 5 units right,
4-7 Sequences and Functions
© University of Cambridge
Бази от данни и СУБД Основни понятия инж. Ангел Ст. Ангелов.
EDLC(Embedded system Development Life Cycle ).
Year 2 Spring Term Week 3 Lesson 5
Representations of Integers
AP Statistics Warm-up: Problem 5.26.
Year 2 Spring Term Week 3 Lesson 5
Arithmetic presentation
Presentation transcript:

Conway Sequence Mary Beth Helms Jennifer Turner

John Horton Conway Born in Liverpool, England on Dec. 26, 1937 Born in Liverpool, England on Dec. 26, 1937 BA in 1959 from Cambridge BA in 1959 from Cambridge Ph.D. in 1964 from Cambridge Ph.D. in 1964 from Cambridge Professor of Mathematics at Princeton University Professor of Mathematics at Princeton University

John H. Conway

Conway Sequence A.k.a- the Look and Say Sequence A.k.a- the Look and Say Sequence The Method The Method –Look at the first digit. –Count it as 1. –If the next digit is the same as the first, count as 2. –Continue counting until the digit is not the same and record number of first digit. –Repeat with the new digit and continue until end of sequence.

Example Start with 1: 1 Start with 1: 1 –There is one 1: 1,1 –Now, there are two 1’s: 2,1 –There are one 2 and one 1: 1,2,1,1 –There are one 1, one 2, two 1’s: 1,1,1,2,2,1

Ordered Conway Sequence The Method The Method –Look at lowest digit in sequence –Count the number of times it appears –Record the number of times –Repeat with the next lowest digit in sequence

Example Start with 1: 1 Start with 1: 1 –There is one 1: 1,1 –There are two 1’s: 2,1 –There are one 1 and one 2: 1,1,1,2 –There are three 1’s and one 2: 3,1,1,2 –There are two 1’s, one 2, and one 3: 2,1,1,2,1,3

Different Starting Terms The Ordered Sequence does not have to begin with a single digit. The Ordered Sequence does not have to begin with a single digit. We can begin with two digits. We can begin with two digits. For example, For example, –we can begin with: 1,3 –We have one 1 and one 3: 1,1,1,3 –Three 1’s and one 3: 3,1,1,3 –Two 1’s and two 3’s: 2,1,2,3

Limiting Pattern for n<5 The limiting pattern for any single n<5 is the same: The limiting pattern for any single n<5 is the same: The limiting pattern for nay single n>4 is: n The limiting pattern for nay single n>4 is: n

Limiting Pattern for (n<5, n<5) The limiting pattern for any two digits where both digits are less than 5 vary The limiting pattern for any two digits where both digits are less than 5 vary –(1,1), (1,2), (1,3), (1,4), (2,3), (3,4) all have the same limiting pattern of (the same as n<5) –(2,4) and (4,4) have the same limiting pattern of –(2,2) has a limiting pattern of (2,2)

Limiting Patterns for (3<n<50, 3<m<50) There are four possible outcomes for limiting sequence There are four possible outcomes for limiting sequence –When a pair consists of (5, m) –When a pair consists of (n, n) –When a pair consists of consecutive numbers (n, n+1) –When a pair consists of non-consecutive numbers (n,m) where m>n+1

Limiting Pattern for (5, m) The limiting pattern always reaches a three cycle pattern The limiting pattern always reaches a three cycle pattern m m m m m m

Limiting Pattern for (n, n) If the number is the same, then the limiting pattern would be the same as beginning the sequence with (2, n) If the number is the same, then the limiting pattern would be the same as beginning the sequence with (2, n)

Limiting Pattern for (n>5,n+1) The limit always reaches a cyclical pattern The limit always reaches a cyclical pattern The number of ones in the limiting pattern is either n-2 and n-1 The number of ones in the limiting pattern is either n-2 and n-1 Example 1: Given a pair (9,10) the number of ones alternates between 7 and 8 Example 1: Given a pair (9,10) the number of ones alternates between 7 and 8 Example 2: Given a pair (6, 7) the limiting pattern is a cycle of three where the number of ones is either 4 and 5 Example 2: Given a pair (6, 7) the limiting pattern is a cycle of three where the number of ones is either 4 and 5

Limiting Patterns for (n>5, m>n+1) The limit always reaches a cyclical pattern The limit always reaches a cyclical pattern The number of ones is either n and n-1 The number of ones is either n and n-1 For example, given a pair (23, 35) the number of ones in the alternating pattern is 23 and 22 For example, given a pair (23, 35) the number of ones in the alternating pattern is 23 and 22

Conclusion All Ordered Conway Sequences have a limiting sequence when digits are less than 50 All Ordered Conway Sequences have a limiting sequence when digits are less than 50 In the future, more work could be done: In the future, more work could be done: –To understand why a pair with 5 gives a three cycle pattern –To see if a limiting pattern can be a cycle of 4 or more –To understand Ordered Conway Sequences where n>50