Fatskills
Practice. Master. Repeat.
Study Guide: AP Physics 1 - How to Solve: Work, Energy Theorem, and Conservation of Mechanical Energy
Source: https://www.fatskills.com/ap/chapter/ap-physics-1-how-to-solve-work-energy-theorem-and-conservation-of-mechanical-energy

AP Physics 1 - How to Solve: Work, Energy Theorem, and Conservation of Mechanical Energy

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~8 min read

How to Solve: Work, Energy Theorem, and Conservation of Mechanical Energy

Complete Guide For AP Physics 1, C: Mechanics, and C: E&M


Introduction

"Mastering the Work-Energy Theorem and Conservation of Mechanical Energy lets you solve projectile motion, roller coasters, and even electric circuits—without calculus. On the AP Physics 1 exam, this topic appears in 15-20% of free-response questions, often as a 10-point problem. Get this right, and you’re halfway to a 5."


WHAT YOU NEED TO KNOW FIRST

Before diving in, you must understand:
1. Kinetic Energy (KE): Energy of motion. Formula: KE = ½mv² (given on exam sheet).
2. Potential Energy (PE): Energy due to position. Two types: - Gravitational PE (Ug): Ug = mgh (given). - Spring PE (Us): Us = ½kx² (given).
3. Work (W): Force applied over a distance. Formula: W = F·d·cosθ (given).

If you’re shaky on any of these, pause and review them first.


KEY TERMS & FORMULAS

Key Terms

Term Definition
Work (W) Energy transferred by a force acting over a distance. Unit: Joules (J).
Net Work (W_net) Total work done by all forces on an object.
Kinetic Energy (KE) Energy due to motion.
Potential Energy (PE) Energy due to position (gravitational or elastic).
Mechanical Energy (E_mech) Sum of kinetic and potential energy: E_mech = KE + PE.
Conservative Force A force where work done is independent of path (e.g., gravity, springs).
Non-Conservative Force A force where work done depends on path (e.g., friction, air resistance).

Formulas

Formula Variables Memorize?
Work-Energy Theorem W_net = ΔKE = KE_f - KE_i MEMORIZE THIS
Conservation of Mechanical Energy KE_i + PE_i = KE_f + PE_f (if only conservative forces act) MEMORIZE THIS
Modified Energy Equation (with non-conservative forces) KE_i + PE_i + W_nc = KE_f + PE_f MEMORIZE THIS
Work by a Constant Force W = F·d·cosθ Given on exam sheet
Gravitational Potential Energy Ug = mgh Given on exam sheet
Spring Potential Energy Us = ½kx² Given on exam sheet

STEP-BY-STEP METHOD

Follow these steps in order for every problem.

Step 1: Identify the System and Forces

  • Action: Draw a free-body diagram (FBD) or sketch the scenario.
  • Ask: Are there only conservative forces (gravity, springs) or non-conservative forces (friction, applied forces)?
  • If only conservative forces, use Conservation of Mechanical Energy.
  • If non-conservative forces are present, use the Modified Energy Equation.

Step 2: Choose Initial and Final States

  • Action: Pick two points in the problem (e.g., top of a hill, bottom of a ramp).
  • Label:
  • Initial state (i): Starting position/velocity.
  • Final state (f): Ending position/velocity.

Step 3: Write Down Known and Unknown Variables

  • Action: List all given values (m, v, h, k, x, F, d, θ, etc.).
  • Example:
  • m = 2 kg
  • v_i = 0 m/s
  • h_i = 5 m
  • h_f = 0 m
  • Find: v_f = ?

Step 4: Apply the Correct Energy Equation

  • If only conservative forces: KE_i + PE_i = KE_f + PE_f
  • If non-conservative forces act: KE_i + PE_i + W_nc = KE_f + PE_f
  • W_nc = Work done by non-conservative forces (e.g., friction: W_friction = -F_friction·d).

Step 5: Plug in Values and Solve

  • Action: Substitute known values into the equation.
  • Solve for the unknown (usually v_f or h_f).

Step 6: Check Units and Reasonableness

  • Action: Ensure all units are consistent (kg, m, s, J).
  • Ask: Does the answer make sense?
  • Example: If an object falls, its final speed should be higher than its initial speed.

WORKED EXAMPLES

Example 1 – Basic (Conservation of Mechanical Energy)

Problem: A 2 kg ball is dropped from a height of 5 m. What is its speed just before it hits the ground? (Ignore air resistance.)

Step 1: Identify the System and Forces - Only force acting: Gravity (conservative). - Use Conservation of Mechanical Energy.

Step 2: Choose Initial and Final States - Initial (i): Top of the drop (h_i = 5 m, v_i = 0 m/s). - Final (f): Just before impact (h_f = 0 m, v_f = ?).

Step 3: Write Down Knowns - m = 2 kg - v_i = 0 m/s - h_i = 5 m - h_f = 0 m - g = 9.8 m/s²

Step 4: Apply Energy Equation KE_i + PE_i = KE_f + PE_f ½mv_i² + mgh_i = ½mv_f² + mgh_f

Step 5: Plug in Values ½(2)(0)² + (2)(9.8)(5) = ½(2)v_f² + (2)(9.8)(0) 0 + 98 = v_f² + 0 v_f² = 98 v_f = √98 ≈ 9.9 m/s

Step 6: Check - Units: m/s (correct). - Reasonable? Yes, speed increases as it falls.

