VidaaraPlay
Door 7 Β· Grade 8

πŸ“ Coordinate Geometry

The Cartesian plane has X-axis (horizontal) and Y-axis (vertical)

β–Ά Play Door 7

Cartesian Plane and Ordered Pairs

What is the Coordinate System? The Cartesian coordinate system (named after mathematician RenΓ© Descartes) is a method of locating points on a plane using two perpendicular number lines called axes.

The Axes:

β€’ X-axis: The horizontal number line (left to right)
β€’ Y-axis: The vertical number line (up and down)
β€’ Origin: The point where the X-axis and Y-axis intersect, labeled as \(O(0, 0)\)

What are Ordered Pairs? An ordered pair \((x, y)\) represents the coordinates of a point, where:

β€’ \(x\) = the distance from the Y-axis (called the x-coordinate or abscissa)
β€’ \(y\) = the distance from the X-axis (called the y-coordinate or ordinate)

Important Rules:

β€’ The order matters! \((2, 3)\) is different from \((3, 2)\)
β€’ The first number always refers to the X-axis (horizontal position)
β€’ The second number always refers to the Y-axis (vertical position)

How to Plot a…

Worked example

Problem: Write the coordinates of the points: A point that is 5 units right of origin and 3 units up.

  1. - Right of origin β†’ positive x-coordinate: \(x = 5\)
  2. - Up from origin β†’ positive y-coordinate: \(y = 3\)
  3. - **
  4. *Example 2:
  5. Plot the point \((-3, 4)\) on the coordinate plane.

Answer: ** \((5, 3)\)

Quadrants and Distance Interpretation

What are the Four Quadrants? The two perpendicular axes divide the plane into four quadrants, numbered counterclockwise starting from the top-right.

Quadrantx-signy-signExample pointQuadrant I (Q1)++(3, 4)Quadrant II (Q2)-+(-3, 4)Quadrant III (Q3)--(-3, -4)Quadrant IV (Q4)+-(3, -4)
Points on Axes:

β€’ On X-axis: \(y = 0\), e.g., \((5, 0)\), \((-2, 0)\)
β€’ On Y-axis: \(x = 0\), e.g., \((0, 3)\), \((0, -4)\)
β€’ Origin: \((0, 0)\) (on both axes)

Distance Interpretation:

β€’ The x-coordinate tells how far a point is from the Y-axis
β€’ The y-coordinate tells how far a point is from the X-axis
β€’ The distance from the origin = \(√xΒ² + yΒ²\) (Pythagorean theorem)

Distance between two points:

\[ Distance = √(x_2 - x_1)² + (y_2 - y_1)² \]
Horizontal and Vertical Distances:

β€’ Same y-coordinate β†’ horizontal distance = \(|x_2 - x_1|\)
β€’ Same x-coordinate β†’ vertical distance = \(|y_2 - y_1|\)

Worked example

Problem: In which quadrant does the point \((-5, 7)\) lie?

  1. - x = -5 (negative)
  2. - y = 7 (positive)
  3. - Negative x, positive y β†’ Quadrant II
  4. - **
  5. *Example 2:

Answer: ** Quadrant II

Graphing Simple Relations

What is Graphing a Relation? A relation is a set of ordered pairs. Graphing a relation means plotting all points that satisfy a given condition or equation.

Common Relations to Graph:

RelationDescriptionExample\(x = k\)Vertical line at \(x = k\)\(x = 3\) (vertical line)\(y = k\)Horizontal line at \(y = k\)\(y = 2\) (horizontal line)\(y = x\)Diagonal line (slope 1)Points like (0,0), (1,1), (2,2)\(y = mx + c\)Straight line\(y = 2x + 1\)\(x = y\)Line at 45Β°Points where coordinates are equal
How to Graph a Simple Equation:

β€’ Make a table of values (choose 3-5 x-values)
β€’ Calculate corresponding y-values
β€’ Plot each ordered pair
β€’ Connect the points (if they form a line)

Identifying Patterns:

β€’ Linear relations (\(y = mx + c\)) form straight lines
β€’ The line \(y = x\) passes through origin at 45Β°
β€’ Vertical lines: \(x = constant\) (all points share same x)
‒…

Worked example

Problem: Make a table of values for \(y = x + 2\) for \(x = 0, 1, 2, 3\).

  1. - \(x = 0\) β†’ \(y = 0 + 2 = 2\) β†’ \((0, 2)\)
  2. - \(x = 1\) β†’ \(y = 1 + 2 = 3\) β†’ \((1, 3)\)
  3. - \(x = 2\) β†’ \(y = 2 + 2 = 4\) β†’ \((2, 4)\)
  4. - \(x = 3\) β†’ \(y = 3 + 2 = 5\) β†’ \((3, 5)\)
  5. - **

Answer: | x | y |