Home/Robotics & Controls/Wheel Linear Speed from Angular Speed

Formula & Calculator

Wheel Linear Speed from Angular Speed

Calculates the linear surface speed of a rotating wheel from its angular velocity and radius.

RoboticsKinematicsCalculator

Wheel Linear Speed Calculatorfrom Angular Speed · Rotational Motion

v = ω · r
v = linear speed  ·  ω = angular speed  ·  r = wheel radius
⟹ Solvev, ω, r
m/s
rad/s
m
Please fix the errors above.
Solve for:
Presets:
v
v: ω: r:
✓ Copied!
Linear Speed (v) Gauge
Slow (< 5 m/s) Moderate (5–15 m/s) Fast (> 15 m/s)
v = ω · r  ·  v in m/s, ω in rad/s, r in metres  ·  For RPM: ω = (RPM · 2π) / 60

Interpretation

v = ω·r. Linear speed of a wheel equals angular speed times radius. Used to convert encoder readings to linear speeds.

v = omega * r
Wheel Linear Speed from Angular Speed

Variables

SymbolQuantityUnit
vLinear (surface) speed of the wheelm/s
omegaAngular velocity of the wheelrad/s
rRadius of the wheelm

What it means

For a wheel rolling without slipping, the linear speed at its contact point is equal to the product of its angular speed (ω) and its radius (r). This relation is used in odometry to compute the robot’s speed from wheel encoder counts (which give angular displacement). It is also used to convert motor speeds to wheel velocities. Understanding this formula is fundamental for mobile robot kinematics and for calibrating encoders.

Worked example

Wheel Linear Speed from Angular Speed – Two Detailed Examples

Real‑World
Scenario: A motor drives a wheel with angular velocity ω = 10 rad/s and radius r = 0.05 m. The linear speed v = ω × r = 10 × 0.05 = 0.5 m/s. This is the speed of the robot's wheel on the ground. The roboticist uses this to convert motor RPM to robot speed, which is essential for speed control and odometry calculations.
ParameterValue
ω (rad/s)10
r (m)0.05
1v = 10 × 0.05 = 0.5 m/s
Result 0.5 m/s ✓ Linear speed
Scenario: A wheel with radius r = 0.1 m rotates at ω = 5 rad/s. The linear speed is v = 5 × 0.1 = 0.5 m/s. Despite the different parameters, the same linear speed is achieved. The engineer uses this relationship to select motors and wheels that provide the desired robot speed while staying within the motor's torque‑speed curve.
ParameterValue
ω5
r0.1
1v = 5 × 0.1 = 0.5 m/s
Result 0.5 m/s ✓ Same speed
Insight: The linear speed of a wheel is the product of its angular velocity and radius. This relationship is fundamental in mobile robotics for converting motor speeds to wheel velocities and estimating robot motion.

Common mistakes

  • Wheel linear speed: v = ω·r – where ω is angular speed (rad/s) and r is wheel radius.
  • Units: ω in rad/s, r in m → v in m/s.
  • Radius: Use the effective rolling radius (may differ from nominal due to deformation).
  • Slip: If there is slip, this formula gives the theoretical speed – actual may be lower.
  • Sign: v is positive for forward motion – ω positive for forward rotation (right‑hand rule).

Applications

Wheel linear speed from angular speed, v = ω·r, relates the rotational speed of a wheel to its linear velocity. This is fundamental for wheeled robots and vehicles. Engineers use it to convert encoder counts (angular position) to distance travelled, to compute speed commands for motors, and to calibrate odometry. It is also used in designing traction control systems and in estimating vehicle speed from wheel sensors. By understanding this relation, they can accurately track motion and control wheeled platforms. This formula is a basic building block for mobile robotics and automotive engineering.

  • Calibration of wheel odometry for mobile robots
  • Conversion of motor RPM to vehicle speed
  • Speed control of wheeled vehicles
  • Design of traction and braking systems
  • Educational understanding of rotational‑linear motion mapping

Frequently Asked Questions

Q01What is the formula to convert wheel angular speed to linear speed?
A01

The linear speed v of a point on the wheel's circumference is v = ω · r, where ω is the angular speed (rad/s) and r is the wheel radius (m). This assumes no slipping.

Q02What is the common mistake when using this formula?
A02

Using the wheel's diameter instead of its radius, which doubles the calculated linear speed. Always use radius.

Q03What are the units of ω, r, and v?
A03

ω in rad/s, r in meters, v in m/s. If ω is in RPM, convert to rad/s first: ω_rad/s = (RPM × 2π) / 60.

Q04How do you relate the wheel angular speed to the motor speed?
A04

If there is a gear reduction, the wheel angular speed is the motor speed divided by the gear ratio. The linear speed then is v = (ω_motor / gear_ratio) · r.

Q05What is the effect of wheel diameter on the linear speed?
A05

A larger wheel diameter (and radius) results in a higher linear speed for the same angular speed. This is why larger wheels are used for higher speed robots.

Q06How do you compute the wheel angular speed from encoder counts?
A06

ω = (Δcounts / CPR) × (2π / Δt), where CPR is counts per revolution (including quadrature multiplication if any).

Q07What are the applications of this formula?
A07

Odometry, motor control, and speed estimation for mobile robots.

Q08What is the relationship between linear speed and RPM?
A08

v (m/s) = (RPM × 2π × r) / 60.

Q09How does tire slip affect the conversion?
A09

Slip causes the actual linear speed to be less than the theoretical value (v = ω·r). The slip ratio is used to account for this in vehicle dynamics.

Q10What is the conversion factor for inches to meters?
A10

1 inch = 0.0254 m. If the radius is given in inches, multiply by 0.0254 to get meters.