Skip to main content

Force • Work • Power Calculator

Calculate force (F = m·a), work (W = F·d·cos θ), and power (P = W/t). Analyze inclined planes with friction and compute work from variable forces.

F = m × aW = F × d × cos(θ)P = W / t

Quick Answer

Force (N) = mass × acceleration — any push or pull that changes motion.

Work (J) = force × distance × cos(angle) — energy transferred when moving an object.

Power (W) = work ÷ time — how fast work is done.

Show more details & example

For example, pushing a 10 kg box with 2 m/s² acceleration requires 20 N of force. Moving that box 5 meters horizontally does 100 J of work (20 N × 5 m × cos(0°)). If done in 2 seconds, your power output is 50 W.

Example: Lifting a Box

Lifting a 20 kg box to a 1.5 m high shelf against gravity (9.8 m/s²):

  • Force: 20 kg × 9.8 m/s² = 196 N
  • Work: 196 N × 1.5 m = 294 J
  • Power: 294 J ÷ 3 s = 98 W
Calculator

Force • Work • Power Calculator

Calculate force, work, power, and analyze inclined planes with friction.


Ready to Calculate

Select a mode and enter your values to calculate force, work, or power. Results will appear here.

Last Updated: February 2026

This force work power calculator handles any combination of knowns and unknowns—enter what you have, and it solves for the rest. A mechanical engineering student was designing a conveyor belt and needed to find the motor power required to move 600 kg of material up a 15° incline at 0.5 m/s. She entered mass, angle, friction coefficient (μ = 0.3), and velocity, and the calculator returned 2,100 W (about 2.8 hp). Without the angle breakdown and friction accounting, she would have underestimated by almost 40%.

Solve-For Summary

UnknownFormulaRequired Inputs
F (force)F = mam, a
W (work)W = Fd cos θF, d, θ
P (power)P = W/t = FvW and t, or F and v
d (distance)d = W/(F cos θ)W, F, θ
t (time)t = W/PW, P

The Angle Factor: Why cos θ Appears in Work

Work is defined as force times displacement in the direction of force: W = Fd cos θ. The cosine factor extracts only the component of force that actually moves the object.

Quick reference:

  • θ = 0° → cos θ = 1 → W = Fd (force aligned with motion)
  • θ = 60° → cos θ = 0.5 → W = 0.5Fd (half the work)
  • θ = 90° → cos θ = 0 → W = 0 (no work, force perpendicular)
  • θ = 180° → cos θ = −1 → W = −Fd (negative work, opposing)

Pulling a sled at a 30° angle means only cos(30°) ≈ 0.87 of your pulling force contributes to moving it forward. The rest lifts the sled slightly—wasted effort for horizontal motion. That's why pulling horizontally (θ = 0°) is more efficient than pulling at an angle.

Rearranging W = Fd cos θ for Any Unknown

Most problems give you three quantities and ask for the fourth. Here are the rearrangements:

Solving for work: W = Fd cos θ

Multiply force, distance, and cosine of the angle.

Solving for force: F = W / (d cos θ)

Divide work by the product of distance and cosine.

Solving for distance: d = W / (F cos θ)

Same algebra, isolating d instead of F.

Solving for angle: θ = arccos(W / Fd)

Divide W by Fd, then take inverse cosine. Make sure result is in degrees or radians as needed.

The calculator automatically selects the appropriate rearrangement. Enter any three known values, and it solves for the fourth.

Power: Two Equivalent Formulas and When to Use Each

Power measures how fast work is done. Two formulas give the same result in different situations:

P = W/t

Use when you know total work done and time elapsed. Example: A crane lifts a 500 kg load 20 m in 10 seconds. W = mgh = 500 × 9.8 × 20 = 98,000 J. P = 98,000/10 = 9,800 W ≈ 13 hp.

P = Fv

Use when you know instantaneous force and velocity. Example: A car engine exerts 3,000 N at 25 m/s. P = 3,000 × 25 = 75,000 W ≈ 100 hp.

Both formulas are mathematically equivalent: since W = Fd and d = vt (at constant velocity), P = W/t = Fd/t = Fv. Choose whichever matches your known quantities.

Step-by-Step: Motor Sizing for an Inclined Conveyor

A common engineering problem: what motor power is needed to move material up an incline?

Problem Setup

