Inclined Plane Calculator

Calculate effort force, mechanical advantage, and friction loss on an inclined plane (ramp).
Useful for loading docks, ADA ramps, and physics homework.

Angle mode only. Ignored if the dropdown above is set to rise and run.
Rise and run mode only. The height gained, so tailgate height or step height.
Rise and run mode only. This is the horizontal ground distance, not the length of the plank. A 1.8 m plank rising 0.6 m covers only 1.70 m of ground.
Inclined Plane Result

Inclined Plane

A ramp lets you lift a heavy object using less force, in exchange for moving it a longer distance. The flatter the ramp, the smaller the force, but the longer the path.

Ideal Mechanical Advantage (IMA)

IMA = ramp length / ramp height = 1 / sin(θ)

Slope IMA
11.5:1
10° 5.76:1
15° 3.86:1
30° 2:1
45° 1.41:1
60° 1.15:1
90° (vertical) 1:1

Effort to Push Up the Ramp (frictionless)

F_effort = m × g × sin(θ)

For a 100 kg crate on a 15° ramp:

  • F_effort = 100 × 9.81 × sin(15°) = 254 N (≈ 26 kgf)

That is far easier than the full 981 N (100 kgf) of vertical lifting.

Adding Friction

If μ is the kinetic coefficient of friction between the load and the ramp surface:

F_effort = m × g × (sin(θ) + μ × cos(θ))

For the same crate with μ = 0.20:

  • F_effort = 100 × 9.81 × (0.2588 + 0.20 × 0.9659) = 444 N

Friction can easily double the required effort.

Common Friction Coefficients

Surfaces μ_kinetic
Steel on dry steel 0.4 to 0.6
Wood on wood 0.2 to 0.5
Rubber tire on asphalt 0.6 to 0.8
Skis on snow 0.04
Greased surfaces 0.05
ADA-compliant ramp + casters 0.05 to 0.10

ADA / Building Code Ramps

US ADA accessibility ramps are limited to 1:12 slope (about 4.76°), giving IMA ≈ 12:1. Take a 200 kg loaded wheelchair plus user, so 1962 N of weight. The gravity component alone is only 163 N (about 17 kgf). Add caster friction at μ = 0.05 and the real push comes to 261 N, about 27 kgf. That is why the code caps the slope rather than trusting the arithmetic: 1:12 is roughly the steepest a person can self-propel up, and friction is more than a third of the effort at that angle.

Conservation of Energy

Total work = m × g × h, regardless of the ramp angle. The ramp spreads that work over a longer distance, trading peak force for total path length. Friction adds extra heat-dissipated work, which is why steeper ramps with friction are far less efficient.

Worked Example: Loading a Pickup

Pushing a 50 kg motorcycle up a 1.8 m ramp into a 0.6 m bed:

  • Angle: arcsin(0.6 / 1.8) = 19.5°
  • Frictionless effort: 50 × 9.81 × sin(19.5°) ≈ 164 N (~17 kgf)
  • With μ = 0.15: 50 × 9.81 × (0.3333 + 0.15 × 0.9428) ≈ 233 N (~24 kgf)
  • Vertical lift would need 491 N (~50 kgf): more than twice as hard.

Ramp length is not the same as run, and mixing them up is easy

That 1.8 m is the length of the plank, measured along the slope. The run is the horizontal distance it covers, which for a 0.6 m rise is √(1.8² − 0.6²) = 1.70 m. The two differ by about 6% here and by much more on a steep ramp. Use arcsin(rise / length) if you measured the plank, and arctan(rise / run) if you measured the ground. The rise-and-run mode below wants the ground measurement, so enter 0.6 and 1.70 for this example, not 0.6 and 1.8. The calculator reports the ramp length in its answer so you can check it against the plank you actually own.

Where you encounter inclined planes in real life

Application Typical angle Why
Loading ramps for trucks 10 to 15° Balance between cart-pushing force and the ramp length you have room for
Wheelchair ramps (US ADA) max 4.76° (1:12 slope) Manageable for unassisted wheelchair users
Highway grades 5 to 7% (3 to 4°) Trucks climb it without major speed loss, and brake fade limits the descents
Mountain road maximum 8 to 10% (5 to 6°) Past this, runaway-truck ramps become a regular feature
Skateboard quarter-pipes 30 to 45° Speed against control, a trade-off the rider makes
Roof pitch (US residential) 14 to 34° (3:12 to 8:12) Sheds water without becoming too steep to walk on

The shallower you go, the easier the push, but the longer the ramp must be to gain the same height. Architects sizing a ramp pick the angle by working backward from the available horizontal space, not the desired effort.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.


Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.