Coordinate Geometry
The Cartesian Plane
What is the Cartesian Plane?
The Cartesian plane (or coordinate plane) is a two-dimensional plane formed by two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). Their intersection point is called the origin, denoted by O(0, 0).
What are Coordinates of a Point?
A point's coordinates are an ordered pair (x, y) that tells its exact location on the plane:
- The x-coordinate (abscissa) tells how far to move left or right from the origin
- The y-coordinate (ordinate) tells how far to move up or down from the origin
How to Plot a Point (x, y):
- Start at the origin (0, 0)
- Move horizontally: x units right (if x > 0) or left (if x < 0)
- Move vertically: y units up (if y > 0) or down (if y < 0)
- Mark the point where you end
Real-Life Applications:
- Maps and GPS navigation (latitude and longitude)
- Video game character positioning
- Architectural blueprints and floor plans
- Air traffic control radar screens
- Axes meet at the origin (0, 0); quadrants are numbered anticlockwise.
- Signs (±, ±) fix the quadrant; points on an axis are in none.
Plotting Points: Abscissa and Ordinate
How to Plot Points Systematically:
Plotting means marking a point on the Cartesian plane given its coordinates (x, y).
Step-by-Step Plotting Process:
- Locate the origin (0, 0)
- Move horizontally along the x-axis to the x-coordinate
- From that position, move vertically to the y-coordinate
- Mark and label the point
Plotting Points with Same x or Same y:
- Points with same x-coordinate lie on a vertical line
- Points with same y-coordinate lie on a horizontal line
Plotting Multiple Points:
When plotting several points, it helps to:
- Plot all points first
- Label each point clearly
- Identify patterns (collinear points, shapes)
Connecting Points:
Points can be connected to form geometric shapes:
- Triangles (3 points)
- Rectangles and squares (4 points)
- Other polygons
- Abscissa = x (horizontal); ordinate = y (vertical).
- Order matters: (x, y) ≠ (y, x) in general.
Distance Between Points (Pythagoras)
For points sharing a coordinate, the distance is just the difference of the other coordinate. For a general pair, drop a right triangle: the horizontal leg is the difference in x, the vertical leg the difference in y, and the distance is the hypotenuse by Pythagoras.
So the gap between (x₁, y₁) and (x₂, y₂) is √[(x₂ − x₁)² + (y₂ − y₁)²].
- Same-row/column points: subtract the differing coordinate.
- General distance = √[(Δx)² + (Δy)²] (Pythagoras).