GROWING UP IN MORECAMBE 2008 GROWING UP IN MORECAMBE The Mathematics of Shell Construction. and other patterns

Size: px
Start display at page:

Download "GROWING UP IN MORECAMBE 2008 GROWING UP IN MORECAMBE The Mathematics of Shell Construction. and other patterns"

Transcription

1 GROWING UP IN MORECAMBE 2008 GROWING UP IN MORECAMBE 2008 The Mathematics of Shell Construction and other patterns

2 The Mathematics of Shell Construction and other patterns

3 Contents 3 Fibonnaci Numbers 12 Simple Rules and Complex Patterns 14 The Game of Life 16 Chaos

4 Fibonacci Numbers The Fibonacci series of numbers is a sequence that starts with 0 and 1 and then increases by adding together the previous two numbers in the sequence in order to get the next: = = = = = 8 So the sequence goes: etc This repeating pattern of numbers can potentially go on increasing forever. 3

5 The Fibonacci series of numbers is thought to be important because it is a pattern that appears regularly in the natural world. The number of petals on a flower is often a Fibonacci number flowers often have 3, 5 or 8 petals, but rarely have only 4. Plants like Sneezewort and some trees grow new shoots and branches in a pattern that approximates the Fibonacci sequence - during each stage of development the number of shoots that these plants are growing will usually be a Fibonacci number and the number of leaves will also be a Fibonacci number. 4

6 You can make a Fibonacci series of rectangles by placing together squares as follows: Start with the first two numbers in the Fibonacci series: 0 and 1. Draw a square with sides measuring 0 units next to a square with sides measuring 1 unit. A square with sides measuring 0 units cannot exist so you are left with a single square with a length and a width measuring 1 unit. Length = 1 Width = 1 The next number in the Fibonacci series is also 1. Place another square with sides measuring 1 unit next to your first square. Length = 2 Width = 1 This is the first rectangle. It has a width of 1 unit and a length of 2 units. Its length is equal to its width, plus the width of the previous square in the sequence = 2 5

7 Two is the next number in the Fibonacci series of numbers, so now place a square with sides measuring two units on the end like this: Length = 3 Width = 2 This is a Fibonacci rectangle. Its width is equal to the length of the previous rectangle in the sequence. This was 2. Its length is equal to its own width, plus the width of the previous rectangle in the sequence. The width of the previous rectangle in the sequence was 1. So in this case the length is equal to = 3 Three is the next number in the Fibonacci series of numbers, so now add a square on the end of this rectangle with sides that measure 3 units. 6

8 Length = 5 Width = 3 Again, the width of the rectangle is equal to the length of the previous rectangle in the series. The length of this rectangle is equal to its own width, plus the width of the previous rectangle in the series. Both of these widths are Fibonacci numbers, and the length of the rectangle is the next Fibonacci number in the series. Like the Fibonacci numbers themselves you can continue this pattern forever, each time adding another square with sides that are the same length as the next Fibonacci number in the series. 7

9 The squares follow each other round, moving outwards from the centre. If a quarter circle is drawn inside each square, starting and finishing at the corners where the square meets the next square, then a spiral is made.

10 This spiral pattern is the Fibonacci Spiral. Like the Fibonacci series, it can continue getting bigger forever. However, it cannot continue getting smaller forever because it has a fixed start point in the square with sides that measure 1 unit. This means it is not a true mathematical spiral, since a true mathematical spiral can continue getting bigger and smaller forever. It is however very close to a true mathematical spiral called the Golden Spiral, which fits into a similar repeating pattern of rectangles known as the Golden Rectangle. The Golden Spiral is one example of a particular kind of spiral, called a growth spiral *. This is because the line of the spiral grows faster the further away it is drawn from the central point where the spiral begins the space inside the curve of the spiral therefore gets bigger further out from the centre. This is different to other types of spiral, such as the Archimedean spiral. The space inside the curve of an Archimedean spiral remains the same size no matter how far out the spiral is drawn from the centre. The Golden Spiral and the Fibonacci numbers are * This type of spiral can also be called a logarithmic spiral, an equiangular spiral, the spira mirabilis (marvellous spiral) and the Bernoulli spiral.

11 Archimedean Spiral Growth Spiral Both of these spirals grow, but in a different way. The kind of spiral pattern called the growth spiral is regularly found in nature, particularly in the shells of sea creatures and snails. An example that is often used is the Nautilus shell. While the average spiral of a Nautilus shell isn t exactly the Golden Spiral, it does tend to display a growth spiral that has a similar pattern. Growth Spiral Nautilus Spiral Live Nautilus 10

12 The shape of the growth spiral is seen in the Nautilus because as the animal that lives inside the spiral shell grows, it will need a bigger space inside its shell to live in. The animal is constantly building its shell outwards from the centre, so the spiral of the shell will therefore be built bigger as the animal grows and moves through the structure of the shell. Many other species of shell also grow in patterns that are close to a growth spiral, but look very different from either the Golden Spiral or the Nautilus. Mathematical growth spirals all follow the same rule, but can look very different depending on the numbers to which the rule is applied. In a similar way, natural forms like shells that resemble growth spirals can look very different from each other depending on the size, shape and behaviour of the animals that build them. Even within species of shell, there are always individual variations. 11

