Understanding Work and Energy Changes in AP Physics C: Mechanics

Work Done by Constant Forces

What “work” means in mechanics

In everyday language, “work” can mean effort or time spent. In physics, work has a very specific meaning: it measures how much a force transfers energy into or out of an object through a displacement. If an object doesn’t move, then (in the physics sense) the force does no work on that object, even if you feel like you’re working hard (for example, holding a heavy backpack motionless).

Work matters because it connects forces (dynamics) to energy (kinematics in disguise). Instead of tracking an object’s acceleration at every instant, you can often use work to relate the forces acting over a distance directly to changes in speed.

Work as a dot product (direction matters)

When a constant force acts while an object undergoes a displacement, the work done by that force is

W = \vec{F}\cdot\Delta\vec{r}

This is a dot product, so it depends on how aligned the force is with the displacement:

W = F\Delta r\cos\theta

where:

  • F is the magnitude of the force
  • \Delta r is the magnitude of the displacement
  • \theta is the angle between the force direction and the displacement direction

Key idea: Only the component of force parallel to the displacement contributes to work. If the force is perpendicular to the motion, the work is zero.

Notation you’ll see (equivalent forms)

SituationCommon notationMeaning
General constant-force workW = \vec{F}\cdot\Delta\vec{r}Dot product definition
Using angle between vectorsW = F\Delta r\cos\thetaScalar form
Using the parallel componentW = F_{\parallel}\Delta rWhere F_{\parallel} = F\cos\theta

Sign of work: positive, negative, or zero

The sign of work tells you whether energy is being transferred into kinetic energy (tending to speed up) or removed from it (tending to slow down).

  • Positive work: force component is in the direction of displacement (typically speeds you up)
  • Negative work: force component is opposite displacement (typically slows you down)
  • Zero work: force is perpendicular to displacement or displacement is zero

A common point of confusion is thinking “work is always positive because it’s energy.” In physics, work is an energy transfer that can increase or decrease kinetic energy, so it can be negative.

How to compute work for multiple forces

Each force can do its own work over the same displacement. The net work is the sum:

W_{\text{net}} = \sum W_i

This net work is the quantity that will connect directly to the change in kinetic energy later.

Important constant-force examples (with interpretation)

Example 1: Pulling a crate with a rope at an angle

You pull a crate across a horizontal floor with a constant force of magnitude F at angle \theta above the horizontal, over a horizontal displacement of magnitude d.

  • The displacement is horizontal.
  • The force has a horizontal component F\cos\theta and a vertical component F\sin\theta.

The work done by the pulling force is

W = Fd\cos\theta

Notice what this means: the vertical component does not directly contribute to work because it is perpendicular to the horizontal displacement.

Common misconception: Students sometimes use Fd without the cosine. That only works if the force is parallel to displacement.

Example 2: The normal force often does zero work

For a block sliding along a horizontal surface, the normal force is vertical while the displacement is horizontal, so

W_N = 0

Likewise, for an object moving along a frictionless circular track, the normal force (or tension) points radially inward while the instantaneous displacement is tangential, so the normal force does no work (even though it can dramatically change direction of motion).

Example 3: Work by gravity when the displacement is vertical

Near Earth’s surface, the gravitational force on a mass m is approximately constant:

\vec{F}_g = m\vec{g}

If the object moves vertically by \Delta y (positive upward), then the work done by gravity is

W_g = -mg\Delta y

  • If the object goes up (positive \Delta y), gravity does negative work.
  • If it goes down (negative \Delta y), gravity does positive work.

This is a powerful result: gravity’s work depends only on vertical change (in this uniform-field approximation), not the detailed path.

Worked problem: constant-force work and net work

A block is pulled on a horizontal surface a distance d = 5.0\text{ m} by a constant force of magnitude F = 20\text{ N} at angle \theta = 30^\circ above the horizontal. The kinetic friction force has magnitude f_k = 6.0\text{ N} opposing motion. Find the net work done on the block.

