The distance between two points A and B on the plane is the module of the fixed vector that determines: d(A,B)=|AB→| In coordinates, if A=(a1,a2) and B=(b1,b2), then we have: d(A,B)=|AB→|=|(b1−a1,b2−a2)|=(b1−a1)2+(b2−a2)2 Example To calculate the distance between points A=(3,4) and B=(2,−5). d(A,B)=|AB→|=|(2−3,−5−4)|=|(−1,−9)|=(−1)2+(−9)2=82