8.4 The Coordinate Plane, Pythagorean Theorem & Distance
Key Takeaways
- The coordinate plane is built from a horizontal x-axis and a vertical y-axis meeting at the origin, dividing the plane into four quadrants whose sign patterns are (+,+), (-,+), (-,-), and (+,-).
- Distance between two points sharing an x-coordinate is the absolute difference of the y-values, and between two points sharing a y-coordinate it is the absolute difference of the x-values.
- The Pythagorean Theorem states that in a right triangle with legs a and b and hypotenuse c, a squared plus b squared equals c squared.
- The converse of the Pythagorean Theorem lets you test whether a triangle is right: if the three side lengths satisfy the equation, the triangle contains a right angle.
- The coordinate distance formula is the Pythagorean Theorem applied to the horizontal and vertical legs formed by two points, so it never has to be memorized separately.
8.4 The Coordinate Plane, Pythagorean Theorem & Distance
Quick Answer: The Cartesian coordinate plane is formed by perpendicular $x$-axis and $y$-axis lines intersecting at the origin $(0,0)$, partitioning space into four quadrants where signs indicate displacement directions. Geometric transformations include rigid motions (isometries: translations, reflections, rotations) that preserve side lengths, angle measures, and congruence, and non-rigid motions (dilations by scale factor $k$) that preserve shape and angle measures to yield similar figures. In any right triangle, the Pythagorean Theorem establishes $a^2 + b^2 = c^2$, with its converse confirming a right triangle whenever this equality holds. On the coordinate plane, the distance between any two points $(x_1, y_1)$ and $(x_2, y_2)$ is derived directly from the Pythagorean theorem: $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$.
Structure of the Cartesian Coordinate Plane
The Cartesian coordinate plane is constructed by two perpendicular real number lines intersecting at their respective zero points:
- $x$-axis: The horizontal coordinate line, with positive values directed to the right and negative values directed to the left.
- $y$-axis: The vertical coordinate line, with positive values directed upward and negative values directed downward.
- Origin $(0,0)$: The central reference point of intersection.
The Four Quadrants
The intersecting axes divide the infinite two-dimensional plane into four regions called quadrants, designated by Roman numerals in a standard counterclockwise sequence starting from the upper right:
- Points on Axes: Any point situated directly on a coordinate axis does not belong to any quadrant. Points on the $x$-axis have a $y$-coordinate of zero ($(x, 0)$), while points on the $y$-axis have an $x$-coordinate of zero ($(0, y)$).
Grid Distance Between Aligned Points
When two points lie along a common horizontal or vertical grid line, distance is computed using absolute differences:
- Horizontal Segment (identical $y$-coordinates): The distance between $(x_1, y)$ and $(x_2, y)$ is:
- Vertical Segment (identical $x$-coordinates): The distance between $(x, y_1)$ and $(x, y_2)$ is:
Worked Example: A rectangle plotted on the coordinate plane has vertices at $A(-4, 3)$, $B(5, 3)$, $C(5, -2)$, and $D(-4, -2)$. What are its perimeter and area?
- Length (horizontal segments $AB$ and $DC$): $|5 - (-4)| = |9| = 9\text{ units}$.
- Width (vertical segments $BC$ and $AD$): $|3 - (-2)| = |5| = 5\text{ units}$.
- Perimeter: $P = 2(9) + 2(5) = 18 + 10 = 28\text{ units}$.
- Area: $A = 9 \times 5 = 45\text{ units}^2$.
The Pythagorean Theorem & Its Converse
In any right triangle, the two sides that form the $90^\circ$ angle are called the legs (conventionally denoted $a$ and $b$), and the side directly opposite the right angle is the hypotenuse (denoted $c$). The hypotenuse is strictly the longest side of a right triangle.
The Pythagorean Theorem
In every right triangle, the sum of the squares of the lengths of the legs equals the square of the length of the hypotenuse:
- Solving for the Hypotenuse:
- Solving for an Unknown Leg:
Common Primitive Pythagorean Triples
A Pythagorean triple consists of three positive integers $(a, b, c)$ satisfying $a^2 + b^2 = c^2$:
- $(3, 4, 5)$ and its scalar multiples $(6, 8, 10)$, $(9, 12, 15)$, $(12, 16, 20)$
- $(5, 12, 13)$ and its scalar multiples $(10, 24, 26)$
- $(8, 15, 17)$
- $(7, 24, 25)$
- $(9, 40, 41)$
The Converse of the Pythagorean Theorem
The Converse of the Pythagorean Theorem states that if the side lengths of a triangle $a$, $b$, and $c$ (where $c$ is the longest side) satisfy $a^2 + b^2 = c^2$, then the triangle is guaranteed to be a right triangle.
Furthermore, comparing $a^2 + b^2$ with $c^2$ allows the classification of any valid triangle:
- If $a^2 + b^2 = c^2$, the triangle is a Right Triangle ($m\angle C = 90^\circ$).
- If $a^2 + b^2 > c^2$, the triangle is an Acute Triangle ($m\angle C < 90^\circ$).
- If $a^2 + b^2 < c^2$, the triangle is an Obtuse Triangle ($90^\circ < m\angle C < 180^\circ$).
Worked Example: Classify a triangle with side lengths $7\text{ cm}$, $24\text{ cm}$, and $25\text{ cm}$: Because $49 + 576 = 625$ ($a^2 + b^2 = c^2$), the triangle is confirmed to be a right triangle.
The Coordinate Distance Formula
To determine the straight-line Euclidean distance $d$ between any two arbitrary points $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ on the Cartesian coordinate plane, construct a right triangle whose legs lie parallel to the coordinate axes:
- The horizontal leg has length $\Delta x = |x_2 - x_1|$.
- The vertical leg has length $\Delta y = |y_2 - y_1|$.
Applying the Pythagorean Theorem ($(\Delta x)^2 + (\Delta y)^2 = d^2$) establishes the Euclidean Distance Formula:
Because squaring any real number eliminates negative signs ($(-a)^2 = a^2$), the direction of subtraction within each squared term does not alter the result: $(x_2 - x_1)^2 = (x_1 - x_2)^2$.
Step-by-Step Worked Example
Problem: Find the distance between point $A(-5, 7)$ and point $B(3, -8)$ on the coordinate plane.
- Identify Coordinates: $(x_1, y_1) = (-5, 7)$ and $(x_2, y_2) = (3, -8)$.
- Calculate Displacements:
- Square the Displacements:
- Sum and Extract Square Root: The distance between $A$ and $B$ is exactly $17$ units, forming an $(8, 15, 17)$ right triangle.
Common Exam Traps & Misconceptions
[!WARNING]
Trap 1: Adding instead of subtracting when solving for a leg
When the hypotenuse $c$ and one leg $b$ are given, students often compute $\sqrt{c^2 + b^2}$. The hypotenuse is the longest side, so an unknown leg is found by subtracting: $a = \sqrt{c^2 - b^2}$. Adding produces a leg longer than the hypotenuse, which cannot happen.
[!WARNING]
Trap 2: Identifying the hypotenuse by position rather than by the right angle
The hypotenuse is always the side opposite the right angle, never simply the side that looks longest on a tilted diagram. Locate the right angle first, then label $c$.
[!WARNING]
Trap 3: Subtracting coordinates in the wrong order and dropping the sign
Distance is never negative. Under the distance formula the differences are squared, so $(x_2 - x_1)$ and $(x_1 - x_2)$ give the same result. For points that share an axis, use the absolute difference: from $-4$ to $5$ the distance is $|5 - (-4)| = 9$, not $5 - 4 = 1$.
[!WARNING]
Trap 4: Forgetting the negative signs inside the parentheses
Computing the distance from $(-6, 8)$ to $(6, -1)$ requires $6 - (-6) = 12$ and $-1 - 8 = -9$. Treating those as $6 - 6 = 0$ and $1 - 8 = -7$ is the single most common arithmetic slip on distance items. Write the substitution out before squaring anything.
[!WARNING]
Trap 5: Applying the converse without ordering the sides
The converse test requires the longest side to sit alone on one side of the equation. For 8, 15, and 17, test $8^2 + 15^2 = 17^2$. Testing $8^2 + 17^2 = 15^2$ will fail for every triangle, right or not.
[!IMPORTANT] Transformations, congruence, and similarity on the coordinate plane are developed in § 8.6, and scale factor arithmetic in § 8.5.
A 25-foot fire rescue ladder is positioned against a vertical exterior wall of a building. The base of the ladder is placed 7 feet away from the base of the wall on level ground. How high up the wall does the top of the ladder reach?
What is the Euclidean distance between point P(-6, 8) and point Q(6, -1) on the Cartesian coordinate plane?
A rectangular playing field is drawn on a coordinate grid with corners at A(-6, 4), B(9, 4), C(9, -3), and D(-6, -3). What are the perimeter and area of the field, in units and square units?