AP Physics 1 Unit 3 Notes: Understanding Energy Through Work and Potential
Translational Kinetic Energy
What it is
Translational kinetic energy is the energy an object has because it is moving from place to place (translating). It does not care why the object is moving—only how massive it is and how fast it is moving.
For a particle-like object (or the center of mass of a system moving without considering rotation), the translational kinetic energy is
K = \frac{1}{2}mv^2
Here:
- K is translational kinetic energy (joules, J)
- m is mass (kilograms, kg)
- v is speed (meters per second, m/s)
A key idea is that kinetic energy depends on speed, not velocity direction. If you reverse direction but keep the same speed, K is unchanged.
Why it matters
Kinetic energy is one of the main “bookkeeping tools” in mechanics. Instead of tracking how forces change an object’s velocity step-by-step, energy methods often let you relate conditions at two positions (initial and final) more directly. This is especially powerful when forces vary with position or when multiple forces act.
Kinetic energy also connects directly to work through the work-energy theorem (covered in the Work section): net work changes K. That relationship is one of the most tested ideas in AP Physics 1 because it blends conceptual reasoning (signs, direction, energy transfers) with algebra.
How it works (how to reason with it)
Quadratic dependence on speed: If you double speed, kinetic energy becomes four times larger:
- if v becomes 2v, then K becomes \frac{1}{2}m(2v)^2 = 4\left(\frac{1}{2}mv^2\right).
This matters whenever you compare stopping distances, crash severity, or required work to speed up.
- if v becomes 2v, then K becomes \frac{1}{2}m(2v)^2 = 4\left(\frac{1}{2}mv^2\right).
Units and physical meaning: A joule is equivalent to a newton-meter. That hints at the deep connection between force through distance (work) and changes in K.
Kinetic energy is not “conserved” by itself: It can increase or decrease depending on net work. In many real situations (like friction), kinetic energy decreases while thermal energy increases.
Kinetic energy in action: worked examples
Example 1: Comparing kinetic energies
A 2.0 kg cart moves at 3.0 m/s. A second cart of the same mass moves at 6.0 m/s. How do their kinetic energies compare?
- For cart 1:
K_1 = \frac{1}{2}(2.0)(3.0)^2 = 1.0 \cdot 9.0 = 9.0\text{ J} - For cart 2:
K_2 = \frac{1}{2}(2.0)(6.0)^2 = 1.0 \cdot 36 = 36\text{ J}
So K_2 = 4K_1. The speed doubled, so kinetic energy quadrupled.
Example 2: Solving for speed from kinetic energy
A 0.50 kg ball has 8.0 J of translational kinetic energy. What is its speed?
Start from
K = \frac{1}{2}mv^2
Solve for v:
v = \sqrt{\frac{2K}{m}}
Substitute:
v = \sqrt{\frac{2(8.0)}{0.50}} = \sqrt{32} \approx 5.7\text{ m/s}
What goes wrong (common conceptual pitfalls)
- Mixing up speed and velocity: Direction changes do not change K unless speed changes.
- Forgetting the square: Students often assume “double speed means double energy.” It is four times.
- Using mass in grams: The formula assumes SI units. Convert to kilograms.
Exam Focus
- Typical question patterns
- Compare kinetic energies for different masses and speeds (often ratio reasoning to avoid heavy algebra).
- Use W_{net} = \Delta K to find a final speed after a force acts through a distance.
- Interpret graphs (like speed vs time or force vs position) to reason about changes in K.
- Common mistakes
- Using velocity components instead of speed in K = \frac{1}{2}mv^2.
- Forgetting that kinetic energy is always nonnegative; negative values usually signal a sign or arithmetic error.
- Plugging in numbers before symbolically solving, then losing track of what is initial vs final.
Work
What it is
In physics, work is the way we quantify energy transferred by a force acting through a displacement. Not all forces do work, and not all applied forces do positive work.
For a constant force and a straight-line displacement, work is the dot product of force and displacement:
W = \vec{F}\cdot\Delta\vec{r}
In magnitude-angle form:
W = F\Delta r\cos\theta
Where:
- W is work (joules, J)
- \vec{F} is the force vector
- \Delta\vec{r} is the displacement vector
- F is force magnitude
- \Delta r is displacement magnitude
- \theta is the angle between the force direction and displacement direction
Work is a scalar. The sign of work (positive, negative, or zero) comes from the angle via \cos\theta.
Why it matters
Work is the bridge between forces (dynamics) and energy (kinematics-like outcomes without time). The most central payoff is the work-energy theorem:
W_{net} = \Delta K
That statement tells you: if you can compute the net work done on an object, you immediately know how its translational kinetic energy changes—without directly using acceleration or time.
Work also helps you interpret common physical situations:
- A force in the direction of motion adds energy (positive work).
- A force opposite motion removes kinetic energy (negative work), often converting it to thermal energy.
- A force perpendicular to motion changes direction but not speed (zero work), like uniform circular motion where the centripetal force is perpendicular to velocity.
How it works (step-by-step reasoning)
1) Only the parallel component matters
Because of the dot product, only the component of force parallel to the displacement contributes to work. You can rewrite work as
W = F_{\parallel}\Delta r
where F_{\parallel} = F\cos\theta is the component along the displacement.
This is why carrying a heavy backpack horizontally at constant height does approximately zero work on the backpack by your upward force: your force is mostly vertical while displacement is horizontal, so \theta \approx 90^\circ and \cos\theta \approx 0.
2) Positive, negative, and zero work
- Positive work: 0^\circ \le \theta < 90^\circ. Force has a component in the direction of displacement.
- Negative work: 90^\circ < \theta \le 180^\circ. Force component opposes displacement (like kinetic friction on a sliding block).
- Zero work: \theta = 90^\circ or displacement is zero.
A common misconception is thinking “if I’m exerting a force, I must be doing work.” In physics, work requires displacement in the direction of the force.
3) Net work vs work by a single force
Multiple forces can act. The net work is the sum of the works done by each force:
W_{net} = \sum W_i
Then the work-energy theorem uses net work, not “the work you personally did.”
4) Work-energy theorem as a problem-solving engine
Using
W_{net} = \Delta K = K_f - K_i
lets you connect forces and distances to speeds:
- If you know the forces and displacement, you can find K_f and thus v_f.
- If you know speeds, you can find the net work required.
5) Variable forces and graphs (AP Physics 1 perspective)
AP Physics 1 often emphasizes that when force changes with position, the work done equals the area under a force vs position graph. For a constant force, that area is a rectangle (which matches W = F\Delta x when force is along the displacement). Even without calculus, you can find work by counting geometric areas under the curve.
Work in action: worked examples
Example 1: Work done by an angled force
You pull a suitcase with a 40 N force at an angle of 30° above the horizontal for 10 m along the floor. Find the work done by your pulling force.
Use
W = F\Delta r\cos\theta
Substitute:
W = (40)(10)\cos 30^\circ
Since \cos 30^\circ \approx 0.866:
W \approx 400(0.866) \approx 346\text{ J}
Interpretation: you transferred about 346 J of energy to the suitcase via your force. (Other forces like friction may remove energy at the same time.)
Example 2: Using the work-energy theorem to find speed
A 3.0 kg block starts from rest on a horizontal surface. A constant horizontal force of 12 N acts over 5.0 m. Neglect friction. What is the block’s final speed?
Net work equals work by the applied force (since the normal force and weight do no work for purely horizontal displacement):
W_{net} = F\Delta r = (12)(5.0) = 60\text{ J}
Apply the work-energy theorem:
W_{net} = \Delta K = K_f - K_i
It starts from rest, so K_i = 0. Thus K_f = 60\text{ J}.
Now solve for speed from K_f = \frac{1}{2}mv^2:
v = \sqrt{\frac{2K_f}{m}} = \sqrt{\frac{2(60)}{3.0}} = \sqrt{40} \approx 6.3\text{ m/s}
What goes wrong (common conceptual pitfalls)
- Using distance instead of displacement: Work depends on displacement along the force direction. If an object goes out and back to the start, the net displacement is zero, and some forces may do zero net work even though the distance traveled is large.
- Forgetting that normal force can do work on an incline: On a flat surface with purely horizontal displacement, the normal force is perpendicular and does zero work. On more complex paths, you must re-check the angle between force and displacement.
- Assuming “bigger force means bigger work” without considering direction: A large force perpendicular to motion still does zero work.
Exam Focus
- Typical question patterns
- Compute work from a force at an angle or from a force vs position graph.
- Use W_{net} = \Delta K to find final speed or stopping distance.
- Decide which forces do work (and whether that work is positive, negative, or zero) in multi-force situations.
- Common mistakes
- Plugging \theta as the angle between force and the horizontal rather than between force and displacement (they are the same only if displacement is horizontal).
- Treating friction work as positive; kinetic friction usually does negative work when the object slides.
- Using work done by one force in place of net work when applying W_{net} = \Delta K.
Potential Energy
What it is
Potential energy is energy stored in a system due to the configuration (positions) of objects that interact through forces. The most common potential energies in AP Physics 1 are:
- Gravitational potential energy near Earth’s surface (object-Earth system)
- Elastic (spring) potential energy (object-spring system)
A crucial idea: potential energy is associated with conservative forces, meaning the work done by the force depends only on the initial and final positions, not the path taken.
Why it matters
Potential energy is what makes energy conservation problems so powerful. If only conservative forces do work, mechanical energy can convert between kinetic and potential forms without being “lost,” letting you predict speeds and positions without tracking forces at every moment.
Potential energy also gives you a clean way to handle gravity and springs. Instead of repeatedly computing work done by gravity or a spring force, you can store that information in U and use energy changes.
How it works (building the ideas carefully)
1) Conservative forces and the meaning of U
For a conservative force, you can define a potential energy function U such that the work done by the conservative force equals the negative change in potential energy:
W_{cons} = -\Delta U
This minus sign is extremely important. It encodes the idea that when a conservative force does positive work on an object, the system’s potential energy decreases and kinetic energy tends to increase.
Example intuition: when an object falls, gravity does positive work (force and displacement both downward), so gravitational potential energy decreases.
2) Gravitational potential energy near Earth
Near Earth’s surface (where g is approximately constant), gravitational potential energy is
U_g = mgh
Where:
- U_g is gravitational potential energy (J)
- m is mass (kg)
- g is the magnitude of gravitational field strength (about 9.8 N/kg on Earth)
- h is height relative to a chosen reference level (m)
Two subtle but testable points:
- Only changes in gravitational potential energy matter physically:
\Delta U_g = mg\Delta h
- The zero of U_g is a **choice**. You can set h = 0 wherever convenient (floor, tabletop, launch point), as long as you are consistent.
3) Spring (elastic) potential energy
For an ideal spring that obeys Hooke’s law, the spring force magnitude is proportional to stretch/compression. The potential energy stored in the spring is
U_s = \frac{1}{2}kx^2
Where:
- U_s is spring potential energy (J)
- k is spring constant (N/m)
- x is displacement from the spring’s natural (unstretched) length (m)
Because of the square, compressing or stretching by the same amount stores the same energy.
4) Mechanical energy and nonconservative work
Define mechanical energy as
E_{mech} = K + U
If only conservative forces are doing work, mechanical energy is conserved:
K_i + U_i = K_f + U_f
If nonconservative forces (like kinetic friction or air resistance) do work, then mechanical energy changes. A very useful equation is
K_i + U_i + W_{nc} = K_f + U_f
Where W_{nc} is the work done by nonconservative forces (often negative for friction).
This equation helps you keep “energy accounting” clean:
- Conservative forces are handled through U.
- Nonconservative forces are handled through explicit work W_{nc}.
Potential energy in action: worked examples
Example 1: Falling object using energy
A 0.20 kg ball is dropped from rest from a height of 5.0 m. Ignore air resistance. Find the speed just before it hits the ground.
Choose the ground as h = 0.
- Initial: K_i = 0, U_i = mgh = (0.20)(9.8)(5.0) = 9.8\text{ J}
- Final at ground: U_f = 0, and all energy is kinetic: K_f = 9.8\text{ J}
Solve for v:
K_f = \frac{1}{2}mv^2
v = \sqrt{\frac{2K_f}{m}} = \sqrt{\frac{2(9.8)}{0.20}} = \sqrt{98} \approx 9.9\text{ m/s}
Notice how mass cancels conceptually: heavier objects have more gravitational potential energy, but they also require more energy to reach a given speed.
Example 2: Spring launch (energy conversion)
A spring with k = 200\text{ N/m} is compressed by 0.10 m and launches a 0.50 kg cart on a frictionless track. If the spring returns to its natural length before the cart leaves it, what speed does the cart have as it leaves the spring?
Initial energy is spring potential energy:
U_{s,i} = \frac{1}{2}kx^2 = \frac{1}{2}(200)(0.10)^2 = 100(0.01) = 1.0\text{ J}
Assuming all of that becomes kinetic energy:
K_f = 1.0\text{ J}
Solve for speed:
v = \sqrt{\frac{2K_f}{m}} = \sqrt{\frac{2(1.0)}{0.50}} = \sqrt{4} = 2.0\text{ m/s}
Example 3: Including friction with energy accounting
A 2.0 kg block slides down a 3.0 m long rough incline. The vertical drop is 1.2 m. The work done by friction is -8.0 J. If it starts from rest, what is its speed at the bottom?
Use
K_i + U_i + W_{nc} = K_f + U_f
Take the bottom as U_f = 0 and start from rest so K_i = 0.
Initial gravitational potential energy:
U_i = mgh = (2.0)(9.8)(1.2) = 23.52\text{ J}
Now include friction work:
0 + 23.52 + (-8.0) = K_f + 0
So
K_f = 15.52\text{ J}
Solve for speed:
v = \sqrt{\frac{2K_f}{m}} = \sqrt{\frac{2(15.52)}{2.0}} = \sqrt{15.52} \approx 3.94\text{ m/s}
Interpretation: friction removed 8.0 J of mechanical energy, so the final speed is lower than it would be on a frictionless incline.
Notation and reference choices (keeping your setup consistent)
Potential energy problems often look “different” because people choose different zero levels, but the physics is the same if you stay consistent.
| Quantity | Common symbol | Depends on a reference? | Key idea |
|---|---|---|---|
| Translational kinetic energy | K | No | Always based on speed |
| Gravitational potential energy (near Earth) | U_g | Yes | Only \Delta h matters |
| Spring potential energy | U_s | Natural length is reference | Based on stretch/compression from equilibrium |
A helpful habit: write \Delta U_g = mg\Delta h early, especially when heights are given as vertical differences.
What goes wrong (common conceptual pitfalls)
- Treating potential energy as a property of a single object: Gravitational potential energy belongs to the object-Earth system; spring potential energy belongs to the spring-object system.
- Sign confusion with height: If an object goes down, \Delta h is negative, so \Delta U_g is negative. That typically corresponds to an increase in kinetic energy if no nonconservative forces act.
- Forgetting that friction is handled by W_{nc}: Students often try to include friction as “negative potential energy.” Friction is nonconservative; it does not have a potential energy function in this course.
- Using inconsistent reference levels: You can set U = 0 wherever you want, but switching mid-problem breaks the accounting.
Exam Focus
- Typical question patterns
- Use conservation of mechanical energy to relate speed to height or spring compression.
- Combine energy with a nonconservative work term (often friction) using K_i + U_i + W_{nc} = K_f + U_f.
- Compare two paths between the same heights to emphasize that gravitational potential energy change depends only on \Delta h.
- Common mistakes
- Plugging h instead of \Delta h when the reference level is not ground level.
- Forgetting to include both types of potential energy when both gravity and springs are present.
- Assuming mechanical energy is always conserved even when friction or air resistance is present; you must account for W_{nc}.