Compute work using the dot product and interpret positive, negative, and zero work.
Use the work-energy theorem to relate net work to changes in kinetic energy.
Identify conservative forces and write the corresponding potential energy functions.
Apply mechanical energy conservation when nonconservative work is absent or accounted for.
Explain pendulum motion as an exchange between kinetic and gravitational potential energy.
4.1 Work and the Work-Energy Theorem
Work is done on an object when a force acts through a displacement. The formal definition uses the dot product, because only the component of force parallel to displacement does work:
W=F⋅d=Fdcosθ(4.1)
For a variable force, work is the integral of force over displacement. This leads directly to one of the most important results in mechanics:
Theorem 4.1 — Work-Energy Theorem
The net work done by all forces acting on an object equals the change in its kinetic energy:Wnet=\DeltaKE=21mvf2−21mvi2ThisisderiveddirectlyfromNewton′ssecondlawbyintegratingF=mawithrespecttodisplacement. It holds regardless of the path taken.
4.2 Potential Energy and Conservation
Some forces — called conservative forces — have the property that the work they do is path-independent and can be stored as potential energy. Gravity and the spring force are conservative. Friction is not.
Definition 4.1 — Conservative Force and Potential Energy
A force F is conservative if the work it does around any closed path is zero. For such forces, we define potential energy U such that:Wconservative=−\DeltaUorequivalentlyF=−dU/dxGravitationalPEnearEarth′ssurface:Ug=mgh.SpringPE:Us=21kx2.
When only conservative forces act, the total mechanical energy is constant:
Etotal=K+U=21mv2+mgh=constant(4.2)
4.3 The Pendulum — Energy in Oscillatory Motion
The simple pendulum beautifully illustrates energy conservation. As it swings, kinetic and potential energy constantly exchange. At the lowest point, all energy is kinetic; at the turning points, all energy is potential.
The equation of motion follows from Newton's second law in the tangential direction. The restoring force is F = −mg sin(θ), so:
θ′′=−Lgsinθ(4.3)
For small angles (θ < ~15°), sin(θ) ≈ θ and we get simple harmonic motion with exact period:
T=2πgL(small-angle approximation)(4.4)
For large angles, equation (4.3) must be solved numerically. The simulation below uses fourth-order Runge-Kutta (RK4) integration, which is accurate to order Δt⁴. With damping b representing air resistance, the full equation is:
θ′′=−Lgsinθ−bθ′(4.5)
String length1.5 m
Initial angle45°
Damping (air resistance)0.05
Properties
Period T2.457 s
Frequency f0.407 Hz
Length1.5 m
Initial angle45°
The phase space plot (top right of canvas) traces θ vs θ̇. An undamped pendulum draws a closed ellipse; damping spirals it inward.
Figure 4.1. Pendulum simulation with RK4 integration. The phase space plot (\theta vs \thetȧ) in the upper right traces the energy state — undamped motion is a closed ellipse; damping spirals inward.
A0.5kgpendulumbobisreleasedfromrestat60°fromvertical.StringlengthL=1.2m. What is its maximum speed?
Height gained:h=L(1−cos60°)=1.2×0.5=0.6m
Energy conservation:mgh=21mvmax2→vmax=(2gh)=(2×9.81×0.6)=3.43 m/s
Note:Mass cancelled — the max speed is independent of mass, just like the period.
Definition 4.2 — Common Traps
Work is not force: work requires displacement and only the parallel force component contributes.
Energy conservation needs a boundary: decide which objects belong to the system.
Friction does negative work: mechanical energy is transformed into thermal energy.
Potential energy zero is arbitrary: only changes in potential energy affect motion.
The pendulum period formula is approximate:largeamplitudeshavelongerperiodsthan2π(L/g
Exercises — 4.1–4.3 Energy
1.
A 2 kg object accelerates from rest to 15 m/s. How much kinetic energy does it gain?
J
Straightforward
2.
A 300 g ball is dropped from 5 m height. Using energy conservation, find its speed just before impact.
m/s
Straightforward
3.By what factor must you change a pendulum's length to double its period?
Intermediate
4.A 1500 kg car brakes from 20 m/s to rest over 80 m. Find the friction force using the work-energy theorem.
Intermediate
5.Describe qualitatively what the phase space plot (\theta vs \thetȧ) looks like for (a) undamped small oscillations, (b) undamped large oscillations, and (c) damped oscillations. Explain each shape physically.