How to Calculate Angles in Degrees Minutes and Seconds
Angles are measured in degrees, minutes, and seconds (DMS) in many fields including astronomy, navigation, and surveying. This guide explains how to work with DMS measurements, convert between decimal degrees and DMS, and perform common angle calculations.
What Are Degrees, Minutes, and Seconds?
The degree-minute-second (DMS) system is a way to express angles with greater precision than just using degrees. It's commonly used in fields that require high-precision angle measurements:
- Degrees (°): The main unit, with 360° in a full circle
- Minutes ('): 1° = 60 minutes
- Seconds ("): 1 minute = 60 seconds
For example, 45° 30' 15" means 45 degrees, 30 minutes, and 15 seconds. This is equivalent to 45.5041667° in decimal degrees.
In navigation and astronomy, DMS is often used because it provides more precise measurements than decimal degrees alone.
How to Convert Decimal Degrees to DMS
To convert decimal degrees to DMS:
- Separate the integer part as degrees
- Multiply the decimal part by 60 to get minutes
- Separate the integer part as minutes
- Multiply the remaining decimal by 60 to get seconds
Formula: DMS = Degrees + (Minutes/60) + (Seconds/3600)
For example, converting 45.5041667° to DMS:
- Degrees = 45
- 0.5041667 × 60 = 30.25
- Minutes = 30
- 0.25 × 60 = 15
- Result: 45° 30' 15"
How to Convert DMS to Decimal Degrees
To convert DMS to decimal degrees:
- Divide minutes by 60
- Divide seconds by 3600
- Add all three values together
Formula: Decimal = Degrees + (Minutes/60) + (Seconds/3600)
For example, converting 45° 30' 15" to decimal degrees:
- Degrees = 45
- 30/60 = 0.5
- 15/3600 = 0.0041667
- Result: 45 + 0.5 + 0.0041667 = 45.5041667°
Common Angle Calculations
Here are some common angle calculations involving DMS:
Adding Angles
To add two angles in DMS:
- Add the degrees, minutes, and seconds separately
- If seconds ≥ 60, convert to minutes
- If minutes ≥ 60, convert to degrees
Subtracting Angles
To subtract two angles in DMS:
- Subtract the degrees, minutes, and seconds separately
- If any value is negative, borrow from higher units
Finding the Difference Between Two Angles
To find the difference between two angles:
- Convert both angles to decimal degrees
- Subtract the smaller angle from the larger one
- Convert the result back to DMS if needed
Example Calculations
| Calculation | Example | Result |
|---|---|---|
| Convert 38.891667° to DMS | 38 + (0.891667 × 60) = 38° 53.5' → 38° 53' 30" | 38° 53' 30" |
| Convert 123° 45' 30" to decimal | 123 + (45/60) + (30/3600) = 123.761111° | 123.761111° |
| Add 25° 30' 15" + 15° 45' 30" | 25 + 15 = 40°; 30' + 45' = 75' → 1° 15'; 15" + 30" = 45" → 40° 15' 45" | 40° 15' 45" |
FAQ
- Why use degrees, minutes, and seconds instead of decimal degrees?
- DMS provides more precise measurements for certain applications, especially in navigation and astronomy where small angle differences are important.
- How do I know when to use DMS vs decimal degrees?
- Use DMS when working with traditional maps, navigation charts, or when precision to the second is required. Use decimal degrees for digital mapping, GPS coordinates, and most scientific calculations.
- Can I convert DMS to decimal degrees using a calculator?
- Yes, our interactive calculator on this page can convert between DMS and decimal degrees quickly and accurately.
- What's the difference between DMS and decimal degrees?
- DMS uses degrees, minutes, and seconds as separate units, while decimal degrees express the entire angle as a single decimal number.