Functions: Coordinate System
Learn the two axes of a grid, the origin, and how to write and locate points.
โ๏ธSolved: 0
Learning Guide: The Coordinate System
The Axes & The Origin
The grid is built from two intersecting axes:
- x-axis: The horizontal axis. Its values increase as you move right (positive direction) and decrease as you move left (negative direction).
- y-axis: The vertical axis. Its values increase as you move upwards (positive direction) and decrease as you move downwards (negative direction).
- Intersection: The two axes cross each other at a 90ยฐ angle (they are perpendicular). The point where they cross is called the origin, represented by coordinates .
Figure 1: The coordinate plane showing the x-axis, y-axis, origin, the four quadrants, and a plotted point at (3, 2).
Writing points as Ordered Pairs
Any point on the coordinate plane is represented as an ordered pair written in the format:
- The first number () is the x-coordinate (abscissa). It tells you how many units to move horizontally from the origin (right if positive, left if negative).
- The second number () is the y-coordinate (ordinate). It tells you how many units to move vertically from the origin (up if positive, down if negative).
The Four Quadrants (Regions)
The two crossing axes divide the coordinate system into four regions called quadrants, numbered counter-clockwise starting from the top-right:
Note: Points that lie directly on the x-axis or y-axis (like or ) or at the origin are not located in any of the four quadrants.
- First Quadrant (I): Top-right region. Both and are positive (). Example: .
- Second Quadrant (II): Top-left region. is negative and is positive (). Example: .
- Third Quadrant (III): Bottom-left region. Both and are negative (). Example: .
- Fourth Quadrant (IV): Bottom-right region. is positive and is negative (). Example: .
Note: Points that lie directly on the x-axis or y-axis (like or ) or at the origin are not located in any of the four quadrants.
Learning Topics
Frequently Asked Questions
Why does the x-coordinate always come first in an ordered pair?
By mathematical convention, coordinates are always written in alphabetical order as . This standardized order ensures that anyone around the world can communicate and locate points on a coordinate plane consistently without ambiguity.