The mechanical power formula calculates the exact rate at which physical work is performed over time. In linear systems, it is expressed as P = F × v (Force multiplied by velocity). In rotational systems, it is expressed as P = τ × ω (Torque multiplied by angular velocity). Sizing a motor, selecting a gearbox, or calculating battery drain for a robotic actuator requires converting physical loads into these exact wattage figures before applying electrical efficiency losses.
The Core Mechanical Power Formula and Symbol Definitions
Power is fundamentally the time derivative of work ($P = \frac{dW}{dt}$). Because work is force applied over a distance ($W = F \times d$), substituting distance over time yields velocity. This gives us the two primary operating equations used in electromechanical design.
| Symbol | Quantity | Strict SI Unit | Common Imperial Equivalent |
|---|---|---|---|
| P | Mechanical Power | Watts (W) or Joules/second | Horsepower (1 HP ≈ 746 W) |
| W | Work / Energy | Joules (J) | Foot-pounds (ft·lb) |
| t | Time | Seconds (s) | Seconds (s) |
| F | Linear Force | Newtons (N) | Pounds-force (lbf) |
| v | Linear Velocity | Meters per second (m/s) | Feet per second (ft/s) |
| τ | Torque | Newton-meters (N·m) | Pound-inches (lb·in) |
| ω | Angular Velocity | Radians per second (rad/s) | Radians per second (rad/s) |
Rearranged Forms for Missing Variables
When reverse-engineering a system—such as determining the maximum speed a 500W motor can push a 100N load—you need the algebraic rearrangements of the base formulas. Here are the isolated variables for both linear and rotational domains:
- Solving for Force: $F = \frac{P}{v}$
- Solving for Velocity: $v = \frac{P}{F}$
- Solving for Torque: $τ = \frac{P}{ω}$
- Solving for Angular Velocity: $ω = \frac{P}{τ}$
- Solving for Time (General): $t = \frac{W}{P}$
Worked Examples with Strict Unit Tracking
Abstract formulas fail on the workbench without rigorous unit tracking. Below are two real-world sizing problems demonstrating the intermediate math required to avoid catastrophic motor undersizing.
Example 1: Linear Conveyor Belt (Friction Load)
Scenario: You are building a 3D printer filament conveyor. The moving carriage and filament spool have a combined mass ($m$) of 12 kg. The linear rails have a coefficient of kinetic friction ($μ_k$) of 0.15. You need the carriage to move at a constant velocity ($v$) of 0.8 m/s. What is the required mechanical power?
- Convert mass to Force (Newtons): The formula requires Force, not mass. Calculate the normal force using gravity ($g = 9.81 \text{ m/s}^2$).
$F_{normal} = m \times g = 12 \text{ kg} \times 9.81 \text{ m/s}^2 = 117.72 \text{ N}$ - Calculate Friction Force: Multiply the normal force by the friction coefficient.
$F_{friction} = μ_k \times F_{normal} = 0.15 \times 117.72 \text{ N} = 17.658 \text{ N}$ - Apply the Linear Power Formula:
$P = F \times v = 17.658 \text{ N} \times 0.8 \text{ m/s}$ - Final Calculation:
$P = 14.1264 \text{ W}$
Result: The steady-state mechanical power requirement is 14.13 Watts. (Note: This ignores acceleration; see the assumptions section below).
Example 2: Rotational Lead Screw Actuator
Scenario: A CNC Z-axis uses a stepper motor to drive a lead screw. The motor datasheet specifies a holding torque of 1.2 N·m, but your cutting forces require a continuous running torque ($τ$) of 0.65 N·m at a spindle speed ($N$) of 600 RPM. Calculate the mechanical power output.
- Convert RPM to Angular Velocity (rad/s):
$ω = N \times \frac{2\pi}{60} = 600 \times \frac{6.2832}{60} = 62.832 \text{ rad/s}$ - Apply the Rotational Power Formula:
$P = τ \times ω = 0.65 \text{ N·m} \times 62.832 \text{ rad/s}$ - Final Calculation:
$P = 40.84 \text{ W}$
Result: The mechanical power delivered to the lead screw is 40.84 Watts.
Assumptions, Boundaries, and Unit Mistakes That Break the Math
The mechanical power formula calculates steady-state output. It assumes the load is already moving at the target velocity. If you use this raw number to buy a motor without accounting for the following boundaries, your system will stall or overheat.
The Three Fatal Unit Mistakes
- Using RPM instead of rad/s: As shown in Example 2, failing to multiply by $\frac{2\pi}{60}$ yields a number that is 9.55 times too high. You will buy a motor that is massively oversized and wastes energy.
- Confusing kg with Newtons: Kilograms measure mass; Newtons measure force. Plugging '50' into the force variable for a 50kg load instead of '490.5' (50 × 9.81) will result in a motor that is 9.8 times too weak. It will not move.
- Mixing Torque units: Motor datasheets often list torque in oz-in or kg-cm. You must convert these to N·m before multiplying by rad/s. (1 kg-cm = 0.0980665 N·m).
The Missing Variables: Inertia and Efficiency
The formula $P = F \times v$ assumes $a = 0$ (zero acceleration). To accelerate a load, you must add inertial power: $P_{total} = (F_{friction} + m \times a) \times v$. Furthermore, mechanical power is what the load demands. The electrical power your power supply must provide is $P_{electrical} = \frac{P_{mechanical}}{\eta}$, where $\eta$ is the combined efficiency of the motor and gearbox (typically 0.70 to 0.90 for brushed/brushless systems, and as low as 0.50 for worm gears).
Decision Path: Sizing a Motor for Your Mechanical Load
Once you have calculated your steady-state mechanical power (and added a 20% safety factor for acceleration and friction degradation), use this decision tree to select the exact motor topology and frame size. Do not guess; follow the wattage bracket.
| Calculated Mechanical Power (with 20% margin) | Required Topology | Concrete Default Pick (2026 Market) | Typical Voltage / Drive |
|---|---|---|---|
| < 15 W | Micro Stepper or Coreless DC | NEMA 14 Stepper (e.g., StepperOnline 14HS20) | 12V / 24V, TMC2209 Driver |
| 15 W to 75 W | Standard Stepper | NEMA 17 Stepper (e.g., LDO-42STH47-2504AH) | 24V, TMC5160 Driver |
| 75 W to 250 W | High-Torque Stepper or Small BLDC | NEMA 23 Closed-Loop Stepper (e.g., OMC 23HS32) | 48V, Integrated CL Driver |
| 250 W to 750 W (1 HP) | Brushless DC (BLDC) or Servo | 400W BLDC Hub Motor or Mige 750W AC Servo | 48V DC / 220V AC 1-Phase |
| > 750 W (1 HP+) | 3-Phase AC Induction (TEFC) | WEG W22 Premium Efficiency (e.g., 1.5 HP 4-Pole) | 230/460V 3-Phase, VFD |
Realistic Magnitudes: Sanity-Checking Your Answer
When you finish your calculation, compare your result against known physical benchmarks. If your math says a handheld DIY router requires 4,000 Watts of mechanical power, you have made a unit conversion error. Use this reference table to verify your order of magnitude.
| Device / Mechanism | Typical Mechanical Power Output | Context / Notes |
|---|---|---|
| PC Cooling Fan (120mm) | 1.5 W to 3 W | Moving low-pressure air; highly dependent on static pressure. |
| Standard Cordless Drill | 150 W to 300 W | Measured at the chuck under heavy load, not the battery input. |
| 10-inch Table Saw | 1,100 W to 1,500 W (1.5 - 2 HP) | Continuous mechanical output required for ripping hardwood. |
| E-Bike Hub Motor | 250 W (EU Legal) / 750 W (US Class 3) | Continuous rating; peak power can be 2x higher for 10 seconds. |
| Tesla Model 3 Rear Motor | ~210,000 W (282 HP) | Peak mechanical output at the rotor; limited by thermal mass. |
For deeper reading on electromechanical conversions and standardizing your torque measurements, refer to the Engineering Toolbox power dynamics charts and the foundational physics definitions maintained by Georgia State University's HyperPhysics. When scaling up to industrial 3-phase motors, always cross-reference your mechanical power requirements with the NEMA MG 1 standards for frame sizing and thermal limits.






