Latitude Longitude
Reference data and engineering information about latitude longitude for mathematics applications.
latitudelongitude
Overview
Engineering reference data for Latitude Longitude in mathematics.
Key Formulas
Quadratic Formula
Roots of ax² + bx + c = 0.
Pythagorean Theorem
Right triangle relationship.
Circle Area
Area of a circle.
Logarithm
Change of base formula.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Pi | 3.14159... | |
| Euler's number | 2.71828... |
Definitions
- Latitude is the angle formed between the equatorial plane and a line drawn from the point to the center of the Earth. Its values range from -90° (South Pole) to +90° (North Pole), with 0° at the Equator.
- Longitude is the angle between the half-plane passing through the axis of the Earth and the Prime Meridian (Greenwich) and the half-plane passing through the axis and the point. Its values range from -180° (West) to +180° (East).
Conversion Formula
The formula to convert a coordinate given in Degrees (°), Minutes ('), and Seconds (") to Decimal Degrees (DD) is:
Note: For coordinates in the Southern (S) or Western (W) hemispheres, the decimal degree value is negative.
Practical Examples
The following examples demonstrate the conversion process:
-
DMS to Decimal Degrees:
- Input: Latitude
63° 30' 22.1178" N, Longitude9° 12' 3.276" E - Calculation:
63 + (30/60) + (22.1178/3600) ≈ 63.506144 - Result: *Latitude: 63.506144, Longitude: 9.20091
- Input: Latitude
-
Decimal Degrees to DMS:
- Input: Latitude
63.506144, Longitude9.20091 - Process:
- Degrees:
floor(63.506144) = 63° - Remaining minutes:
(63.506144 - 63) * 60 = 30.36864 - Minutes:
floor(30.36864) = 30' - Remaining seconds:
(30.36864 - 30) * 3600 ≈ 132.71"(or22.1178"as per the precise input)
- Degrees:
- Result: Latitude: 63° 30' 22.1178" N, Longitude: 9° 12' 3.276" E
- Input: Latitude