Lattice points are points on a coordinate grid whose coordinates are both integers. Pick's Theorem gives a fast way to find the area of certain polygons drawn on a lattice. This cheat sheet helps students count boundary and interior lattice points accurately, then connect those counts to area.
It is useful for geometry, coordinate geometry, contest math, and visual problem solving.
The key formula is Pick's Theorem, , where is area, is the number of interior lattice points, and is the number of boundary lattice points. For a line segment between lattice points, the number of lattice points on the segment is related to . Students should understand when the theorem applies, how to count points without double-counting vertices, and how to check answers using area formulas such as the shoelace formula.
Key Facts
- A lattice point is a point where both and are integers.
- Pick's Theorem states that the area of a simple lattice polygon is .
- In Pick's Theorem, is the number of lattice points strictly inside the polygon and is the number of lattice points on the boundary.
- For a segment from to , the number of boundary lattice points on the segment including both endpoints is .
- When adding boundary counts around a polygon, use so vertices are not double-counted.
- Pick's Theorem can be rearranged to find interior points: .
- Pick's Theorem can be rearranged to find boundary points: .
- Pick's Theorem applies only to simple polygons whose vertices are lattice points, not to curves, self-intersecting polygons, or polygons with non-lattice vertices.
Vocabulary
- Lattice point
- A point on the coordinate plane with integer coordinates, such as .
- Lattice polygon
- A polygon whose vertices are all lattice points.
- Boundary point
- A lattice point that lies on an edge or vertex of the polygon.
- Interior point
- A lattice point that lies strictly inside the polygon and not on any edge.
- Pick's Theorem
- A formula for the area of a simple lattice polygon, given by .
- Greatest common divisor
- The greatest common divisor, written , is the largest positive integer that divides both and .
Common Mistakes to Avoid
- Counting vertices twice is wrong because each vertex belongs to two edges. Use when counting boundary points around a polygon.
- Including boundary points as interior points is wrong because Pick's Theorem separates them into and . Points on an edge or vertex must be counted in , not .
- Using Pick's Theorem on a polygon with non-integer vertices is wrong because the theorem requires every vertex to be a lattice point. Check that each vertex has coordinates with integer and integer .
- Forgetting the in is wrong because it changes the area by one square unit. Always write the full formula before substituting values.
- Using to count points on a slanted segment is wrong because diagonal lattice spacing depends on the greatest common divisor. Use for one segment including endpoints.
Practice Questions
- 1 A lattice polygon has interior lattice points and boundary lattice points. Find its area using .
- 2 Find the number of lattice points on the segment from to , including both endpoints.
- 3 A simple lattice polygon has area and boundary lattice points. Find the number of interior lattice points.
- 4 Explain why Pick's Theorem cannot be used directly for a triangle with vertices , , and .