Step 1: Work by the pulling force.

W_{\text{pull}} = Fd\cos\theta = (20)(5.0)\cos 30^\circ

W_{\text{pull}} \approx 100(0.866) = 86.6\text{ J}

Step 2: Work by friction (opposes displacement).

W_f = -f_k d = -(6.0)(5.0) = -30\text{ J}

Step 3: Work by normal and gravity.
Displacement is horizontal, so both are perpendicular to displacement:

W_N = 0

W_g = 0

Step 4: Net work.

W_{\text{net}} = 86.6 - 30 = 56.6\text{ J}

Interpreting this: the block’s kinetic energy increases by 56.6 J.

Exam Focus

  • Typical question patterns:
    • Given a force at an angle and a displacement, compute work using \cos\theta (often with friction present).
    • Identify which forces do zero work (normal force, tension in uniform circular motion, etc.).
    • Use gravity’s work with vertical displacement (especially on inclines).
  • Common mistakes:
    • Using W = Fd when the force is not parallel to the displacement (forgetting the dot product).
    • Getting the sign wrong for friction or gravity (not checking whether the force component opposes motion).
    • Mixing up displacement with distance traveled; work uses the displacement along the direction of the force component.

Work Done by Variable Forces (Calculus)

Why constant-force formulas aren’t enough

Many important forces are not constant:

  • A spring force increases with compression or extension.
  • Drag forces can depend on speed.
  • A force might vary with position due to changing geometry.

If the force changes as the object moves, you cannot just multiply by a single value of F. Instead, you add up tiny contributions of work over tiny displacements, which leads naturally to an integral.

The idea: adding up small pieces of work

Over a very small displacement d\vec{r}, the work done is approximately

dW = \vec{F}\cdot d\vec{r}

To get the total work from an initial point to a final point, you integrate along the path:

W = \int \vec{F}\cdot d\vec{r}

This is the calculus version of the dot-product work definition.

1D motion: the most common AP Physics C setup

In many AP Physics C: Mechanics problems, motion is along the x-axis and the force is along x as well. Then

W = \int_{x_i}^{x_f} F_x(x)\,dx

Here:

  • F_x(x) is the x-component of force as a function of position
  • x_i and x_f are the initial and final positions

If the force is opposite the direction of increasing x, then F_x(x) is negative and the integral automatically produces negative work.

Graphical meaning: area under the force-position curve

If you have a graph of F_x vs. x, then

W = \int_{x_i}^{x_f} F_x(x)\,dx

is the signed area between the curve and the x-axis from x_i to x_f.

  • Area above the axis (positive F_x) contributes positive work.
  • Area below the axis contributes negative work.

This is a very common AP exam skill: interpreting a force-position graph to get work.

Work by a spring force (classic variable-force example)

For an ideal spring, Hooke’s law gives the force (in one dimension)

F_x = -kx

where:

  • k is the spring constant
  • x is displacement from equilibrium (positive in the direction you define)

Suppose you compress or stretch the spring from x_i to x_f. The work done by the spring is

W_{\text{spring}} = \int_{x_i}^{x_f} (-kx)\,dx

Compute it:

W_{\text{spring}} = -\frac{1}{2}k\left(x_f^2 - x_i^2\right)

A particularly common case is from equilibrium x_i = 0 to a compression/stretch magnitude x_f = x:

W_{\text{spring}} = -\frac{1}{2}kx^2

Interpretation: the spring force does negative work when you compress it (because the spring force opposes the displacement). Conversely, an external agent compressing the spring does positive work on the spring-object system.

Common misconception: Students often forget the negative sign in Hooke’s law or confuse “work done by the spring” with “work done on the spring.” The sign depends on which force you’re talking about.

Worked problem: work from a force-position function

A particle moves along the x-axis from x = 1.0\text{ m} to x = 3.0\text{ m} under a force

F_x(x) = 4x^2\text{ N}

Find the work done by the force.

Step 1: Set up the integral.

