Calculate friction acceleration on a flat surface, from force and mass, or on an incline using coefficient of friction, angle, and gravity.

Friction Acceleration Calculator

Choose the tab that matches the values you have.

Coefficient
Force ÷ mass
Incline
unitless
On a level surface, friction acceleration is independent of mass: a = μg.
Use this when a problem gives you the friction force directly.
unitless
degrees
Copy result
Copied.

Friction Acceleration Formula

The calculator uses one of three formulas depending on the tab you select.

Coefficient mode (level surface):

a = μ * g

Force ÷ mass mode:

a = F / m

Incline mode:

a = g * (sin(θ) - μ * cos(θ))
  • a = friction acceleration in m/s²
  • μ = coefficient of friction, unitless
  • g = gravitational acceleration in m/s² (9.80665 on Earth)
  • F = friction force in newtons
  • m = mass of the object in kilograms
  • θ = incline angle in degrees

Assumptions: the surface is rigid, the normal force equals the component of weight perpendicular to the surface, and μ is the kinetic coefficient when the object is sliding. On a flat surface, mass cancels out, so a = μg gives the deceleration regardless of how heavy the object is. The incline formula returns the net downhill acceleration. If μcos(θ) is greater than sin(θ), the object will not slide on its own, and the calculator clamps the result to zero with a no-slide notice.

The Coefficient tab applies a = μg directly. Pick a surface preset or type your own μ. The Force ÷ mass tab converts your inputs into newtons and kilograms, then divides. Use it when a problem already gives you the friction force. The Incline tab uses the full slope formula and also reports the critical angle, atan(μ), which is the steepest angle where the object stays put.

Reference Tables

Typical kinetic friction coefficients for common surface pairs:

Surface pair μ (kinetic) a on Earth (m/s²)
Ice on ice, clean0.030.29
Banana peel on linoleum0.070.69
Wood on dry snow0.201.96
Wood on wood0.302.94
Tire on wet road0.403.92
Steel on steel0.575.59
Rubber on dry concrete0.706.86

How to read your result by intensity:

Range (g) Range (m/s²) What it feels like
< 0.10 g< 0.98Slick contact, slow drift to a stop
0.10 to 0.50 g0.98 to 4.90Normal braking range
> 0.50 g> 4.90Hard stop, high-grip contact

Worked Examples

Example 1. Car skidding on wet pavement. μ = 0.40, g = 9.81 m/s². The deceleration from friction is a = 0.40 × 9.81 = 3.92 m/s². A car sliding at 25 m/s would need about 6.4 seconds and 80 meters to stop, ignoring other forces.

Example 2. Friction force given. A 10 kg crate has 32.5 N of friction acting on it. a = 32.5 / 10 = 3.25 m/s². The implied μ on a level Earth surface is 3.25 / 9.81 = 0.331.

Example 3. Block on a 25° ramp. μ = 0.30, g = 9.81. Slope component: 9.81 × sin(25°) = 4.146 m/s². Friction component: 0.30 × 9.81 × cos(25°) = 2.667 m/s². Net downhill acceleration: 4.146 − 2.667 = 1.48 m/s². The critical angle is atan(0.30) = 16.7°, so 25° is steep enough for the block to slide.

FAQ

Does mass change friction acceleration on a flat surface? No. The friction force grows with mass, but a = F/m cancels mass out. You get a = μg regardless of how heavy the object is.

Static or kinetic coefficient? Use the kinetic coefficient when the object is already sliding. Use the static coefficient only to check whether motion will start. The presets in the calculator are kinetic values.

Why does the incline result sometimes show zero? If the angle is below the critical angle atan(μ), friction is strong enough to hold the object in place. The calculator reports zero net acceleration in that case.

Can I use this on the Moon or Mars? Yes. Pick the planet preset under Gravity, or enter a custom g value. Friction acceleration scales directly with gravity.