# Shaft Critical Speed Calculator

Calculate the critical (resonance) speed of a rotating shaft using the single-DOF rotor model. ω_n = √(k/m), n_cr = (60/2π)·√(k/m) rpm. Also returns the natural frequency f_n in Hz.

> Canonical page: https://elysiatools.com/en/tools/shaft-critical-speed

- **Category:** Math & Numbers

- **Keywords:** critical speed, resonance speed, shaft, rotor dynamics, natural frequency, whirling, n_cr, mechanical engineering

## Overview

The Shaft Critical Speed Calculator helps mechanical engineers and rotor dynamics specialists determine the critical (resonance) speed of a rotating shaft using a single-degree-of-freedom (single-DOF) rotor model. By entering the shaft stiffness (k) and rotor mass (m), you can instantly calculate the angular frequency (ω_n), natural frequency (f_n), and critical whirling speed (n_cr) in RPM to prevent destructive mechanical resonance.

## Inputs

- **Stiffness k (N/m)** (number): e.g. 200000
- **Mass m (kg)** (number): e.g. 5
- **Decimal Places** (number)

## When to use

- When designing rotating machinery, such as turbines, pumps, or drive shafts, to ensure operating speeds do not match the shaft's natural frequency.
- During rotor dynamics analysis to identify the whirling threshold and avoid destructive resonance.
- When troubleshooting vibration issues in existing industrial rotating equipment by verifying the system's stiffness-to-mass ratio.

## How it works

- Enter the equivalent stiffness (k) of the shaft in Newtons per meter (N/m).
- Input the concentrated mass (m) of the rotor or disc in kilograms (kg).
- Adjust the decimal places for precision and click calculate to compute the angular frequency, natural frequency, and critical speed in RPM.

## Use cases

- Designing industrial electric motor shafts to operate safely below or above the first critical whirling speed.
- Verifying the structural safety of centrifugal pump shafts under varying rotor mass configurations.
- Teaching mechanical engineering students the fundamentals of rotor dynamics and single-DOF vibration models.

## Frequently asked questions

### What is critical speed in a rotating shaft?

Critical speed is the rotational speed at which a shaft becomes unstable and begins to vibrate violently (whirl) due to resonance with its natural frequency.

### What formula does this calculator use?

It uses the single-DOF rotor model where angular frequency is ω_n = √(k/m) rad/s, natural frequency is f_n = ω_n / 2π Hz, and critical speed is n_cr = (60/2π)·ω_n RPM.

### Can I calculate multiple critical speeds for multi-mass systems?

No, this calculator uses a single-degree-of-freedom model, which calculates the primary (first) critical speed for a single concentrated mass.

### What units should I use for stiffness and mass?

Use Newtons per meter (N/m) for stiffness (k) and kilograms (kg) for mass (m).

### How do I prevent a shaft from operating at critical speed?

You can change the operating speed, increase shaft stiffness (e.g., by increasing diameter or shortening span), or reduce the rotor mass.

## Related tools

- [Linear Programming Simplex Solver (Two-Phase)](https://elysiatools.com/en/tools/linear-programming-simplex): Two-phase simplex for 2–6 variables and 1–8 ≤/≥/= constraints: Bland's rule, per-iteration pivot log, optimal/unbounded/infeasible status, and substitution checks.
- [Scientific Notation Calculator](https://elysiatools.com/en/tools/scientific-notation-calculator): Add, subtract, multiply, and divide values written in scientific notation, then return standard, scientific, and engineering forms
- [Transportation Problem Solver (Min-Cost Flow)](https://elysiatools.com/en/tools/transportation-problem): Balanced transportation problems as min-cost flow: successive shortest paths, MODI duals, reduced-cost optimality certificate, and full shipping plan.
- [Spring Rate Calculator](https://elysiatools.com/en/tools/spring-rate-calculator): Calculate the stiffness (spring rate) of a cylindrical helical compression/extension spring. k = G·d⁴ / (8·D³·n) in N/mm. Includes shear-modulus presets for common spring materials.
- [Young's Modulus Calculator](https://elysiatools.com/en/tools/youngs-modulus-calculator): Solve Young's modulus (modulus of elasticity) in the linear-elastic region using E = σ/ε (Hooke's law). Three directions: modulus E = σ/ε, stress σ = E·ε, strain ε = σ/E. Pick the unknown, supply the other two positive values. Result in MPa with a GPa reading (e.g. steel ≈ 200 000 MPa).
- [Primitive Root Finder](https://elysiatools.com/en/tools/primitive-root-finder): Smallest primitive root mod n with certificate g^(φ/q) ≠ 1, root count φ(φ(n)), up to 50 listed roots, and candidate verification. n ≤ 10¹².
- [Quadratic Residue Checker (Legendre / Jacobi Symbol)](https://elysiatools.com/en/tools/quadratic-residue-checker): Jacobi/Legendre symbol with deterministic Miller–Rabin primality, Tonelli–Shanks square roots for prime moduli, and brute-force resolution for small composite moduli.
- [Scientific Calculator](https://elysiatools.com/en/tools/scientific-calculator): Advanced scientific calculator with support for complex mathematical functions and expressions

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
