The Cartesian Coordinate System consists of two
number lines perpendicular to each other at their 0's. The horizontal
axis is called the x-axis, and the vertical axis is called the y-axis.
This allows us to assign to each point in a plane a coordinate.
Each coordinate consists of a pair of numbers, the first of which
is the x-coordinate and the second is the y-coordinate, written
(x,y). For example, the point A (2,-3) is a point 2 units to the
right of the origin (the point (0,0)) and then 3 units down. And
point B (-4,1) is a point 4 units to the left of the origin and
then 1 unit up.
|