Gradient to Degrees Converter Formula
Understand the math behind the gradient to degrees converter. Each variable explained with a worked example.
Formulas Used
Degrees
degrees = atan(value / 100) * 180 / piRadians
radians = atan(value / 100)Rise per Foot of Run
rise_per_foot = value / 100 * 12Variables
| Variable | Description | Default |
|---|---|---|
value | Gradient (% Grade)(%) | 10 |
How It Works
Gradient (Percent Grade) to Degrees
Angle = arctan(Gradient / 100)
A 100% grade means the rise equals the run (45°). A 10% grade is a relatively steep road.
Common Grades
Worked Example
Convert a 10% road grade to degrees.
value = 10
- 01Angle = arctan(10/100) = arctan(0.1)
- 02Angle = 5.71°
- 03Rise per foot of run = 0.1 x 12 = 1.2 inches
Frequently Asked Questions
What does percent grade mean?
Percent grade = (rise / run) x 100. A 10% grade means 10 feet of elevation change for every 100 feet of horizontal distance.
What is a steep road gradient?
Most public roads are designed for grades under 6%. Mountain highways may reach 8-12%. The steepest public roads in the world approach 35% (about 19°).
Ready to run the numbers?
Open Gradient to Degrees Converter