The distance formula is used to find the distance between two co-ordinate points (x1,y1) and (x2,y2). It was derived from the pythagorean theorem and is widely used to find the distance in a plane. Enter the co-ordinate points and find the distance between two points.
The distance formula is used to find the distance between two co-ordinate points (x1,y1) and (x2,y2). It was derived from the pythagorean theorem and is widely used to find the distance in a plane. Enter the co-ordinate points and find the distance between two points.
If the co-ordinate points are (4,3) and (8,3), then using the formula
Distance = √((8 - 4)^2 + (3 - 3)^2)
D = 4