# Three-Phase Induction Motor Slip Calculator

Compute three-phase induction motor slip: synchronous speed n_s = 60·f/p and slip s = (n_s − n)/n_s. Supports slip-from-speed and speed-from-slip modes; automatically flags generator mode (s < 0).

> Canonical page: https://elysiatools.com/en/tools/motor-slip-calculator

- **Category:** Math & Numbers

- **Keywords:** induction motor, slip, synchronous speed, rotor speed, three-phase, asynchronous motor, pole pairs, motor speed, electrical engineering

## Overview

The Three-Phase Induction Motor Slip Calculator computes synchronous speed, rotor speed, and slip for asynchronous motors. By inputting the supply frequency, number of pole pairs, and either the measured rotor speed or the slip fraction, you can quickly analyze motor performance and automatically identify generator operating modes.

## Inputs

- **Solve Mode** (select)
- **Frequency f (Hz)** (number): Supply frequency in Hz (50 Hz or 60 Hz are most common).
- **Pole Pairs p** (number): Number of POLE PAIRS p (not total poles). A 4-pole motor has p=2; a 6-pole motor has p=3.
- **Rotor Speed n (rpm)** (number): Required for Slip-from-speed mode. Enter the measured rotor speed in rpm.
- **Slip s (0–1)** (number): Required for Speed-from-slip mode. Enter slip as a fraction (0.04 means 4%).
- **Decimal Places** (number)

## When to use

- When analyzing three-phase induction motor performance using nameplate parameters and measured rotor speed.
- When calculating the expected rotor speed of an asynchronous motor based on a target slip percentage.
- When verifying if an induction machine is operating in motor mode or generator mode under specific load conditions.

## How it works

- Select the solve mode to calculate either slip from rotor speed or rotor speed from slip.
- Enter the electrical supply frequency in Hz and the number of pole pairs (for example, enter 2 for a 4-pole motor).
- Input the measured rotor speed in rpm or the slip value as a decimal fraction, then specify the desired decimal precision.
- The calculator computes the synchronous speed using the formula n_s = 60·f/p and solves for the missing variable, flagging generator mode if the slip is negative.

## Use cases

- Determining the slip of a 4-pole, 50 Hz motor operating at a measured speed of 1440 rpm.
- Calculating the expected shaft speed of a 6-pole, 60 Hz motor with a rated slip of 5%.
- Identifying regenerative braking or generator operation when a motor is driven above its synchronous speed.

## Frequently asked questions

### What is the difference between poles and pole pairs?

Pole pairs (p) represent half the total number of magnetic poles. A 4-pole motor has 2 pole pairs, and a 6-pole motor has 3 pole pairs.

### How does the calculator determine if the motor is in generator mode?

If the measured rotor speed is higher than the synchronous speed, the calculated slip becomes negative (s < 0), indicating generator operation.

### What unit should I use for the slip input?

Slip must be entered as a decimal fraction between 0 and 1. For example, enter 0.04 to represent a 4% slip.

### Can this calculator be used for single-phase induction motors?

Yes, the synchronous speed and slip formulas apply to single-phase induction motors as well.

### What are typical slip values for standard induction motors?

Standard full-load slip values typically range from 0.01 (1%) for large motors to 0.05 (5%) or more for smaller motors.

## Related tools