W = \int_{1.0}^{3.0} 4x^2\,dx

Step 2: Integrate.

W = 4\left[\frac{x^3}{3}\right]_{1.0}^{3.0}

Step 3: Evaluate.

W = \frac{4}{3}\left(3^3 - 1^3\right) = \frac{4}{3}(27 - 1) = \frac{104}{3}\text{ J}

W \approx 34.7\text{ J}

Worked problem: work done by a spring (and what the sign means)

An ideal spring with constant k = 200\text{ N/m} is compressed from equilibrium to x = 0.10\text{ m}. Find the work done by the spring during the compression.

Use

W_{\text{spring}} = -\frac{1}{2}kx^2

Substitute:

W_{\text{spring}} = -\frac{1}{2}(200)(0.10)^2 = -100(0.01) = -1.0\text{ J}

The negative work makes sense: during compression, the spring force points opposite the displacement.

If instead you were asked for the work done by you (external agent) compressing it slowly, that work would be +1.0\text{ J} (in an idealized case with no losses and no change in kinetic energy).

Exam Focus

  • Typical question patterns:
    • Given F_x(x), compute work with \int F_x\,dx (often polynomial forces).
    • Given a graph of F vs. x, find work as signed area.
    • Spring problems using Hooke’s law, sometimes combined with the work-energy theorem to find speed.
  • Common mistakes:
    • Integrating with the wrong limits (mixing up x_i and x_f) or ignoring direction.
    • Treating a variable force as constant by plugging in an endpoint value of F.
    • Dropping the sign in Hooke’s law, which flips whether the spring does positive or negative work.

Work-Energy Theorem

The big idea: net work changes kinetic energy

The work-energy theorem is one of the most important bridges between Newton’s laws and motion. It states:

W_{\text{net}} = \Delta K

where:

  • W_{\text{net}} is the net work done by all forces on the object
  • \Delta K = K_f - K_i is the change in kinetic energy
  • kinetic energy is

K = \frac{1}{2}mv^2

This theorem matters because it turns a dynamics problem into an energy accounting problem: if you can compute net work, you can get speeds without explicitly solving for acceleration as a function of time.

Why it’s true (conceptual derivation in 1D)

Start with Newton’s second law along the direction of motion:

F_{\text{net}} = ma

For motion along x, acceleration can be written using the chain rule:

a = \frac{dv}{dt} = \frac{dv}{dx}\frac{dx}{dt} = v\frac{dv}{dx}

Substitute into Newton’s second law:

F_{\text{net}} = m v\frac{dv}{dx}

Multiply both sides by dx:

F_{\text{net}}\,dx = m v\,dv

Now integrate from initial to final states:

\int_{x_i}^{x_f} F_{\text{net}}\,dx = \int_{v_i}^{v_f} m v\,dv

The left side is net work; the right side becomes:

\int_{v_i}^{v_f} m v\,dv = \frac{1}{2}m\left(v_f^2 - v_i^2\right) = \Delta K

So net work equals change in kinetic energy.

How to use it in practice (a reliable process)

  1. Choose the object you’re applying the theorem to.
  2. Identify forces acting on it over the displacement.
  3. Compute the work done by each force (constant-force dot product or variable-force integral).
  4. Sum to get net work.
  5. Set W_{\text{net}} = \Delta K and solve for the unknown (often v_f or a distance).

A subtle but crucial point: the theorem uses net work. Individual works can be positive and negative; it’s their sum that equals \Delta K.

What it tells you about speed changes

Because K = \frac{1}{2}mv^2, you can read the theorem qualitatively:

  • If W_{\text{net}} > 0, then K_f > K_i and the object’s speed increases.
  • If W_{\text{net}} < 0, then the object slows down (possibly to rest).
  • If W_{\text{net}} = 0, kinetic energy is constant (speed constant), even if the direction changes (as in uniform circular motion).

That last point often surprises students: centripetal forces can change velocity direction without changing speed, consistent with doing zero work.

Worked problem: stopping distance from work-energy

