# Rise Over Run to Percent Slope Calculator > Convert rise over run ratios to percent slope, degrees, and simplified ratios for construction, roofing, and accessibility projects **Category:** Math **Keywords:** rise over run, percent slope, grade calculator, slope percentage, roof pitch, ramp slope, grade percentage, incline calculator, angle degree, construction slope **URL:** https://complete.tools/rise-over-run-to-percent-slope-calculator ## How it calculates The calculations for percent slope and angle in degrees from rise over run involve the following formulas: 1. Percent Slope: Percent Slope = (Rise ÷ Run) × 100 2. Angle in Degrees: Degrees = arctan(Rise ÷ Run) In these formulas, 'Rise' represents the vertical height, and 'Run' denotes the horizontal distance. For instance, if the rise is 5 and the run is 10, the percent slope would be calculated as (5 ÷ 10) × 100 = 50%. The angle in degrees is calculated using the arctangent function, which gives the angle whose tangent is the ratio of the rise to the run. In this case, Degrees = arctan(5 ÷ 10) results in approximately 26.57 degrees. These calculations highlight the relationship between linear measurements of slope and their angular representations. ## Who should use this 1. Civil engineers assessing terrain for construction projects. 2. Architects designing roofs that meet specific slope criteria. 3. Landscape designers creating accessible pathways for public parks. 4. Surveyors determining the grade of land for drainage planning. 5. Road engineers calculating slope for safe roadway designs. ## Worked examples Example 1: A civil engineer measures a rise of 3 feet over a run of 12 feet. To calculate the percent slope, use: (3 ÷ 12) × 100 = 25%. For the angle in degrees, apply: Degrees = arctan(3 ÷ 12) = arctan(0.25) ≈ 14.04 degrees. This slope may be suitable for an accessibility ramp. Example 2: A landscaping project requires a slope of 8 inches over a run of 4 feet. First, convert 4 feet to inches (4 feet = 48 inches). The percent slope is (8 ÷ 48) × 100 = 16.67%. The angle is calculated as Degrees = arctan(8 ÷ 48) ≈ 9.46 degrees. This slope is appropriate for maintaining water drainage in garden beds. ## Limitations This tool assumes that both rise and run values are positive numbers, which may not apply in all contexts. It also does not account for rounding errors in floating-point calculations, which may affect the accuracy of results in cases of very small slope values. Additionally, the tool does not handle scenarios with zero run, as division by zero is undefined. Lastly, the calculator does not consider the effects of different units unless explicitly converted before input, which could lead to inaccuracies if the user does not standardize units. ## FAQs **Q:** How does the tool handle negative rise values? **A:** The tool is designed for positive rise values; negative rises would indicate a decline, which is not accounted for in the current calculations. **Q:** Can the tool provide slope values in radians? **A:** No, the tool currently calculates angles only in degrees; users needing radians must convert from degrees manually. **Q:** What assumptions does the tool make regarding input values? **A:** It assumes that input values for rise and run are both non-negative and given in the same unit of measurement. **Q:** How precise are the calculations for very steep slopes? **A:** While the calculations are mathematically correct, extremely steep slopes may introduce rounding errors due to floating-point precision limits. --- *Generated from [complete.tools/rise-over-run-to-percent-slope-calculator](https://complete.tools/rise-over-run-to-percent-slope-calculator)*