Classical Mechanics Explained: A PhD Physicist's Complete Guide

Classical mechanics is the foundation beneath every branch of physics. Before you touch quantum mechanics, thermodynamics, or electrodynamics, you need to own Newton's three laws and the machinery that flows from them. I studied physics at UC Berkeley before earning my PhD in nuclear engineering at the Air Force Institute of Technology, and I can tell you: every advanced topic I have ever worked on — reactor neutronics, blast physics, orbital mechanics — traces its roots back to the ideas covered in this guide.

This is not a watered-down overview. We will work through Newton's laws, kinematics in one and two dimensions, work and energy, linear and angular momentum, and rotational dynamics. Each section includes original worked examples with full solutions. By the end you will have a solid, usable command of classical mechanics.

Who this is for: Introductory physics students (calculus or algebra-based), AFOQT test-takers who need the Physics section, undergraduates reviewing for upper-division courses, and anyone who wants to finally feel confident with mechanics rather than just memorizing formulas.

Newton's Three Laws: More Than Memorization

Most students can recite Newton's laws. Far fewer can apply them correctly under pressure. The difference is understanding what each law actually says about the physical world.

First Law: Inertia

An object at rest stays at rest, and an object in motion stays in motion at constant velocity, unless acted upon by a net external force. The key word is net. A book sitting on a table has gravity pulling it down and a normal force pushing it up. The net force is zero, so it does not accelerate — consistent with the first law.

Second Law: F = ma

The net force on an object equals its mass times its acceleration: Fnet = ma. This is a vector equation. Force and acceleration point in the same direction. Mass is a scalar (always positive). The second law is the engine of Newtonian mechanics — almost every problem reduces to applying it correctly.

Third Law: Action-Reaction

For every force exerted by object A on object B, object B exerts an equal and opposite force on object A. These forces act on different objects, which is why they do not cancel. When you push off a wall, the wall pushes back on you with the same magnitude — that reaction force is what accelerates you away from the wall.

Common mistake: Students try to cancel action-reaction pairs within a single free-body diagram. You cannot. Action and reaction always act on different objects. Draw separate free-body diagrams for each object in the system.

Kinematics: Describing Motion

Kinematics describes how objects move without asking why. The four kinematic equations for constant acceleration are the most-used equations in all of introductory physics. Derive them once from the definitions of velocity and acceleration so you understand where they come from, then memorize them.

EquationVariablesMissing
v = v₀ + atv, v₀, a, tx
x = v₀t + ½at²x, v₀, a, tv
v² = v₀² + 2axv, v₀, a, xt
x = ½(v₀ + v)tx, v₀, v, ta

The strategy for every kinematics problem: identify what you know, identify what you want, pick the equation that contains both and excludes the variable you do not have. It is a pattern-matching exercise once you internalize the four equations.

Worked Example 1 — Braking Distance

Problem: A car traveling at 30 m/s brakes with a constant deceleration of 6 m/s². How far does it travel before stopping?

Known: v₀ = 30 m/s, a = −6 m/s², v = 0 (final, at rest)

Want: x (displacement)

Use: v² = v₀² + 2ax (no t needed)

Solution: 0 = (30)² + 2(−6)x → 0 = 900 − 12x → x = 75 m

Answer: The car travels 75 meters before stopping.

Projectile Motion

Projectile motion is two-dimensional kinematics. The horizontal and vertical directions are independent. Horizontal: constant velocity (ax = 0). Vertical: constant acceleration due to gravity (ay = −9.8 m/s² downward). Solve each direction separately, then combine.

Worked Example 2 — Projectile Range

Problem: A ball is launched at 20 m/s at an angle of 30° above horizontal. Find the horizontal range (assume flat ground).

Horizontal: v₀x = 20cos(30°) = 20(0.866) = 17.3 m/s

Vertical: v₀y = 20sin(30°) = 20(0.5) = 10 m/s

Time of flight: At landing, vertical displacement = 0. Using y = v₀yt + ½(−9.8)t²: 0 = 10t − 4.9t² → t(10 − 4.9t) = 0 → t = 2.04 s

Range: x = v₀x · t = 17.3 × 2.04 = 35.3 m

Work, Energy, and Power

The work-energy theorem is one of the most powerful tools in mechanics because it converts a vector problem (forces and accelerations) into a scalar problem (energy bookkeeping). This makes many otherwise difficult problems straightforward.

Work

Work done by a constant force F on an object displaced by distance d is W = Fd cosθ, where θ is the angle between the force and the displacement. Work is positive when the force has a component along the motion, negative when it opposes the motion, and zero when the force is perpendicular to the motion.

Kinetic and Potential Energy

QuantityFormulaUnits
Kinetic energyKE = ½mv²Joules (J)
Gravitational PEPE = mghJoules (J)
Spring PEPE = ½kx²Joules (J)
Work-energy theoremWnet = ΔKEJoules (J)
PowerP = W/t = FvWatts (W)

Worked Example 3 — Roller Coaster Drop

