Calculateus

Rotational Kinetic Energy Calculator

Calculate the kinetic energy of a spinning object from its moment of inertia and angular velocity.

Result

Rotational Kinetic Energy
25 J

About the Rotational KE Calculator

This calculator finds the kinetic energy stored in a spinning object from its moment of inertia and angular velocity. It is useful for anyone analyzing rotating machinery, flywheels, turbines, or textbook rotational dynamics problems, where the linear kinetic energy formula does not apply directly. Because rotational kinetic energy follows the same mathematical shape as linear kinetic energy, with moment of inertia and angular velocity substituted for mass and velocity, the calculator makes that substitution immediate.

How It Works

You supply the moment of inertia in kilogram-meters-squared and the angular velocity in radians per second. The calculator squares the angular velocity, multiplies by the moment of inertia, and takes half of that product to return the rotational kinetic energy in joules. No unit conversions happen internally, so both inputs need to already be in SI units.

KE_rot = 0.5 * I * omega^2 (I in kg*m^2, omega in rad/s, result in joules)

Formula & Methodology

By hand, square the angular velocity first, multiply that by the moment of inertia, then multiply the result by 0.5. If you only know rotational speed in RPM, convert to radians per second first by multiplying RPM by 2*pi/60 before squaring, since the formula requires radians per second, not revolutions per minute.

Examples

Default flywheel check

A body with moment of inertia 2 kg*m^2 spinning at 5 rad/s stores 0.5 * 2 * 5^2 = 25 joules of rotational kinetic energy.

Industrial flywheel at speed

A flywheel with moment of inertia 10 kg*m^2 spinning at 100 rad/s, about 955 RPM, stores 0.5 * 10 * 100^2 = 50,000 joules, showing how strongly stored energy scales with angular velocity.

Advantages

  • Applies the rotational analog of kinetic energy directly, without requiring you to derive it from the linear formula each time.
  • Handles the squaring and halving arithmetic precisely, reducing the chance of an order-of-magnitude slip when omega is large.
  • Works for any rigid body once you already know its moment of inertia, whether from a standard shape formula or a measured value.

Common Mistakes

  • Entering angular velocity in RPM or degrees per second instead of radians per second, which the formula requires.
  • Using a moment of inertia calculated about the wrong axis, since the same object can have very different moment of inertia values depending on the rotation axis chosen.
  • Confusing rotational kinetic energy with torque or angular momentum, which are related but distinct quantities with different units and formulas.

Edge Cases to Watch For

  • The calculator does not validate that the moment of inertia or angular velocity is positive, so a negative moment of inertia, which has no physical meaning, still produces a numeric output rather than an error.
  • If you have RPM instead of rad/s, you must convert before entering the value; the calculator performs no unit conversion on angular velocity.
  • The formula assumes a rigid body rotating about a fixed axis; it does not account for an object that is both translating and rotating, which would need an added translational kinetic energy term.

Common Use Cases

  • Mechanical engineers estimating energy storage in flywheels for regenerative braking or short-term power buffering.
  • Physics students checking rotational dynamics homework against the 0.5*I*omega^2 formula.
  • Hobbyists analyzing spinning components like grinding wheels, turbines, or gyroscopes for stored energy.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

How does rotational kinetic energy compare to linear kinetic energy?

The formulas are directly analogous: linear KE = 1/2 mv2 becomes rotational KE = 1/2 Iω2, with moment of inertia playing the role of mass and angular velocity playing the role of linear velocity. A spinning flywheel stores energy this way, which is why flywheels are used in some regenerative braking and energy storage systems.

Conclusion

Rotational kinetic energy scales with the square of angular velocity, so small increases in spin rate produce disproportionately large increases in stored energy. This calculator applies that relationship directly to whatever moment of inertia and angular velocity you provide.