13 Simple rules and complex patterns The Fibonacci sequence of numbers follows a very simple rule, but the forms, such as the spiral, that can be produced by repeating the rule are more complex. Structures that are found in nature, such as the shells of sea creatures, are complex shapes, but they display repeating patterns that can often be described mathematically using simple rules. By looking at the mathematical patterns that certain natural forms and structures are similar to, we can try to understand better how they work and why they are the shapes they are. There are lots of complex patterns that appear in the natural world that may be modelled in some way using fairly simple and regular mathematical rules the structures and forms of plants and shells are just two examples. Animal behaviour, the human body and the weather are all systems that are complex and difficult to understand, but they can be explored using simpler mathematical models as a tool for learning about how they work. There are many more examples. Think of the way birds fly together in large groups, or the patterns that waves form in the sea. 12

14 Above: Birds in flight at Morecambe Bay; Patterns in the sand left by waves, Morecambe Bay

15 The Game of Life The Game of Life, invented in 1970 by mathematician John Conway, provides a good demonstration of how very simple rules can lead to complex patterns. It has been used as a tool to think about how other complex patterns and systems might work. The Game of Life is played on a grid of squares. Each square is called a cell and a cell can be alive or dead. This is usually displayed by colouring the live cells and not the dead cells. Live cell Dead cell Each cell has eight neighbours these are the cells directly above and below, to the left and right and in each diagonal. A cell surrounded by its neighbours. 14

16 For each round or generation of the game, the following rules apply: 1) Any live cell that has less than 2 living neighbours dies of loneliness. 2) Any live cell that has more than 3 living neighbours dies from overcrowding. 3) Any live cell that has 2 or 3 living neighbours stays alive. 4) Any dead cell that has exactly 3 living neighbours comes to life. In each generation, the rules must be applied at the same time to every cell in the grid. Once this has happened the next generation can take place, and so on. You can play the Game of Life by hand on graph paper or by using a wooden board and counters to get the idea of how the rules work. You can also play the game using a computer program that works out each new generation a lot faster than a person can. When you use a computer to play the Game of Life it is easy to see that some very complex patterns are created by applying the rules to different combinations of living and dead cells.however if you are playing the game, you can start by choosing which cells in the grid you want to be alive or dead. Experiment with different combinations and see what patterns are created when you start to apply the rules of the Game of Life. All of the materials to play the Game of Life will be available at the Shell-Lantern Building Workshops.

17 Chaos While the Game of Life always uses the same basic rules, you will see that very different complex patterns are created depending on the cells that are living or dead when the game is started. The specific pattern of living and dead cells at the start of the game determines which patterns will be formed when the rules of the game are applied, but a single cell being set to living instead of dead might make a very large difference in the pattern that appears. The Game of Life is sensitive to initial conditions this means that a very small change in the layout at the beginning can produce a very large difference in the way that a pattern develops. It is difficult for a person to predict how a small change will affect the pattern, and so even though we know they are governed by simple rules, patterns in the Game of Life can appear random. The appearance of random behaviour in nonrandom systems of patterns where small changes can have large effects is called chaos. 16

18 Chaos is found in lots of complex systems. The weather, the patterns of waves in the sea, and the patterns of birds in flight are all systems of behaviour that are affected by chaos. Small changes at the start of the patterns can have large effects that are difficult to predict. Mathematical tools such as the Game of Life are used to try and understand how other complex systems might work. They won t exactly have the same rules or work in exactly the same way, but they might be similar. 17

19 Use this booklet together with Building the Shell Lanterns to find out more about the mathematical relationships used in constructing the shell lanterns. There will be opportunities to explore all the mathematical relationships explained here at our workshops.

20 GROWING UP IN MORECAMBE 2008 GROWING UP IN MORECAMBE

Maths lesson. Exploring sequences and the Fibonacci sequence. Learning objectives. Knowledge. Skills. Resources

Maths lesson. Exploring sequences and the Fibonacci sequence. Learning objectives. Knowledge. Skills. Resources Exploring sequences and the Fibonacci sequence Learning objectives 1. Explore the exponential sequences, leading to negative powers. 2. Discover the Fibonacci sequence and the Golden Number or Golden Ratio.

More information

Grade 6 Math Circles February 21/22, Patterns

Grade 6 Math Circles February 21/22, Patterns Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles February 21/22, 2017 Patterns Tower of Hanoi The Tower of Hanoi is a puzzle with

More information

Grade 6 Math Circles February 21/22, Patterns - Solutions

Grade 6 Math Circles February 21/22, Patterns - Solutions Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles February 21/22, 2017 Patterns - Solutions Tower of Hanoi The Tower of Hanoi is a

More information

Objectives. Materials

Objectives. Materials . Objectives Activity 8 To plot a mathematical relationship that defines a spiral To use technology to create a spiral similar to that found in a snail To use technology to plot a set of ordered pairs

More information

Chapter 3: Complex systems and the structure of Emergence. Hamzah Asyrani Sulaiman

Chapter 3: Complex systems and the structure of Emergence. Hamzah Asyrani Sulaiman Chapter 3: Complex systems and the structure of Emergence Hamzah Asyrani Sulaiman In this chapter, we will explore the relationship between emergence, the structure of game mechanics, and gameplay in more

More information

Number Fun December 3,

