Work, Energy & Power
Level 1: Recognition (MCQ + Matching + True/False with Justification)
Time Limit: 20 minutes Total Marks: 30
Section A — Multiple Choice (1 mark each) [10 marks]
Choose the single best answer.
Q1. The work done by a force acting on a body during displacement is: (a) (b) (c) (d)
Q2. The SI unit of power is the watt, which equals: (a) (b) (c) (d)
Q3. A force acts perpendicular to the displacement of an object. The work done is: (a) maximum (b) negative (c) zero (d) equal to
Q4. The elastic potential energy stored in a spring stretched by is: (a) (b) (c) (d)
Q5. The work–energy theorem states that the net work done on a body equals its: (a) change in momentum (b) change in potential energy (c) change in kinetic energy (d) total mechanical energy
Q6. For a variable force , the work done from to is: (a) (b) (c) (d)
Q7. Which of the following is a non-conservative force? (a) gravity (b) spring force (c) friction (d) electrostatic force
Q8. Kinetic energy of a body of mass moving with speed is: (a) (b) (c) (d)
Q9. The efficiency of a machine is defined as: (a) (b) (c) input − output (d) input × output
Q10. Hooke's law for a spring is expressed as: (a) (b) (c) (d)
Section B — Matching (1 mark each) [6 marks]
Q11. Match Column I with Column II.
| Column I | Column II |
|---|---|
| (i) Gravitational PE (near Earth) | (P) |
| (ii) Spring PE | (Q) |
| (iii) Kinetic energy | (R) |
| (iv) Gravitational PE (general) | (S) |
| (v) Instantaneous power | (T) |
| (vi) Average power | (U) |
Section C — True/False with Justification (2 marks each) [14 marks]
State True or False (1 mark) and give a one-line justification (1 mark).
Q12. Work done by a conservative force around any closed path is zero.
Q13. Friction always does negative work on a moving block.
Q14. If the net work done on a body is zero, its speed does not change.
Q15. The joule and the watt are the same unit.
Q16. For a spring, the restoring force is directed opposite to the displacement.
Q17. Mechanical energy is conserved even when non-conservative forces do net work.
Q18. A machine can have efficiency greater than 100%.
Answer keyMark scheme & solutions
Section A — MCQ (1 mark each)
Q1. (b) — Work is the scalar (dot) product of force and displacement. [1]
Q2. (b) J/s — Power is energy per unit time; . [1]
Q3. (c) zero — ; perpendicular force does no work. [1]
Q4. (b) — obtained from . [1]
Q5. (c) change in kinetic energy — . [1]
Q6. (b) — work of a variable force is the integral of force over displacement. [1]
Q7. (c) friction — friction is dissipative and path-dependent. [1]
Q8. (b) — standard KE formula. [1]
Q9. (b) useful output / input — ratio of useful energy out to energy in. [1]
Q10. (b) — restoring force opposes displacement (negative sign). [1]
Section B — Matching (1 mark each)
Q11. (i) → (R) (ii) → (P) (iii) → (Q) (iv) → (S) (v) → (T) (vi) → (U) [6 total — 1 per correct pair]
Section C — True/False with Justification (2 marks each)
Q12. True. By definition a conservative force does path-independent work, so net work over a closed loop is zero. [T=1, reason=1]
Q13. False. Friction opposes relative motion but can do positive work (e.g. on a block carried by a moving conveyor/plank where static friction acts in the direction of motion). [F=1, reason=1]
Q14. False. Zero net work means , so speed is unchanged — but the statement as phrased is actually True: zero net work ⇒ constant kinetic energy ⇒ constant speed. Accept True, justification: constant. [T=1, reason=1]
Q15. False. Joule measures energy; watt measures power (energy/time). They differ dimensionally. [F=1, reason=1]
Q16. True. ; the negative sign shows the restoring force is opposite to the displacement. [T=1, reason=1]
Q17. False. Mechanical energy is conserved only when net non-conservative work is zero; friction/drag dissipate it. [F=1, reason=1]
Q18. False. Output cannot exceed input (energy conservation); efficiency . [F=1, reason=1]
[
{"claim": "Spring PE from integral of kx equals 1/2 k x^2", "code": "k,x=symbols('k x',positive=True); W=integrate(k*x,(x,0,x)); result = simplify(W - Rational(1,2)*k*x**2)==0"},
{"claim": "Work at 90 degrees is zero", "code": "F,d=symbols('F d',positive=True); W=F*d*cos(pi/2); result = simplify(W)==0"},
{"claim": "Kinetic energy from work-energy theorem: integral of m*a over dx gives 1/2 m v^2", "code": "m,v=symbols('m v',positive=True); KE=integrate(m*v,(v,0,v)); result = simplify(KE - Rational(1,2)*m*v**2)==0"},
{"claim": "Zero net work implies KE unchanged", "code": "dKE=symbols('dKE'); Wnet=0; result = (Eq(Wnet,dKE).subs(dKE,0))==True or solve(Eq(Wnet,dKE),dKE)[0]==0"}
]