Work, Energy & Power
Level 3 Paper: Production (Derivations & Explain-Out-Loud)
Time limit: 45 minutes Total marks: 50 Instructions: Derive from first principles where asked. State assumptions. Use notation and SI units. Show all reasoning steps.
Q1. [10 marks] Work–energy theorem from scratch. Starting from Newton's second law for a particle of mass moving in one dimension under a net force :
(a) Derive the work–energy theorem by integrating over displacement. Show every step, including the change of variable. [6]
(b) Explain in words why the kinetic energy emerges as and not some other function of — i.e. what feature of the derivation fixes the form. [4]
Q2. [9 marks] Spring potential energy & Hooke's law.
(a) State Hooke's law with correct sign convention and explain what the minus sign physically means. [3]
(b) From the definition of potential energy , derive the elastic PE stored in a spring stretched to extension . [4]
(c) A spring has . Compute the work needed to stretch it from to . [2]
Q3. [10 marks] Conservation of mechanical energy — derivation.
(a) Define a conservative force in terms of path-independence of work. [2]
(b) For a particle acted on only by conservative forces, derive starting from the work–energy theorem and the definition . [5]
(c) A block slides down a frictionless incline from height . Find its speed at the bottom using energy conservation. Take . [3]
Q4. [9 marks] Non-conservative forces & efficiency.
(a) A car accelerates from rest to over . Friction/drag dissipates . Find the total work done by the engine. [4]
(b) If this took , find the average useful power delivered to the car's kinetic energy, and the average total power output of the engine. [3]
(c) Define efficiency and compute it for this process (useful KE gain ÷ total engine work). [2]
Q5. [8 marks] Spring–mass collision problem. A block of mass moving at on a frictionless surface strikes and compresses a spring of constant .
(a) Derive an expression for the maximum compression in terms of , , , and compute it. [4]
(b) Explain out loud (in writing) at what point during the compression the block's speed is maximum, and why this differs from the point of maximum compression. [4]
Q6. [4 marks] Work by a variable force — integration. A force acts on a body moving along the -axis. Compute the work done as the body moves from to .
Answer keyMark scheme & solutions
Q1 (10)
(a) [6] Newton's second law: . [1]
Multiply by and integrate over the path: [1]
Change variable using [2] (chain rule / )
[2]
(b) [4]
- The form arises because the integrand became after the change of variable. [2]
- Integrating gives — the power and coefficient are fixed by the mathematics of the integral, not chosen. The chain-rule substitution is the essential step that produces exactly this function. [2]
Q2 (9)
(a) [3] . [1] The minus sign means the spring force is a restoring force [1], always directed opposite to the displacement from equilibrium (toward equilibrium). [1]
(b) [4] [2] [2]
(c) [2] [2]
Q3 (10)
(a) [2] A force is conservative if the work it does on a particle moving between two points is independent of the path taken (equivalently, work around any closed loop is zero). [2]
(b) [5] Work–energy theorem: . [1] With only conservative forces, . [2] So . [1] Hence . [1]
(c) [3] [1] [2] (mass cancels)
Q4 (9)
(a) [4] Work–energy theorem including all forces: [1] [1] [2]
(b) [3] Useful power = [1.5] Total engine power = [1.5]
(c) [2] [2]
Q5 (8)
(a) [4] At max compression the block is momentarily at rest; all KE stored as spring PE: [2] [1] [1]
(b) [4]
- The block's speed is maximum at the instant it first contacts the spring (equilibrium/natural length), i.e. before any compression. [2]
- Because the spring force opposes motion throughout compression, it decelerates the block from the moment of contact; speed only decreases during compression. Maximum compression is where speed = 0 (all KE converted). The two points are distinct: max speed = zero net decelerating force (start of contact), max compression = zero speed. [2]
Q6 (4)
[2] [2]
[
{"claim":"Q2c work to stretch spring = 3.0 J","code":"k=200; result = (0.5*k*(0.20**2-0.10**2))==3.0"},
{"claim":"Q3c speed at bottom = sqrt(98)","code":"result = simplify((2*Rational(98,10)*5) - 98)==0 and abs(float(sqrt(98))-9.8995)<1e-3"},
{"claim":"Q4 engine work 4.2e5 J and efficiency 5/7","code":"dK=Rational(1,2)*1500*400; Weng=dK+120000; result = Weng==420000 and simplify(dK/Weng-Rational(5,7))==0"},
{"claim":"Q5a max compression = 0.075 m","code":"result = simplify(3.0*sqrt(Rational(1,2)/800) - 0.075)==0"},
{"claim":"Q6 work integral of 6x^2-4x from 1 to 3 = 36 J","code":"x=symbols('x'); result = integrate(6*x**2-4*x,(x,1,3))==36"}
]