A Curious Application
We are given three glasses
With the points
u + v + w = 8
The grid on the right represents points with all three coordinates non-negative integers. Strings correspond to the coordinate values. For example, the apex A is referred to by its coordinate string 800 which is just a shorthand for
Pouring from one glass to another corresponds to moving from one node to another along one of the grid lines (on which the quantity of water in the remaining glass does not change!) Since the only way to measure an exact quantity is by either completely filling or completely emptying one of the glasses, we always move up to the boundary of the red parallelogram. Consider, for example, point 431 - the blue dot on the diagram. From here there are 6 possible moves (in the counterclockwise direction:
- to 701 (pour 3 oz from #2 to #1)
- to 530 (pour 1 oz from #3 to #1)
- to 440 (pour 1 oz from #3 to #2)
- to 251 (pour 2 oz from #1 to #2)
- to 233 (pour 2 oz from #1 to #3)
- to 413 (pour 2 oz from #2 to #3)
Since, at the beginning, the first glass is full, we start at the vertex 800. From there there are only two moves: along the side
The situation is not always as simple as that. For example, assume we are given glasses of capacities 8,7, and 6 that, between them, hold 10 oz of water. For one, the set of feasible nodes is now bounded by an irregular hexagon, not a parallelogram. Secondly, not all configurations are reachable from all starting positions. For example, nodes 550-505-055 form a loop so that unless the initial node lies on one of the lines connecting the three nodes, it is impossible to get there. Which means that it is impossible to measure out 5 oz unless one of the glasses held 5 oz to start with.
Other anomalies arise when the given capacities have a common factor greater than 1. In this case too, the set of boundary nodes (of the feasible hexagon) is split into nonintersecting loops. A problem is only solvable if both its starting and goal configurations belong to the same loop.
References
- H. S. M. Coxeter, Introduction to Geometry, John Wiley & Sons, 1961
- Barycentric Coordinates: a Tool
- Barycentric Coordinates and Geometric Probability
- Determinants, Area, and Barycentric Coordinates
- The Three Jugs Problem. Introduction and a story
- 3 Glasses Puzzle
- Water puzzle, experimental math
- Three Glass Puzzle (Graph Theoretical Approach)
- The puzzle in barycentric coordinates
- Two Pails Puzzle
- Plain Gadgets
- 3 Jugs Problem - A Water Doubling Variant
|Contact| |Front page| |Contents| |Geometry|
Copyright © 1996-2018 Alexander Bogomolny
71861535