HomeCalculatorsPhysicsIncline Friction Calculator
Physics calculator

Incline Friction Calculator

Force parallel to a rough incline at impending slip. Normal and friction come from the friction engine. Equilibrium is solved with the linear-algebra engine. Runs locally.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
Trust summary Engine tested · Source checked · 7/7 tests · Production surface contract 6/6 · v1.0.0
Input interpretation
Enter values to calculate.
Result
Model
The force parallel to a rough incline at impending slip, with the normal and friction forces.
Scope
Calculation runs locally in the browser; values are not uploaded.
Verification
Engine tested · 7/7 tests · Production surface contract 6/6 · Source checked · v1.0.0
Named expert review
Optional · Not performed
Sources
  • Hibbeler, Engineering Mechanics: Statics — Dry friction — impending motion
Sources
Evidence
3 golden · 4 boundary · Production surface contract 6/6 · Artifact integrity PASS
Production
Embedded snapshot: unpublished · Build schema 1.0.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (3 capabilities; 189 remain CURRENT) @ 2026-09-23T10:40:38.140Z
Semantic contract
PASS

Formulas

Core equations used by this calculator.

Impending upP = W sinθ + μ W cosθ
Impending downP = W sinθ − μ W cosθ
NormalN = W cosθ
iP and F are positive up the plane. F = μN comes from the friction engine and opposes the impending motion. This page does not solve wedges, belts, or screws.

How to use

1

Enter the weight and the incline

W is in newtons. θ is degrees from the horizontal, from 0 up to but not including 90.

2

Enter μ and the sense of slip

up means the block is about to move up the plane. down means it is about to move down.

3

Read P, N, and F

A negative P points down the plane. A negative F points down the plane.

Example calculations

Common configurations with formula and result.

ϟ

Level surface, impending up

W = 100 N, θ = 0°, μ = 0.25

P = μ W
P = 25 N, F = −25 N
ϟ

Smooth 30° incline

W = 100 N, θ = 30°, μ = 0, impending up

P = W sinθ
P = 50 N

Incline Friction calculator specification

Version 1.0.0 · Engine tested

Calculation status

Review policy · Evidence

Definition
P parallel to a rough incline at impending slip. P = W sinθ + μ W cosθ up the plane, and P = W sinθ − μ W cosθ down the plane.
What it calculates
The force parallel to a rough incline at impending slip, with the normal and friction forces.
Inputs
  • W
  • theta_deg
  • mu
  • direction
Outputs
  • P
  • N
  • F
  • phi_deg
  • direction
Formula
P = W sinθ ∓ μ W cosθ, N = W cosθ, F = ∓ μ N
Assumptions
  • Calculation runs locally in the browser; values are not uploaded.
  • Keep units consistent with the labels on each field.
  • P and F are positive up the plane. F = μN comes from the friction engine and opposes the impending motion. This page does not solve wedges, belts, or screws.
Units
  • W, P, N, and F are in one force unit. θ and φ are in degrees. μ is dimensionless.
Boundary conditions
  • missing W, θ, μ, or direction → MISSING_REQUIRED_INPUT
  • W ≤ 0 → VALUE_MUST_BE_POSITIVE
  • θ outside [0, 90) → VALUE_OUT_OF_RANGE
  • μ < 0 → VALUE_OUT_OF_RANGE
  • direction other than up or down → INVALID_INPUT
Example
W=100 theta_deg=0 mu=0.25 direction=up → P=25, N=100, F=-25
Validation cases

3 published on this page · 7/7 tests · Production surface contract 6/6 · View evidence

  • W=100 theta_deg=0 mu=0.25 direction=up → P=25, N=100, F=-25
  • W=100 theta_deg=30 mu=0 direction=up → P=50, F=0
  • W=100 theta_deg=90 mu=0.25 direction=up → VALUE_OUT_OF_RANGE
Sources
  • Hibbeler, Engineering Mechanics: Statics — Dry friction — impending motion
    Supports: On an incline, the force parallel to the plane at impending slip is W sinθ ± μ W cosθ
Calculation version
1.0.0

Background

Interpretation and common distinctions.

Find the force parallel to a rough incline at impending slip.

Supported and not supported

Supported: one block, weight W, incline θ, coefficient μ, and impending motion up or down the plane. N and the friction magnitude come from the friction engine. P and N are the linear-algebra solution of the two equilibrium equations.

Not supported: wedges, screws, belts, tipping, a separate kinetic coefficient, and F = μN with no equilibrium force. /calc/mechanical is not open.

Agent / API notes

Capability id: mechanical.statics.incline_friction · tool id: incline-friction · pin 1.0.0.

{ "W": 100, "theta_deg": 0, "mu": 0.25, "direction": "up" }

Share the link with W, theta_deg, mu, and direction. The result is not written into the link.

Other calculators in this family: Slip or tip, Planar equilibrium, Friction .

}

Frequently asked questions

Key distinctions behind the calculation.

Is this the F = μN calculator?

No. That page returns the friction magnitude. This page returns the force along the plane that puts the block at impending slip.

Which way is positive?

Up the plane, for both P and F. Friction points against the impending motion, so impending up gives a negative F.

Does this cover wedges and belts?

No. One block, one incline, and a force parallel to the plane. Wedges, screws, belts, and tipping are out of scope.