Lets take two points, $(x_1,y_1)$ and $(x_2,y_2)$ say, $(1,0)$ and $(2,3)$ - We would write the distance formula as $\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$ with reference to cartesian plane. These ordered pairs with reference to x and y axes are also called as cartesian coordinates.
Now, for calculating distance in multiple dimensions, we would translate this formula generically as $\sqrt{\sum_{i=1}^n(X_i-Y_i)^2}$
If we apply the second formula to our example, the given points can be seen as $X=(1,0)$ and $Y=(2,3)$ where $X_1=1$,$X_2=0$ and $Y_1=2$, $Y_2=3$.
Please help me with the below two clarifications.
The terminology for representing points in the second approach that is different from cartesian coordinate system. Are these what we call as axioms? Is this a way of representing points in Euclidean plane and not in cartesian plane?
Is Euclidean plane different from cartesian plane as in it doesn't have reference axes for representation?