Move 200 kg of material up a 20° incline at 0.8 m/s. Friction coefficient μ = 0.25. Find required motor power.

Step 1: Calculate weight components

Weight = mg = 200 × 9.8 = 1,960 N

Component parallel to incline = mg sin(20°) = 1,960 × 0.342 = 670 N

Normal force = mg cos(20°) = 1,960 × 0.940 = 1,842 N

Step 2: Calculate friction force

Friction = μ × Normal = 0.25 × 1,842 = 461 N

Step 3: Calculate total required force

F_total = 670 + 461 = 1,131 N

Step 4: Calculate power using P = Fv

P = 1,131 × 0.8 = 905 W ≈ 1.2 hp

Result

Minimum motor power: 905 W (1.2 hp). In practice, specify a larger motor (1.5–2 hp) to handle startup loads and maintain efficiency at partial load.

Friction Coefficients for Common Material Pairs

The friction coefficient μ depends on both surfaces in contact. Here are typical values for static friction (higher) and kinetic friction (lower):

Material Pairμ_staticμ_kinetic
Rubber on dry concrete0.9–1.00.6–0.8
Steel on steel (dry)0.6–0.80.4–0.6
Wood on wood0.3–0.50.2–0.4
Rubber on wet concrete0.5–0.70.4–0.5
Steel on steel (lubricated)0.1–0.20.05–0.1
Ice on ice0.03–0.10.01–0.03

These are approximate ranges. Actual values depend on surface finish, contamination, temperature, and normal force. Use static μ for objects at rest; use kinetic μ once motion begins.

Variable Force Problems: When Simple Multiplication Fails

W = Fd only works when force is constant throughout the motion. When force varies with position, you need integration: W = ∫F(x)dx.