Number Fun December 3, Number Fun December 3, 2008 John L. Lehet jlehet@mathmaverick.com www.mathmaverick.com Numbers Fibonacci Numbers Digital Roots Vedic Math Original Puzzles MathMagic Tricks Predict the Sum? (PredictTheSum.xls)

More information

FIBONACCI KOLAMS -- AN OVERVIEW

FIBONACCI KOLAMS -- AN OVERVIEW FIBONACCI KOLAMS -- AN OVERVIEW S. Naranan This paper is an overview of all my work on Fibonacci Kolams as of end of the year 2015 that is included in my website www.vindhiya.com/snaranan/fk/index.htm

More information

Chapter 4: Patterns and Relationships

Chapter 4: Patterns and Relationships Chapter : Patterns and Relationships Getting Started, p. 13 1. a) The factors of 1 are 1,, 3,, 6, and 1. The factors of are 1,,, 7, 1, and. The greatest common factor is. b) The factors of 16 are 1,,,,

More information

STUDENT'S BOOKLET. Inclination: Explorations on Slopes Part 1. Contents. 1 Flights 2 The slope of a line. 3 How Tall are you? 4 Duplicating Squares

STUDENT'S BOOKLET. Inclination: Explorations on Slopes Part 1. Contents. 1 Flights 2 The slope of a line. 3 How Tall are you? 4 Duplicating Squares Meeting 3 Student s Booklet Inclination: Explorations on Slopes Part 1 February 1 2017 @ UCI Contents 1 Flights 2 The slope of a line STUDENT'S BOOKLET 3 How Tall are you? 4 Duplicating Squares UC IRVINE

More information

Sequential Dynamical System Game of Life

Sequential Dynamical System Game of Life Sequential Dynamical System Game of Life Mi Yu March 2, 2015 We have been studied sequential dynamical system for nearly 7 weeks now. We also studied the game of life. We know that in the game of life,

More information

Fibonacci Numbers ANSWERS Lesson 1 of 10, work individually or in pairs

