Games & Sports

Cycling Power Calculator

Estimate watts from speed (flat road, approximate). Free online Cycling Power Calculator. Calculate cycling power online — fast, accurate, mobile-friendly, no s

Power (W)
160.304167

Derivation

  1. ├── 01Givenspeed = 30, weight = 80
  2. ├── 02Formula{let t=e.speed,a=e.weight;return.2205 × (t / 3.6)^(3)+.005 × a × 9.81 × (t / 3.6)}
  3. ├── 03Substitute{let t=e.30,a=e.80;return.2205 × (t / 3.6)^(3)+.005 × a × 9.81 × (t / 3.6)}
  4. └── 04Compute Power (W)160.304167
Did you know?

Exponent notation aⁿ was coined by Descartes in 1637 — three centuries after Indian and Arab mathematicians worked with the concept in words.

§01What is

Understanding the Cycling Power Calculator

The Cycling Power Calculator computes Power (W) from 2 inputs: speed (km/h), rider+bike (kg). Estimate watts from speed (flat road, approximate).

Games and puzzles mix math with pattern-spotting. Whether it’s a lottery combination, a dice probability, or a game-theory decision, the numbers behind the fun are worth running properly. The Cycling Power Calculator sits in that toolkit — it estimate watts from speed (flat road, approximate). Enter your numbers above and the result updates instantly; every step of the math is shown in the Derivation panel so you can see exactly how the answer was reached.

§02The Formula

How it’s calculated

{let t=e.speed,a=e.weight;return.2205 × (t / 3.6)^(3)+.005 × a × 9.81 × (t / 3.6)}

Where

speed
Speed (km/h)
weight
Rider+bike (kg)
§03Practical Example

Step-by-step walkthrough

Scenario

Apply the formula to a realistic set of inputs: Speed (km/h) = 30, Rider+bike (kg) = 80.

  1. 01Start by noting the input — Speed (km/h): 30.
  2. 02Start by noting the input — Rider+bike (kg): 80.
  3. 03Substitute these values into the formula: {let t=e.speed,a=e.weight;return.2205 × (t / 3.6)^(3)+.005 × a × 9.81 × (t / 3.6)}
  4. 04Compute Power (W): the calculator returns 160.304.
  5. 05Cross-check the answer by opening the Derivation panel above — every line of math is shown so you can follow the computation end-to-end.
§04Variants

Common Cycling Power Problems

The formula gets rearranged depending on which variable you need. Here are the patterns you’ll run into in the real world — find the one that matches your problem and follow the worked steps.

01 · PATTERN

Speed (km/h) halved

speed = 15 (from 30)

Keep every other input at its default and halve the speed (km/h). See how power (w) responds.

  1. 01New Speed (km/h): 15
  2. 02Baseline Power (W): 160.304
  3. 03New Power (W): 32.3005
  4. 04Power (W) decreases by 79.9% → use this sensitivity to plan for real-world variation.
02 · PATTERN

Speed (km/h) doubled

speed = 60 (from 30)

Keep every other input at its default and double the speed (km/h). See how power (w) responds.

  1. 01New Speed (km/h): 60
  2. 02Baseline Power (W): 160.304
  3. 03New Power (W): 1086.23
  4. 04Power (W) increases by 577.6% → use this sensitivity to plan for real-world variation.
03 · PATTERN

Rider+bike (kg) halved

weight = 40 (from 80)

Keep every other input at its default and halve the rider+bike (kg). See how power (w) responds.

  1. 01New Rider+bike (kg): 40
  2. 02Baseline Power (W): 160.304
  3. 03New Power (W): 143.954
  4. 04Power (W) decreases by 10.2% → use this sensitivity to plan for real-world variation.
04 · PATTERN

Rider+bike (kg) doubled

weight = 160 (from 80)

Keep every other input at its default and double the rider+bike (kg). See how power (w) responds.

  1. 01New Rider+bike (kg): 160
  2. 02Baseline Power (W): 160.304
  3. 03New Power (W): 193.004
  4. 04Power (W) increases by 20.4% → use this sensitivity to plan for real-world variation.
§05FAQ

Frequently asked questions

Yes. The calculator implements the standard formula as documented and returns exact floating-point results. No approximations are used unless noted in the formula.
Your feedback

How useful was this calculator?

Your ratings stay in your browser — they help us learn which tools people actually rely on.

Rate it
Was this helpful?