U10 Introduction to Rectangular Coordinates: Essential Formulas

This topic introduces the fundamental concepts of the rectangular coordinate system, including plotting points, understanding quadrants, and calculating distances and midpoints.

1 The Coordinate Plane and Points

Coordinates of a Point

Any point $P$ on the Cartesian plane can be uniquely represented by an ordered pair $(x, y)$, where $x$ is the horizontal distance from the $y$-axis (the $x$-coordinate) and $y$ is the vertical distance from the $x$-axis (the $y$-coordinate).

$$ P(x, y) $$
y x O x y P(x, y)

2 Distance Formula

Distance Between Two Points

The distance $d$ between two points $A(x_1, y_1)$ and $B(x_2, y_2)$ is derived from the Pythagorean Theorem.

$$ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} $$

This formula calculates the length of the straight line segment connecting points $A$ and $B$.

3 Midpoint Formula

Coordinates of the Midpoint

The midpoint $M$ of the line segment joining $A(x_1, y_1)$ and $B(x_2, y_2)$ is the point that divides the segment into two equal parts.

$$ M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) $$

The coordinates of $M$ are simply the averages of the $x$-coordinates and the $y$-coordinates of the two endpoints.

4 Slope of a Line

Definition and Formula

The slope $m$ of a non-vertical line passing through two distinct points $A(x_1, y_1)$ and $B(x_2, y_2)$ measures its steepness. It is defined as the ratio of the vertical change (rise) to the horizontal change (run).

$$ m = \frac{y_2 - y_1}{x_2 - x_1}, \quad \text{where } x_1 \neq x_2 $$

A positive slope indicates the line rises from left to right. A negative slope indicates it falls. A zero slope is a horizontal line, and an undefined slope (when $x_1 = x_2$) is a vertical line.

Struggling with complex problems?

Learner App features AI step-by-step analysis technology. Snap a photo and it will guide you through the solution!

Download Learner Now