7.7 Comparing Newton's-Law and Energy-Based Solution Methods
The Same Problem, Two Languages
Here is a problem: a 4 kg block starts from rest at the top of a frictionless ramp, 3 meters above the floor. It slides down. What is its speed at the bottom?
Solution using forces and kinematics. Draw the FBD. Choose ramp-aligned axes. Decompose gravity: the component along the ramp is $mg\sin\theta$. Apply Newton's second law: $a = g\sin\theta$. The ramp length is $L = h / \sin\theta$. Use the kinematic equation $v^2 = v_0^2 + 2aL = 2(g\sin\theta)(h/\sin\theta) = 2gh$. So $v = \sqrt{2gh} = \sqrt{2(9.8)(3)} = 7.67$ m/s. That took identifying the angle, decomposing forces, finding the acceleration, computing the ramp length, and applying a kinematic formula. Six lines of reasoning. And notice --- you needed the ramp angle to set up the problem, even though it cancelled at the end.
Solution using energy. No friction, so mechanical energy is conserved: $\frac{1}{2}mv^2 = mgh$. Therefore $v = \sqrt{2gh} = 7.67$ m/s. Three lines. The angle never appeared. The mass cancelled immediately. The only quantities that mattered were the height and the gravitational acceleration.
Same answer. Same physics. But the energy approach cut straight to the relationship between height and speed, bypassing the geometry entirely.
Now here is the catch. Suppose the problem had asked: "What is the normal force on the block while it is on the ramp?" The energy method cannot answer this. It never mentioned the normal force. It never decomposed forces. It never even needed to know the ramp angle. The force method, with its longer setup, gave you access to all of that information. The energy method was faster because it threw away information you did not need.
This is the core tradeoff, and it is the subject of this section: energy methods are powerful because they ignore details. Force methods are powerful because they keep them. The expert knows both and chooses based on what the problem asks.
Prediction
Before you read on: A block slides down a frictionless ramp and then across a rough flat surface until it stops. To find the stopping distance on the rough surface, which method do you think is faster --- forces or energy?
Think carefully. The problem has two phases: the ramp (frictionless) and the flat surface (friction). The question asks for a distance, not a time.
Commit to your choice and write down why you chose it. Then continue reading.
The Guiding Question
Which method reveals the structure of a problem more efficiently?
You now have two frameworks for analyzing motion. The force framework ($\sum \vec{F} = m\vec{a}$, combined with kinematics) has been your primary tool since Chapter 5. The energy framework ($W_{\text{net}} = \Delta KE$, or equivalently energy conservation when forces are conservative) was built in this chapter. They are not competing theories --- the work-energy theorem was derived from Newton's second law. They are two different ways of extracting information from the same underlying physics.
The question is not which one is "better." The question is: for a given problem, which one gets you to the answer with less effort and less opportunity for error?
Exploration: Four Problems, Two Methods Each
The best way to develop judgment about method choice is to solve the same problems both ways and compare. Below are four problems. For each one, both solutions are outlined. As you read, pay attention to three things: which method was shorter, which gave more information, and which was harder to set up.
Problem 1: Speed at the Bottom of a Ramp
A 5 kg block slides from rest down a frictionless 30-degree ramp of height $h = 4$ m. Find its speed at the bottom.
Force method. FBD: gravity and normal force. Ramp-aligned axes. Acceleration: $a = g\sin 30° = 4.9$ m/s$^2$. Ramp length: $L = h/\sin 30° = 8$ m. Kinematic equation: $v^2 = 2aL = 2(4.9)(8) = 78.4$. Speed: $v = 8.85$ m/s.
Steps: decompose gravity, find acceleration, find ramp length, apply kinematics. Four calculations.
Energy method. Energy conservation: $mgh = \frac{1}{2}mv^2$. So $v = \sqrt{2gh} = \sqrt{2(9.8)(4)} = 8.85$ m/s.
Steps: write one equation, solve. Two calculations.
Energy wins. The ramp angle and ramp length were unnecessary detours.
Problem 2: Stopping Distance on a Rough Surface
A block moving at $v_0 = 6$ m/s slides across a rough horizontal surface ($\mu_k = 0.40$) until it stops. Find the stopping distance.
Force method. FBD: gravity, normal force, kinetic friction. On a flat surface, $N = mg$, so $f_k = \mu_k mg$. Newton's second law: $ma = -\mu_k mg$, giving $a = -\mu_k g = -3.92$ m/s$^2$. Kinematic equation: $v^2 = v_0^2 + 2ad$ with $v = 0$: $d = v_0^2 / (2\mu_k g) = 36 / (2 \times 3.92) = 4.59$ m.
Steps: find normal force, find friction, find acceleration, apply kinematics. Four calculations.
Energy method. The work-energy theorem: $W_{\text{net}} = \Delta KE$. The only force doing work is friction: $W_{\text{friction}} = -\mu_k mg \cdot d$. The kinetic energy change: $\Delta KE = 0 - \frac{1}{2}mv_0^2$. Setting them equal: $-\mu_k mg d = -\frac{1}{2}mv_0^2$, so $d = v_0^2 / (2\mu_k g) = 4.59$ m.
Steps: write work expression, write kinetic energy change, solve. Three calculations.
Energy wins again, but by a smaller margin. Both methods are straightforward here.
Problem 3: Time to Slide Down a Ramp
A block starts from rest and slides down a frictionless 30-degree ramp of height $h = 4$ m. How long does it take to reach the bottom?
Force method. Acceleration: $a = g\sin 30° = 4.9$ m/s$^2$. Ramp length: $L = 8$ m. Kinematic equation: $L = \frac{1}{2}at^2$, so $t = \sqrt{2L/a} = \sqrt{2(8)/4.9} = 1.81$ s.
Steps: find acceleration, find ramp length, apply kinematics. Three calculations. Direct and clean.
Energy method. Energy conservation gives you the speed at the bottom: $v = \sqrt{2gh} = 8.85$ m/s. But now you need the time. Energy conservation does not involve time. You would need to go back and find the acceleration (which means decomposing forces anyway) or use $d = \bar{v} \cdot t$ with $\bar{v} = v/2$ and $d = L$... but finding $L$ requires the ramp angle. You are essentially rebuilding the force solution on top of the energy solution.
The energy method does not help here. Forces win.
Problem 4: Speed After a Two-Phase Journey
A 3 kg block starts from rest at the top of a 40-degree frictionless ramp of height 5 m, slides to the bottom, and then slides 2 m across a rough horizontal surface ($\mu_k = 0.30$). What is its speed after crossing the rough section?
Force method. Phase 1 (ramp): $a_1 = g\sin 40° = 6.30$ m/s$^2$. Ramp length: $L = 5/\sin 40° = 7.78$ m. Speed at bottom: $v_1 = \sqrt{2a_1 L} = \sqrt{2(6.30)(7.78)} = 9.90$ m/s.
Phase 2 (flat): $N = mg$, $f_k = \mu_k mg$, $a_2 = -\mu_k g = -2.94$ m/s$^2$. After 2 m: $v_2^2 = v_1^2 + 2a_2 d = 98.0 - 11.76 = 86.24$. Speed: $v_2 = 9.29$ m/s.
Steps: two separate phases, each with its own FBD, acceleration calculation, and kinematic equation. Seven or eight calculations.
Energy method. Track the total energy from start to finish. Conservative work (gravity): $W_{\text{grav}} = mgh = (3)(9.8)(5) = 147$ J. Nonconservative work (friction, only on the flat section): $W_{\text{fric}} = -\mu_k mg \cdot d = -(0.30)(3)(9.8)(2) = -17.6$ J. Work-energy theorem for the entire journey: $W_{\text{grav}} + W_{\text{fric}} = \frac{1}{2}mv_f^2 - 0$.
$$v_f = \sqrt{\frac{2(W_{\text{grav}} + W_{\text{fric}})}{m}} = \sqrt{\frac{2(147 - 17.6)}{3}} = \sqrt{86.3} = 9.29 \text{ m/s}$$
Steps: compute gravitational work, compute friction work, apply work-energy theorem once. Three calculations. No phases. No ramp angle. No intermediate velocity.
Energy wins decisively. The force method required treating the problem as two separate sub-problems. The energy method treated the entire journey as a single accounting problem.
[Interactive: Method Comparison Table. The four problems above are displayed in a table. For each problem, two columns show the force-method solution and the energy-method solution side by side. A third column shows a comparison metric: number of algebraic steps, number of unknowns, and whether time or direction information was needed. Students can click on each row to expand the full solution. A guided prompt reads: "For which problems did energy win? What feature did those problems share? For which problem did forces win? What did that problem ask for that energy could not provide?"]
Pause and think: Look back at the four problems. The energy method won in Problems 1, 2, and 4. It lost in Problem 3. What is the common feature of Problems 1, 2, and 4? And what made Problem 3 different?
The answer: Problems 1, 2, and 4 asked for a speed or a distance. Problem 3 asked for a time. Energy methods naturally connect force, displacement, and speed. They do not involve time at all. When time is what you need, you must go through acceleration --- and that means forces.
Concept Reveal: Choosing the Right Tool
Here is the principle, stated plainly:
Energy methods are fastest when the question asks for speed or distance and does not require time, direction, or the full force history. Force methods are necessary when the question asks for acceleration, time, direction of motion, or the value of a specific force (like the normal force or tension).
This is not a vague guideline. It follows directly from what each method provides and what it omits:
| Force method ($\sum F = ma$ + kinematics) | Energy method ($W = \Delta KE$) | |
|---|---|---|
| Inputs needed | All forces, directions, angles | Forces that do work, displacements |
| Outputs provided | Acceleration, all forces, time, trajectory | Speed, distance |
| What it skips | Nothing --- full detail | Time, direction, individual forces |
| When it excels | When you need time, acceleration, or specific forces | When you need speed or distance from complex paths |
| Cost | More equations, more geometry, more algebra | Less algebra, but less information |
The energy method is a compression of the force method. It collapses the full vector equation $\sum \vec{F} = m\vec{a}$ into a single scalar equation by integrating over the path. In that compression, time disappears (because $\int F \, dx$ has no $t$), direction disappears (because energy is a scalar), and forces perpendicular to the motion disappear (because they do no work). What remains is the relationship between force components along the path and speed change.
This is why energy won so convincingly in Problem 4. The two-phase journey with a ramp and a flat surface required two separate force analyses --- two FBDs, two decompositions, two kinematic equations with an intermediate velocity connecting them. The energy method bypassed all of that structure. It asked one question: how much total work was done from start to finish? And from that single number, it extracted the final speed.
When to Use Which: A Decision Guide
Before writing any equations, ask yourself three questions:
- What does the problem ask for?
- Speed or distance? Energy is likely faster.
-
Time, acceleration, or a specific force? You need forces.
-
How complex is the path?
- Multiple phases, ramps, curves, transitions? Energy handles them in one equation.
-
Simple straight-line motion? Both methods are equally easy; forces may give more insight.
-
Are all forces known, or do you need to find one?
- If you need the normal force, tension, or friction force itself (not just its work), you need force analysis.
- If you just need the effect of forces on motion, energy is often sufficient.
These are not rigid rules. They are expert heuristics --- habits of thought that develop through practice. The goal is to spend thirty seconds choosing your approach before you spend ten minutes computing.
Connection: A Toolbox, Not a Hierarchy
This is the first time in the course that you have had a genuine choice of method. In Chapters 5 and 6, Newton's second law was the only game in town. Now you have two tools, and part of your job is deciding which one to pick up.
This theme returns and deepens. In Chapter 8, you will meet a third tool: momentum and impulse. Momentum methods are fastest when forces act over short times (collisions, explosions) and you care about velocity changes rather than trajectories. By Chapter 14, you will have a full toolkit --- forces, energy, momentum, angular momentum --- and the central challenge will be recognizing which tool fits which problem.
The pattern is always the same: each method is a different way of extracting information from $\sum \vec{F} = m\vec{a}$. Each method integrates the equation differently (over time, over displacement, over angle) and therefore keeps different information and discards different information. No method is universally superior. The expert's advantage is knowing what each method provides and what it costs.
The coordinate-choice skill from Section 6.5 is a close analogy. There, you learned that the right coordinate system makes equations simpler --- not by changing the physics, but by aligning the mathematics with the structure of the problem. Here, you are learning the same lesson at a higher level: the right method makes the solution simpler, not by changing the physics, but by aligning the mathematical machinery with the question being asked.
Metacognition: The Expert's Pause
Expert problem solvers spend time choosing a method before computing. If you are halfway through a calculation and it feels awful --- too many unknowns, too many equations, intermediate quantities that do not seem to help --- step back. You might be using the wrong tool.
This is a real skill, not a platitude. Novices tend to grab the first method they think of (usually forces, because it was taught first) and push through regardless. Experts pause. They read the problem, identify what is asked, consider what is given, and then choose their approach. The pause takes thirty seconds. It can save fifteen minutes.
Here is a concrete practice: before solving any problem in this chapter's exercises, write one sentence stating which method you will use and why. If you cannot justify your choice, that is a signal to think more carefully about the problem's structure before diving in.
Spaced Retrieval
Before moving to practice, test your recall of this chapter's ideas.
Recall prompt 1: What is the work-energy theorem? State it in both words and symbols. (Section 7.3)
Recall prompt 2: What makes a force conservative? Give two equivalent ways to characterize conservative forces. (Section 7.4)
Recall prompt 3: On a potential energy diagram, how do you identify turning points, stable equilibria, and unstable equilibria? (Section 7.5)
Recall prompt 4: What is power, and how is it related to force and velocity? (Section 7.6)
Practice Layers
Layer 1: Concrete --- Solve the Same Problem Both Ways
Problem 1. A 2 kg ball is thrown straight upward with an initial speed of 12 m/s. Find the maximum height it reaches. Ignore air resistance.
(a) Solve using Newton's second law and kinematics.
(b) Solve using conservation of energy.
(c) Which solution was shorter? Which required more setup?
Check your answer
**(a) Force/kinematics method.** The only force is gravity: $F = -mg$ (taking upward as positive). Newton's second law: $a = -g = -9.8$ m/s$^2$. At maximum height, $v = 0$. Using $v^2 = v_0^2 + 2a\Delta y$: $$0 = (12)^2 + 2(-9.8)\Delta y$$ $$\Delta y = \frac{144}{19.6} = 7.35 \text{ m}$$ Four steps: identify force, find acceleration, choose kinematic equation, solve. **(b) Energy method.** At the launch point: $KE = \frac{1}{2}mv_0^2$, $U = 0$ (choosing this as the reference). At maximum height: $KE = 0$ (momentarily at rest), $U = mgh$. Conservation of energy: $\frac{1}{2}mv_0^2 = mgh$. So $h = v_0^2 / (2g) = 144/19.6 = 7.35$ m. Two steps: write energy conservation, solve. Mass cancelled immediately. **(c)** The energy method was shorter. The force method required identifying the acceleration and choosing the correct kinematic equation. The energy method went directly from speed to height without needing acceleration as an intermediate step. For a problem this simple, both are quick --- but the energy method is more direct.Problem 2. A 5 kg block starts from rest at the top of a 3 m high frictionless ramp, slides down, and then travels across a rough horizontal surface ($\mu_k = 0.25$) until it stops. Find the stopping distance.
(a) Solve using forces and kinematics (you will need two phases).
(b) Solve using the work-energy theorem applied to the entire journey.
(c) Compare the number of steps. Why is the difference larger here than in Problem 1?
Check your answer
**(a) Force/kinematics method.** Phase 1 (ramp): Need the ramp angle, call it $\theta$. Acceleration along ramp: $a_1 = g\sin\theta$. Ramp length: $L = h/\sin\theta = 3/\sin\theta$. Speed at bottom: $v_1^2 = 2a_1 L = 2(g\sin\theta)(3/\sin\theta) = 2g(3) = 58.8$. So $v_1 = 7.67$ m/s. Phase 2 (flat surface): $N = mg$, $f_k = \mu_k mg = (0.25)(5)(9.8) = 12.25$ N. Acceleration: $a_2 = -\mu_k g = -2.45$ m/s$^2$. Using $0 = v_1^2 + 2a_2 d$: $d = v_1^2 / (2\mu_k g) = 58.8/4.9 = 12.0$ m. Notice that the ramp angle cancelled again, but you had to carry it through several steps before it dropped out. **(b) Energy method.** Start to finish, one equation. Gravity does positive work: $W_{\text{grav}} = mgh = (5)(9.8)(3) = 147$ J. Friction does negative work (only on the flat surface): $W_{\text{fric}} = -\mu_k mg \cdot d$. The block starts and ends at rest, so $\Delta KE = 0$. Work-energy theorem: $W_{\text{grav}} + W_{\text{fric}} = 0$, so $mgh - \mu_k mg d = 0$, giving $d = h/\mu_k = 3/0.25 = 12.0$ m. Three steps. No phases. No ramp angle. No intermediate speed. **(c)** The energy method was dramatically shorter because the force method required solving two separate sub-problems connected by an intermediate velocity. The energy method treated the entire journey as a single energy-accounting problem. The advantage of the energy method grows with the complexity of the path.Layer 2: Pattern --- Predict the Faster Method Without Solving
For each problem description below, predict which method --- forces/kinematics or energy --- will be faster. Do not solve the problem. Just identify what the problem asks for and use the decision guide from the Concept Reveal section to make your prediction.
Problem 3a. A ball is launched vertically upward. Find how long it takes to reach maximum height.
Problem 3b. A roller coaster car starts from rest at the top of a 25 m hill and descends through a series of loops and valleys with negligible friction. Find its speed at the bottom of a 10 m deep valley.
Problem 3c. A block on a horizontal surface is pulled by a rope at an angle of 30 degrees above horizontal. Find the normal force on the block.
Problem 3d. A pendulum is released from a 20-degree angle. Find its speed at the lowest point.
Problem 3e. A car accelerates from rest with a constant engine force. Find the time to reach 100 km/h.
Check your answer
**3a. Forces win.** The problem asks for *time*. Energy methods do not involve time. You need $a = -g$ and the kinematic equation $v = v_0 + at$ with $v = 0$. **3b. Energy wins.** The problem asks for *speed* after a complex path with multiple curves. Energy conservation ($\frac{1}{2}mv^2 = mg\Delta h$) gives the answer in one line. The force method would require analyzing each segment of the track separately. **3c. Forces win.** The problem asks for a *specific force* (the normal force). Energy methods never calculate the normal force because it is perpendicular to the motion and does no work. You need a force balance in the vertical direction: $N + T\sin 30° - mg = 0$. **3d. Energy wins.** The problem asks for *speed* and the path is curved (a pendulum arc). Applying forces along the arc would require dealing with a continuously changing angle. Energy conservation handles it in one equation: $\frac{1}{2}mv^2 = mgL(1 - \cos 20°)$, where $L$ is the pendulum length. **3e. Forces win.** The problem asks for *time*. You need $F = ma$ to find the acceleration and then $v = at$ to find the time. Energy methods can find the speed at a given distance but cannot directly give you the time. **The pattern:** energy wins when you need speed or distance; forces win when you need time, acceleration, or a specific force value.Layer 3: Structure --- What Each Method Requires and Reveals
Problem 4. Complete the following comparison from memory, without looking back at the Concept Reveal section.
(a) What inputs does the force method require that the energy method does not?
(b) What outputs does the force method provide that the energy method cannot?
(c) What makes the energy method faster when the path has multiple phases or complex geometry?
(d) A classmate says: "Energy methods are always better because they are shorter." Evaluate this claim.
Check your answer
**(a)** The force method requires the *direction* of each force and the *angle* of the path (ramp angle, trajectory angle, etc.). It requires decomposing every force into components. The energy method only requires the *magnitude* of each force's component along the displacement and the *distance* over which it acts --- it does not need the full directional information. **(b)** The force method provides acceleration (both magnitude and direction), time history, and the values of all individual forces (including forces perpendicular to the motion, like the normal force). The energy method provides only speed and distance. It cannot give you the time to travel, the direction of motion, or the value of any force that acts perpendicular to the displacement. **(c)** The energy method is faster on complex paths because it treats the entire journey as a single accounting problem: total work equals total change in kinetic energy. The force method must analyze each phase separately, with a separate FBD, separate equations, and intermediate velocities connecting the phases. Every additional phase adds a new sub-problem to the force method but adds only one more work term to the energy method. **(d)** The claim is wrong. Energy methods are shorter *when the question asks for something energy methods can provide* (speed or distance). When the question asks for time, acceleration, or a specific force, energy methods either cannot answer directly or require additional force analysis on top of the energy calculation, making them longer, not shorter. The right statement is: "Energy methods are shorter when the problem's question matches the energy method's output."Layer 4: Debug --- Spotting Method Mismatches
Problem 5. A student solves the following problem using the energy method:
"A ball is thrown horizontally from the top of a 20 m cliff. How long does it take to hit the ground?"
The student writes: $mgh = \frac{1}{2}mv^2$, so $v = \sqrt{2gh} = \sqrt{2(9.8)(20)} = 19.8$ m/s. Then the student is stuck. They have the final speed but not the time. They write: "$t = d/v = 20/19.8 = 1.01$ s" and submit this answer.
(a) What is wrong with the student's approach?
(b) What is the correct time? (Use the force method.)
(c) What general lesson does this illustrate about method choice?
Check your answer
**(a)** Two errors. First, the student used the energy method for a problem that asks for time --- and energy methods do not involve time. They got the final speed correctly ($v = 19.8$ m/s), but then had no way to extract the time from it. Second, the student tried to recover by writing $t = d/v$, treating the motion as though the ball travels 20 m at constant speed of 19.8 m/s. But the speed of 19.8 m/s is the *final* speed, not the average speed. The ball accelerates throughout the fall. Also, the 19.8 m/s is the magnitude of the total velocity vector, which includes both horizontal and vertical components --- it is not the vertical speed alone. **(b)** Using forces: the vertical motion has acceleration $a_y = -g$ and initial vertical velocity $v_{0y} = 0$ (thrown horizontally). Using $\Delta y = v_{0y}t + \frac{1}{2}a_y t^2$: $$-20 = 0 + \frac{1}{2}(-9.8)t^2$$ $$t = \sqrt{\frac{2(20)}{9.8}} = 2.02 \text{ s}$$ The correct answer is about 2.0 s, not 1.0 s. The student's answer was off by a factor of two. **(c)** The general lesson: the energy method gives you speed, not time. If a problem asks for time, you need forces and kinematics. Starting with energy and then trying to extract time leads to either getting stuck or making errors (like using final speed as average speed). The right move is to recognize the problem as a time-question *before* you start computing and choose forces from the outset.Reflection
After this chapter, when would you reach for energy methods first --- and when for forces?
Think about your own experience with the problems above. You likely found that the energy method felt almost effortless for speed-and-distance problems, especially when the path was complex. And you likely found that it felt useless or misleading for time-and-force problems.
This is the beginning of a deeper shift in how you approach physics. Until now, "solving a problem" meant "apply the method I know." From this point forward, "solving a problem" means "choose the method that fits, then apply it." The first step is not writing an equation. The first step is reading the problem and asking: What am I solving for? What tool gives me that most directly?
This is what expert reasoning looks like. It is not about knowing more formulas. It is about making better decisions about which formula to use.
Chapter Summary: Work and Kinetic Energy
This chapter introduced a fundamentally new way of thinking about dynamics. Instead of tracking forces at every instant ($\sum \vec{F} = m\vec{a}$), you learned to track energy transfers --- a scalar accounting system that bypasses the full vector force analysis. The new framework is not a new theory. It is $\sum \vec{F} = m\vec{a}$ repackaged through integration over displacement.
Here is what we built, section by section:
Section 7.1: Work as a line integral. Work is force times displacement times the cosine of the angle between them: $W = \vec{F} \cdot \Delta\vec{r}$. Only the component of force along the displacement does work. Perpendicular force does zero work. This is why carrying a box horizontally at constant height involves zero work by the carrying force, despite large force and large displacement.
Section 7.2: Constant and variable forces. For a constant force, work is $Fd\cos\theta$. For a variable force, work is the integral $\int \vec{F} \cdot d\vec{r}$ --- the area under the force-displacement curve. The spring force ($F = -kx$) gives $W = \frac{1}{2}kx^2$, which is why spring energy depends on the square of the stretch.
Section 7.3: The work-kinetic energy theorem. $W_{\text{net}} = \Delta KE = \frac{1}{2}mv_f^2 - \frac{1}{2}mv_i^2$. This is derived directly from $F = ma$ by integrating over displacement. It connects force, distance, and speed change in a single scalar equation --- without time.
Section 7.4: Conservative forces and potential energy. A conservative force does path-independent work, which allows us to define potential energy: $W_{\text{cons}} = -\Delta U$. For gravity, $U = mgy$. For springs, $U = \frac{1}{2}kx^2$. When only conservative forces act, $KE + U = \text{constant}$ --- mechanical energy is conserved.
Section 7.5: Energy diagrams and qualitative motion analysis. A plot of $U(x)$ reveals the entire motion: $KE = E_{\text{total}} - U(x)$. Turning points occur where $U = E_{\text{total}}$. Stable equilibria are at potential energy minima. Unstable equilibria are at maxima. The force at any point is $F = -dU/dx$.
Section 7.6: Power and rates of energy transfer. Power is the rate of doing work: $P = dW/dt = \vec{F} \cdot \vec{v}$. It determines how fast energy is transferred and constrains the performance of real machines and engines.
Section 7.7: Comparing methods. Energy methods are fastest when you need speed or distance from complex paths. Force methods are necessary when you need time, acceleration, or specific force values. The expert's skill is choosing the right tool before computing.
The hero concept of this chapter is the work-energy theorem --- the bridge between the force world and the energy world. It is a single scalar equation derived from Newton's second law that compresses the full force-time history into one accounting statement. The tradeoff is real: energy methods give you less information than force methods. But when the information you need is speed or distance, energy methods are faster, cleaner, and less error-prone.
Chapter-End Retrieval
Close your notes. Answer these from memory.
1. What is the work-energy theorem? State it in words and in symbols. What is it derived from?
2. What makes a force conservative? State two equivalent characterizations.
3. On a potential energy diagram, how do you find turning points? How do you identify stable vs. unstable equilibria?
4. What is the relationship between a conservative force and its potential energy function? Express it mathematically.
5. What information do energy methods provide that force methods also provide? What information do force methods provide that energy methods cannot?
6. A problem asks for the time it takes a ball to reach maximum height. Should you use forces or energy? Why?
After you have attempted all six, check your answers against the chapter summary above.
Looking Ahead
Chapter 7 gave you a second tool for analyzing motion --- energy. But two tools are not yet the full toolkit. There is a third conserved quantity in mechanics, one that handles a class of problems where both forces and energy are awkward: problems involving sudden interactions, where large forces act over very short times.
When two billiard balls collide, the contact force is enormous and acts for a fraction of a second. You do not know the force, you do not know the time, and you certainly do not know the force as a function of displacement. Neither $\sum F = ma$ (which needs the force) nor the work-energy theorem (which needs the force along the path) can help directly. But something is conserved in a collision --- and it is not energy (at least, not kinetic energy). It is momentum.
Chapter 8 introduces momentum, impulse, and the conservation of momentum. It will give you a third method for analyzing motion, one that is specifically designed for collisions and explosions. By the end of that chapter, you will have three complementary tools --- forces, energy, and momentum --- and the central question will shift from "how do I solve this?" to "which tool fits this problem best?"