# Induction Motor Torque-Speed Characteristic (Kloss)

Build the torque-speed curve of a three-phase induction motor using the Kloss equation T/T_max = 2/(s/s_max + s_max/s). Returns rated torque, breakdown (max) torque, starting torque, breakdown slip, and a sampled T-n curve with configurable point count.

> Canonical page: https://elysiatools.com/en/tools/motor-torque-speed

- **Category:** Math & Numbers

- **Keywords:** torque-speed, induction motor, Kloss equation, breakdown torque, starting torque, pull-out slip, T-n curve, motor characteristic, electrical engineering

## Overview

This induction motor torque-speed characteristic calculator allows you to model and analyze the mechanical performance of a three-phase induction motor using the Kloss equation. By entering basic motor nameplate data such as frequency, pole pairs, rated power, and rated speed, the tool computes critical parameters including rated torque, breakdown (maximum) torque, starting torque, and breakdown slip, while generating a detailed, sampled torque-speed (T-n) curve.

## Inputs

- **Frequency f (Hz)** (number): Supply frequency in Hz.
- **Pole Pairs p** (number): Number of POLE PAIRS p (a 4-pole motor has p=2).
- **Power Unit** (select)
- **Rated Power** (number): Rated shaft output power in the selected unit.
- **Rated Speed n_rated (rpm)** (number): Rated rotor speed (must be less than synchronous speed n_s).
- **Max Torque T_max (Nm)** (number): Optional. If provided, overload factor is computed from it; otherwise λ is used.
- **Overload Factor λ (T_max/T_rated)** (number): Used only when T_max is not given. Typical 2.0–3.0.
- **Curve Sample Points** (number): Number of points sampled on the T-n curve (11–41).
- **Decimal Places** (number)

## When to use

- When designing or selecting a three-phase induction motor and you need to estimate its torque-speed curve from nameplate data.
- When analyzing motor startup behavior and verifying if the starting torque is sufficient for a specific load.
- When calculating the breakdown slip and maximum overload capacity of an induction motor under varying frequency or pole configurations.

## How it works

- Enter the supply frequency, number of pole pairs, rated power, and rated rotor speed from the motor's nameplate.
- Specify either the maximum torque directly or provide an overload factor to determine the breakdown torque.
- The tool calculates the synchronous speed, rated slip, rated torque, breakdown slip, and starting torque.
- It applies the Kloss equation to generate a sampled torque-speed curve containing your preferred number of data points.

## Use cases

- Generating torque-speed data points to plot motor characteristics in external engineering reports or simulation software.
- Verifying motor overload margins by comparing rated torque against breakdown torque using the overload factor.
- Estimating the starting torque (at zero speed/slip of 1) to ensure the motor can start under heavy load conditions.

## Frequently asked questions

### What is the Kloss equation used for?

The Kloss equation is an analytical formula used to approximate the torque-speed (or torque-slip) relationship of an induction motor based on its maximum torque and breakdown slip.

### How is the number of pole pairs related to the number of poles?

The pole pairs parameter (p) is half the total number of poles. For example, a standard 4-pole motor has 2 pole pairs.

### What is breakdown slip?

Breakdown slip (or pull-out slip) is the slip value at which the induction motor produces its maximum (breakdown) torque.

### Can I input the maximum torque directly?

Yes, you can enter the maximum torque in Nm. If left blank, the tool will automatically calculate it using the provided overload factor.

### What range of sample points can I generate for the curve?

You can configure the tool to sample between 11 and 41 points along the torque-speed curve.

## Related tools

- [Active Earth Pressure (Rankine)](https://elysiatools.com/en/tools/active-earth-pressure): Calculate the Rankine active earth pressure on a smooth vertical wall backfilled with cohesionless soil. K_a = tan²(45°−φ/2). Optional uniform surcharge q. Returns the base pressure p₀, the total force P, and the resultant height.
- [RLC Admittance Calculator (Y = G + jB)](https://elysiatools.com/en/tools/admittance-calculator): Compute complex admittance Y = 1/Z = G + jB for series or parallel RLC circuits: G = R/|Z|², B = −X/|Z|². Returns conductance, susceptance, magnitude and phase angle. Supports any subset of R/L/C.
- [Bearing Capacity Calculator (Terzaghi)](https://elysiatools.com/en/tools/bearing-capacity-calculator): Calculate the Terzaghi ultimate bearing capacity of a shallow foundation: q_ult = c·Nc·sc + q·Nq·sq + 0.5·γ·B·Nγ·sγ. Computes Nc/Nq/Nγ and shape factors automatically; supports strip, square, and circular footings. Result in kPa.
- [Belt Pulley Speed Ratio Calculator](https://elysiatools.com/en/tools/belt-pulley-speed-ratio): Calculate the ratio, driven speed and belt linear speed of a belt drive. i = d₂/d₁ = n₁/n₂, belt speed v = π·d·n/60. Supports mm/cm/m/inch diameter units.
- [Bending Stress Calculator](https://elysiatools.com/en/tools/bending-stress-calculator): Calculate the maximum bending (flexural) stress σ_max = M·c/I = M/Z at the outermost fiber of a beam section. Supports solid circle, rectangle, hollow tube, and I-beam; computes I, section modulus Z, and distance c automatically. Stress in MPa.
- [Break-Even Calculator](https://elysiatools.com/en/tools/break-even-calculator): Calculate the break-even point for a product or business based on fixed costs, variable costs, and price
- [Cantilever Beam Calculator](https://elysiatools.com/en/tools/cantilever-beam-calculator): Calculate the maximum bending moment M_max, maximum shear force V_max and free-end deflection δ_max of a cantilever beam under a free-end point load P or a uniformly distributed load q. Point load: δ = PL³/(3EI); UDL: δ = qL⁴/(8EI).
- [Column Buckling Load Calculator (Euler)](https://elysiatools.com/en/tools/column-buckling-load): Calculate the Euler critical buckling load of an axially loaded column: P_cr = π²·E·I/(K·L)². Supports pinned-pinned (K=1), fixed-free (K=2), fixed-pinned (K=0.7), fixed-fixed (K=0.5). Returns effective length, radius of gyration, slenderness ratio λ, and critical stress σ_cr.

## 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