Fibonacci Numbers ANSWERS Lesson 1 of 10, work individually or in pairs Lesson 1 of 10, work individually or in pairs In 1202, the mathematician Leonardo Pisano Fibonacci (pronounced fi-buh-nah-chee) published a book with the famous Fibonacci sequence in it. (A sequence is

More information

Lesson 1. Unit 4. Golden Ratio. Ratio

Lesson 1. Unit 4. Golden Ratio. Ratio Lesson 1 Ratio Golden Ratio The golden ratio is a special ratio that is found in nature. In a nautilus shell it is found in the spiral. The spiral forms squares as shown. The rectangle formed reflects

More information

Dragnet Abstract Test 4 Solution Booklet

Dragnet Abstract Test 4 Solution Booklet Dragnet Abstract Test 4 Solution Booklet Instructions This Abstract reasoning test comprises 16 questions. You will have 16 minutes in which to correctly answer as many as you can. In each question you

More information

How to Construct a Logarithmic Rosette (Without Even Knowing it) Paul A. Calter

How to Construct a Logarithmic Rosette (Without Even Knowing it) Paul A. Calter Nexus00/01_017-102 31-05-2001 17:27 Pagina 25 Paul A. Calter How to Construct a Logarithmic Rosette (Without Even Knowing it) Paul Calter explains what a logarithmic rosette is and gives some examples

More information

Sequences. like 1, 2, 3, 4 while you are doing a dance or movement? Have you ever group things into

Sequences. like 1, 2, 3, 4 while you are doing a dance or movement? Have you ever group things into Math of the universe Paper 1 Sequences Kelly Tong 2017/07/17 Sequences Introduction Have you ever stamped your foot while listening to music? Have you ever counted like 1, 2, 3, 4 while you are doing a

More information

NORFOLK FLOWERS. Blue Main Cut 8 strips 7½" x WOF for Border 2. Green Border Cut 7 strips 21/2" x WOF for Border 1.

NORFOLK FLOWERS. Blue Main Cut 8 strips 7½ x WOF for Border 2. Green Border Cut 7 strips 21/2 x WOF for Border 1. FINISHED QUILT SIZE 69" x 857/8" Finished Block Size 12" x 12" Measurements include ¼" seam allowance. Sew with right sides together unless otherwise stated. Please check our website www.pennyrosefabrics.com

More information

Basic Mathematics Review 5232

Basic Mathematics Review 5232 Basic Mathematics Review 5232 Symmetry A geometric figure has a line of symmetry if you can draw a line so that if you fold your paper along the line the two sides of the figure coincide. In other words,

More information

Whole Numbers WHOLE NUMBERS PASSPORT.

Whole Numbers WHOLE NUMBERS PASSPORT. WHOLE NUMBERS PASSPORT www.mathletics.co.uk It is important to be able to identify the different types of whole numbers and recognise their properties so that we can apply the correct strategies needed

More information

Chapter 4 Number Theory

Chapter 4 Number Theory Chapter 4 Number Theory Throughout the study of numbers, students Á should identify classes of numbers and examine their properties. For example, integers that are divisible by 2 are called even numbers

More information

IMAGES AND ILLUSIONS

IMAGES AND ILLUSIONS IMAGES AND ILLUSIONS 1. DESIGN SOURCE THE MAN-MADE WORLD The world of computer technology provides the designer with a vast range of design sources from simple geometric patterns and grids to complicated

More information

The first animal is circled. Cross out the third one.

The first animal is circled. Cross out the third one. The first animal is circled. Cross out the third one. Using this page: Have students identify the circled animal as the first in line, then count and cross out the third one. Concept: Identifying the third

More information

Each diagram below is divided into equal sections. Shade three-quarters of each diagram. 2 marks. Page 1 of 27

Each diagram below is divided into equal sections. Shade three-quarters of each diagram. 2 marks. Page 1 of 27 1 Each diagram below is divided into equal sections. Shade three-quarters of each diagram. 2 marks Page 1 of 27 2 Here are 21 apples. Put a ring around one third of them. Page 2 of 27 3 A line starts at

More information

Name. Geometry. ETA hand2mind

Name. Geometry. ETA hand2mind Lesson 1 Geometry Name 1. 2. Directions 1. Color the triangle in the circle on the left side. Put an X on the rectangle in the circle on the right side. 2. Draw a triangle in the box on the right. Draw

More information

MATHEMATICS STANDARD THREE TERM - I. Text Book Team CHAIRPERSON C.PERIASAMY, Senior Lecturer, D.I.E.T., Namakkal REVIEWERS

MATHEMATICS STANDARD THREE TERM - I. Text Book Team CHAIRPERSON C.PERIASAMY, Senior Lecturer, D.I.E.T., Namakkal REVIEWERS MATHEMATICS STANDARD THREE TERM - I Text Book Team CHAIRPERSON C.PERIASAMY, Senior Lecturer, D.I.E.T., Namakkal 637001. REVIEWERS G.PALANI, K.MANGAIYERKARASI, Lecturer, Lecturer, D.I.E.T., VADALUR -607

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7. satspapers.org

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7. satspapers.org Ma KEY STAGE 3 Mathematics test TIER 5 7 Paper 1 Calculator not allowed First name Last name School 2009 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

Whole Numbers. Whole Numbers. Curriculum Ready.

Whole Numbers. Whole Numbers. Curriculum Ready. Curriculum Ready www.mathletics.com It is important to be able to identify the different types of whole numbers and recognize their properties so that we can apply the correct strategies needed when completing

More information

The Pigeonhole Principle

The Pigeonhole Principle The Pigeonhole Principle Some Questions Does there have to be two trees on Earth with the same number of leaves? How large of a set of distinct integers between 1 and 200 is needed to assure that two numbers

More information

The Divine Proportion. What is the Divine Proportion? What is the Divine Proportion? 10/15/2011. MA 341 Topics in Geometry Lecture 20

The Divine Proportion. What is the Divine Proportion? What is the Divine Proportion? 10/15/2011. MA 341 Topics in Geometry Lecture 20 The Divine Proportion MA 341 Topics in Geometry Lecture 20 What is the Divine Proportion? In mathematics and the arts, two quantities are in the golden ratio if the ratio of the sum of the quantities to

More information

Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015

Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015 Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015 Chomp Chomp is a simple 2-player

More information

Algebra 2. TMT 3 Algebra 2: Student Lesson 2 140

Algebra 2. TMT 3 Algebra 2: Student Lesson 2 140 A.1(B) collect and organize data, make and interpret scatterplots, fit the graph of a function to the data, interpret the results, and proceed to model, predict, and make decisions and critical judgments.

More information

The Visual Elements. The Visual Elements of line, shape, tone, colour, pattern, texture and form

The Visual Elements. The Visual Elements of line, shape, tone, colour, pattern, texture and form A Visual TALK 1 2 The Visual Elements The Visual Elements of line, shape, tone, colour, pattern, texture and form are the building blocks of composition in art. When we analyse any drawing, painting, sculpture

More information

Six stages with rational Numbers (Published in Mathematics in School, Volume 30, Number 1, January 2001.)

Six stages with rational Numbers (Published in Mathematics in School, Volume 30, Number 1, January 2001.) Six stages with rational Numbers (Published in Mathematics in School, Volume 0, Number 1, January 2001.) Stage 1. Free Interaction. We come across the implicit idea of ratio quite early in life, without

More information

SHAPE level 2 questions. 1. Match each shape to its name. One is done for you. 1 mark. International School of Madrid 1

SHAPE level 2 questions. 1. Match each shape to its name. One is done for you. 1 mark. International School of Madrid 1 SHAPE level 2 questions 1. Match each shape to its name. One is done for you. International School of Madrid 1 2. Write each word in the correct box. faces edges vertices 3. Here is half of a symmetrical

More information

PATTERN and RELATIONSHIPS

PATTERN and RELATIONSHIPS PATTERN and RELATIONSHIPS Patterns are all around us outside in both the natural and built environments. They come in many guises: Number patterns are part of the joy and wonder of maths. Forms such as

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6 Ma KEY STAGE 3 Mathematics test TIER 4 6 Paper 1 Calculator not allowed First name Last name School 2009 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

A proposal outline for K-12 curriculum development and research

A proposal outline for K-12 curriculum development and research 1 A proposal outline for K-12 curriculum development and research Integrated instruction of mathematics, geometry and biology using a daisy prime number sieve. by Dr. Scot Nelson University of Hawaii at

More information

First Practice Test 1 Levels 5-7 Calculator not allowed

First Practice Test 1 Levels 5-7 Calculator not allowed Mathematics First Practice Test 1 Levels 5-7 Calculator not allowed First name Last name School Remember The test is 1 hour long. You must not use a calculator for any question in this test. You will need:

More information

Kent Messamore 3/12/2010

Kent Messamore 3/12/2010 Photo Composition Kent Messamore 3/12/2010 Composition Choosing a Subject Quality of Light Framing the Image Depth of Field Backgrounds and Foregrounds Viewpoint Leading Lines Contrasts Patterns Negative

More information

learning about tangram shapes

learning about tangram shapes Introduction A Tangram is an ancient puzzle, invented in China and consisting of a square divided into seven geometric shapes: Two large right triangles One medium right triangle Tangram Two small right

More information

INSTRUCTION BOOKLET SUDOKU MASTERS 2008 NATIONAL SUDOKU CHAMPIONSHIP FINALS Q&A SESSION 10:30 10:50 PART 1 CLASSICS 11:00 11:35

INSTRUCTION BOOKLET SUDOKU MASTERS 2008 NATIONAL SUDOKU CHAMPIONSHIP FINALS Q&A SESSION 10:30 10:50 PART 1 CLASSICS 11:00 11:35 SUDOKU MASTERS 2008 NATIONAL SUDOKU CHAMPIONSHIP FINALS BANGALORE 23 MARCH 2008 INSTRUCTION BOOKLET http://www.sudokumasters.in Q&A SESSION 10:30 10:50 PART 1 CLASSICS 11:00 11:35 PART 2 SUDOKU MIX 11:50

More information

The good side of running away

The good side of running away The good side of running away Introducing signalling into Conways Game of Life Simon Schulz si.schulz@student.uni-tuebingen.de 20. Januar 2013 Overview Introduction How to improve the game The GOLS Game

More information

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers

repeated multiplication of a number, for example, 3 5. square roots and cube roots of numbers NUMBER 456789012 Numbers form many interesting patterns. You already know about odd and even numbers. Pascal s triangle is a number pattern that looks like a triangle and contains number patterns. Fibonacci

More information

Catty Corner. Side Lengths in Two and. Three Dimensions

Catty Corner. Side Lengths in Two and. Three Dimensions Catty Corner Side Lengths in Two and 4 Three Dimensions WARM UP A 1. Imagine that the rectangular solid is a room. An ant is on the floor situated at point A. Describe the shortest path the ant can crawl

More information

Figure 1: The Game of Fifteen

Figure 1: The Game of Fifteen 1 FIFTEEN One player has five pennies, the other five dimes. Players alternately cover a number from 1 to 9. You win by covering three numbers somewhere whose sum is 15 (see Figure 1). 1 2 3 4 5 7 8 9

More information

Mathematics Enhancement Programme TEACHING SUPPORT: Year 3

Mathematics Enhancement Programme TEACHING SUPPORT: Year 3 Mathematics Enhancement Programme TEACHING UPPORT: Year 3 1. Question and olution Write the operations without brackets if possible so that the result is the same. Do the calculations as a check. The first

More information

SS Target Practice. Name: Class: Date: Short Answer. 1. TARGET 1: I understand what mathematically similar means.

SS Target Practice. Name: Class: Date: Short Answer. 1. TARGET 1: I understand what mathematically similar means. Class: Date: SS Target Practice Short Answer 1. TARGET 1: I understand what mathematically similar means. If two figures are similar which of the following might be DIFFERENT. Explain number of sides size

More information

TUESDAY, 8 NOVEMBER 2016 MORNING 1 hour 45 minutes

TUESDAY, 8 NOVEMBER 2016 MORNING 1 hour 45 minutes Surname Centre Number Candidate Number Other Names 0 GCSE NEW 3300U30- A6-3300U30- MATHEMATICS UNIT : NON-CALCULATOR INTERMEDIATE TIER TUESDAY, 8 NOVEMBER 206 MORNING hour 45 minutes For s use ADDITIONAL

More information

Foundation Stage. Using and applying mathematics. Framework review. Use developing mathematical ideas and methods to solve practical problems

Foundation Stage. Using and applying mathematics. Framework review. Use developing mathematical ideas and methods to solve practical problems Foundation Stage Using and applying mathematics Use developing mathematical ideas and methods to solve practical problems Look at the apples. Are there more green apples or more red apples? How can you

More information

1.3 Number Patterns: Part 2 31

1.3 Number Patterns: Part 2 31 (a) Create a sequence of 13 terms showing the number of E. coli cells after 12 divisions or a time period of four hours. (b) Is the sequence in part (a) an arithmetic sequence, a quadratic sequence, a

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *3620551787* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education CAMBRIDGE INTERNATIONAL MATHEMATICS 0607/05 Paper 5 (Core) October/November 2010

More information

Exploring Concepts with Cubes. A resource book

Exploring Concepts with Cubes. A resource book Exploring Concepts with Cubes A resource book ACTIVITY 1 Gauss s method Gauss s method is a fast and efficient way of determining the sum of an arithmetic series. Let s illustrate the method using the

More information

THE GOLDEN SQUARES IN FASHION DESIGN

THE GOLDEN SQUARES IN FASHION DESIGN UDK: 7.05 COBISS.SR-ID 216027916 Review Article THE GOLDEN SQUARES IN FASHION DESIGN Zlatina Kazlacheva Faculty of Technics and Technologies of Yambol, Trakia University of Stara Zagora, Bulgaria Graf

More information

GCSE MATHEMATICS (LINEAR) Foundation Tier Paper 1. Morning (NOV F01)

GCSE MATHEMATICS (LINEAR) Foundation Tier Paper 1. Morning (NOV F01) Please write clearly in block capitals. Centre number Candidate number Surname Forename(s) Candidate signature GCSE F MATHEMATICS (LINEAR) Foundation Tier Paper 1 Wednesday 2 November 2016 Materials For

More information

Paper 1. Mathematics test. Calculator not allowed. First name. Last name. School KEY STAGE TIER

Paper 1. Mathematics test. Calculator not allowed. First name. Last name. School KEY STAGE TIER Ma KEY STAGE 3 TIER 6 8 2003 Mathematics test Paper 1 Calculator not allowed Please read this page, but do not open your booklet until your teacher tells you to start. Write your name and the name of your

More information

A C E. Applications. Applications Connections Extensions. 1. For parts (a) (c), use the parallelograms below.

A C E. Applications. Applications Connections Extensions. 1. For parts (a) (c), use the parallelograms below. A C E Applications Connections Extensions Applications 1. For parts (a) (c), use the parallelograms below. a. List all the pairs of similar parallelograms. Explain your reasoning. b. For each pair of similar

More information

Teacher / Parent Guide for the use of Tantrix tiles with children of all ages

Teacher / Parent Guide for the use of Tantrix tiles with children of all ages Teacher / Parent Guide for the use of Tantrix tiles with children of all ages TANTRIX is a registered trademark. Teacher / Parent Guide 2010 Tantrix UK Ltd This guide may be photocopied for non-commercial

More information

Fermat Contest (Grade 11)

Fermat Contest (Grade 11) The CENTE for EDUCATION in MATHEMATIC and COMUTING cemc.uwaterloo.ca Fermat Contest (Grade 11) Thursday, February 21, 2013 (in North America and outh America) Friday, February 22, 2013 (outside of North

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6 Ma KEY STAGE 3 Mathematics test TIER 4 6 Paper 1 Calculator not allowed First name Last name School 2008 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

How to Draw with a Grid

How to Draw with a Grid Level: Beginner Flesch-Kincaid Grade Level: 8.3 Flesch-Kincaid Reading Ease: 67.5-6 Pages and 12 Illustrations How to Draw with a Grid Exploring the grid method to draw accurate outline drawings This resource

More information

Art and Science of Golden proportion a g rao

Art and Science of Golden proportion a g rao Workshop on Art and Science of Golden proportion a g rao Preamble I thought many people might have heard of Golden Proportion. To my surprise I found that few among engineers had heard of it. Many Architects

More information

IN THIS ISSUE. Cave vs. Pentagroups

IN THIS ISSUE. Cave vs. Pentagroups 3 IN THIS ISSUE 1. 2. 3. 4. 5. 6. Cave vs. Pentagroups Brokeback loop Easy as skyscrapers Breaking the loop L-oop Triple loop Octave Total rising Dead end cells Pentamino in half Giant tents Cave vs. Pentagroups

More information

Ian Stewart. 8 Whitefield Close Westwood Heath Coventry CV4 8GY UK

Ian Stewart. 8 Whitefield Close Westwood Heath Coventry CV4 8GY UK Choosily Chomping Chocolate Ian Stewart 8 Whitefield Close Westwood Heath Coventry CV4 8GY UK Just because a game has simple rules, that doesn't imply that there must be a simple strategy for winning it.

More information

Answer Keys for Calvert Math

Answer Keys for Calvert Math Answer Keys for Calvert Math Lessons 1 20 0613-0615 CONTENTS Math Textbook... 3 Math Workbook... 6 Answer Keys Math Textbook Lessons 1 20 CHAPTER 1 1.1 A There should be a ring around the chicken and

More information

CIRCLE OR SPIRAL LETTERING

CIRCLE OR SPIRAL LETTERING CIRCLE OR SPIRAL LETTERING You can create a template for circle writing by using a simple drawing program (like Illustrator) on your computer (see example templates). Or you can go the old school way using

More information

Is chocolate for the birds? Featured scientist: Skye Greenler from Colorado College

Is chocolate for the birds? Featured scientist: Skye Greenler from Colorado College Research Background: Is chocolate for the birds? Featured scientist: Skye Greenler from Colorado College About 9,000 years ago humans invented agriculture as a way to grow enough food for people to eat.

More information

Meet #3 January Intermediate Mathematics League of Eastern Massachusetts

Meet #3 January Intermediate Mathematics League of Eastern Massachusetts Meet #3 January 2009 Intermediate Mathematics League of Eastern Massachusetts Meet #3 January 2009 Category 1 Mystery 1. How many two-digit multiples of four are there such that the number is still a

More information

Solutions of problems for grade R5

Solutions of problems for grade R5 International Mathematical Olympiad Formula of Unity / The Third Millennium Year 016/017. Round Solutions of problems for grade R5 1. Paul is drawing points on a sheet of squared paper, at intersections

More information

Introduction to sketching. Wooden Box. Set. Name. Madras College, St Andrews

Introduction to sketching. Wooden Box. Set. Name. Madras College, St Andrews Introduction to sketching Wooden Box Name Set Madras College, St Andrews 16 1 This drawing unit aims to teach you the skills you need to make a range of sketches of craft models like the small wooden box

More information

DIFFERENT SEQUENCES. Learning Outcomes and Assessment Standards T 2 T 3

DIFFERENT SEQUENCES. Learning Outcomes and Assessment Standards T 2 T 3 Lesson 21 DIFFERENT SEQUENCES Learning Outcomes and Assessment Standards Learning Outcome 1: Number and number relationships Assessment Standard Investigate number patterns including but not limited to

More information

Kindergarten. St. Joseph School and Church Painting. Shape Collage

Kindergarten. St. Joseph School and Church Painting. Shape Collage Kindergarten St. Joseph School and Church Painting Students looked at photographs for shapes in buildings. They found triangles, squares and rectangles and drew them. They added windows, doors and other

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 5 7 Ma KEY STAGE 3 Mathematics test TIER 5 7 Paper 1 Calculator not allowed First name Last name School 2007 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

Georgia Tech HSMC 2010

Georgia Tech HSMC 2010 Georgia Tech HSMC 2010 Junior Varsity Multiple Choice February 27 th, 2010 1. A box contains nine balls, labeled 1, 2,,..., 9. Suppose four balls are drawn simultaneously. What is the probability that

More information

ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems

ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems Spring Semester 2016 ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems Disclaimer Problems in this study guide resemble problems relating mainly to the pertinent homework assignments.

More information

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan. Figure 50.1

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan. Figure 50.1 50 Polar Coordinates Arkansas Tech University MATH 94: Calculus II Dr. Marcel B. Finan Up to this point we have dealt exclusively with the Cartesian coordinate system. However, as we will see, this is

More information

Inductive Reasoning Practice Test. Solution Booklet. 1

Inductive Reasoning Practice Test. Solution Booklet. 1 Inductive Reasoning Practice Test Solution Booklet 1 www.assessmentday.co.uk Question 1 Solution: B In this question, there are two rules to follow. The first rule is that the curved and straight-edged

More information

Square Roots and the Pythagorean Theorem

Square Roots and the Pythagorean Theorem UNIT 1 Square Roots and the Pythagorean Theorem Just for Fun What Do You Notice? Follow the steps. An example is given. Example 1. Pick a 4-digit number with different digits. 3078 2. Find the greatest

More information

Mathematics Second Practice Test 1 Levels 3-5 Calculator not allowed

Mathematics Second Practice Test 1 Levels 3-5 Calculator not allowed Mathematics Second Practice Test 1 Levels 3-5 Calculator not allowed Please read this page, but do not open your booklet until your teacher tells you to start. Write your name and the name of your school

More information

2012 Math Day Competition

2012 Math Day Competition 2012 Math Day Competition 1. Two cars are on a collision course, heading straight toward each other. One car is traveling at 45 miles per hour and the other at 75 miles per hour. How far apart will the

More information

Jamie Mulholland, Simon Fraser University

Jamie Mulholland, Simon Fraser University Games, Puzzles, and Mathematics (Part 1) Changing the Culture SFU Harbour Centre May 19, 2017 Richard Hoshino, Quest University richard.hoshino@questu.ca Jamie Mulholland, Simon Fraser University j mulholland@sfu.ca

More information

UK Junior Mathematical Challenge

UK Junior Mathematical Challenge UK Junior Mathematical Challenge THURSDAY 28th APRIL 2016 Organised by the United Kingdom Mathematics Trust from the School of Mathematics, University of Leeds http://www.ukmt.org.uk Institute and Faculty

More information

Year 7 Entrance Exams. Maths. Specimen Paper 3

Year 7 Entrance Exams. Maths. Specimen Paper 3 Year 7 Entrance Exams Maths Specimen Paper 3 Instructions to candidates Time allowed: 45 minutes Instructions to candidates: 1. Show all working - you may receive marks for correct working even if your

More information

Foundations of Math 11: Unit 2 Proportions. The scale factor can be written as a ratio, fraction, decimal, or percentage

Foundations of Math 11: Unit 2 Proportions. The scale factor can be written as a ratio, fraction, decimal, or percentage Lesson 2.3 Scale Name: Definitions 1) Scale: 2) Scale Factor: The scale factor can be written as a ratio, fraction, decimal, or percentage Formula: Formula: Example #1: A small electronic part measures

