Rectangular coordinates, also known as Cartesian coordinates, use the \(x, y\) system to locate a point on a plane.
Picture a graph with two intersecting lines: the horizontal line is the x-axis, and the vertical line is the y-axis. The point where they intersect is called the origin \(0,0\).
To find where a point like \(3,0\) is located, you would move 3 units along the x-axis and 0 units along the y-axis.
In rectangular coordinates, the first number in the pair is the x-coordinate (horizontal position), and the second number is the y-coordinate (vertical position).
- x-axis: Horizontal line
- y-axis: Vertical line
- Origin: \(0,0\)
Understanding rectangular coordinates is essential because it forms the basis for converting to polar coordinates.