HomePhysics › Work & Power Calculator

Work & Power Calculator

Computes the mechanical work done by a constant force over a displacement, allowing for the angle between force and motion, and the average power when the duration is supplied.

When to use

You know a constant force, the distance it acts over (optionally the angle and the time taken) and need the work in joules or the average power in watts, kilowatts or horsepower.

Do not use when: The force varies with position (for springs use hookes-law), you need electrical power from volts and amps (use electric-power), or you need energy of motion (use kinetic-energy).

Formula

work_j = force_n × distance_m × cos(angle_degrees); power_w = work_j / time_s; power_hp = power_w / 745.69987

Inputs

ParameterTypeUnitRequiredDescription
force_nnumberNyesMagnitude of the constant force in newtons (weight = mass × 9.80665). Range: ≥ 0
distance_mnumbermyesDisplacement of the point of application in metres. Range: ≥ 0
angle_degreesnumber°default 00° when the force acts along the motion; 90° gives zero work; more than 90° gives negative work (e.g. friction). Range: ≥ 0, ≤ 180
time_snumbersnoOptional duration over which the work is done; enables the power outputs. Range: > 0

Outputs

OutputTypeUnitDescription
work_jnumberJW = F × d × cos θ.
work_kjnumberkJWork in kilojoules.
work_kwhnumberkWhWork in kilowatt-hours.
power_wnumberWP = W / t (only when time_s is given).
power_kwnumberkWPower in kilowatts (only when time_s is given).
power_hpnumberhpPower in mechanical horsepower, 1 hp = 745.69987 W (only when time_s is given).

Example

50 N over 10 m in 4 s: {"force_n":50,"distance_m":10,"time_s":4}{"work_j":500,"work_kj":0.5,"power_w":125,"power_kw":0.125,"power_hp":0.1676}

100 N at 60° over 20 m: {"force_n":100,"distance_m":20,"angle_degrees":60}{"work_j":1000,"work_kj":1}

GET https://tttkmbb.com/api/v1/calculate/work-power?force_n=50&distance_m=10&time_s=4

Machine access

Sources

FAQ

Why is the work zero at 90°?

Only the force component along the displacement does work; a force perpendicular to the motion (like the normal force on a sliding block) transfers no energy.

Which horsepower is used?

Mechanical (imperial) horsepower, 745.69987 W. Metric horsepower (PS) is 735.49875 W, about 1.4 % smaller.

Related calculators