Slope is described four different ways depending on the trade — percent grade by surveyors, degrees by carpenters, rise-over-run by roofers, and 1-in-X by drainage engineers. This calculator takes any one of those forms and instantly gives the other three, plus the actual elevation change over a run you specify.
How it works
All four forms describe the same ratio of vertical rise to horizontal run. The percent grade and the 1-in-X ratio are direct ratios, while the angle is their arctangent:
grade % = (rise / run) × 100
angle (deg) = atan(rise / run) × 180 / pi
1-in-X = 1 / (rise / run) → X = run / rise
rise over run= rise : run
Going the other way, an angle converts back with the tangent:
grade % = tan(angle in radians) × 100. Given a grade and a horizontal run, the
vertical change is simply rise = run × grade / 100.
Example and tips
A 2 percent grade is an angle of about 1.15 degrees, a rise-over-run of 0.02 (or 1 in 50), and produces a 1-foot drop over 50 feet of run. Watch the distinction between grade and angle on steep work: a 100 percent grade is 45 degrees, and grades above 100 percent are entirely normal even though an angle can never exceed 90. For drainage, think in 1-in-X — it reads directly as “one unit down for every X along.”