# Rise Over Run to Degrees Calculator > Convert slope expressed as rise over run to angle in degrees, radians, and percent grade **Category:** Math **Keywords:** slope, angle, degrees, rise over run, gradient, incline, pitch, roof pitch, grade, percent grade, arctangent, trigonometry, ramp, construction **URL:** https://complete.tools/rise-over-run-to-degrees-calculator ## How it calculates To calculate the angle of a slope from rise and run, the following relationships are used: 1. The angle θ in degrees can be calculated using the formula: θ = arctan(rise ÷ run). 2. The angle in radians can be derived from the angle in degrees as: radians = θ × (π ÷ 180). 3. The percent grade is calculated using the formula: percent grade = (rise ÷ run) × 100. In these formulas, 'rise' refers to the vertical change and 'run' refers to the horizontal change. The arctangent function, arctan, is essential for converting the ratio of rise to run into an angle measure. The mathematical relationship indicates that as the ratio increases, the angle also increases, reflecting steeper slopes. ## Who should use this Surveyors determining land grade for construction projects, civil engineers calculating the slope of roadways for drainage design, architects designing roofs to meet local building codes, and landscape architects assessing the steepness of terrain for planting designs. ## Worked examples Example 1: A civil engineer is assessing a slope with a rise of 4 meters and a run of 12 meters. - Calculate the angle in degrees: θ = arctan(4 ÷ 12) = arctan(0.3333) ≈ 18.43°. - Convert to radians: radians = 18.43 × (π ÷ 180) ≈ 0.321. - Calculate percent grade: percent grade = (4 ÷ 12) × 100 = 33.33%. Example 2: A landscape architect evaluates a slope of a hill with a rise of 10 feet and a run of 30 feet. - Calculate the angle in degrees: θ = arctan(10 ÷ 30) = arctan(0.3333) ≈ 18.43°. - Convert to radians: radians = 18.43 × (π ÷ 180) ≈ 0.321. - Calculate percent grade: percent grade = (10 ÷ 30) × 100 = 33.33%. This demonstrates how different units can be used to describe the same slope. ## Limitations The Rise Over Run to Degrees Calculator has several limitations. First, the precision of the calculations is limited by the input values, particularly if rise or run are very small, which may lead to rounding errors. Second, the tool assumes that the rise and run are always positive; negative values may lead to misleading angles. Third, the calculator does not account for angles greater than 90 degrees, which results in undefined behavior for the arctan function. Finally, the output assumes a flat surface; in real-world applications, terrain features may require additional considerations. ## FAQs **Q:** How does the arctan function affect angle calculations? **A:** The arctan function calculates the angle whose tangent is the value of the rise divided by the run, providing a direct relationship between slope ratio and angle, but is limited to angles between -90° and 90°. **Q:** Why is percent grade important in engineering? **A:** Percent grade is crucial for understanding slope steepness in various applications, such as road design, where it affects vehicle safety and drainage considerations. **Q:** Can the calculator handle negative rise or run values? **A:** The calculator is designed for positive values; negative inputs can yield angles outside the expected range, leading to potential misinterpretation of slope direction. **Q:** What are the implications of converting degrees to radians? **A:** Converting degrees to radians is necessary for calculations in many mathematical fields, especially in trigonometry, as many mathematical functions require angles in radians. --- *Generated from [complete.tools/rise-over-run-to-degrees-calculator](https://complete.tools/rise-over-run-to-degrees-calculator)*