Enter the Eastings and Northings coordinates of two points into the calculator to determine the distance between them.
Related Calculators
- Knots to Distance Calculator
- Steps to Miles Calculator
- Chains Per Hour Calculator
- Inches Per Minute Calculator
- All Unit Converters
Grid Reference Distance Formula
The following formula is used to calculate the distance between two points given their Eastings and Northings coordinates.
D = √((E₂ - E₁)² + (N₂ - N₁)²)
Variables:
- D is the distance between the two points
- E₁ is the Eastings coordinate of the first point
- N₁ is the Northings coordinate of the first point
- E₂ is the Eastings coordinate of the second point
- N₂ is the Northings coordinate of the second point
To calculate the distance, subtract the Eastings and Northings coordinates of the first point from the corresponding coordinates of the second point. Square the results, sum them, and then take the square root of the sum.
What is a Grid Reference?
A grid reference is a system used to pinpoint a location on a map by using a set of coordinates. These coordinates are typically given as Eastings and Northings, which represent the distance east and north, respectively, from a defined origin point. Grid references are commonly used in mapping and navigation to accurately describe the position of a point on the Earth's surface. They are essential in fields such as geography, cartography, and various engineering disciplines.
How to Calculate Grid Reference Distance?
The following steps outline how to calculate the distance between two points using their grid references.
- First, determine the Eastings and Northings coordinates of the first point (E₁, N₁).
- Next, determine the Eastings and Northings coordinates of the second point (E₂, N₂).
- Calculate the difference between the Eastings coordinates (E₂ - E₁).
- Calculate the difference between the Northings coordinates (N₂ - N₁).
- Square both differences and sum them.
- Take the square root of the sum to find the distance (D).
- After inserting the values and calculating the result, check your answer with the calculator above.
Example Problem :
Use the following variables as an example problem to test your knowledge.
Eastings 1 (E₁) = 500000
Northings 1 (N₁) = 200000
Eastings 2 (E₂) = 500100
Northings 2 (N₂) = 200100