Inclined Plane Calculator
Calculate normal force, friction, net force, and acceleration for objects on an inclined plane.
Understanding Inclined Plane
An inclined plane (ramp) is a flat surface tilted at an angle θ to the horizontal. It is one of six classical simple machines, allowing heavy loads to be moved vertically by applying force over a longer inclined distance. The physics involves resolving gravity into components parallel and perpendicular to the surface.
Weight decomposes into two components: parallel component F_∥ = mg·sin(θ) pulls the object down the slope, and perpendicular component F_⊥ = mg·cos(θ) presses into the surface, generating the normal force N = mg·cos(θ). The net force along the slope determines whether the object slides, accelerates, or remains stationary.
Friction on an inclined plane: kinetic friction f_k = μ_k·N = μ_k·mg·cos(θ) opposes motion. Static friction f_s ≤ μ_s·mg·cos(θ) prevents motion. The critical angle at which an object just begins to slide is θ_critical = arctan(μ_s). Below this angle, static friction keeps the object in place.
Inclined planes appear everywhere in engineering and daily life: ramps for wheelchair access, loading docks, highway on-ramps, ski slopes, roofing, conveyor belts, and geological fault lines. The mechanical advantage of a ramp is MA = 1/sin(θ) — a 10° ramp provides MA ≈ 5.76.
Formula Reference Table
| Solve For | Formula | Notes |
|---|---|---|
| Weight component (parallel) | F_∥ = m·g·sin θ | Down the slope; causes sliding |
| Normal force | N = m·g·cos θ | Perpendicular to slope |
| Friction force | f = μ·N = μ·m·g·cos θ | Opposes motion along slope |
| Net force (down) | F_net = mg·sin θ − μmg·cos θ | When sliding down |
| Acceleration | a = g(sin θ − μ·cos θ) | Net/mass; negative = no motion |
| Critical angle | θ_c = arctan(μ) | Angle where sliding just begins |
3 Worked Examples
10 kg box on 30° ramp, μ = 0.2. Find normal force, friction, and net force.
- N = mg·cos(30°) = 10×9.8×0.866 = 84.9 N
- F_∥ = mg·sin(30°) = 10×9.8×0.5 = 49 N
- f = μN = 0.2×84.9 = 17.0 N
- Net force = 49 − 17 = 32 N down slope; a = 32/10 = 3.2 m/s²
Wooden box on wooden plank, μ_s = 0.45. At what angle does it start sliding?
- θ_c = arctan(μ_s) = arctan(0.45) = 24.2°
- Below 24.2°: static friction holds. Above: box slides.
100 kg box pushed up 20° ramp, μ = 0.3. Find required force.
- N = 100×9.8×cos(20°) = 920.7 N; f = 0.3×920.7 = 276.2 N (opposes upward motion)
- F_∥ = 100×9.8×sin(20°) = 335.4 N
- Force required = 335.4 + 276.2 = 611.6 N
Real-World Applications
Common Mistakes to Avoid
sin() and cos() in most calculators and code require the angle in the correct mode. This calculator handles it, but manual calculations need to verify: use degree mode or convert (θ_rad = θ_deg × π/180).
The normal force is N = mg·cos(θ), not mg. On a 30° slope, N = 0.866mg. This reduced N directly reduces friction force, which is why objects slide more easily on steeper slopes.
Friction always opposes motion. If an object slides DOWN, friction acts UP. If you push UP, friction acts DOWN the slope (opposing your push). Always draw a free-body diagram first.
If friction is present, F_net = mg·sin(θ) − f (sliding down) or F_net = F_applied − mg·sin(θ) − f (pushing up). Ignoring friction gives wrong acceleration.
θ is the angle of the slope from horizontal. If given the angle from vertical, subtract from 90°. Roofing pitches (e.g., 6:12) must be converted: θ = arctan(6/12) = 26.6°.
Frequently Asked Questions
Related Calculators
Formula Explorer connections
Interpretation: This relationship connects motion, force, momentum, work or energy in a mechanical system. Assumption: Choose a consistent reference direction and unit system. The model may assume constant acceleration, rigid bodies, negligible losses or an isolated system.