W = F·d·cosθ and P = W/t — solve work, power or force, with angle, P = F·v and HP ⇄ W — browser-only
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
Result
Formula steps
- W = F·d·cosθ
- W = 10 N × 5 m × cos(0°)
- W = 10 × 5 × 1
- W = 50 J
What this tool does
Free work and power calculator for physics homework, lab reports and mechanical engineering. Work is W = F·d·cosθ, where the angle θ between the force and the direction of motion decides how much of the force actually does work. Power is P = W/t, the rate at which that work is delivered, and for a steady push it is also P = F·v. Pick a module: enter force, distance and angle to get the work in joules; enter work and time to get power in watts; or reverse-solve the force from a known amount of work. The tool shows every formula step, flags negative work when the angle is over 90° (friction, braking), and converts the power into horsepower so a motor spec quoted in HP lines up with the watts. Units are the SI set N, m, J, s and W. One click copies the result and steps, and the share link reproduces your exact numbers. 100% client-side, nothing is uploaded.
Tool details
- Input
- Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Copy
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- Shareable URL state
- Key settings are encoded in the URL so another person can reopen the same setup.
- Performance budget
- Initial JS <= 9 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Work and Power Calculator fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 2 Scientific Calculator Scientific calculator — sin / cos / log / sqrt / power, with full keyboard input + history, deg/rad mode. Open
- 3 Kinetic Energy Calculator KE = ½mv², solve for energy, mass or speed, with formula steps and momentum, all in your browser Open
Real-world use cases
Check a physics homework answer with the steps shown
The problem says a 25 N force drags a crate 8 m at 35° above the floor — find the work. Type force, distance and angle in, read W = 25 × 8 × cos(35°) ≈ 163.8 J, and follow the four formula lines so you can write the same working on paper. When the textbook answer differs, the visible steps show exactly where a dropped cosθ or a degree-versus-radian slip crept in.
Find the power rating a motor needs
A conveyor must do 4500 J of lifting work every 9 seconds. Switch to power mode, enter the work and the time, and read P = 500 W. The HP line shows about 0.67 HP, so when you shop for a motor quoted in horsepower you already know the size you need rather than converting in your head at the supplier.
Size a winch or engine from force and speed
You know a winch must pull 1200 N of cable at a steady 0.4 m/s but you never computed the work or timed anything. Enter the force and the velocity and P = F·v gives 480 W directly. This is the fast path for steady-state jobs — towing, hauling, climbing — where speed is the quantity you actually measured.
Show students why negative work is real
Set the angle to 120° and the tool returns negative work with a note that the force is opposing the motion. Project it in class to make the friction-and-braking case concrete: at 180° the same force removes the full F·d of energy. Share the URL and every student reopens the exact example without retyping the numbers.
Reverse-solve an unknown force from measured work
A lab logged 240 J of work moving a cart 6 m, and you need the average force along the track. Pick force mode, enter the work, the distance and the 0° angle, and read F = 40 N. It is the inverse of W = F·d·cosθ solved for you, with the division step shown so the lab write-up has the full derivation.
Common pitfalls
Forgetting the cosθ term and treating every force as if it were aligned with the motion. A 50 N pull at 60° does only half the work of the same pull at 0°. If your answer is too high, check whether you dropped the angle and computed plain F·d instead of F·d·cosθ.
Confusing work and power, or joules and watts. Work is the total energy transferred (joules); power is how fast it is transferred (watts = joules per second). Two machines can do the same 1000 J of work, but the one that finishes in half the time has twice the power. Always note whether the question asks for energy or rate.
Entering the angle in radians when the field expects degrees. A force at 1.05 radians is the same as 60°, but typing 1.05 into a degrees field gives cos(1.05°) ≈ 0.9998, almost no reduction, and a badly wrong answer. This tool takes degrees; convert with degrees = radians × 180 / π first.
Privacy
Every calculation — the work formula, the power division, the P = F·v shortcut and the horsepower conversion — is plain JavaScript that runs in your browser tab. No force, distance, time or result ever leaves the page, and nothing you type is logged. The one caveat: the shareable URL encodes your inputs in the query string, so a share link pasted into chat records those numbers in the recipient server's access log. For a confidential figure, use the copy button and paste the text instead of sharing the URL.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser
- Angle Converter Degrees, radians, gradians, turns, arcminutes, arcseconds and NATO mils, all from one input, copyable, browser-only