Study Guide

AP Physics 1 Work-Energy Theorem

AP Physics 1Β· AP Physics 1 CED β€” EnergyΒ· 14 min read

1. Core Definition of the Work-Energy Theoremβ˜…β˜…β˜†β˜†β˜†β± 3 min

The Work-Energy Theorem (also called the Work-Kinetic Energy Theorem, the standard synonym used in AP Physics 1) is a core relationship in Unit 4 that connects work done on an object to its change in kinetic energy. It is valid for all rigid objects, regardless of whether forces are constant or varying, and is often a faster alternative to kinematics for force-displacement-speed problems. It carries 20–25% of the total AP Physics 1 exam weight, appearing in both MCQ and FRQ sections.

πŸ“˜ Definition

Work-Energy Theorem

Wnet=Ξ”K=Kfβˆ’KiW_{\text{net}} = \Delta K = K_f - K_i

The net work done on a rigid object by all forces acting on it equals the object's change in kinetic energy, where is net work, is final kinetic energy, and is initial kinetic energy, all measured in joules (J).

2. Derivation and Core Intuitionβ˜…β˜…β˜…β˜†β˜†β± 3 min

The work-energy theorem is not an independent physical law; it is derived directly from Newton's second law and constant-acceleration kinematics, and extends to varying forces by summing over infinitesimal displacements.

πŸ”¬ Derivation
Goal:

Derive the work-energy theorem for a constant net force

Starting from:

Constant acceleration kinematics and Newton's second law

  1. 1

    Start with the kinematic relation for constant acceleration :

  2. 2
    vf2=vi2+2aΞ”xv_f^2 = v_i^2 + 2a\Delta x
  3. 3

    Rearrange to solve for acceleration :

  4. 4
    a=vf2βˆ’vi22Ξ”xa = \frac{v_f^2 - v_i^2}{2\Delta x}
  5. 5

    Substitute into Newton's second law :

  6. 6
    Fnet=m(vf2βˆ’vi22Ξ”x)F_{\text{net}} = m\left(\frac{v_f^2 - v_i^2}{2\Delta x}\right)
  7. 7

    Multiply both sides by displacement :

  8. 8
    FnetΞ”x=12mvf2βˆ’12mvi2F_{\text{net}}\Delta x = \frac{1}{2}mv_f^2 - \frac{1}{2}mv_i^2
  9. 9

    Left-hand side is net work , right-hand side is change in kinetic energy :

Result:

This gives the core formula , which holds even for varying forces.

πŸ“ Worked Example

A 60 kg ice skater moving across frictionless horizontal ice has an initial speed of 2.0 m/s. A partner pushes the skater, doing 120 J of net work on the skater. What is the skater’s final speed?

  1. 1
    1. List known values:
  2. 2
    m=60 kg,vi=2.0 m/s,Wnet=120 Jm = 60\ \text{kg}, v_i = 2.0\ \text{m/s}, W_{\text{net}} = 120\ \text{J}
  3. 3
    1. Write the work-energy theorem:
  4. 4
    Wnet=12mvf2βˆ’12mvi2W_{\text{net}} = \frac{1}{2}mv_f^2 - \frac{1}{2}mv_i^2
  5. 5
    1. Rearrange to isolate :
  6. 6
    vf=2Wnetm+vi2v_f = \sqrt{\frac{2W_{\text{net}}}{m} + v_i^2}
  7. 7
    1. Substitute values:
  8. 8
    vf=2(120)60+(2.0)2=8β‰ˆ2.8 m/sv_f = \sqrt{\frac{2(120)}{60} + (2.0)^2} = \sqrt{8} \approx 2.8\ \text{m/s}
  9. 9
    1. Check: Positive net work increases speed, which matches intuition, so the result is reasonable.

Exam tip:

When solving for final or initial speed, the work-energy theorem eliminates the need to calculate acceleration first, saving significant time on MCQ problems. Always reach for this theorem before constant-acceleration kinematic equations.

