✖️ 1. Constructing axes, quadrants, and plotting ordered pairs
📍 Axes, Quadrants & Plotting Points
- Draw two perpendicular number lines (horizontal x-axis, vertical y-axis) that cross at the origin (0, 0).
- An ordered pair tells you to move units horizontally, then units vertically.
- The axes divide the plane into four quadrants numbered I, II, III, IV counterclockwise from top-right.
- Quadrant I: both coordinates positive; II: x negative, y positive; III: both negative; IV: x positive, y negative.
- Always write coordinates in parentheses with x first: means right 3, down 2.
Plot : start at origin, move 4 right, then 5 up.
💡 Think "over then up" — x is the hallway, y is the elevator.
1. Constructing axes, quadrants, and plotting ordered pairs
Constructing Axes, Quadrants, and Plotting Ordered Pairs
The Cartesian coordinate system consists of two perpendicular number lines: the horizontal -axis and the vertical -axis, intersecting at the origin . An ordered pair specifies a unique point where is the horizontal displacement from the origin and is the vertical displacement.
The axes divide the plane into four quadrants, numbered counterclockwise starting from the upper right.
Core Rules:
- Quadrant I: and
- Quadrant II: and
- Quadrant III: and
- Quadrant IV: and
- Points on axes belong to no quadrant
The order in is critical: reversing coordinates changes the point's location.
Example: The point lies in Quadrant IV because and .
Which quadrant contains the point (-4, 5)?
✖️ 2. Calculating the distance between two points
📏 Distance Between Two Points
- To find distance between and , use .
- This formula comes from the Pythagorean theorem applied to the horizontal and vertical legs.
- Subtract coordinates to get the horizontal gap and vertical gap .
- Square both gaps, add them, then take the square root.
- Order of subtraction does not matter because you square the differences.
Distance from to : .
💡 Imagine a right triangle connecting the two points — distance is the hypotenuse.
2. Calculating the distance between two points
Calculating the Distance Between Two Points
The distance between two points and is the length of the straight line segment connecting them. This is derived by applying the Pythagorean theorem to the right triangle formed by horizontal and vertical displacements.
The horizontal leg has length and the vertical leg has length .
Core Rules:
- Distance formula:
- Distance is always non-negative
- Order of points does not affect distance:
- If points share the same or coordinate, the formula simplifies to one term
This formula extends the Pythagorean theorem from geometry to coordinate algebra.
Example: Distance between and is .
Find the distance between the points and .
✖️ 3. Finding the midpoint of a line segment
🎯 Midpoint of a Segment
- The midpoint is the point exactly halfway between two endpoints.
- Formula: .
- Average the x-coordinates to get the midpoint's x, average the y-coordinates to get the midpoint's y.
- This works because you are splitting each dimension in half.
- Always simplify fractions in your final answer.
Midpoint of and : .
💡 Average = middle — just like finding the center of a seesaw.
3. Finding the midpoint of a line segment
Finding the Midpoint of a Line Segment
The midpoint of a line segment is the point that divides the segment into two equal parts. For endpoints and , the midpoint coordinates are the averages of the corresponding coordinates.
This follows from the fact that the midpoint is equidistant from both endpoints.
Core Rules:
- Midpoint formula:
- Each coordinate is the arithmetic mean of the endpoint coordinates
- The midpoint always lies on the segment between the two points
- Order of endpoints does not affect the midpoint
The midpoint formula is fundamental for bisecting segments and finding centers in geometric constructions.
Example: The midpoint of and is .
Find the midpoint of the line segment with endpoints and .
✖️ 4. Translating physical locations into grid coordinates
🗺️ Real Locations to Grid Coordinates
- Choose a reference point (origin) and define which direction is positive x and positive y.
- Measure horizontal distance from the origin for the x-coordinate.
- Measure vertical distance from the origin for the y-coordinate.
- Use negative values for positions left of or below the origin.
- Units matter: specify meters, kilometers, blocks, etc.
If a park is 3 blocks east and 2 blocks north of your house (origin), its coordinates are .
💡 Pick your home as (0, 0) — everything else is relative to that anchor.
4. Translating physical locations into grid coordinates
Translating Physical Locations into Grid Coordinates
Physical locations can be represented as points in a Cartesian plane by establishing a reference origin and scale. Each real-world position corresponds to an ordered pair based on measured displacements along perpendicular directions.
This translation requires choosing an origin point and defining unit distances for both axes.
Core Rules:
- Origin selection: Choose a fixed reference point as
- Scale definition: Assign consistent units to each axis (e.g., 1 unit = 10 meters)
- Direction convention: Typically east/right is positive , north/up is positive
- Negative coordinates indicate positions opposite to the positive direction
This process converts spatial relationships into algebraic form, enabling quantitative analysis of distances and positions.
Example: If a library is 30 meters east and 40 meters north of a school (origin), its coordinates are in meters.
A park bench is meters west and meters north of a fountain. The fountain is the origin and unit equals meter. What are the coordinates of the park bench?
✖️ 5. Applications: GPS coordinate systems and basic 2D mapping in data science
🌍 GPS & Data Science Mapping
- GPS uses latitude and longitude as coordinates: latitude is like y (north-south), longitude is like x (east-west).
- In data science, scatter plots place data points on a grid where x and y represent different variables.
- Cartesian grids help visualize relationships between two measurements (e.g., height vs weight).
- Maps and navigation apps convert real-world positions into coordinate pairs for routing algorithms.
- Understanding coordinates is essential for machine learning models that process spatial data.
A weather app plots temperature (y-axis) vs time (x-axis) to show trends.
💡 Every dot on a graph is an ordered pair — coordinates power modern tech.
5. Applications: GPS coordinate systems and basic 2D mapping in data science
Applications: GPS Coordinate Systems and Basic 2D Mapping in Data Science
GPS systems use latitude and longitude as coordinates to specify locations on Earth's surface, analogous to pairs on a plane. Data science employs Cartesian coordinates to visualize relationships between two variables through scatter plots and spatial data analysis.
These applications demonstrate how abstract coordinate geometry models real-world phenomena.
Core Rules:
- GPS: Latitude (north-south) and longitude (east-west) form an approximate Cartesian grid
- Data visualization: Each data point represents paired measurements (e.g., height vs. weight)
- Mapping: Coordinates enable distance calculations, route optimization, and spatial clustering
- Coordinate precision determines location accuracy (more decimal places = finer resolution)
Cartesian systems provide the mathematical foundation for navigation, geographic information systems, and statistical graphics.
Example: A data point might represent a person weighing 65 kg with height 170 cm.
A data scientist creates a scatter plot of temperature and ice cream sales. If the x-coordinate represents temperature in degrees Celsius and the y-coordinate represents sales in units, what does the data point represent?