Work, Energy & Power
Level 4: Application (Novel Problems)
Time: 60 minutes Total Marks: 50
Take unless otherwise stated. Show all reasoning.
Q1. [10 marks] A block of mass is pushed along a horizontal floor by a force whose magnitude varies with position as (with in metres), directed along the motion. The coefficient of kinetic friction between block and floor is . The block starts from rest at .
(a) Find the position where the applied force first becomes zero. (2) (b) Compute the total work done by the applied force from to . (3) (c) Compute the work done by friction over the same interval, and hence the speed of the block at . (5)
Q2. [12 marks] A ball of mass is released from rest at the top of a frictionless track that curves down and up. The track's height profile as a function of horizontal position is , so the ball starts at with height . At a rough horizontal patch of length with kinetic friction coefficient begins.
(a) Using energy conservation, find the speed of the ball as it reaches (where ). (4) (b) The ball then crosses the rough patch. Derive the condition on , , , for the ball to just make it across (arriving with zero speed). (4) (c) With , such that , , find the numerical value of for the "just makes it" case. (4)
Q3. [10 marks] A horizontal spring () is compressed by and holds a block of mass against it. The block is released and slides across a surface with kinetic friction ; the spring pushes it over its natural-length distance and then the block leaves the spring.
(a) Find the elastic PE stored initially. (2) (b) Find the speed of the block at the instant it leaves the spring (natural length). Assume friction acts throughout the compression distance. (4) (c) After leaving the spring, how much further does the block slide before stopping? (4)
Q4. [10 marks] A pump raises water from a well deep and ejects it at the surface with speed . It delivers of water per second. The pump motor draws electrical power at .
(a) Find the mechanical power actually delivered to the water (potential + kinetic energy rate). (5) (b) Compute the efficiency of the pump. (3) (c) State two physical reasons why real efficiency is below 100%. (2)
Q5. [8 marks] A force acting in the -plane is (SI units).
(a) Compute the work done by moving a particle from to along path A: first along the -axis to , then vertically to . (3) (b) Compute the work along path B: the straight line from to . (3) (c) State whether is conservative and justify using your results. (2)
Answer keyMark scheme & solutions
Q1
(a) . (2)
(b) . (3)
(c) Friction force . . (2) Work-energy theorem: . (2) . (1)
Q2
(a) Height drop from to : . . (4)
(b) Kinetic energy at must be dissipated by friction over : . (4)
(c) . . (4)
Q3
(a) . (2)
(b) Friction force . Work by friction over : . (2) Energy: . . (2)
(c) After leaving spring, KE dissipated by friction: . (4)
Q4
(a) Mass rate . PE rate . KE rate . Total useful power . (5)
(b) . (3)
(c) Any two: heat from friction in bearings/pipes; viscous/turbulent losses in water flow; electrical resistive (I²R) heating in motor windings; sound/vibration losses. (2)
Q5
(a) Path A. Segment 1 (, ): . Segment 2 (, ): . . (3)
(b) Path B: , . . (3)
(c) (path-dependent) is non-conservative. (Check: .) (2)
[
{"claim":"Q1c: v at x=4 is sqrt(4.4)=2.098 m/s","code":"WF=integrate(12-3*x,(x,0,4)); f=0.25*2.0*9.8; KE=WF-f*4.0; v=sqrt(2*KE/2.0); result=abs(float(v)-2.0976)<0.01"},
{"claim":"Q2c: mu = 0.421","code":"h0=Rational(2); term=h0*(1-1/E); mu=term/3; result=abs(float(mu)-0.4213)<0.005"},
{"claim":"Q3: U=9.0J, v=5.95 m/s, s=9.03 m","code":"U=Rational(1,2)*800*Rational(15,100)**2; f=0.20*0.50*9.8; KE=float(U)-f*0.15; v=sqrt(2*KE/0.50); s=KE/f; result=(abs(float(U)-9.0)<0.01) and (abs(float(v)-5.951)<0.02) and (abs(s-9.033)<0.05)"},
{"claim":"Q4: useful power 3903 W, eff 0.65","code":"P=30*9.8*12+0.5*30*25; eta=P/6000; result=(abs(P-3903)<1) and (abs(eta-0.6505)<0.005)"},
{"claim":"Q5: WA=1, WB=1.5, non-conservative","code":"WA=0+integrate(1,(y,0,1)); WB=integrate(3*x,(x,0,1)); result=(WA==1) and (WB==Rational(3,2)) and (WA!=WB)"}
]