Difference between revisions of "Lattice point"

Line 3: Line 3:
 
A '''lattice point''' is a [[point]] in a [[Cartesian coordinate system]] such that both its <math>x</math>- and <math>y</math>-coordinates are [[integer]]s. A lattice point is a point at the [[intersection]] of two or more grid lines in a regularly spaced array of points, which is a '''point lattice'''. In a [[plane]], point lattices can be constructed having unit cells in the shape of a [[square]], [[rectangle]], [[hexagon]], and other shapes. If not specified, a point lattice is usually a point in a square array.
 
A '''lattice point''' is a [[point]] in a [[Cartesian coordinate system]] such that both its <math>x</math>- and <math>y</math>-coordinates are [[integer]]s. A lattice point is a point at the [[intersection]] of two or more grid lines in a regularly spaced array of points, which is a '''point lattice'''. In a [[plane]], point lattices can be constructed having unit cells in the shape of a [[square]], [[rectangle]], [[hexagon]], and other shapes. If not specified, a point lattice is usually a point in a square array.
  
 +
==Example==
 +
A point lattice is constructed by plotting all of the points <math>(a,b)</math> such that <math>a,b \in \Z^{+}</math>. How many points in the point lattice lie on the line <math>y = -3x + 8</math>?
  
 +
==Solution==
 +
Notice that <math>y > 0 \implies -3x + 8 > 0 \implies x \leq 2</math>. So, <math>(1,5)</math> and <math>(2,2)</math> are the only such points, giving us <math>\boxed{2}</math> points.
 +
 +
~advanture
  
 
==See Also==
 
==See Also==

Revision as of 00:08, 13 March 2021

This article is a stub. Help us out by expanding it.

A lattice point is a point in a Cartesian coordinate system such that both its $x$- and $y$-coordinates are integers. A lattice point is a point at the intersection of two or more grid lines in a regularly spaced array of points, which is a point lattice. In a plane, point lattices can be constructed having unit cells in the shape of a square, rectangle, hexagon, and other shapes. If not specified, a point lattice is usually a point in a square array.

Example

A point lattice is constructed by plotting all of the points $(a,b)$ such that $a,b \in \Z^{+}$ (Error compiling LaTeX. Unknown error_msg). How many points in the point lattice lie on the line $y = -3x + 8$?

Solution

Notice that $y > 0 \implies -3x + 8 > 0 \implies x \leq 2$. So, $(1,5)$ and $(2,2)$ are the only such points, giving us $\boxed{2}$ points.

~advanture

See Also