Calculator
Plotly Graph
The graph shows the horizontal run, vertical rise, and slope length.
Example Data Table
| Case | Input Data | Rise | Run | Slope Length | Angle | Grade |
|---|---|---|---|---|---|---|
| Ramp layout | Rise = 1.20, Run = 5.00 | 1.20 | 5.00 | 5.14 | 13.50° | 24.00% |
| Brace design | Rise = 2.00, Length = 6.00 | 2.00 | 5.66 | 6.00 | 19.47° | 35.36% |
| Support member | Run = 4.00, Length = 4.50 | 2.06 | 4.00 | 4.50 | 27.27° | 51.54% |
| Road grade check | Grade = 12% | 0.12 | 1.00 | 1.01 | 6.84° | 12.00% |
Formula Used
θ = arctan(rise ÷ run)
θ = arcsin(rise ÷ slope length)
θ = arccos(run ÷ slope length)
θ = arctan(grade ÷ 100)
Slope length = √(rise² + run²)
Grade (%) = (rise ÷ run) × 100
Slope ratio = 1 : (run ÷ rise)
These formulas help with ramps, braces, roads, conveyor frames, piping supports, and structural alignment checks.
How to Use This Calculator
- Select the calculation mode that matches your known values.
- Enter rise, run, slope length, or grade percentage.
- Choose a unit label for clearer engineering outputs.
- Set your preferred decimal precision.
- Click the calculate button to generate results.
- Review angle, grade, length, direction, and slope ratio.
- Use the Plotly graph to visualize the slope geometry.
- Download the result as CSV or PDF when needed.
Frequently Asked Questions
1. What is an inclination angle in engineering?
It is the angle between a sloped element and the horizontal reference line. Engineers use it for ramps, roof members, roads, pipe supports, machine frames, and structural layouts.
2. What is the difference between angle and grade?
Angle is measured in degrees or radians. Grade is the vertical rise divided by horizontal run, expressed as a percentage. Both describe slope, but they use different units.
3. When should I use rise and run mode?
Use rise and run when both horizontal and vertical distances are known. This is common in ramp planning, stair geometry, drainage lines, and general site layout work.
4. Can this calculator handle downward slopes?
Yes. Enter a negative rise in modes that use rise. The signed result becomes negative, and the direction output changes to downward incline.
5. Why does the calculator show slope ratio?
Slope ratio helps compare designs quickly. It is often easier to communicate a slope as 1:X in construction drawings, field work, and installation instructions.
6. What unit should I enter?
Use any consistent length unit, such as meters, feet, inches, or millimeters. The calculator does not convert units automatically, so keep all entered dimensions consistent.
7. Is grade percentage enough to determine angle?
Yes. If grade percentage is known, the angle can be calculated directly with arctangent. This mode is useful for roadway, drainage, and accessibility reviews.
8. Why is slope length larger than run or rise?
Slope length is the hypotenuse of the right triangle. Because it spans both horizontal and vertical movement, it is always greater than either side alone.