Example data table
| Scenario | Force | Distance | Angle | Work | Notes |
|---|---|---|---|---|---|
| Push a cart | 120 N | 8.5 m | 0° | 1,020 J | Full alignment, maximum work. |
| Pull a sled | 250 N | 15 m | 25° | 3,399 J | Only the horizontal component does work. |
| Lift a load | 450 N | 2 m | 0° | 900 J | Vertical force aligned with displacement. |
| Sideways force | 100 N | 10 m | 90° | 0 J | Perpendicular force produces no work. |
More example data (solve different unknowns)
| What you solve | Given values | Angle | Result | Why it matters |
|---|---|---|---|---|
| Solve Force (F) | W = 2.5 kJ, d = 6 m | 15° | F ≈ 431.2 N | Estimate required pull with a slight incline. |
| Solve Distance (d) | W = 950 J, F = 120 N | 0° | d ≈ 7.9167 m | Check how far an effort can move a load. |
| Solve Angle (θ) | W = 600 J, F = 200 N, d = 4 m | — | θ ≈ 41.41° | Infer misalignment between force and motion. |
| Solve Work (W) | F = 80 lbf, d = 12 ft | 20° | W ≈ 903.5 ft·lbf | Work in imperial units for quick field estimates. |
Example calculation walkthrough
Using the “Pull a sled” example:
- Inputs: F = 250 N, d = 15 m, θ = 25°
- Compute: cos(25°) ≈ 0.9063
- Parallel force: F·cos(θ) ≈ 226.6 N
- Work: W = F·d·cos(θ) ≈ 250 × 15 × 0.9063 ≈ 3,399 J
Formula used
Work is the dot product of force and displacement:
- W = F · d · cos(θ)
- F = W / (d · cos(θ))
- d = W / (F · cos(θ))
- θ = arccos(W / (F · d))
The angle θ is measured between the force direction and the displacement direction.
How to use this calculator
- Select what you want to solve for: Work, Force, Distance, or Angle.
- Enter the known values and pick the correct units.
- Set the angle between the force and motion direction.
- Press Calculate to see the result and details.
- Optionally enable components and steps for deeper analysis.
- Use the CSV or PDF buttons to export your report.
Practical notes on work, force, and distance
1) Work happens only along the motion
Mechanical work measures energy transferred into motion along a path. If you push with 150 N and the object moves 5 m in the same direction, the work is 750 J. If the object does not move, work stays 0 J, even when your muscles feel effort.
2) Force units you may actually use
This calculator supports N, kN, and lbf. For context, 1 kN = 1000 N, and 1 lbf ≈ 4.448 N. A small hand pull might be 50–200 N, while light machinery pushes can reach several kN.
3) Distance inputs should match the path
Distance is the displacement along the direction of travel. Entering 2.0 m versus 200 cm should give the same physics after conversion. If the motion is curved, use the actual traveled length, not the straight-line shortcut.
4) Angle changes results fast
The angle θ is between force and motion. Common cosine values help sanity-check outputs: cos 0° = 1, cos 30° ≈ 0.866, cos 60° = 0.5, and cos 90° = 0. With 300 N over 10 m, work is 3000 J at 0°, but only 1500 J at 60°.
5) Solving for unknown values
Rearranging W = F·d·cos(θ) lets you solve force, distance, or angle. Example: if W = 2.5 kJ, d = 6 m, and θ = 15°, then F ≈ 431 N. Always check that cos(θ) is not near zero before solving.
6) What negative work means
Negative work occurs when force opposes motion (θ > 90°). Friction often produces negative work, removing energy from a system. For instance, 100 N acting opposite over 3 m gives -300 J. Use the sign to understand energy gain or loss.
7) Exporting and reporting cleanly
Use the built-in CSV and PDF exports to document calculations. Keep units consistent when sharing results, and include θ when work looks “too small.” A quick checklist: confirm units, confirm angle meaning, and confirm distance is along the traveled path.
Note that 1 J equals 1 N·m. If you export in Wh, remember 1 Wh equals 3600 J, useful for quick conversion checks on paper too.
FAQs
1) What is the main formula used here?
The calculator uses W = F · d · cos(θ), where θ is the angle between the force direction and the motion direction. It also rearranges this equation to solve for force, distance, or angle.
2) Why does my result become zero at 90 degrees?
At 90°, the force is perpendicular to the motion, so the parallel component is zero. Because work depends on the parallel component, cos(90°) = 0 makes work equal to zero.
3) Can work be negative?
Yes. When the force points against the displacement, the angle is greater than 90°, making cos(θ) negative. That produces negative work, which usually represents energy being removed, such as through friction or braking.
4) Which distance should I enter for an uneven path?
Enter the distance traveled along the path of motion. If the object moves along a curve or ramp, use the actual path length. A shorter straight-line distance can understate work when the traveled path is longer.
5) What if cos(θ) is nearly zero?
When θ is near 90°, cos(θ) becomes very small, so solving for force or distance can blow up and become unstable. In that case, re-check the angle definition and consider measuring a more realistic alignment angle.
6) Why do unit changes not alter the physics?
Units only change how numbers are expressed. The calculator converts inputs to standard units internally, performs the calculation, then converts back. If you enter equivalent values (like 2 m or 200 cm), the result stays consistent.