The banking angle calculator applies the classic circular-motion relationship
tan(θ) = v²/(r·g) to any frictionless banked turn — a motorsport apex, a railway
curve, a road bend, or an aircraft coordinated turn. Enter any two of the three
variables (speed, radius, banking angle) and the tool solves for the third, then
displays centripetal acceleration, the normal-force-to-weight ratio, lateral force on
the vehicle, and the orbital period for a complete circle at that speed and radius.
The physics
When a vehicle rounds a curve on a flat road, friction alone provides the centripetal force. Tilt the road surface inward (banking it) and the normal force gains a horizontal component that points toward the centre of the turn. At the ideal banking angle that horizontal component exactly equals the centripetal force required for the given speed and radius — no friction is needed at all.
Resolving forces perpendicular and parallel to the road surface on a banked curve:
N·cos(θ) = m·g (vertical equilibrium)
N·sin(θ) = m·v²/r (centripetal requirement)
Dividing the second equation by the first:
tan(θ) = v²/(r·g)
Because mass m cancels, the ideal angle depends only on speed, radius, and gravity — not on how heavy the vehicle is.
How this calculator solves each mode
| Solve for | Formula used |
|---|---|
| Banking angle θ | θ = atan(v²/(r·g)) |
| Ideal speed v | v = sqrt(r·g·tan(θ)) |
| Curve radius r | r = v²/(g·tan(θ)) |
The constant g = 9.81 m/s² (standard gravity, NIST). Speed can be entered in m/s, km/h, or mph — the calculator converts internally to m/s before applying the formula.
Worked example — motorway on-ramp
A road engineer is designing a slip road with a curve radius of 80 m and a design speed of 72 km/h (= 20 m/s).
- Convert: v = 72 ÷ 3.6 = 20 m/s
- Apply: tan(θ) = 20² / (80 × 9.81) = 400 / 784.8 ≈ 0.5097
- Solve: θ = atan(0.5097) ≈ 27.0°
The centripetal acceleration is v²/r = 400/80 = 5 m/s² (≈ 0.51 g). For a 1 000 kg vehicle the lateral force is m·g·tan(θ) ≈ 5 000 N and the normal force is N = m·g/cos(27°) ≈ 11 010 N — about 1.12 times the vehicle’s weight.
For comparison, the London-Birmingham railway uses superelevation on high-speed curves; a 200 m radius curve designed for 130 km/h (≈ 36 m/s) requires tan(θ) = 36²/(200×9.81) ≈ 0.661, giving an ideal banking angle of about 33.5°.
Constants used
| Symbol | Value | Source |
|---|---|---|
| g | 9.81 m/s² | NIST standard acceleration of gravity |
All arithmetic runs entirely in your browser — no data leaves your device.