Tests edge cases, boundary conditions, and common misconceptions for energy and work.
UT-1: Work Done Against Friction — Applied Force vs Frictional Force
Question:
A block of mass 10 kg is pulled along a rough horizontal surface by a force of 80 N applied at an angle of 20° above the horizontal. The coefficient of friction is μ=0.5. The block moves a total distance of 15 m.
(a) Find the work done by the applied force.
(b) Find the work done against friction.
(c) Find the net work done and hence the final speed, given the block starts from rest.
(d) A student claims "the work done against friction equals μmgd." Calculate what this would give, and find the percentage error compared to the correct answer.
[Difficulty: hard. Tests the distinction between the work done by the applied force and the work done against friction, and the effect of an angled force on the normal reaction and hence the friction.]
Solution:
(a) Work done by the applied force =Fdcosθ=80×15×cos20°=1200cos20°≈1127.6 J.
(b) First find the normal reaction. Resolving vertically:
R+80sin20°=mg=98⟹R=98−80sin20°=98−27.36=70.64 N
Friction =μR=0.5×70.64=35.32 N.
Work done against friction =Ffriction×d=35.32×15=529.8 J.
(c) Net work done =1127.6−529.8=597.8 J.
By the work-energy principle:
Wnet=ΔKE=21mv2−0
597.8=21(10)v2⟹v2=119.56⟹v≈10.93 m/s
(d) The student's formula μmgd=0.5×98×15=735 J.
This is wrong because the student used R=mg=98 N, ignoring the fact that the upward component of the applied force reduces the normal reaction.
Correct work against friction =529.8 J.
Percentage error=529.8735−529.8×100%≈38.7%
UT-2: Power, Force, and Velocity — The Constant-Power Trap
Question:
A car of mass 800 kg travels on a level road. The engine works at constant power 40 kW. The resistance to motion is a constant 200 N.
(a) Show that the acceleration of the car is given by a=mvP−mR, where P is the power, v is the speed, and R is the resistance.
(b) Find the maximum speed of the car.
(c) Find the acceleration when the speed is 10 m/s, and when the speed is 100 m/s.
(d) A student claims that "since the power is constant, the acceleration is constant." Use your answers from part (c) to refute this claim.
(e) Find the time taken for the car to accelerate from 5 m/s to 15 m/s, giving your answer in terms of an integral that you need not evaluate.
[Difficulty: hard. Tests the relationship P=Fv and its consequence that constant power implies decreasing force (and hence decreasing acceleration) as speed increases.]
Solution:
(a) The driving force at speed v is F=vP (from P=Fv).
Net force =F−R=vP−R.
By Newton's Second Law: ma=vP−R.
a=mvP−mR■
(b) At maximum speed, a=0:
L◆B◆P◆RB◆◆LB◆vmax◆RB◆=R⟹vmax=RP=20040000=200 m/s
(d) The acceleration at 10 m/s is 4.75 m/s2 and at 100 m/s is 0.25 m/s2. The acceleration decreases by a factor of 19 as the speed increases by a factor of 10. Constant power does not imply constant acceleration; in fact, the acceleration decreases hyperbolically with speed.
(e) From a=dtdv=mvP−mR:
dt=L◆B◆dv◆RB◆◆LB◆mvP−mR◆RB◆=P−Rvmvdv
t=∫515P−Rvmvdv=800∫51540000−200vvdv
Let u=40000−200v, du=−200dv, dv=−200du, v=20040000−u:
UT-3: Elastic Potential Energy — Maximum Extension of a Spring System
Question:
A particle of mass 3 kg is attached to one end of a light elastic spring of natural length 1.2 m and stiffness k=300 N/m. The other end of the spring is fixed. The particle is held at a point where the spring is at its natural length and then released.
(a) Find the maximum extension of the spring.
(b) Find the maximum speed of the particle and the extension at which it occurs.
(c) A student assumes that the maximum speed occurs at the natural length of the spring. Explain why this is incorrect.
[Difficulty: hard. Tests the interplay between gravitational potential energy, elastic potential energy, and kinetic energy in a vertical spring system, including the identification of the equilibrium position as the point of maximum speed.]
Solution:
(a) At maximum extension xmax, the speed is zero. Taking the natural length position as the reference for GPE (so the particle falls a distance xmax):
Loss in GPE =mgxmax=3×9.8×xmax=29.4xmax.
Gain in EPE =21kxmax2=21(300)xmax2=150xmax2.
29.4xmax=150xmax2
xmax(150xmax−29.4)=0
xmax=15029.4=0.196 m
(Ignoring xmax=0, the trivial solution.)
(b) The speed is maximum when the acceleration is zero, i.e., when the net force on the particle is zero. This occurs at the equilibrium extension xe where:
mg=kxe⟹xe=kmg=30029.4=0.098 m
At this point, using energy conservation from the natural length:
Loss in GPE =mgxe=29.4×0.098=2.8812 J.
Gain in EPE =21(300)(0.098)2=150×0.009604=1.4406 J.
Gain in KE =2.8812−1.4406=1.4406 J.
21(3)vmax2=1.4406⟹vmax2=0.9604⟹vmax=0.98 m/s
(c) At the natural length, the spring exerts no force, so the only force on the particle is gravity (mg=29.4 N downward). The particle is still accelerating at g=9.8 m/s2 at this point. The particle continues to accelerate until the restoring force of the spring equals gravity (at xe=0.098 m). Beyond this point, the spring force exceeds gravity and the particle decelerates. The maximum speed occurs at xe, not at the natural length.
Tests synthesis of energy and work with other topics. Requires combining concepts from multiple units.
IT-1: Work Done by a Variable Force (with Integration)
Question:
A particle moves along the x-axis under the action of a variable force F(x)=3x2+2x−5 N, where x is the displacement in metres from a fixed origin.
(a) Find the work done by the force as the particle moves from x=0 to x=3.
(b) Given that the particle has mass 2 kg and starts from rest at x=0, find its speed at x=3.
(c) Find the positions where the force is zero, and determine whether the force does positive or negative work in each region.
(d) Find the total work done from x=−2 to x=3 and the speed at x=3 if the particle started from rest at x=−2.
[Difficulty: hard. Combines integration of a variable force for work done with the work-energy theorem, and requires analysis of the sign of the force function.]
Solution:
(a)W=∫03F(x)dx=∫03(3x2+2x−5)dx=[x3+x2−5x]03
=(27+9−15)−0=21 J
(b) By the work-energy theorem: W=ΔKE=21mv2−0.
21=21(2)v2⟹v2=21⟹v=21≈4.58 m/s
(c)F(x)=0⟹3x2+2x−5=0⟹(3x+5)(x−1)=0⟹x=−35 or x=1.
For x<−5/3: test x=−2, F=12−4−5=3>0 (force in positive x-direction).
For −5/3<x<1: test x=0, F=−5<0 (force in negative x-direction).
For x>1: test x=2, F=12+4−5=11>0 (force in positive x-direction).
The force does positive work in (−∞,−5/3) and (1,∞), and negative work in (−5/3,1).
(d)W=∫−23(3x2+2x−5)dx=[x3+x2−5x]−23
=(27+9−15)−(−8+4+10)=21−6=15 J
v=◆LB◆m2W◆RB◆=◆LB◆230◆RB◆=15≈3.87 m/s
Note that the work from −2 to 3 (15 J) is less than from 0 to 3 (21 J) because the force does negative work in the region [−5/3,1] through which the particle passes.
IT-2: Deriving the Work-Energy Theorem from F=ma (with Proof)
Question:
(a) Starting from Newton's Second Law F=ma, derive the work-energy theorem in one dimension:
W=∫s1s2Fds=21mv22−21mv12
Show every step and justify each substitution.
(b) Extend the derivation to two dimensions, where the force is F=(Fx,Fy) and the displacement is s=(x,y), to show that:
W=∫F⋅ds=21mv22−21mv12
(c) Explain why the work-energy theorem holds for non-conservative forces (such as friction) but conservation of mechanical energy (KE+PE=constant) does not.
[Difficulty: hard. Requires a rigorous derivation from first principles, extending to vector form, and a conceptual explanation of the distinction between the work-energy theorem and conservation of energy.]
Solution:
(a) Starting from F=ma where F may vary with position:
F=mdtdv
Multiply both sides by ds (the infinitesimal displacement):
Fds=mdtdvds
Since v=dtds, we have ds=vdt, so dtds=v. Rearranging:
Fds=mdtdv⋅vdt=mvdv
This step uses the chain rule: dtdv=dsdv⋅dtds=vdsdv, so F=mvdsdv and Fds=mvdv.
Integrating both sides from the initial state (s1,v1) to the final state (s2,v2):
(c) The work-energy theorem Wnet=ΔKE is a direct consequence of F=ma (as proven above). It accounts for all forces, whether conservative or non-conservative. When friction acts, the work done by friction (which is negative) is included in Wnet, and the change in KE correctly reflects this energy loss.
Conservation of mechanical energy (KE+PE=constant) applies only when all forces are conservative. A conservative force is one whose work done is path-independent (depends only on initial and final positions). Gravity is conservative; friction is not (the work done by friction depends on the path length). When friction is present, mechanical energy is not conserved -- some is converted to thermal energy. The work-energy theorem still holds because it accounts for the friction work explicitly.
IT-3: Energy on an Inclined Plane with Friction (with Kinematics)
Question:
A particle of mass 5 kg is projected up a rough plane inclined at 30° to the horizontal with speed 12 m/s. The coefficient of friction is μ=0.25. Take g=9.8 m/s2.
(a) Using energy methods, find the distance the particle travels up the plane before coming to rest.
(b) Find the speed of the particle when it returns to its starting point.
(c) Solve part (a) using Newton's Second Law and SUVAT, and verify the answer.
(d) Find the total energy dissipated by friction during the complete up-and-down journey, and express it as a percentage of the initial kinetic energy.
[Difficulty: hard. Compares energy methods with force methods on an inclined plane with friction, and requires calculation of energy dissipation.]
Solution:
(a) Initial KE =21(5)(144)=360 J.
At maximum distance d up the plane, speed =0.
Gain in GPE =mgdsin30°=5×9.8×d×0.5=24.5d J.
Work done against friction (up the slope) =μmgcos30°×d=0.25×5×9.8×cos30°×d=0.25×42.43d=10.61d J.
By conservation of energy:
Initial KE=GPE gain+Work against friction
360=24.5d+10.61d=35.11d
d=35.11360≈10.25 m
(b) On the return journey, the particle loses height dsin30° and friction again acts over distance d.
Loss in GPE =24.5d=24.5×10.25=251.1 J.
Work against friction (down the slope) =10.61d=10.61×10.25=108.8 J.
Final KE =251.1−108.8=142.3 J.
21(5)v2=142.3⟹v2=56.9⟹v≈7.54 m/s
(c) By Newton's Second Law (up the slope positive):
a=−gsin30°−μgcos30°=−4.9−2.121=−7.021 m/s2
Using v2=u2+2as with v=0, u=12:
0=144+2(−7.021)d⟹d=14.042144≈10.25 m
Matches part (a).
(d) Total work done against friction =2×10.61d=2×108.8=217.7 J.
Initial KE =360 J.
Percentage dissipated=360217.7×100%≈60.5%
Over 60% of the initial kinetic energy is lost to friction during the complete journey.