3. Calculating Net Work for Multiple Forcesβ˜…β˜…β˜…β˜†β˜†β± 4 min

The most common error in applying the theorem is failing to calculate net work correctly, by only including work from one mentioned force instead of all forces. There are two equivalent methods for calculating net work, both accepted on the AP exam:

  1. Net force first: Calculate the vector sum of all forces to get , then calculate work as , where is the angle between the net force and displacement.

  2. Sum of individual works: Calculate work done by each force separately, then add all work values, keeping track of signs. This is almost always easier for multiple-force problems, since any force perpendicular to displacement automatically contributes zero work and drops out.

The standard sign convention for work: Work is positive if the force has a component in the same direction as displacement, negative if opposite, and zero if perpendicular. Friction and air resistance almost always do negative work, while normal force on a flat surface always does zero work.

πŸ“ Worked Example

A 5.0 kg box starts from rest at the top of a 3.0 m long ramp inclined at 30Β° above the horizontal. The coefficient of kinetic friction between the box and ramp is 0.20. Use the work-energy theorem to find the box’s speed at the bottom of the ramp.

  1. 1
    1. Identify all forces: gravity (), normal force (), kinetic friction (). Normal force is perpendicular to displacement, so .
  2. 2
    1. Calculate work done by gravity: vertical drop :
  3. 3
    Wg=mgΞ”y=(5.0)(9.8)(1.5)=73.5 JW_g = mg\Delta y = (5.0)(9.8)(1.5) = 73.5\ \text{J}
  4. 4
    1. Calculate work done by friction: , . Friction opposes motion, so:
  5. 5
    Wf=βˆ’fkΞ”x=βˆ’(8.48)(3.0)β‰ˆβˆ’25.4 JW_f = -f_k \Delta x = -(8.48)(3.0) \approx -25.4\ \text{J}
  6. 6
    1. Calculate net work:
  7. 7
    1. Apply work-energy theorem: initial , so:
  8. 8
    vf=2Wnetm=2(48.1)5.0β‰ˆ4.4 m/sv_f = \sqrt{\frac{2W_{\text{net}}}{m}} = \sqrt{\frac{2(48.1)}{5.0}} \approx 4.4\ \text{m/s}

Exam tip:

If the ramp is stationary on Earth, work done by the normal force is always zero, regardless of ramp angle, because it is always perpendicular to the direction the box slides along the ramp. This saves you from calculating it explicitly in most ramp problems.

4. Work-Energy vs. Conservation of Mechanical Energyβ˜…β˜…β˜…β˜…β˜†β± 3 min

Students often confuse these two related concepts, but the work-energy theorem is the more general case, and conservation of mechanical energy is a special case derived from it. We can split all work into work done by conservative forces (, e.g., gravity, spring force) and non-conservative forces (, e.g., friction, applied pushes). For conservative forces, , where is the change in potential energy.

Wnet=Wc+Wnc=βˆ’Ξ”U+Wnc=Ξ”KW_{\text{net}} = W_c + W_{\text{nc}} = -\Delta U + W_{\text{nc}} = \Delta K
Wnc=Ξ”K+Ξ”UW_{\text{nc}} = \Delta K + \Delta U

When non-conservative work is zero (), this reduces to the familiar conservation of mechanical energy . A key advantage of the work-energy theorem is that you do not need to introduce potential energy if you can calculate work done by all forces directly, simplifying problems with non-conservative work like friction.

πŸ“ Worked Example

A 0.5 kg ball is thrown straight up from ground level with an initial speed of 12 m/s. Air resistance does 2 J of negative work on the ball as it rises. What is the maximum height the ball reaches?

  1. 1
    1. At maximum height, final speed is 0, so . Calculate initial kinetic energy:
  2. 2
    Ki=12(0.5)(12)2=36 J,Ξ”K=βˆ’36 JK_i = \frac{1}{2}(0.5)(12)^2 = 36\ \text{J}, \Delta K = -36\ \text{J}
  3. 3
    1. Net work is sum of work from gravity and air resistance:
  4. 4
    Wnet=βˆ’mghβˆ’2=βˆ’36 JW_{\text{net}} = -mgh - 2 = -36\ \text{J}
  5. 5
    1. Rearrange to solve for :
  6. 6
    mgh=34β€…β€ŠβŸΉβ€…β€Šh=34(0.5)(9.8)β‰ˆ6.9 mmgh = 34 \implies h = \frac{34}{(0.5)(9.8)} \approx 6.9\ \text{m}
  7. 7

    This result matches the conservation of energy framework , confirming the relationship between the two approaches.