More information

Representing Square Numbers. Use materials to represent square numbers. A. Calculate the number of counters in this square array.

Representing Square Numbers. Use materials to represent square numbers. A. Calculate the number of counters in this square array. 1.1 Student book page 4 Representing Square Numbers You will need counters a calculator Use materials to represent square numbers. A. Calculate the number of counters in this square array. 5 5 25 number

More information

SETTING UP YOUR PAGE LAYOUT:

SETTING UP YOUR PAGE LAYOUT: In this workshop we will look at: Setting up your drawing sheet Viewports Printing your work Once you ve drawn your work in the Model space and you re ready to print, you need to set up your Drawing Sheet

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 4 6 Ma KEY STAGE 3 Mathematics test TIER 4 6 Paper 1 Calculator not allowed First name Last name School 2008 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 6 8. satspapers.org

Paper 1. Calculator not allowed. Mathematics test. First name. Last name. School. Remember KEY STAGE 3 TIER 6 8. satspapers.org Ma KEY STAGE 3 Mathematics test TIER 6 8 Paper 1 Calculator not allowed First name Last name School 2009 Remember The test is 1 hour long. You must not use a calculator for any question in this test. You

More information

Excellence In MathematicS

Excellence In MathematicS Mathematics Educators of Greater St. Louis and St. Louis Community College at Florissant Valley present Excellence In MathematicS Thirty-Ninth Annual Mathematics Contest Eighth Grade Test ------- March