A car of mass m moving at speed v_i brakes to a stop on a level road. The kinetic friction/braking force has approximately constant magnitude F_b opposite motion. Find the stopping distance d.

Step 1: Use the work-energy theorem.

W_{\text{net}} = \Delta K

Step 2: Compute net work.
Only the braking force does work along the displacement (normal and gravity do zero on level ground). Since it opposes motion:

W_{\text{net}} = -F_b d

Step 3: Compute change in kinetic energy.
Final speed is zero:

\Delta K = 0 - \frac{1}{2}mv_i^2 = -\frac{1}{2}mv_i^2

Step 4: Set equal and solve.

-F_b d = -\frac{1}{2}mv_i^2

d = \frac{mv_i^2}{2F_b}

This result is a nice physics insight: stopping distance scales with v_i^2, which is why higher speeds dramatically increase required braking distance.

Worked problem: combining constant work and energy to find speed

A block of mass m = 2.0\text{ kg} starts from rest on a frictionless horizontal surface. A constant horizontal force F = 10\text{ N} acts over a distance d = 3.0\text{ m}. Find the final speed.

Step 1: Compute work.
Force and displacement are parallel:

W_{\text{net}} = Fd = (10)(3.0) = 30\text{ J}

Step 2: Apply work-energy.

W_{\text{net}} = \Delta K = \frac{1}{2}mv_f^2 - 0

So

30 = \frac{1}{2}(2.0)v_f^2 = v_f^2

v_f = \sqrt{30}\text{ m/s} \approx 5.48\text{ m/s}

Notice you never needed to find acceleration or time.

Worked problem: variable-force work-energy (spring launch)

A block of mass m = 0.50\text{ kg} is launched by a spring (constant k = 100\text{ N/m}) compressed by x = 0.20\text{ m} on a frictionless surface. The spring starts compressed and ends at equilibrium as the block leaves it. Find the block’s speed as it leaves the spring.

Step 1: Net work done on the block by the spring equals change in kinetic energy.

W_{\text{net}} = \Delta K

Only the spring does work (normal and gravity do zero, no friction).

Step 2: Work done by the spring from x_i = 0.20 to x_f = 0.
Using

W_{\text{spring}} = -\frac{1}{2}k\left(x_f^2 - x_i^2\right)

Substitute:

W_{\text{spring}} = -\frac{1}{2}(100)\left(0^2 - (0.20)^2\right)

W_{\text{spring}} = -50( -0.040) = 2.0\text{ J}

Positive work makes sense here: while the spring expands, its force and the block’s displacement are in the same direction.

Step 3: Set equal to kinetic energy gain.
The block starts from rest:

2.0 = \frac{1}{2}(0.50)v_f^2

2.0 = 0.25 v_f^2

v_f^2 = 8

v_f = \sqrt{8}\text{ m/s} \approx 2.83\text{ m/s}

What goes wrong: common conceptual traps

  • Confusing work with force: A big force does not guarantee big work; if displacement is small or perpendicular, work can be small or zero.
  • Using the wrong displacement: Work uses the displacement component along the force. For curved paths, you must treat it as an integral or reason carefully.
  • Forgetting net work: The work-energy theorem uses the sum of works from all forces, not just the applied force.
  • Thinking zero net work means no forces: You can have forces that do equal positive and negative work, or forces that do zero work but still change direction.

Exam Focus

  • Typical question patterns:
    • “An object moves from point A to B; forces act; find final speed” using W_{\text{net}} = \Delta K.
    • Multi-force setups where you compute work by each force (applied, friction, gravity) and sum.
    • Variable-force cases (especially springs or force-position graphs) feeding into the work-energy theorem.
  • Common mistakes:
    • Plugging into \Delta K with speed instead of squared speed (forgetting that K depends on v^2).
    • Missing negative signs for resistive forces, leading to impossible “speed increases while friction acts” results.
    • Treating forces like normal force as doing work in situations where they are perpendicular to motion.