Car Differentials: How Cars Turn Without Skidding

Why doesn't a car skid when it turns a corner? The Differential. Learn the mechanics of how wheels spin at different speeds and its application in swerve drive.

Car Differentials: How Cars Turn Without Skidding

When a car turns a corner, the outside wheels have to travel a longer distance than the inside wheels.

  • Outside Path: Long arc.
  • Inside Path: Short arc. If the wheels were locked together on a solid axle (like a go-kart), the inside tire would have to slip, scrub, and burn rubber to keep up. The solution to this problem is a mechanical masterpiece invented over 2,000 years ago (literally, by the Greeks): The Differential.

The Mystery of the Spider Gears

A differential allows two wheels on the same axle to spin at different speeds while still getting power from the same engine. It uses a “Planet” and “Sun” gear arrangement inside a metal cage.

  1. Straight Line: The whole cage spins. Both wheels spin at 100% speed.
  2. Turning: The cage spins, but the internal “Spider Gears” start rotating. They “walk” around the slower inner gear, effectively sending that “lost” speed to the outer gear.
    • Inner Wheel: 80% Speed.
    • Outer Wheel: 120% Speed.
    • Average: Still 100%.

Robotics Application: Swerve Drive

In FTC Robotics, we don’t usually use differentials (because electric motors are cheap, so we just give every wheel its own motor). However, the concept of Independent Wheel Control is the foundation of Swerve Drive.

A Swerve Module is the “Holy Grail” of drivetrains. Each corner of the robot has:

  1. Drive Motor: Controls speed.
  2. Steer Motor: Controls angle (360 degrees).

Just like a car with a differential, a Swerve robot calculates the exact speed required for every single wheel to execute a turn.

  • If the robot spins in place, the wheels form a circle.
  • If the robot “drifts” around a corner, the outside wheels speed up and the inside wheels steer tighter. We solve the “Differential Equation” in Software rather than hardware.

The Downside: Limited Slip

The flaw of a standard differential is the “One Wheel Peel.” If one wheel is on ice (0 friction) and one is on asphalt:

  • The Differential sends 100% of the power to the easiest path.
  • The ice wheel spins at 200% speed.
  • The asphalt wheel sits still. The car is stuck. In robotics, this is why we prefer 4-Wheel Drive with independent motors. If one wheel slips, the other three still have power. We code our own “Traction Control” using gyroscopes to detect slip and cut power to the spinning wheel.

Explore FIRST® Robotics

FIRST® (For Inspiration and Recognition of Science and Technology) is a global robotics community preparing young people for the future. Discover the ultimate sport for the mind and see how you can get involved in STEM and robotics!

Learn More at firstinspires.org