Posts

Showing posts with the label jarak

How To Calculate Distance Between Coordinates

Image
Yuk Mojok! Contoh Soal Vektor Pada Koordinat Kartesius from bakingupforlosttime.blogspot.com How to Calculate Distance Between Coordinates Introduction Calculating the distance between two coordinates is one of the most common problems in mathematics, geography, and navigation. It is used in navigation to determine the shortest path between two points, in mathematics to calculate the slope of a line, and many more. In this article, we will discuss how to calculate the distance between two coordinates in simple steps. Formula to Calculate Distance Between Two Coordinates The formula to calculate the distance between two coordinates is as follows: D = √ ((X2 - X1)² + (Y2 - Y1)²) Where D is the distance between the two points, X1 and X2 are the x-coordinates of the points, and Y1 and Y2 are the y-coordinates of the points. Example Let’s take an example to understand the formula better. Consider the two points (1,2) and (3,4). To calculate the distance between these two points, we will use...