More information

The University of Melbourne BHPBilliton School Mathematics Competition, 2007 JUNIOR DIVISION, QUESTIONS & SOLUTIONS

The University of Melbourne BHPBilliton School Mathematics Competition, 2007 JUNIOR DIVISION, QUESTIONS & SOLUTIONS The University of Melbourne BHPBilliton School Mathematics Competition, 2007 JUNIOR DIVISION, QUESTIONS & SOLUTIONS Flower power. Rose is a teacher at Kinder and has 12 children in her class. She would

More information

Spirals and the Golden Section

Spirals and the Golden Section John Sharp Spirals and the Golden Section The author examines different types of spirals and their relationships to the Golden Section in order to provide the necessary background so that logic rather

More information

Element of Art. Shape

Element of Art. Shape Element of Art Shape WHAT IS SHAPE? An area that is contained using a line and identified because of change in color or value. In other words: They have 2-dimentions (length and width) and can be geometric

More information

Test B. Calculator allowed. Mathematics test. First name. Last name. School. DfE no. KEY STAGE LEVELS

Test B. Calculator allowed. Mathematics test. First name. Last name. School. DfE no. KEY STAGE LEVELS Ma KEY STAGE 2 LEVELS 3 5 Mathematics test Test B Calculator allowed First name Last name School DfE no. 2011 For marker s use only Page Marks 5 7 9 11 13 15 17 19 21 23 25 TOTAL These three children appear

