Robotics
← Roadmap/Foundations

Classical Mechanics

Newton's laws, energy, momentum — the physics robots obey.

Progress0/5 questions

Prerequisites

Why it matters in robotics

Classical mechanics is the foundation beneath everything a robot does physically: every dynamics model, controller, and trajectory rests on Newton's laws, forces, torques, and the conservation of energy and momentum. Free-body diagrams, F=ma and torque-based rotational equations for a link or wheel, how a body's mass distribution affects its rotation, and energy or momentum methods for collisions and impacts are the basic tools. They connect directly to robotics — why mass distribution matters for a spinning rotor, how friction limits the forces a gripper can apply without slipping, and how energy reasoning simplifies working out how a mechanism moves.

What to study

  • Forces, torques, and free-body diagrams: resolve forces, sum moments, and apply F=maF=ma / τ=Iα\tau=I\alpha to multi-body systems with constraints.
  • Work, energy, and momentum: kinetic/potential energy, the work-energy theorem, and conservation of linear and angular momentum (including elastic vs. inelastic collisions).
  • Rotational dynamics and moment of inertia: parallel-axis theorem, the inertia tensor, rolling without slipping, and angular momentum of rigid bodies.
  • Friction, contact, and constraints: static vs. kinetic friction, the friction cone, normal/contact forces, and how holonomic constraints reduce degrees of freedom.

Where to study

Cheatsheet

Symbols used below

FFnet force
mmmass
aalinear acceleration
τ\tautorque
IImoment of inertia
α\alphaangular acceleration
ω\omegaangular velocity
pplinear momentum
LLangular momentum
μ\mucoefficient of friction
NNnormal force
dddistance from a reference axis

Newton's second law (linear & rotational)

F=maF = ma

The rotational analog swaps force for torque and mass for moment of inertia:

τ=Iα\tau = I\alpha

Work, energy, and momentum

Kinetic energy: KE=12mv2KE = \tfrac{1}{2}mv^2 (linear), KE=12Iω2KE = \tfrac{1}{2}I\omega^2 (rotational)

Work-energy theorem: net work done equals the change in kinetic energy.

Linear momentum p=mvp = mv and angular momentum L=IωL = I\omega are each conserved when no external force/torque acts.

Elastic vs. inelastic collisions

Both conserve momentum. Only an elastic collision also conserves kinetic energy.

In a perfectly inelastic collision the bodies stick together afterward, and kinetic energy is lost (converted to heat/deformation) even though momentum is unchanged.

Parallel-axis theorem

I=Icm+md2I = I_{cm} + md^2

Moment of inertia about any axis equals the inertia about a parallel axis through the center of mass, plus md2md^2 for the offset dd. This is why a motor's rotor and an off-axis payload contribute very differently to the inertia a joint feels.

Rolling without slipping

v=ωrv = \omega r

The contact point's velocity is zero relative to the ground — linear and angular motion are locked together. Break this constraint (wheel spin or skid) and the relation no longer holds.

Friction cone

Static friction can supply up to FfrictionμNF_{friction} \le \mu N before slipping begins.

This caps how much lateral force a gripper or wheel can apply without slip — a gripper squeezing with normal force NN can only resist a payload's weight/acceleration up to μN\mu N before it slides.

Application focus

Select an application above.

Practice questions (5)