Calculate coefficient of friction, incline angle, or normalized friction force Ca from any two values using Ca = μ cos(θ) in degrees or radians.

Coefficient of Friction at an Angle (Normalized Friction Force) Calculator

Enter any 2 values to calculate the missing variable

Coefficient of Friction at an Angle Formula

The calculator uses the normal force on an incline to normalize the maximum friction force by the object’s weight. The main relationship is:

C_a = \mu \cos(\theta)

To solve for the coefficient of friction:

\mu = \frac{C_a}{\cos(\theta)}

To solve for the incline angle:

\theta = \arccos\left(\frac{C_a}{\mu}\right)
  • Ca = normalized maximum friction force, equal to Ff / W
  • μ = coefficient of friction, dimensionless
  • θ = incline angle, in degrees or radians
  • Ff = maximum friction force
  • W = weight of the object

If you enter μ and θ, the calculator finds Ca. If you enter Ca and θ, it finds μ. If you enter Ca and μ, it finds θ using the inverse cosine function. When solving for θ, the value Ca / μ must be between -1 and 1.

Angle Factors for Normalized Friction Force

The factor multiplying μ is cos(θ). As the incline angle increases from 0° to 90°, the normal force decreases, so the normalized friction force decreases.

Incline angle θ cos(θ) Ca as a fraction of μ
1.000 Ca = 1.000μ
15° 0.966 Ca = 0.966μ
30° 0.866 Ca = 0.866μ
45° 0.707 Ca = 0.707μ
60° 0.500 Ca = 0.500μ
90° 0.000 Ca = 0

Typical Coefficient of Friction Ranges

Material pair Typical μ range Note
Rubber on dry concrete 0.6 to 1.0 High friction, varies with surface condition
Wood on wood 0.25 to 0.5 Depends on grain, finish, and moisture
Steel on steel, dry 0.4 to 0.8 Can be much lower if lubricated
Ice on ice 0.02 to 0.1 Very low friction

Examples

Example 1: Calculate normalized maximum friction force

You have a coefficient of friction of 0.50 and an incline angle of 30°.

C_a = \mu \cos(\theta)
C_a = 0.50 \cos(30^\circ) = 0.433

The normalized maximum friction force is 0.433. This means the maximum friction force is 0.433 times the object’s weight.

Example 2: Calculate the incline angle

You have Ca = 0.300 and μ = 0.600.

\theta = \arccos\left(\frac{C_a}{\mu}\right)
\theta = \arccos\left(\frac{0.300}{0.600}\right) = 60^\circ

The incline angle is 60°.

FAQ

What does normalized maximum friction force mean?

Normalized maximum friction force means the maximum friction force divided by the object’s weight. Instead of reporting friction in newtons or pounds-force, the result is a dimensionless ratio. For example, Ca = 0.4 means the maximum friction force equals 40% of the object’s weight.

Why is cosine used in the formula?

On an incline, the normal force is W cos(θ), not the full weight W. Since maximum friction is μ times the normal force, Ff = μW cos(θ). Dividing both sides by W gives Ca = μ cos(θ).

Why do I get an invalid angle when solving for θ?

When solving for θ, the calculator uses θ = arccos(Ca / μ). The arccos function only accepts values from -1 to 1. If Ca / μ is greater than 1 or less than -1, the inputs do not satisfy the equation.