- [Truth Table Generator](https://elysiatools.com/en/tools/truth-table-generator): Complete truth table (≤ 6 variables, 64 rows) with alphabetical variable order, per-row function values, and canonical Σm/ΠM forms.
- [Angular Velocity Converter (rad/s / rpm / deg/s / Hz)](https://elysiatools.com/en/tools/angular-velocity-converter): Convert angular velocity (angular speed) between radian per second (rad/s, SI base), revolutions per minute (rpm = 2π/60 rad/s), degrees per second (deg/s = π/180 rad/s), and hertz (Hz, used as revolution per second = 2π rad/s). Converts via rad/s to the target unit and lists all four equivalents. Note: 1 Hz in angular-frequency context means one full revolution per second, so 1 Hz = 2π rad/s ≈ 6.283185307 rad/s. Reference: vinyl LP 33⅓ rpm ≈ 3.49 rad/s, car engine idle ~800 rpm ≈ 83.8 rad/s.
- [Cam Follower Displacement Calculator](https://elysiatools.com/en/tools/cam-follower-displacement): Calculate the follower displacement, velocity coefficient, acceleration coefficient and pressure angle during the cam rise phase. Supports constant-velocity, constant-acceleration, harmonic (SHM) and cycloidal motion laws.
- [Duct Size Calculator (Flow Rate × Velocity)](https://elysiatools.com/en/tools/duct-size-calculator): Size a duct cross-section from the air flow rate Q and the design mean velocity v: area A = Q/v. Circular duct diameter D = √(4A/π). Rectangular duct with aspect ratio r = a/b gives b = √(A/r) and a = r·b, plus the ASHRAE equivalent diameter D_eq = 1.30·(a·b)^0.625/(a+b)^0.25. Flow rate in m³/s/m³/h/CFM, velocity in m/s; dimensions reported in mm and inches.
- [Fatigue Limit Calculator (Goodman / Gerber / Soderberg)](https://elysiatools.com/en/tools/fatigue-limit-calculator): Mean-stress fatigue correction under cyclic loading. Given stress amplitude σ_a, mean stress σ_m, and material σ_uts / σ_-1 (endurance limit) / σ_y, compute safety factors from three classical criteria: Modified Goodman (linear, conservative), Gerber (parabolic, better for ductile metals), and Soderberg (uses σ_y, most conservative). Reports the governing (smallest) value and whether the operating point lies inside the Goodman line.
- [Half-Life Calculator](https://elysiatools.com/en/tools/half-life-calculator): Exponential decay for radioactive isotopes and drugs: remaining amount, derived half-life, time to target, or steady-state accumulation. Uses N(t) = N0·e^(-λt).
- [Heat Exchanger LMTD Calculator (Log Mean Temperature Difference)](https://elysiatools.com/en/tools/heat-exchanger-lmtd): Compute the Log Mean Temperature Difference (LMTD) of a heat exchanger for parallel or counter flow. Parallel flow: ΔT₁ = T_h,in - T_c,in and ΔT₂ = T_h,out - T_c,out; counter flow: ΔT₁ = T_h,in - T_c,out and ΔT₂ = T_h,out - T_c,in. LMTD = (ΔT₁ - ΔT₂)/ln(ΔT₁/ΔT₂), or ΔT₁ when ΔT₁ = ΔT₂. A non-positive terminal difference (temperature cross) is physically impossible and is rejected. Optionally, with the overall heat transfer coefficient U (W/(m²·K)) and the heat transfer area A (m²), the heat transfer rate Q = U·A·LMTD (W) is returned. Temperatures are used only as differences: Δ°C = ΔK and Δ°F ×5/9 = ΔK; the LMTD is reported in K.
- [Minor (Local) Head Loss Calculator (h = K·v²/2g)](https://elysiatools.com/en/tools/minor-loss-calculator): Compute the minor (local) head loss and pressure drop for pipe fittings, valves and bends: h_m = K·v²/(2g), ΔP_m = K·ρ·v²/2. Ships typical K values for 14 common components (gate/globe/check/angle/ball valves, 90°/45° elbows, tees, sudden contraction/expansion, sharp entrance/exit); choose a preset or supply a custom K. Supports n identical fittings in series. Returns head loss (m, ft) and pressure drop (Pa, kPa, bar). Density in kg/m³, g/cm³ or lb/ft³.

## 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
- [Three.js Samples](https://elysiatools.com/en/samples/threejs): Three.js 3D graphics library examples including scenes, meshes, lighting, materials, animations, and interactive 3D content
- [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
