Oscillations & Waves
Level 2 Test Paper (Recall & Standard Problems)
Time Limit: 30 minutes Total Marks: 40 Instructions: Answer all questions. Use and speed of sound in air unless stated otherwise. Show working.
Q1. (3 marks) Define simple harmonic motion. Write the restoring force expression and state the two conditions a motion must satisfy to be SHM.
Q2. (4 marks) A body executes SHM described by (SI units). (a) State the amplitude, angular frequency, and phase constant. (2) (b) Calculate the time period and frequency. (2)
Q3. (4 marks) A particle in SHM has amplitude and angular frequency . (a) Find its speed when it is at . (2) (b) Find its maximum acceleration. (2)
Q4. (5 marks) Derive the expression for the time period of a simple pendulum using the small-angle approximation, clearly stating where the approximation is used.
Q5. (4 marks) A mass of is attached to a horizontal spring of stiffness . (a) Find the angular frequency and period of oscillation. (2) (b) If the amplitude is , find the total mechanical energy. (2)
Q6. (4 marks) State the superposition principle. Distinguish between the conditions for constructive and destructive interference in terms of path difference.
Q7. (4 marks) A wave on a string is given by (SI units). Find (a) the wavelength, (b) the frequency, and (c) the wave speed.
Q8. (4 marks) Two tuning forks of frequencies and are sounded together. (a) What is the beat frequency? (1) (b) Explain briefly how beats arise using the superposition idea. (3)
Q9. (4 marks) A stationary observer hears a siren of frequency on a police car approaching at . Calculate the frequency heard by the observer. (Speed of sound .)
Q10. (4 marks) (a) Define the Q factor of an oscillator in words. (2) (b) Name and briefly describe the three regimes of damped oscillation. (2)
Answer keyMark scheme & solutions
Q1. (3 marks)
- SHM: motion in which the restoring force (or acceleration) is directly proportional to the displacement from equilibrium and directed towards equilibrium. (1)
- (negative sign = restoring, towards equilibrium). (1)
- Conditions: (i) acceleration displacement; (ii) acceleration directed opposite to displacement (towards mean position). (1)
Q2. (4 marks) (a) Comparing with :
- , , . (2)
(b) . (1) . (1)
Q3. (4 marks) (a) . (2)
(b) . (2)
Q4. (5 marks)
- Restoring torque/force on bob displaced by angle : tangential force . (1)
- Small-angle approximation: (in radians), valid for small . (1)
- Arc displacement , so . (1)
- This is SHM with effective , so . (1)
- . (1)
Q5. (4 marks) (a) . (1) . (1)
(b) . (2)
Q6. (4 marks)
- Superposition principle: when two or more waves overlap, the resultant displacement at any point is the algebraic sum of the individual displacements. (2)
- Constructive: path difference (integer multiple), waves in phase. (1)
- Destructive: path difference , waves out of phase by . (1)
Q7. (4 marks) Compare with : , . (a) . (1.5) (b) . (1.5) (c) . (1)
Q8. (4 marks) (a) . (1) (b) The two waves superpose; because frequencies differ slightly, they periodically go in and out of phase, producing alternating maxima (loud) and minima (soft) in amplitude. The envelope oscillates at frequency , giving 4 beats per second. (3)
Q9. (4 marks) Source approaching stationary observer: (2) . (2)
Q10. (4 marks) (a) Q factor measures the sharpness/quality of an oscillator: ; high Q = low damping, slow energy loss. (2) (b) (2)
- Underdamped: oscillates with decaying amplitude.
- Critically damped: returns to equilibrium fastest without oscillating.
- Overdamped: returns to equilibrium slowly without oscillating.
[
{"claim":"Q3a speed at x=4cm is ~0.693 m/s","code":"import math\nv=10*sqrt(Rational(8,100)**2-Rational(4,100)**2)\nresult=abs(float(v)-0.6928)<0.01"},
{"claim":"Q5 total energy = 0.18 J","code":"E=Rational(1,2)*100*(Rational(6,100))**2\nresult=E==Rational(18,100)"},
{"claim":"Q7 wave speed = 50 m/s","code":"result=(300/6)==50"},
{"claim":"Q9 Doppler frequency ~548.4 Hz","code":"f=500*340/(340-30)\nresult=abs(float(f)-548.387)<0.01"}
]