90 likes | 222 Vues
This problem explores the concept of shortest distances in a non-Euclidean geometry context using a grid system with 1-inch-square edges. It examines the shortest path between points A and B, requiring the path to stay on grid lines. You will verify your findings with two drawings and demonstrate there are no shorter distances. Additionally, the task involves identifying the number of shortest paths available. By analyzing simpler problems, deeper patterns emerge regarding the shortest path lengths and their variations in 1x, 2x, and 3x grid systems.
E N D
Taxi Cab Geometry Non-Euclidian Counting Problem
What is the shortest distance? • What is the shortest distance from A to B? Let each edge of a square be 1 inch.
What is the shortest distance? • What is the shortest distance from A to B if you have to stay on the grid lines? • Verify by having 2 drawings. Explain how you know there isn’t a shorter distance.
Problem Solving Skills • Study a simpler problem and look for patterns.
1x systems • For the 1x blocks, find the length of a shortest path and how many shortest paths there are. Note any patterns.
2x systems • For the 2x blocks, find the length of a shortest path and how many shortest paths there are. Note any patterns.
3x systems • For the 3x blocks, find the length of a shortest path and how many shortest paths there are. Note any patterns.