Power-to-Weight Ratio: definition, units, and proper use
Power-to-weight ratio (P/W) quantifies the available power per unit mass. It is widely used for vehicles, aircraft, and machinery to compare expected acceleration and performance. This calculator accepts power in W, kW, or hp and mass in kg, lb, or tonnes, then reports P/W in W/kg, kW/kg, hp/kg, and hp/tonne.
What the calculator computes
- W/kg = power (W) divided by mass (kg)
- kW/kg = W/kg divided by 1000
- hp/kg = power (hp) divided by mass (kg)
- hp/tonne = hp/kg multiplied by 1000
Unit conversions used (exact as coded): 1 hp = 745.699872 W; 1 lb = 0.45359237 kg; 1 tonne = 1000 kg.
Variables and symbols
- P: power input (W, kW, or hp)
- m: mass (kg, lb, or tonne)
- P_W: power converted to watts (W)
- m_kg: mass converted to kilograms (kg)
Governing equations
- P_W = P if W; P_W = 1000·P if kW; P_W = 745.699872·P if hp
- m_kg = m if kg; m_kg = 0.45359237·m if lb; m_kg = 1000·m if tonne
- W/kg = P_W / m_kg
- kW/kg = (P_W / m_kg) / 1000
- hp/kg = (P_W / 745.699872) / m_kg
- hp/tonne = 1000 · hp/kg
Assumptions: mass is positive and represents the operating mass (e.g., curb weight + driver/fuel if you wish to reflect real use). Power is brake power (engine or motor output) on the same basis for comparisons. The ratio itself is a kinematic indicator; it does not include drivetrain losses, traction limits, or aerodynamics.
Method and quick checks
- Convert power to watts and mass to kilograms.
- Divide to get W/kg; scale to kW/kg, hp/kg, and hp/tonne.
- Dimensional check: [Power]/[Mass] = W/kg. Consistency holds across all reported units by defined constants.
Sanity ranges (typical): economy cars ~60–100 W/kg; performance cars ~120–250 W/kg; superbikes ~300–800 W/kg; turboprop/jet aircraft often higher when normalized by operational mass, but note mission-dependent fuel mass.
Worked examples
Example A (from spec): P = 150 kW, m = 1200 kg.
- P_W = 150 × 1000 = 150000 W
- m_kg = 1200 kg
- W/kg = 150000/1200 = 125 W/kg
- kW/kg = 0.125
- hp/kg = (150000/745.699872)/1200 ≈ 0.1677
- hp/tonne ≈ 167.7
Example B (from spec): P = 200 hp, m = 3000 lb.
- P_W = 200 × 745.699872 = 149139.9744 W
- m_kg = 3000 × 0.45359237 = 1360.77711 kg
- W/kg ≈ 149139.9744/1360.77711 ≈ 200 W/kg
- kW/kg ≈ 0.2
- hp/kg ≈ (149139.9744/745.699872)/1360.77711 ≈ 0.2689
- hp/tonne ≈ 268.9
Good practice and pitfalls
- Keep units consistent. Convert lb to kg and hp to W before dividing.
- Mass should reflect the scenario: curb vs. gross vs. race-ready masses change P/W significantly.
- Brake vs. wheel power: drivetrain losses (~10–20% for many vehicles) are not included unless you input wheel power.
- Do not overinterpret: P/W is not a direct predictor of top speed or 0–60 without aerodynamics, gearing, traction, and power curve.
Diagnostics
- Non-physical inputs: mass ≤ 0 → undefined. The calculator will prompt for valid mass.
- Zero power: returns 0 for all ratios (physically no acceleration from power).
- Extremely large/small numbers: results scale linearly; check for misplaced unit prefixes (kW vs W).
References (standard constants): NIST values for pound and horsepower conversions are used as shown above. Default constants: g = 9.80665 m/s^2 is not used here because the tool treats weight as mass; select units accordingly.
Note: Educational guidance only; not a substitute for professional engineering review.