What is the Coordinate System? The Cartesian coordinate system (named after mathematician René Descartes) is a method of locating points on a plane using two perpendicular number lines called axes.
The Axes:
- X-axis: The horizontal number line (left to right)
- Y-axis: The vertical number line (up and down)
- Origin: The point where the X-axis and Y-axis intersect, labeled as \(O(0, 0)\)
What are Ordered Pairs? An ordered pair \((x, y)\) represents the coordinates of a point, where:
- \(x\) = the distance from the Y-axis (called the x-coordinate or abscissa)
- \(y\) = the distance from the X-axis (called the y-coordinate or ordinate)
Important Rules:
- The order matters! \((2, 3)\) is different from \((3, 2)\)
- The first number always refers to the X-axis (horizontal position)
- The second number always refers to the Y-axis (vertical position)
How to Plot a Point:
- Start at the origin \((0, 0)\)
- Move horizontally along the X-axis according to \(x\):
- Positive \(x\) → move RIGHT
- Negative \(x\) → move LEFT
- Move vertically according to \(y\):
- Positive \(y\) → move UP
- Negative \(y\) → move DOWN