The magnitude of an n
-dimensional vector $\langle x_1, x_2, x_3, \dots, x_n\rangle$ can be written as:
$magnitude(n) = \sqrt[2]{\sum_{i=1}^n \Delta x_i^2}$
The number $2$ appears twice in this equation. Why does it appear at all, and why isn't it some other number?