Problem: A 500 kg roller coaster car starts from rest at the top of a 40 m hill. Assuming no friction, what is its speed at the bottom?

Approach: Use conservation of mechanical energy: PEtop + KEtop = PEbottom + KEbottom

mgh + 0 = 0 + ½mv²

v = √(2gh) = √(2 × 9.8 × 40) = √784 = 28 m/s

Note: mass cancels entirely. The speed at the bottom depends only on the height dropped, not the mass of the car.

Linear Momentum and Collisions

Momentum is mass times velocity: p = mv. The law of conservation of momentum states that in the absence of external forces, the total momentum of a system is constant. This law holds even when energy is not conserved (inelastic collisions).

Types of Collisions

Worked Example 4 — Ballistic Pendulum

Problem: A 0.01 kg bullet traveling at 400 m/s embeds in a 2 kg block at rest. Find the velocity of the block-bullet system immediately after impact.

Conservation of momentum: mbulletvbullet + mblock(0) = (mbullet + mblock)vf

0.01 × 400 = (0.01 + 2)vf

4 = 2.01 vf

vf = 4/2.01 = 1.99 m/s

Impulse

Impulse J = F · Δt = Δp. When a large force acts for a short time (like a bat hitting a ball), the change in momentum is the impulse. This is why airbags work — they increase the collision time, which reduces the peak force even though the total impulse (change in momentum) is the same.

Rotational Motion and Torque

Rotational mechanics is the angular analog of linear mechanics. Every linear quantity has a rotational counterpart. Understanding these parallels makes rotational physics much easier to learn.

LinearRotationalRelationship
Position xAngle θx = rθ
Velocity vAngular velocity ωv = rω
Acceleration aAngular acceleration αa = rα
Force FTorque ττ = rF sinθ
Mass mMoment of inertia II = Σmr²
F = maτ = Iα(Newton's 2nd, rotational)
p = mvL = IωAngular momentum

Moment of Inertia

The moment of inertia I quantifies how mass is distributed relative to the rotation axis. The farther mass is from the axis, the larger I and the harder it is to change the object's rotation. Key values to memorize: solid sphere I = (2/5)mr²; hollow sphere I = (2/3)mr²; solid cylinder I = (1/2)mr²; thin rod about center I = (1/12)mL².

Worked Example 5 — Spinning Figure Skater

Problem: A figure skater has moment of inertia 4 kg·m² and spins at 2 rev/s. She pulls in her arms, reducing I to 1 kg·m². What is her new angular velocity?

Conservation of angular momentum: Li = Lf → Iiωi = Ifωf

4 × 2 = 1 × ωf

ωf = 8 rev/s

She spins four times faster — exactly what you observe when a skater pulls in their arms.

Putting It All Together: Problem-Solving Framework

The single biggest difference between students who excel at mechanics and those who struggle is not raw mathematical ability. It is the discipline to follow a systematic problem-solving process every time.

  1. Draw the diagram. A free-body diagram for force problems, a sketch of the trajectory for kinematics, a system diagram for collisions. Never skip this step.
  2. Define a coordinate system. Choose positive directions deliberately. For projectile motion, positive-y upward is conventional. State your choice and stick to it.
  3. List knowns and unknowns. Write them out explicitly. This identifies which equation or principle to use.
  4. Apply the relevant principle. Newton's second law, energy conservation, momentum conservation, or a kinematic equation — pick the one appropriate for the problem.
  5. Solve algebraically, then substitute numbers. Keeping symbols as long as possible reduces arithmetic errors and shows your reasoning clearly.
  6. Check units and reasonableness. A speed of 10,000 m/s for a thrown ball should immediately signal an error. Sanity-check your answer.

From my tutoring practice: Students who draw the diagram and label their coordinate system before writing a single equation make far fewer sign errors. A five-second investment in setup prevents a ten-minute debugging session. Physics is not a race to write equations — it is a discipline of organized thinking.

Recommended Textbooks

University Physics — Young & Freedman

The gold-standard calculus-based introductory physics textbook. Exceptionally clear explanations, hundreds of worked examples, and rigorous problem sets. Used in essentially every serious undergraduate physics course in the United States. If you want one mechanics reference that will serve you from freshman physics through preparation for graduate work, this is it. The 15th edition includes excellent digital resources.

View on Amazon (affiliate link) →

Fundamentals of Physics — Halliday, Resnick & Walker

The other titan of introductory physics. Slightly more concise than Young & Freedman, with a different selection of problems. Many students find the Halliday approach more direct for mechanics in particular. The extended edition covers everything from kinematics through modern physics. I recommend comparing a chapter from both books and choosing the exposition style that clicks better for you.

View on Amazon (affiliate link) →

Need Help With Physics?

I tutor physics one-on-one over Zoom — from high school mechanics through upper-division undergraduate courses. Book a free intro call and let's build a plan specific to your goals.

Book Free 30-Min Intro →

Get Weekly Science and Study Tips

Join 500+ students receiving Dr. Preston's weekly insights on physics, math, and test prep.

Subscribe Free →