Theorem:
The distance $d$ between any two points $P(x_1, y_1)$ and $Q(x_2, y_2)$ in the Cartesian plane is:
$$\mathbf{d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}}$$Deductive Proof:
Let $P(x_1, y_1)$ and $Q(x_2, y_2)$ be two given points. Draw $PL$ and $QM$ perpendicular to the $X$-axis. From $P$, draw $PR \perp QM$ meeting $QM$ at $R$.
- The coordinates of $R$ are $(x_2, y_1)$.
- Horizontal leg $PR = LM = OM - OL = x_2 - x_1$.
- Vertical leg $QR = QM - RM = QM - PL = y_2 - y_1$.
In right-angled triangle $\triangle PRQ$, by the Pythagoras Theorem:
$$PQ^2 = PR^2 + QR^2$$ $$PQ^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2$$ $$\mathbf{PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}} \quad \blacksquare$$Distance from the Origin:
If $P$ is $(x, y)$ and $O$ is $(0, 0)$:
$$\mathbf{OP = \sqrt{(x - 0)^2 + (y - 0)^2} = \sqrt{x^2 + y^2}}$$