Exam tip:

If the question asks for an unknown average force over a known displacement, use the work-energy theorem directly. It avoids rearranging potential energy terms and cuts the chance of sign errors in half.

5. AP-Style Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 1 min

βœ“ Quick check

Test your understanding of core applications:

  1. A 1000 kg car moving at 20 m/s brakes to a stop, leaving a 50 m long skid mark. What is the magnitude of the average friction force that stopped the car?

    • 2000 N

    • 4000 N

    • 8000 N

    • 10000 N

    Reveal answer
    4000 N β€”

    Using work-energy: . The other options come from common errors: A is half the correct value, C from doubling kinetic energy, D equals the car's weight.

6. Common Pitfalls

Wrong move:

Using work done by a single applied force instead of net work, ignoring gravity or friction.

Why:

Students often focus on the force explicitly mentioned in the problem and forget other forces acting on the object.

Correct move:

Before plugging into , always list all forces acting on the object and confirm their work contributions are included.

Wrong move:

Using even when the object has non-zero initial kinetic energy.

Why:

Students get used to problems where objects start from rest, memorize the shortcut, and apply it incorrectly to all cases.

Correct move:

Always write out explicitly, and plug in even if you suspect it is zero, to confirm it is actually zero.

Wrong move:

Writing for an object moving upward to height .

Why:

Students confuse increasing gravitational potential energy with positive work done by gravity.

Correct move:

Remember work done by gravity is positive when displacement is downward (same direction as gravity) and negative when upward (opposite direction). Draw the force and displacement vectors to check the angle if unsure.

Wrong move:

Including work done by internal forces when applying the theorem to a system of multiple objects.

Why:

Students do not distinguish between work done on a single object and work done on a whole system.

Correct move:

For a system of multiple rigid objects, net work only includes work done by external forces; internal forces cancel out for the system's total kinetic energy change.

Wrong move:

Using the work-energy theorem to calculate acceleration directly from displacement and initial speed.

Why:

The theorem relates work (a function of displacement) to change in kinetic energy (a function of speed), not the rate of speed change.

Correct move:

Use the theorem to find final speed first, then use kinematics or Newton's second law to find acceleration if needed.

7. Quick Reference Cheatsheet

Category

Formula

Notes

Core Work-Energy Theorem

Always valid for rigid objects, any force type

Kinetic Energy

Always positive, depends on speed not direction

Work done by constant force

= angle between force and displacement

Net Work Method 1

Use when net force is known for a single displacement

Net Work Method 2

Use for multiple forces; perpendicular forces contribute 0

Work done by a spring

Positive when spring moves to equilibrium from compression/stretch

Work done by gravity

positive for downward displacement, negative for upward

Relation to energy conservation

= non-conservative work, = potential energy change

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Find average braking force

  • 2022 Β· FRQ

    Block on ramp with friction

  • 2021 Β· MCQ

    Sign of work done by gravity

What's Next

The work-energy theorem is the foundational principle for all energy-based problem solving in AP Physics 1, and it is a required prerequisite for all remaining topics in Unit 4: Energy. This theorem simplifies many problems that would require complicated kinematic calculations, and it acts as a clear bridge between force-based and energy-based approaches to motion. Mastery of this theorem will make it much easier to solve complex problems involving springs, rotation, and power that appear later in the AP Physics 1 exam, and it is a core concept regularly tested in both multiple-choice and free-response sections. Next, you will build on this foundation to study conservation of mechanical energy for conservative systems.