Vous êtes sur la page 1sur 1

Integer coordinates

Integer coordinates are pairs of integers that are used to determine points in a grid, relative to a special
point called the origin. The origin has coordinates (0,0). We can think of the origin as the center of the
grid or the starting point for finding all other points. Any other point in the grid has a pair of coordinates
(x,y). The x value or x-coordinate tells how many steps left or right the point is from the point (0,0), just
like on the number line (negative is left of the origin, positive is right of the origin). The y value or y-
coordinate tells how many steps up or down the point is from the point (0,0), (negative is down from the
origin, positive is up from the origin). Using coordinates, we may give the location of any point in the
grid we like by simply using a pair of numbers.
Example: The origin
below is where the x-axis and the y-axis meet. Point A has coordinates (2,3), since it is 2 units to the right
and 3 units up from the origin. Point B has coordinates (3,1), since it is 3 units to the right, and 1 unit up
from the origin. Point C has coordinates (8,-5), since it is 8 units to the right, and 5 units down from the
origin. Point D has coordinates (9,-8); it is 9 units to the right, and 8 units down from the origin. Point E
has coordinates (-4,-3); it is 4 units to the left, and 3 units down from the origin. Point F has coordinates
(-7,6); it is 7 units to the left, and 6 units up from the origin.

Comparing Integers
We can compare two different integers by looking at their positions on the number line. For any two
different places on the number line, the integer on the right is greater than the integer on the left. Note that
every positive integer is greater than any negative integer.

Examples:
9 > 4, 6 > -9, -2 > -8, and 0 > -5
-2 < 1, 8 < 11, -7 < -5, and -10 < 0

Vous aimerez peut-être aussi