Functions: Coordinate System
Learn the two axes of a grid, the origin, and how to write and locate points.
✔️Solved: null
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.
Midpoint of a Segment
The midpoint of a segment connecting points and is the point that lies exactly halfway between them. The coordinates of the midpoint are given by the formula card below:
Mathematical Derivation & Example:
To understand why this formula works, we can project the segment and its midpoint onto the coordinate axes. This splits both the horizontal and vertical intervals into two equal parts:
1. Horizontal Projection (-axis):
The horizontal interval spans from to . On our graph, this goes from to (a total distance of units). The midpoint projects to . Since the distance from to must equal the distance from to :
Using our graph coordinates:
Solving algebraically for :
Substituting the values yields:
2. Vertical Projection (-axis):
The vertical interval spans from to . On our graph, this goes from to (a total distance of units). The midpoint projects to . Equalizing the distances:
Using our graph coordinates:
Solving algebraically for :
Substituting the values yields:
By combining these components, we find the exact coordinates of the midpoint: .
To understand why this formula works, we can project the segment and its midpoint onto the coordinate axes. This splits both the horizontal and vertical intervals into two equal parts:
1. Horizontal Projection (-axis):
The horizontal interval spans from to . On our graph, this goes from to (a total distance of units). The midpoint projects to . Since the distance from to must equal the distance from to :
Using our graph coordinates:
Solving algebraically for :
Substituting the values yields:
2. Vertical Projection (-axis):
The vertical interval spans from to . On our graph, this goes from to (a total distance of units). The midpoint projects to . Equalizing the distances:
Using our graph coordinates:
Solving algebraically for :
Substituting the values yields:
By combining these components, we find the exact coordinates of the midpoint: .
The graph shows that projecting the segment onto the and axes divides the interval between coordinates into two equal parts: and .
Distance Between Two Points
The distance between two points and is the length of the straight line segment connecting them. The distance formula is given by the formula card below:
Relation to the Pythagorean Theorem:
By projecting the segment onto the axes, we construct a right triangle with a horizontal leg (length ) and a vertical leg (length ).
Applying the Pythagorean theorem (), the hypotenuse satisfies:
For example, using the points and on the graph:
- The horizontal distance is .
- The vertical distance is .
- Applying the theorem:
By projecting the segment onto the axes, we construct a right triangle with a horizontal leg (length ) and a vertical leg (length ).
Applying the Pythagorean theorem (), the hypotenuse satisfies:
For example, using the points and on the graph:
- The horizontal distance is .
- The vertical distance is .
- Applying the theorem:
The graph shows the right triangle formed by projecting the segment onto the axes, demonstrating how the distance formula is derived directly from the Pythagorean theorem.
Learning Topics