Exploring Mathematical Relationships Module 5: Investigation 1

Slides:



Advertisements
Similar presentations
2.7 What If It Is An Exterior Angle? Pg. 25 Exterior Angles of a Polygon.
Advertisements

An intro to programming concepts with Scratch Session 2 of 10 sessions I/O, variables, simple computing.
Definitions and formulas for the shapes you love Perimeter and Area.
This show is intended for students who were absent from class on the day of the task.
Prerequisite Skills VOCABULARY CHECK Copy and complete using a review word from the list; perimeter, distributive property, like terms, inequality, reciprocal.
Perimeter & Area Lessons 19 & 20.
Section 3 Calculations National 4/5 Scratch Course.
EXAMPLE 1 Find the sum of angle measures in a polygon Find the sum of the measures of the interior angles of a convex octagon. SOLUTION An octagon has.
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
Polygons – Angles In Regular Polygons Regular Polygons have equal sides and equal angles, So if we can find one side, we would know the measure of all.
1 Project designed and created by M. Shajith Kumar.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
5.2 What If The Triangle Is Equilateral? Pg. 6 Equilateral Triangles.
GCSE Mathematics Problem Solving Shape and Measure Higher Tier.
2.8 What If It Is An Exterior Angle? Pg. 26 Exterior Angles of a Polygon.
Scratch Programming Cards
Module 1: Investigation 1 Moving, Turning and Stamping
Module 2: Investigation 2
Module 2: Investigation 4
UCL ScratchMaths Curriculum
Year 9 Mathematics Algebra and Sequences
Parallelograms and Trapezoids
Interior Angle Measure Lesson and Questions
Development Environment
Shape and Space Triangles The aim of this unit is to teach pupils to:
Module 2: Investigation 3
UCL ScratchMaths Curriculum
Module 1: Investigation 2 Repeating and Alternating Patterns
Interacting Sprites Module 3: Investigation 1
Exploring Mathematical Relationships Module 5: Investigation 3
UCL ScratchMaths Curriculum Exploring Mathematical Relationships
Co-ordinates And Geometry Module 6: Investigation 2
Building with Numbers Module 4: Investigation 3
Module 2: Investigation 1
Building with Numbers Module 4: Investigation 2 Timers and Stopwatches
Angles in polygons.
Coordinates And Geometry Module 6: Investigation 1
Quadrilaterals Teacher notes
Exploring Mathematical Relationships Module 5: Final Challenge
Exploring Mathematical Relationships Module 5: Investigation 2
Angles in regular polygons
Building with Numbers Module 4: Investigation 4 Exploring Conversions
Exploring Mathematical Relationships Module 5: Investigation 4
Interacting Sprites Module 3: Investigation 4
Module 1: Investigation 4 Defining your own Pattern Blocks
MATHS Week 8 Geometry.
Module 1: Investigation 3 Creating Circular Rose Patterns
Level 4/5 Booster Lesson 12B Solving Word Problems.
Interacting Sprites Module 3: Investigation 3 Broadcasting Messages
12-5: Area and Volumes of Similar Solids
00:49.
It’s all in the mind Being able to find missing information in a problem is an important mathematical skill to have. Think of a number and add 1 to.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Learning to Program in Python
Polygons – Angles In Regular Polygons
Prerequisite Skills VOCABULARY CHECK
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
An intro to programming concepts with Scratch
Geometry Section Finding Angle Measures in Polygons
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
By- Sabrina,Julianna, and Killian
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Module 5 ● Vocabulary 1 a sensing block which will ask whatever question is typed into the block and display an input text box at the bottom.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Year 9 Mathematics Polygons
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
CAMP 1 – MODULE 3 INSIDE MATHEMATICS
Presentation transcript:

Exploring Mathematical Relationships Module 5: Investigation 1 Polygon Fireworks

Ask and Answer Activity 5.1.1 Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Activity 5.1.1 Ask and Answer

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Open project 5-Polygon Firework - if online Save as a copy and add your name - if offline Save as and add your name Explore the ask and answer blocks. Where is the text of the answer stored (i.e. the answered value)? How can you display the answer value on the stage?

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Build a script for the Beetle sprite to ask for your name. Next get the Beetle to greet you by name after it has asked what your name is.

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Change your ask and answer script so instead the Beetle sprite asks for the pen size. Use the answer to set the size of the pen tool and then draw a line.

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Before we use the ask and answer blocks to help us draw regular polygons, discuss what you already know about them. What is the same, what is different in the shapes above?

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Get your Beetle to ask about the pen size, then set that pen size and draw a regular polygon of a random colour. Use the provided random blocks. What is the length of the side? How can we use this to work out the perimeter? Why is 360° important when drawing polygons?

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Change your ask and answer script again so it asks what size the side of the polygon should be. Use the answer within your script to draw a polygon with that length of side.

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer [Extension] After drawing the polygon add the behaviour: the Beetle will say what the perimeter of that polygon is. Change the question once more: Now the Beetle should ask how many sides the polygon should have and use the answer within the script. (specify the side length, e.g. 30).

