Work Calculator
Calculate the work done by a force acting over a distance. Uses the formula W = F × d × cos(θ), where F is force, d is displacement, and θ is the angle between force and displacement directions.
Work in physics is the energy transferred to or from an object when a force moves it through a distance. The formula W = F × d × cos(θ) captures three quantities: how hard you push (F), how far the object moves (d), and the alignment between push direction and motion (θ). The unit is the joule (J) — same as energy, because work IS energy transfer.
The angle factor matters enormously. If force is aligned with motion (θ = 0°, cos = 1), all the force does work. If perpendicular (θ = 90°, cos = 0), zero work is done — even if you pushed with great force. Carrying a heavy box horizontally? No work is done against gravity (gravity is vertical, motion is horizontal). Pushing a stuck shopping cart that doesn't budge? Despite effort, technically zero work because there's no displacement.
Work connects directly to kinetic energy through the work-energy theorem: net work on an object equals its change in kinetic energy. W_net = ½m(v_f² − v_i²). Push a stationary object and it speeds up; brake a moving object and it slows down. Energy transferred = work done.
Work also relates to potential energy. Lifting a weight against gravity stores PE = mgh. The work you did equals the PE gained. Letting it fall back releases that energy as kinetic.
Common applications: vehicle propulsion (engine work vs friction), construction (lifting work for cranes), industrial machinery, biomechanics (muscle work), elevator and lift design, and any analysis involving forces over distances.
Inputs
Results
Work Done
500 J
Work (kJ)
0.500 kJ
Work (BTU)
0.4739 BTU
Work Results
| Parameter | Value |
|---|---|
| Force | 50 N |
| Displacement | 10 m (32.808 ft) |
| Angle | 0° (cos θ = 1.0000) |
| Work (J) | 500 J |
| Work (kJ) | 0.5000 kJ |
| Work (cal) | 119.50 cal |
| Work (BTU) | 0.4739 BTU |
| Formula | W = F × d × cos(θ) |
Formula
How to use this calculator
- Enter applied force in newtons.
- Enter displacement in meters.
- Enter angle between force and displacement direction.
- For aligned force (θ = 0°): W = F × d (maximum work).
- For perpendicular (θ = 90°): W = 0 (no work, even with force present).
- Calculator returns work in joules.
Worked examples
Pushing a sled
**Scenario:** Pull a 30 kg sled 100 m with a rope at 30° above horizontal. Tension 200 N. **Calculation:** Horizontal component of force = 200 × cos(30°) = 173 N. W = 173 × 100 = 17,300 J ≈ 17.3 kJ. **Result:** ~17.3 kJ of work done on the sled — energy goes into overcoming friction (heating snow/runners). The vertical component (100 N) lifts the sled slightly, reducing friction but not contributing to horizontal motion.
Climbing stairs
**Scenario:** A 70 kg person climbs 4 floors (~12 m elevation gain) carrying a 5 kg backpack. **Calculation:** Total mass: 75 kg. W = mgh = 75 × 9.81 × 12 = 8,829 J ≈ 8.83 kJ. **Result:** ~8.83 kJ of work against gravity (~2 kcal of useful work). Actual metabolic energy: 8-10× higher (~70-90 kJ, or 17-22 kcal) due to muscle inefficiency. Why stair climbing is a strenuous workout — most energy lost to heat, not gained as PE.
Carrying a heavy box horizontally
**Scenario:** Walk 50 m holding a 10 kg box at constant height. Work against gravity? **Calculation:** Gravity force = 98.1 N downward. Motion direction = horizontal. θ = 90°. W = 98.1 × 50 × cos(90°) = 98.1 × 50 × 0 = 0 J. **Result:** Zero work against gravity — but exhausting nonetheless! Your arms work isometrically (muscle contractions against gravity without motion), consuming metabolic energy but doing no mechanical work on the box. This contradicts intuition but is consistent with physics definition.
When to use this calculator
**Use the work formula for:**
- **Energy budgeting**: machines, vehicles, industrial processes. - **Lifting analysis**: cranes, elevators, hoists. - **Vehicle physics**: engine output vs friction. - **Sports physics**: muscle work in exercises. - **Industrial machinery**: motor sizing, gear design. - **Pumping**: work against hydrostatic pressure. - **Mining/excavation**: lift and transport work. - **Biomechanics**: human and animal locomotion energetics.
**Key insight: work requires displacement:**
No movement = no work, regardless of force applied. Pushing on a wall does no physics work, though it tires you metabolically. This is why "static effort" (holding heavy objects) is metabolically demanding but does no useful work.
**Angle factor:**
- **Force aligned (0°)**: 100% effective. - **Force at 60°**: 50% effective. - **Force perpendicular (90°)**: 0% effective. - **Force opposing (180°)**: negative work (energy removed from object).
**Examples of negative work:** - Braking a car: brakes do negative work on car, removing KE. - Lowering a weight slowly: gravity does positive work; your muscles do negative work. - Eccentric muscle action (lowering during exercise): negative work physically, but metabolically demanding.
**Conservative vs non-conservative forces:**
- **Conservative** (gravity, springs): work done depends only on endpoints, not path. PE captures stored work. - **Non-conservative** (friction, drag): work depends on path. Energy dissipated as heat.
For conservative systems: total mechanical energy conserved.
**Work-energy theorem (powerful tool):**
W_net = ΔKE
To find final velocity, calculate net work and ΔKE: v_f = √(v_i² + 2 × W_net / m)
A car braking: W_brakes (negative) = -ΔKE → solve for final velocity.
**Common applications:**
- **Construction cranes**: W = (load weight) × (lift height). - **Industrial presses**: W = F_avg × stroke length. - **Pumping water**: W = mgh + losses to friction. - **Electric motors**: W_output = electrical energy × efficiency. - **Engine work**: ∫P dV (P-V diagram area). - **Spring loading**: W = ½kx². - **Tunnel boring**: massive work against rock resistance.
**Power and efficiency:**
P = dW/dt (rate of doing work, watts)
Efficiency η = W_useful / W_input.
- Car engine: ~25-35% (rest as heat). - Electric motor: ~85-95%. - Resistance heating: 100% (but heat is less useful than mechanical). - LED bulb: 30-50% electrical to visible light.
**Pumping water:**
W = ρ × V × g × h
Where ρ = water density (1,000 kg/m³), V = volume, g = 9.81, h = lift height.
To pump 100 L of water up 10 m: W = 1,000 × 0.1 × 9.81 × 10 = 9,810 J ≈ 9.8 kJ.
**Work in thermodynamics (gas):**
W = ∫P dV (pressure × volume change)
For isobaric (constant P) process: W = P × ΔV.
Internal combustion engine work: ~30% of fuel chemical energy → engine output → vehicle motion.
**Software:**
- **MATLAB / Python**: numerical integration for variable forces. - **CAD with simulation**: motion analysis with energy tracking. - **CFD with energy equation**: thermal-fluid systems. - **ADAMS, RecurDyn**: multi-body dynamics.
**Pitfalls:**
- **Confusing work with effort**: holding heavy load is exhausting but does no work. - **Forgetting angle factor**: peak work only when force aligned with motion. - **Sign confusion**: positive vs negative work (energy in vs out). - **Variable forces**: simple formula assumes constant F; otherwise integrate. - **Different "work" definitions**: physics work ≠ biological work ≠ thermodynamic work in all contexts. - **Path dependence**: friction work depends on path; gravity work doesn't. - **Units**: joules vs calories vs kWh — common confusion.
Common mistakes to avoid
- Confusing physics work (requires displacement) with effort (muscle contraction).
- Forgetting the cosine factor for non-aligned forces.
- Treating perpendicular forces as doing work (they don't).
- Confusing work with energy (work is energy transferred).
- Ignoring negative work (when force opposes motion).
- Using constant-force formula for varying forces.
- Mixing units (J vs cal vs kWh vs ft-lbf).
- Forgetting friction work in real systems.