# DC Motor Back-EMF & Torque Calculator (E=kω, T=kI)

Compute the back-EMF and electromagnetic torque of a DC motor from its machine constant: E=k·ω, T=k·I. In SI units the back-EMF constant equals the torque constant (k_e=k_t=k, V·s/rad=N·m/A). Also returns the mechanical (air-gap) power P=T·ω=E·I. Speed accepted in rad/s or RPM.

> Canonical page: https://elysiatools.com/en/tools/dc-motor-back-emf

- **Category:** Math & Numbers

- **Keywords:** DC motor, back-EMF, back EMF, counter-EMF, torque constant, k_e, k_t, machine constant, armature current, angular velocity, RPM, electromechanical, motor

## Overview

Calculate a DC motor's back-EMF, electromagnetic torque, and mechanical power from the motor constant, angular speed, and armature current. Enter speed in rad/s or RPM and receive the results in JSON format.

## Inputs

- **Motor Constant k (V·s/rad = N·m/A)** (number): Machine constant k. In SI units k_e (V·s/rad) = k_t (N·m/A) = k.
- **Angular Speed ω** (number): Rotor angular speed in the selected unit (rad/s or RPM).
- **Speed Unit** (select)
- **Armature Current I (A)** (number): Armature current I (A). May be 0 (then torque and power are 0).
- **Decimal Places** (number)

## When to use

- Estimate back-EMF from a motor's machine constant and angular speed.
- Calculate electromagnetic torque from the motor constant and armature current.
- Check mechanical power using the relationship P = T·ω = E·I.

## How it works

- Enter the motor constant k in V·s/rad or N·m/A.
- Enter angular speed in rad/s or select RPM and enter the rotational speed.
- Enter armature current in amperes and choose the number of decimal places.
- The calculator converts RPM to rad/s when needed, then computes E = k·ω, T = k·I, and P = T·ω.

## Use cases

- Motor design checks involving back-EMF and torque constants.
- Electrical and mechanical calculations for DC motor experiments.
- Quick verification of electromechanical power relationships.

## Frequently asked questions

### What does the motor constant k represent?

In SI units, k is both the back-EMF constant and torque constant: k_e = k_t = k.

### Can I enter speed in RPM?

Yes. Select RPM, and the calculator converts the value to rad/s for the calculations.

### What formulas does the calculator use?

It uses E = k·ω for back-EMF, T = k·I for torque, and P = T·ω = E·I for mechanical power.

### What units are used for the results?

Back-EMF is returned in volts, torque in N·m, speed in rad/s and RPM, and mechanical power in watts.

### Can the armature current be zero?

Yes. A zero current produces zero torque and zero mechanical power, while back-EMF still depends on speed and k.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Chi-Square Test Calculator](https://elysiatools.com/en/tools/chi-square-test-calculator): Run chi-square goodness-of-fit or independence tests from observed counts or contingency tables

## Samples

- [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
- [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 Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