More information

Paper 1. Year 7 mathematics test. Calculator not allowed. First name. Last name. School YEAR LEVELS

Paper 1. Year 7 mathematics test. Calculator not allowed. First name. Last name. School YEAR LEVELS Ma YEAR 7 LEVELS 3 4 2003 Year 7 mathematics test Paper 1 Calculator not allowed Please read this page, but do not open your booklet until your teacher tells you to start. Write your name and the name

More information

Job Cards and Other Activities. Write a Story for...

Job Cards and Other Activities. Write a Story for... Job Cards and Other Activities Introduction. This Appendix gives some examples of the types of Job Cards and games that we used at the Saturday Clubs. We usually set out one type of card per table, along

More information

SOLVE THAT PROBLEM! Looking for a Pattern

SOLVE THAT PROBLEM! Looking for a Pattern SOLVE THAT PROBLEM! Looking for a Pattern SOLVE THAT PROBLEM! SOLVE THAT PROBLEM! SOLVE THAT PROBLEM! 75 Teaching Notes Looking for a Pattern This strategy is an extension of Drawing a Table and Creating

More information

Cayley Contest (Grade 10) Thursday, February 25, 2010

Cayley Contest (Grade 10) Thursday, February 25, 2010 Canadian Mathematics Competition An activity of the Centre for Education in Mathematics and Computing, University of Waterloo, Waterloo, Ontario Cayley Contest (Grade 10) Thursday, February 2, 2010 Time:

More information

PHOTOGRAPHIC COMPOSITION For Beginners

PHOTOGRAPHIC COMPOSITION For Beginners 1 PHOTOGRAPHIC COMPOSITION For Beginners STUDENT BOOKLET Name 2 INTRODUCTION Any photographer can benefit from systematic exposure to the concepts and principles of good composition. Composition is knowable,

More information

Measurement of perimeter and area is a topic traditionally

Measurement of perimeter and area is a topic traditionally SHOW 113 PROGRAM SYNOPSIS Segment 1 (1:20) OOPS! PERIMETER A careless draftsman mistakenly calculates the perimeter of a rectangle by adding its length and width. He realizes too late that the perimeter

More information

Solving Problems. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1. Activities. PS1.1 Number stories 1.

Solving Problems. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1. Activities. PS1.1 Number stories 1. PS1 Use and apply mathematics to solve problems, communicate and reason Year 1 PS1.1 Number stories 1 PS1.2 Difference arithmagons PS1.3 Changing orders PS1.4 Making shapes PS1.5 Odd or even? PS1.6 Odd

More information

ONE POINT PERSPECTIVE

ONE POINT PERSPECTIVE ONE POINT PERSPECTIVE O che dolce cosa è questa prospettiva! (Oh that sweet thing is this perspective!) -Paolo Uccello Linear Perspective Line-based drawing method Objects seem to get smaller as they recede.

More information

MEI Conference Short Open-Ended Investigations for KS3

MEI Conference Short Open-Ended Investigations for KS3 MEI Conference 2012 Short Open-Ended Investigations for KS3 Kevin Lord Kevin.lord@mei.org.uk 10 Ideas for Short Investigations These are some of the investigations that I have used many times with a variety

More information