What we did and why: We used Conservation of Mechanical Energy because only gravity (a conservative force) was acting. We set initial PE equal to final KE and solved for v_f.


Example 2 – Medium (Non-Conservative Forces)

Problem: A 3 kg block slides down a 4 m ramp inclined at 30°. The coefficient of kinetic friction is 0.2. What is the block’s speed at the bottom?

Step 1: Identify the System and Forces - Forces: Gravity (conservative), Friction (non-conservative). - Use Modified Energy Equation.

Step 2: Choose Initial and Final States - Initial (i): Top of ramp (h_i = 4 sin30° = 2 m, v_i = 0 m/s). - Final (f): Bottom of ramp (h_f = 0 m, v_f = ?).

Step 3: Write Down Knowns - m = 3 kg - h_i = 2 m - h_f = 0 m - μ_k = 0.2 - d = 4 m (distance along ramp) - g = 9.8 m/s²

Step 4: Calculate Work Done by Friction (W_nc) - Normal force (N) = mg cosθ = (3)(9.8)cos30° ≈ 25.5 N - Friction force (F_f) = μ_k·N = 0.2 × 25.5 ≈ 5.1 N - Work by friction (W_friction) = -F_f·d = -5.1 × 4 ≈ -20.4 J (negative because friction opposes motion).

Step 5: Apply Modified Energy Equation KE_i + PE_i + W_nc = KE_f + PE_f ½mv_i² + mgh_i + W_friction = ½mv_f² + mgh_f 0 + (3)(9.8)(2) - 20.4 = ½(3)v_f² + 0
58.8 - 20.4 = 1.5v_f²
38.4 = 1.5v_f² v_f² = 25.6 v_f ≈ 5.06 m/s

Step 6: Check - Units: m/s (correct). - Reasonable? Speed is less than if no friction (which would be √(2gh) = √39.2 ≈ 6.26 m/s).

What we did and why: We used the Modified Energy Equation because friction (a non-conservative force) was present. We calculated the work done by friction and subtracted it from the initial energy.


Example 3 – Exam-Style (Disguised Problem)

Problem: A 0.5 kg block compresses a spring (k = 200 N/m) by 0.1 m on a frictionless horizontal surface. When released, it slides up a 30° incline. How far along the incline does it travel before stopping?

Step 1: Identify the System and Forces - Forces: Spring force (conservative), Gravity (conservative). - No friction → Use Conservation of Mechanical Energy.

Step 2: Choose Initial and Final States - Initial (i): Spring fully compressed (x_i = 0.1 m, v_i = 0 m/s). - Final (f): Block stops on incline (v_f = 0 m/s, h_f = ?).

Step 3: Write Down Knowns - m = 0.5 kg - k = 200 N/m - x_i = 0.1 m - θ = 30° - v_i = v_f = 0 m/s - g = 9.8 m/s²

Step 4: Apply Energy Equation KE_i + PE_i = KE_f + PE_f ½mv_i² + ½kx_i² = ½mv_f² + mgh_f 0 + ½(200)(0.1)² = 0 + (0.5)(9.8)h_f 1 = 4.9h_f h_f ≈ 0.204 m

Step 5: Find Distance Along Incline (d) - h_f = d sinθ - 0.204 = d sin30° - d = 0.204 / 0.5 ≈ 0.408 m

Step 6: Check - Units: m (correct). - Reasonable? Yes, the block travels farther than the spring compression.

What we did and why: We used Conservation of Mechanical Energy because only conservative forces (spring and gravity) were acting. We equated initial spring PE to final gravitational PE and solved for height, then converted to distance along the incline.


COMMON MISTAKES

Mistake Why It Happens Correct Approach
Forgetting to include non-conservative work Students assume all problems use conservation of energy. Check for friction, applied forces, or air resistance. If present, use KE_i + PE_i + W_nc = KE_f + PE_f.
Mixing up initial and final states Students plug in wrong values for h or v. Clearly label i and f before writing equations.
Ignoring the sign of work Students forget that work done by friction is negative. Work done against motion (e.g., friction) is negative. Work done with motion (e.g., pushing) is positive.
Using wrong height in Ug = mgh Students use distance along a ramp instead of vertical height. h is vertical height, not distance along the incline.
Forgetting units in spring PE (Us = ½kx²) Students use cm instead of m for x. Always convert x to meters before plugging into ½kx².

EXAM TRAPS

Trap How to Spot It How to Avoid It
Hidden non-conservative forces Problem mentions "rough surface," "friction," or "applied force." Always check for non-conservative forces. If present, use the Modified Energy Equation.
Disguised initial/final states Problem asks for speed at a point that isn’t the "obvious" start/end. Carefully read the question. The "initial" state isn’t always the first sentence.
Tricky spring problems Problem gives spring constant (k) but asks for distance along an incline. Solve for height (h) first, then use h = d sinθ to find distance along the incline.

1-MINUTE RECAP

"Listen up—this is your 60-second crash course for acing energy problems on the AP exam. First, identify the forces: if it’s just gravity or springs, use KE_i + PE_i = KE_f + PE_f. If there’s friction or an applied force, add W_nc to the left side. Second, pick your initial and final states—usually where the problem gives info and where it asks for info. Third, plug in numbers and solve. Watch out for units (meters, not cm!) and signs (friction work is negative). Finally, check if your answer makes sense—if an object falls, its speed should increase. That’s it. Now go crush those energy problems!"