Development of mathematical thinking - prevention of schematic Mathematics can not be reduced to the same accounting skills, this leads to blocking of.

Slides:



Advertisements
Similar presentations
The Algorithmic problems?
Advertisements

Perimeter and Area Yr 7 QCA, HBS, Ri
MAT 4 – Kompleks Funktionsteori MATEMATIK 4 INDUKTION OG REKURSION MM 1.4 MM 1.4: Induktion og Rekursion Topics: Mathematical induction Example of Towers.
Line Designs, Knot Designs
Problem definition The Tower of Hanoi is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can.
11-1 Space Figures and Cross Sections
Chapter 10: Recursion CS 201 Program Design with C Department of CS, Montana State University Mahmud Shahriar Hossain.
GEOMETRY Eqao preparation day 5.
© T Madas. Mathematical and Technical Drawings Bottom Side (Left) Back Front Top Side (Right)
Whiteboardmaths.com © 2010 All rights reserved
CSC 212 Recursion By Dr. Waleed Alsalih. Definition A recursive function (method) is one that calls itself. A recursive method must have a basis part.
How to draw a cube using isometric paper.
Polyhedron A polyhedron is simply a three-dimensional solid which consists of a collection of polygons, joined at their edges. A polyhedron is said to.
Chapter 8 Introductory Geometry Section 8.2 Polygons.
Chapter 12 Surface Area and Volume. Topics We Will Discuss 3-D Shapes (Solids) Surface Area of solids Volume of Solids.
Recursively Defined Sequences Lecture 35 Section 8.1 Wed, Mar 23, 2005.
Triangulating a monotone polygon
Using Your Algebra Skills 9
In your study of geometry so far, you have focused your attention on two-dimensional shapes. You have investigated the special properties of triangles,
Chapter 8 Introductory Geometry Section 8.6 Viewing and Drawing Solid Figures.
Engineering 1182 College of Engineering Engineering Education Innovation Center Basic Isometric Sketching and Coded Plans Chapter 2 of Text.
Geometry 12.1/2 Representations of 3-d Figures Surface Area of Prisms and Cylinders.
Chapter 12 Section 1 Exploring Solids Using Properties of Polyhedra Using Euler’s Theorem Richard Resseguie GOAL 1GOAL 2.
Upon completion, the world will end…
Polyhedron Platonic Solids Cross Section
10-1 & 10-2: Space Figures, Nets & Diagrams
Space Figures & Cross-Sections
summer term mathematics activities for year six
Vertices, Edges and Faces By Jordan Diamond. Vertices In geometry, a vertices is a special kind of point which describes the corners or intersections.
DRILL How many sides does dodecagon have?
12.1 Exploring Solids.
Ch 12 and 13 Definitions. 1. polyhedron A solid with all flat surfaces that enclose a single region of space.
Please do the entry task to the best of your ability as quickly as you can! THANK YOU!
Section 12-1 Exploring Solids. Polyhedron Three dimensional closed figure formed by joining three or more polygons at their side. Plural: polyhedra.
Chapter 11: Surface Area & Volume
12.1 Exploring Solids.
Chapter 1: Square Roots and the Pythagorean Theorem
Isometric Drawing Chippewa Middle School Production Engineering.
Review of Recursion  a recursive method calls itself  to prevent infinite recursion you need to ensure that: 1. the method reaches a base case 2. each.
CMPF144 FUNDAMENTALS OF COMPUTING THEORY Module 9: The Tower of Hanoi.
Nets & Drawings for Visualizing Geometry Section 1-1.
PREPARING FOR SURFACE AREA AND VOLUME DRAWINGS, CROSS SECTIONS AND NETS.
Recursively Defined Sequences Lecture 40 Section 8.1 Wed, Apr 11, 2007.
Prism A solid object with two identical bases and flat sides. If you slice a prism parallel to the bases (like bread), the cross sections are identical.
11.1 Notes Space Figures and Cross Sections. Identifying Nets and Space Figures A polyhedron is a 3-dimensional figure whose surfaces are polygons. -
{. { { { { { { Describe what it means if a shape is flat. Can you think of any two- dimensional shapes?
Polygons, Cones, Right Circular Cylinders, and Right Rectangular Prisms UMI: July 13, 2016.
Pramada Ramachandran, Assistant Professor, Department of Mathematics,
© T Madas.
Intro to Conics - Circles
Lesson: Solids & Cross Sections
summer term mathematics activities for year six
Goal 1: Using Properties of Polyhedra Goal 2: Using Euler’s Theorem
Representations of Three-Dimensional Figures
Basic Isometric Sketching and Coded Plans
Sets and Logic…. Chapters 5 and 6
Objective - To find the surface area of a rectangular prism.
How to draw a cube using isometric paper.
12-1 Properties of Polyhedra
11.1 Space Figures and Cross Sections
Notes 9.5 – Mathematical Induction
Creating a grid by Carl Dellutri.
10-2 Warm Up Lesson Presentation Lesson Quiz
Are the buildings below three dimensional shapes?
Action plan.
Quadrilaterals What does “quad” mean?.
Recursively Defined Sequences
Cuboid – Surface Area – Bingo Method
How to draw a cube using isometric paper.
Presentation transcript:

Development of mathematical thinking - prevention of schematic Mathematics can not be reduced to the same accounting skills, this leads to blocking of mathematical thinking. S. K. Stein

From the very beginning of education should focus on intellectual activity and independence of learners. Children should be encouraged to mathematical searching and reasoning, in line with their capabilities.

Drawing a spiral

string of numbers: 1, 1, 2, 2, 3, 3, 4, 4,...

Drawing a spiral string of numbers: 2, 1, 3, 2, 4, 3, 5, 4, 6, 5, 7,...

Paper cube I

Paper cube II

Mesh cube

Bio - blocks

front view left side view top view 4 1 2

Bio - blocks

Tower of Hanoi (1)

It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top, thus making a conical shape. Tower of Hanoi (2)

Tower of Hanoi (3)

Domino-based game

Picks theorem provides an elegant formula for the area of a simple lattice polygon: a lattice polygon whose boundary consists of a sequence of connected nonintersecting straight-line segments. Pick's theorem Georg Pick ( )

Lattice point Lattice point - the point where the two lines intersect forming a grid Picks formula

where: P - area of a polygon, W - the number of lattice points inside the polygon, B - number of lattice points on the edge of a polygon. Picks formula

A) B)C) Area of polygon lattice points on the edge B inside lattice points W A B C Picks formula

Using the Picks formula calculate polygonal areas

Picks formula

Fun on the perception How many squares you can get by connecting the dots with sections?

Example = Cross-counting method

Thank you for your attention