Module 5: Investigation 1 Activity 5.1.1 – Ask and Answer Switch the backdrop to the night skyline. Using your previous script as a guide build a script to: Ask for the number of sides Draw many small polygons (of that number of sides) scattered across the sky at random Use any of the set random … blocks Run the same script several times with different answers Make a new block polygon which draws a polygon using the answer.

Unplugged: Polygon Predictions Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Activity 5.1.2 Unplugged: Polygon Predictions

? ? ? Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create. ? ? ?

? ? Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create. ? ?

? Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create. ?

Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create.

? ? Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create. ? ?

? Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create. ?

Module 5: Investigation 1 Activity 5.1.2 – Unplugged: Polygon Predictions Read each of the scripts. Draw and/or explain in words the picture that it will create.

Module 5: Investigation 1 Activity 5.1.2 – [Extension] Unplugged: Polygon Predictions [Extension] Debug the regular polygon scripts below. For each script: Envisage the intended outcome Explain the bug Suggest a fix

Naming Values Activity 4.1.3 Module 5: Investigation 1 Activity 5.1.3 – Naming Values Activity 4.1.3 Naming Values

Continue in your project 5-Polygon Firework. Module 5: Investigation 1 Activity 5.1.3 – Naming Values Continue in your project 5-Polygon Firework. Build a script to: (1) Ask what side length the polygon should be (2) Ask how many sides Is this a correct solution? What problem do we encounter when using both of these answers to draw our polygon? How could we solve this problem?

Module 5: Investigation 1 Activity 5.1.3 – Naming Values Make a variable named side length to store the answer to the first question. Explore the side length variable by clicking on the blocks. Make a variable named number of sides to store the answer to the 2nd question.

Module 5: Investigation 1 Activity 5.1.3 – Naming Values Rebuild your script to: (1) Ask what side length the polygon should be (2) Ask how many sides … use variables to store the answers. Change your polygon block to use these two new variables instead of the answer block.

Module 5: Investigation 1 Activity 5.1.3 – Naming Values Is your script similar to the below? Discuss any alternative solutions. What do you notice about the interior and exterior angles of your regular polygons?

Module 5: Investigation 1 Activity 5.1.3 – Naming Values Add a third question to your script to ask how many polygons? Make another variable to store the answer to this question. Make sure your script now does the following: When clicked the Beetle will ask all three questions It will draw the number of polygons specified The polygons will have the number and side length specified

Module 5: Investigation 1 Activity 5.1.3 – [Extension] Naming Values [Extension] Explore the following surprising polygons

The Sky at Night Activity 5.1.4 Module 5: Investigation 1 Activity 5.1.4 – The Sky at Night Activity 5.1.4 The Sky at Night

Continue in your 5-Polygon Firework project. Module 5: Investigation 1 Activity 5.1.4 – The Sky at Night Continue in your 5-Polygon Firework project. Make a new block square and use the side length variable to draw it. After drawing our first square where do we need to move to draw the next floor? What is the algorithm?

Module 5: Investigation 1 Activity 5.1.4 – The Sky at Night Build a script that asks for the side length and then draws a tower of 10 squares of this size. How tall is your tower? What is the formulae for calculating this? If a tower is 120 tall, and the side length of the square is 15, how many floors does it have?

Module 5: Investigation 1 Activity 5.1.4 – The Sky at Night Make a new variable named number of floors. Make a new block called tower that will draw a tower of identical squares. Change your script so it now does the following: Asks for the number of floors and saves the answer in a variable Asks for the side length and saves the answer in a variable Draws a tower of the specified number of floors and size

Module 5: Investigation 1 Activity 5.1.4 – [Extension] The Sky at Night [Extension] Change your script so that it draws a night skyline including many towers with different numbers of floors and side lengths. [Extension] Combine the above with drawing a sky full of polygon firework.

Module 5: Investigation 1 My Investigation 1 check list: I used the ask and answer blocks to greet someone by name. I used the ask and answer blocks to set the pen size. I built a script to draw a polygon of a specified side length and number of sides. I created a night skyline with different coloured and types of polygons. I envisaged the outcomes of different polygon scripts that used ask and answer blocks. I created and used variables for side lengths, number of sides and number of polygons to draw my polygon fireworks. I built towers of squares of different heights and [extension] random positions.

Module 5 Investigation 1: Key Vocabulary a sensing block which will ask whatever question is typed into the block and display an input text box at the bottom of the screen for an answer to be typed in to. a sensing and reporter block which stores the most recent text inputted using the ask and wait block. a reporter block which multiplies two values together and returns the result. a reporter block which divides the first value by the second value and returns the result. a variables and reporter block which holds its ‘assigned’ variable. a variables block which sets the specified variables to a given value.