Distance fields for high school geometry Mark Sawula Peddie School 17 Apr 10 (work in progress)

Slides:



Advertisements
Similar presentations
Lines of Symmetry pg. 5 (LT #1)
Advertisements

A Story of Geometry Grade 8 to Grade 10 Coherence
Circles 10-2 Warm Up Lesson Presentation Lesson Quiz Holt Algebra2.
Constructions Day 1. Now for some vocabulary  Angle: the union of two distinct rays that have a common end point  Vertex: the common end point of an.
Unwrapping the Unit Circle. Essential Question: What are the graphs of the sine and cosine functions? Enduring Understanding: Know the characteristics.
5.1 Midsegment Theorem and Coordinate Proof Objectives: 1.To discover and use the Midsegment Theorem 2.To write a coordinate proof.
Chapter 3.6 Perpendiculars and Distance Check.4.8, Apply properties and theorems about angles associated with parallel and perpendicular lines to solve.
How to Graph a Linear Inequality. Linear Inequalities linear inequality  A linear inequality describes a region of the coordinate plane that has a boundary.
TEKS 8.6 (A,B) & 8.7 (A,D) This slide is meant to be a title page for the whole presentation and not an actual slide. 8.6 (A) Generate similar shapes using.
CS 128/ES Lecture 12b1 Spatial Analysis (3D)
GCSE: Constructions & Loci Dr J Frost Last modified: 28 th December 2014.
CS 128/ES Lecture 12b1 Spatial Analysis (3D)
17 VECTOR CALCULUS.
Intersection of Loci You will be given a few conditions and asked to find the number of points that satisfy ALL the conditions simultaneously. The solution.
Assignment P : 16, 17, 25, 28a, 30 P : 19-25, 29 P : 3, 5, 7, 8, 16, 33, 35, 36 Challenge Problems Print Triangle Vocab WS.
Basics of Geometry POINTS! LINES! PLANES!.
What is Geometry? Make 2 lists with your table:
Bellringer Your mission: Construct a perfect square using the construction techniques you have learned from Unit 1. You may NOT measure any lengths with.
Use coordinate geometry to represent and analyze line segments and polygons, including determining lengths, midpoints and slopes of line segments.
Circular Geometry Robust Constructions Proofs Chapter 4.
October 8, 2013Computer Vision Lecture 11: The Hough Transform 1 Fitting Curve Models to Edges Most contours can be well described by combining several.
1. Dan is sketching a map of the location of his house and his friend Matthew’s house on a set of coordinate axes. Dan locates his house at point D(0,0)
Motion Geometry Part I Geometry Solve Problems Organize Model Compute
Adventures in Non-Euclidean Distance Ricky Bobinchuck Tashauna Thompson Tosha Pelfrey.
Parallel and Perpendicular
Chapter Representing Motion 2.
October 14, 2014Computer Vision Lecture 11: Image Segmentation I 1Contours How should we represent contours? A good contour representation should meet.
Geometry: Points, Lines, Planes, and Angles
Geometric Constructions: Slope of Parallel and Perpendicular Lines
Aim: How can we review what a locus is and its rules? Do Now: What is the definition of a locus? A locus is a set of points that satisfies a certain condition.
Introduction to Computational Geometry Hackson
Digital Image Processing CCS331 Relationships of Pixel 1.
 You will be in the group I assign, or not play  You will participate and do every problem for a grade  Your row will rotate who answers each question.
TAXICAB GEOMETRY TWSSP Tuesday. Welcome Grab a playing card and sit at the table with your card value Determine your role based on your card’s suit.
Chapter 7 Transformations. Examples of symmetry Lines of Symmetry.
Precalculus Fifth Edition Mathematics for Calculus James Stewart Lothar Redlin Saleem Watson.
Holt Geometry 12-1 Reflections A transformation is a change in the position, size, or shape of a figure. The original figure is called the preimage. The.
Distance fields. The program Multiple perspectives: euclidean, analytic, transformational Build algebraic skills Foreshadow future math concepts Build.
GEOMETRY OUTCOME 1 CHAPTER 1 AND 3, WITH ADDED COMPONENTS.
Symbols and Geometric Elements
Vectors and the Geometry of Space Section 10.4 Lines and Planes in Space 2015.
What is Geometry? Make 2 lists with your table: What geometry content are you confident about? What geometry content are you nervous about?
12-1 Reflections Warm Up Lesson Presentation Lesson Quiz Holt Geometry.
AIM : How do we find the locus of points ? Do Now: If all of your classmates were to stand 5 feet away from you, what geometric shape would your classmates.
Geometry and Measurement. What You Will Learn  To draw a line segment parallel to another line segment  To draw a line segment perpendicular to another.
3.1 Identify Pairs of Lines and Angles 3.2 Use Parallel Lines and Transversals Objectives: 1.To differentiate between parallel, perpendicular, and skew.
Ruler and protractor constructions
For each statement below, write whether the statement is true or false. A set of ordered pairs describe a function if each x-value is paired with only.
Holt Geometry 12-1 Reflections 12-1 Reflections Holt Geometry Before you begin, make sure you have your vocabulary and notes handouts.
Geometry (4102).
Translations 9.2 Content Standards
Graphing Linear Inequalities
Day 9 – Pre-image and Image under transformation
MODULE - 8 ANALYTICAL GEOMETRY.
Point-a location on a plane.
The Coordinate Plane; Graphs of Equations; Circles
Representing Motion Chapter 2.
Review of Previous Lesson
Transformation Geometry
AS-Level Maths: Core 1 for Edexcel
Write an equation given the following info:
The distance between two points
Five-Minute Check (over Lesson 3–1) Mathematical Practices Then/Now
Presentation transcript:

Distance fields for high school geometry Mark Sawula Peddie School 17 Apr 10 (work in progress)

Outline Context How I became interested What is a scalar field? What is a distance field? Distance fields: Points Distance fields: Lines Distance fields: Points & Lines Closing

Context Geometry Honors Pedagogy Problem-based (Exeter-style) Student-centered Content Euclidean geometry Analytic geometry Transformational geometry “Other Goals” Develop mathematical maturity Develop problem- solving capabilities Articulation Develop algebra skills Bridge to Algebra II topics (eg, locus) Lay foundation for Precalculus & Calculus topics Technology Laptops Geogebra Wiki (as website)

How I became interested in Distance Fields (2006)

What is a scalar field? A ‘(s)calar field associates a scalar value to every point in a space.’ ( One example of a scalar field is a topographic map. The elevation is assigned to every point on the map. Contour lines connect points at the same elevation. You can ask the usual good questions related to the spacing of contour lines.

What is a scalar field? (2) A slope field is actually an example of a vector field rather than a scalar field. Each point is associated with a direction and a magnitude rather than just a scalar. Nonetheless, working with scalar fields should lay groundwork for later work with slope fields. gif/SlopeField_700.gif

What is a distance field? A distance field is a scalar field in which the scalar is the distance to an object or set of objects (or points). Distance fields are used in image processing.

What is a distance field? (2) From Wikipedia ( ) : A distance transform, also known as distance map or distance field, is a derived representation of a digital image. The choice of the term depends on the point of view on the object in question: whether the initial image is transformed into another representation, or it is simply endowed with an additional map or field.digital imagepoint of view The map labels each pixel of the image with the distance to the nearest obstacle pixel. A most common type of obstacle pixel is a boundary pixel in a binary image. See the image for an example of a chessboard distance transform on a binary image.pixelbinary imagechessboard distancebinary image Usually the transform/map is qualified with the chosen metric. For example, one may speak of Manhattan distance transform, if the underlying metric is Manhattan distance. Common metrics are:metricManhattan distance Euclidean distance Taxicab geometry, also known as City block distance orManhattan distance. Taxicab geometry Chessboard distance Applications are digital image processing (e.g., blurring effects,skeletonizing), motion planning in robotics, and even pathfinding.digital image processingskeletonizingmotion planningroboticspathfinding

Distance fields: Points (1) The picture to the right shows a ‘distance field’, regions in which the distance to something red is indicated by a shade of green. Locations that are very far from anything red are shaded dark green; locations that are very close to something red are nearly white. The figure to the right has a single red dot in the center. Every other location is a different shade of green based upon how far away it is from the center dot. All of the locations that are the same distance from the center dot will be the same color. What shape will all the locations that are the same color make? Why?

Distance fields: Points (2) Suppose the coordinates of the red point are (2,-3). What is the equation of the contour line for all points a distance of 5 away? What is true of all of the points inside the orange circle? What is true of all of the points outside the orange circle?

Distance fields: Points (3) 5. The figure to the right shows the previous distance field with a few changes. Suppose that C=(5,8) and that N=(t+4,t). Find the length of NC. 6. (continuation) Consider your answer to #5 as a function which takes a value of t as an input and outputs the length of NC. Produce a graph of this function. You may use Geogebra, a graphing calculator, or just pencil and paper. What sort of shape is this? 7. (continuation) Using your answer to #6, find the point on line AB that is closest to point C. 8. (continuation) Without using coordinate geometry, how would you describe the location of the point on line AB closest to C? Does your answer to #7 satisfy your description? Why should this be true?

Distance fields: Points (4) 5. The figure to the right shows the previous distance field with a few changes. Suppose that C=(5,8) and that N=(t+4,t). Find the length of NC.

Distance fields: Points (5)

Distance fields: Points (6)

Distance fields: Points (7) You can discover using analytic geometry or Euclidean geometry that the shortest distance is along a perpendicular to the line through the point. Distance fields give you a way to connect that distance with the radius of a tangent circle, foreshadowing a circle theorem that typically occurs later in the curriculum.

Distance fields: Points (8) Now consider the case of a distance field where the objects are two points. What are the different shapes of possible contour lines?

Distance fields: Points (9) The image above was created using Maple. Thanks, Tim! Under what circumstances do you get each shape of contour? Explore regions of the plane created by contour lines? Relate contour of both points to contours of each point using Venn diagram-like reasoning.

Distance fields: Points (10) What’s up with this line down the middle? Is it a contour? Suppose the two points are (2,7) and (-8,3). What is the “line down the middle of the picture”?

Distance fields: Points (11) You can also import the problem to GeoGebra or Sketchpad (or use paper!) and check to see that the “ghost line” is the perpendicular bisector of the segment connecting the two points.

Distance fields: Points (12)

Distance fields: Points (13) In the distance field graph for 3 points, depicted at left, what shape are the contour lines? the boundaries? What is true of the regions determined by the boundaries? What is true of the intersection point of the boundaries?

Distance fields: Points (14) What shape are the contour lines? Where are the boundaries? What is true of the regions determined by the boundaries? What is true of the intersection point of the boundaries?

Distance fields: Points (15) The Maple version of the image.

Distance fields: Points (16) For the points D = (-2,3), E = (3,4), and F = (2,-1), find a point that is equidistant to all three. Do this first using algebra and coordinate geometry, then confirm with Geogebra. How can you be sure that your answer was correct?

Distance fields: Points (17) When a distance field has several 'red' points, you get a structure like the ones below. Notice that each of the boundaries is made up of points equidistant to two red points. For each boundary, you should be able to identify which red points. Not only are they the closest ones to the boundary, but the boundary is also the perpendicular bisector of the segment between the two points.

Distance fields: Points (18) /20/Coloured_Voronoi_2D.svg/220px- Coloured_Voronoi_2D.svg.png If you were to draw only the 'red' points and the boundaries, you would have what is called a Voronoi diagram, named after the Ukrainian mathematician, Georgy Voronoy ( ). Applications of Voronoi diagrams can be found in astronomy, chemistry, biology, and computer science.

Distance fields: Points (19) See if you can beat the various computer opponents. Which is the easiest? Which is the hardest? How can you make a move that changes only one polygon? Give an example. How can you make a move that changes more than one polygon? Give an example. Go to and play the Voronoi game! Pull down the ‘File ‘ tab and switch to the “Info” tab.

Distance fields: Points (20) Let’s Play!

Distance fields: Points (21) Another useful applet is VoroGlide: hagen.de/GeomLab/VoroGl ide/index.html.en hagen.de/GeomLab/VoroGl ide/index.html.en how many boundaries can meet at one point? how do you make that happen? what kinds of quadrilaterals have boundaries that meet at one point? hagen.de/GeomLab/VoroGlide/inde x.html.en

Distance fields: Points (22) Sketch the Voronoi diagram for the four points above.

Distance fields: Points (23) Here are the points with the perpendicular bisectors drawn.

Distance fields: Points (24) Alternate way of looking at concurrence of perpendicular bisectors. Why can’t this happen?

Distance fields: Lines (1) What is a distance field for a straight line? What do the contour lines look like?

Distance fields: Lines (2) What is a distance field for a two straight lines? What do the contour lines look like? What are those “ghost lines”?

Distance fields: Lines (3) What is a distance field for a triangle? What do the contour lines inside the triangle look like? What do the contour lines outside the triangle look like? What are those “ghost lines”?

Distance fields: Point & Line “I will never look at parabolas the same way again.” --student

Next steps Write this up! Classify quadrilaterals Any other ideas?