Common variable-force scenarios:

  • Springs: F = kx (Hooke's law). Work to compress from 0 to x: W = ½kx².
  • Gravity over large distances: F = GMm/r². Work to escape Earth's gravity requires integration.
  • Air resistance: F ∝ v², which changes as speed changes during motion.
  • Experimental data: Force measured at discrete points along a path.

The calculator uses trapezoidal integration for variable forcedata: W ≈ Σ[(F_i + F_{i+1})/2 × Δx]. Enter your (force, position)data points, and it computes total work.

Worked Problem: Cyclist Power Output on a Hill

How much power does a cyclist need to climb a hill at constant speed?

Problem

Cyclist + bike mass = 80 kg. Hill grade = 6% (about 3.4°). Speed = 5 m/s. Rolling resistance coefficient = 0.005. Air resistance ≈ 15 N at this speed. Find power output.

Step 1: Gravity component

F_gravity = mg sin(3.4°) = 80 × 9.8 × 0.059 = 46 N

Step 2: Rolling resistance

F_roll = μ × mg = 0.005 × 80 × 9.8 = 3.9 N

Step 3: Total resistance

F_total = 46 + 3.9 + 15 = 64.9 N

Step 4: Power output

P = Fv = 64.9 × 5 = 325 W

Result

The cyclist needs to sustain 325 W (about 0.44 hp) to maintain 5 m/s up the hill. This is a moderate effort for a trained cyclist but exhausting for a recreational rider.

Unit Reference: SI and Imperial Conversions

Force, work, and power appear in both metric (SI) and imperial units. Here are the key conversions:

QuantitySI UnitImperial UnitConversion
ForceN (newton)lbf (pound-force)1 lbf = 4.448 N
Work/EnergyJ (joule)ft·lbf1 ft·lbf = 1.356 J
PowerW (watt)hp (horsepower)1 hp = 745.7 W
Masskglbm (pound-mass)1 lbm = 0.4536 kg

The calculator handles these conversions automatically. Select your preferred unit system, and all inputs and outputs will use consistent units.

Educational Use Notice

This calculator is designed for physics coursework, homework verification, and conceptual exploration. It uses idealized constant-friction and constant-force models. Real engineering applications—motor sizing, structural design, vehicle dynamics—require additional factors (efficiency losses, dynamic loads, safety margins) that this tool does not model. For professional applications, consult engineering standards and qualified engineers.

Sources & References

  • Halliday, Resnick & Walker (2018). Fundamentals of Physics, 11th ed. Wiley. Chapters 7–8: Work, Energy, and Power.
  • Serway & Jewett (2018). Physics for Scientists and Engineers, 10th ed. Cengage. Chapter 7: Energy of a System.
  • NIST SI Units Reference — Standard definitions: physics.nist.gov/cuu/Units
  • Engineering Toolbox — Friction coefficients reference: engineeringtoolbox.com

Solving Common Force-Work-Power Mistakes

Real questions from students stuck on angle factors, unit conversions, and motor sizing.

I applied 100 N of force but the calculator says I did zero work—why?

Check your angle. Work equals Fd cos θ, and cos(90°) = 0. If your force is perpendicular to the motion—like the normal force on a sliding block, or holding a heavy suitcase while walking—no work is done because the force isn't moving the object in the direction of the force. You can push on a wall all day and do zero physics work because the wall doesn't move.

What's the difference between the two power formulas P = W/t and P = Fv?

They're mathematically identical but suited for different situations. Use P = W/t when you know total work and total time (like lifting a load a certain height over some seconds). Use P = Fv when you know instantaneous force and velocity (like a car engine producing thrust at highway speed). Since W = Fd and d = vt, both formulas reduce to the same thing.

My motor calculation seems too small—did I forget something?

Probably friction or the incline angle. For an inclined conveyor, you need force to overcome both gravity (mg sin θ) AND friction (μ mg cos θ). Forgetting friction can underestimate required power by 20-50%. Also check your efficiency—real motors are 70-90% efficient, so the electrical input power is higher than mechanical output power.

How do I solve for the angle if I know work, force, and distance?

Rearrange W = Fd cos θ to get cos θ = W/(Fd), then take the inverse cosine: θ = arccos(W/(Fd)). If your calculator gives radians, multiply by 180/π to convert to degrees. Watch the domain: arccos only works for values between -1 and +1. If W/(Fd) is outside that range, something's wrong with your inputs.

Why is 1 horsepower not exactly 746 watts in some references?

There are actually three different 'horsepowers': mechanical/imperial hp = 745.7 W, metric horsepower (PS, CV) = 735.5 W, and electrical hp = 746 W exactly. Car engines in the US use mechanical hp; European car specs often use PS (metric). The differences are small (~1.4%) but matter for precise conversions. When in doubt, use 746 W/hp as a round number.

What friction coefficient should I use if my problem doesn't specify one?

Common ballpark values: rubber on concrete ~0.7, steel on steel (dry) ~0.5, wood on wood ~0.4, steel on steel (oiled) ~0.1, ice ~0.03. For physics homework without a given μ, the problem might want you to assume frictionless (μ = 0) or to solve symbolically. For engineering estimates, use conservative (higher) values to ensure adequate motor sizing.

Can I use W = Fd for a spring, or do I need calculus?

You need calculus (or the derived formula). Spring force varies as F = kx, so using W = Fd with the final force overestimates work. The correct formula is W = ½kx² for compressing from 0 to x. If you don't have calculus, use this derived result. The calculator handles variable-force integration automatically when you select that mode.

What's the minimum motor size I need to lift 500 kg at 2 m/s?

Calculate power: P = Fv = (mg)(v) = (500)(9.8)(2) = 9,800 W ≈ 13 hp. But this is theoretical minimum—you need to add margins: efficiency losses (motor ~85% efficient → need ~11,500 W input), startup torque (motors need extra power to accelerate loads), and safety factor (typically 1.25–1.5×). Specify at least a 15–20 hp motor for this application.

Why does negative work mean energy is removed from the system?

Work is positive when force and motion are in the same direction (you add energy). Work is negative when force opposes motion (you remove energy). Friction always does negative work because it opposes the direction of sliding. When you catch a ball, your hands do negative work—removing kinetic energy from the ball and stopping it.

How do I handle a problem where force varies along the path?

Use integration: W = ∫F(x)dx. If you have discrete data points (measured force at several positions), use trapezoidal approximation: sum [(F_i + F_{i+1})/2 × Δx] for each segment. The calculator's variable-force mode does this automatically—enter your (position, force) data pairs and it computes total work.

References & Further Reading

Learn more about force, work, and power from these authoritative physics resources:

Disclaimer: This calculator provides educational estimates based on classical mechanics principles. For professional engineering applications, consult qualified engineers and refer to relevant industry standards.

Related Physics Calculators

Work & Power Calculator - Variable Force + Friction