Simple Harmonic Motion: Common Mistakes and Fixes (1)

easy 2 min read

Question

A particle executes SHM with amplitude A=10 cmA = 10\text{ cm} and time period T=2 sT = 2\text{ s}. Find the speed of the particle when its displacement is x=5 cmx = 5\text{ cm}.

Solution — Step by Step

For SHM with angular frequency ω\omega:

v=ωA2x2v = \omega\sqrt{A^2 - x^2}

This comes from energy conservation: 12mω2A2=12mv2+12mω2x2\frac{1}{2}m\omega^2 A^2 = \frac{1}{2}mv^2 + \frac{1}{2}m\omega^2 x^2.

ω=2πT=2π2=π rad/s\omega = \frac{2\pi}{T} = \frac{2\pi}{2} = \pi\text{ rad/s}

v=π(10)2(5)2=π75=5π3 cm/sv = \pi\sqrt{(10)^2 - (5)^2} = \pi\sqrt{75} = 5\pi\sqrt{3}\text{ cm/s}

v27.2 cm/s=0.272 m/sv \approx 27.2\text{ cm/s} = 0.272\text{ m/s}

Final answer: v=5π3 cm/s27.2 cm/sv = 5\pi\sqrt{3}\text{ cm/s} \approx 27.2\text{ cm/s}.

Why This Works

In SHM, total energy 12mω2A2\frac{1}{2}m\omega^2 A^2 stays constant. At any instant, it splits between kinetic energy 12mv2\frac{1}{2}mv^2 and potential energy 12mω2x2\frac{1}{2}m\omega^2 x^2. Solving for vv gives the formula. At x=0x = 0 (equilibrium), all energy is kinetic, so vv is maximum: vmax=Aωv_{\max} = A\omega. At x=Ax = A, all energy is potential, so v=0v = 0.

This is one of the most reliable tricks in oscillations: any “speed at displacement xx” question collapses to v=ωA2x2v = \omega\sqrt{A^2 - x^2}.

Alternative Method

Differentiate x=Asin(ωt)x = A\sin(\omega t):

v=Aωcos(ωt)v = A\omega\cos(\omega t)

When x=Asin(ωt)=5x = A\sin(\omega t) = 5, sin(ωt)=0.5\sin(\omega t) = 0.5, so cos(ωt)=3/2\cos(\omega t) = \sqrt{3}/2. Then v=10×π×3/2=5π3 cm/sv = 10 \times \pi \times \sqrt{3}/2 = 5\pi\sqrt{3}\text{ cm/s}. Same answer.

Common slip: using TT in seconds but A,xA, x in cm without checking units. The formula v=ωA2x2v = \omega\sqrt{A^2 - x^2} is unit-consistent — if A,xA, x are in cm and ω\omega in rad/s, vv comes out in cm/s. We just have to remember which units we’re in.

Common Mistake

Confusing time period TT with frequency ff. The relation is T=1/fT = 1/f and ω=2πf=2π/T\omega = 2\pi f = 2\pi/T. Plugging ff where ω\omega belongs misses the 2π2\pi and gives a wildly wrong answer.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next