Oscillations and SHM: Edge Cases and Subtle Traps (5)

medium 3 min read

Question

A block of mass m=2 kgm = 2 \text{ kg} is attached to two identical springs (each of stiffness k=200 N/mk = 200 \text{ N/m}) on a frictionless horizontal surface. The springs are connected on opposite sides of the block to fixed walls and are at their natural length when the block is at rest. Find the period of small oscillations. Then find it again if both springs are connected on the same side in series.

Solution — Step by Step

Displace the block by xx to the right. The right spring compresses by xx (pushes left, force kx-kx); the left spring stretches by xx (pulls left, force kx-kx).

Net force: F=2kxF = -2kx. So effective stiffness keff=2k=400 N/mk_{eff} = 2k = 400 \text{ N/m}.

TA=2πmkeff=2π2400=2π×0.07070.444 sT_A = 2\pi\sqrt{\frac{m}{k_{eff}}} = 2\pi\sqrt{\frac{2}{400}} = 2\pi \times 0.0707 \approx 0.444 \text{ s}

When two springs are in series, the same force passes through both, but each stretches by F/kF/k. Total stretch is 2F/k2F/k, so keff=k/2=100 N/mk_{eff} = k/2 = 100 \text{ N/m}.

TB=2πmk/2=2π4200=2π×0.14140.889 sT_B = 2\pi\sqrt{\frac{m}{k/2}} = 2\pi\sqrt{\frac{4}{200}} = 2\pi \times 0.1414 \approx 0.889 \text{ s}

Final answer: TA0.444 sT_A \approx \mathbf{0.444 \text{ s}}, TB0.889 sT_B \approx \mathbf{0.889 \text{ s}} (twice TAT_A).

Why This Works

The trap is the word “two springs”. Identical springs in different geometries give very different effective stiffness:

  • Parallel (both push back when displaced): keff=k1+k2k_{eff} = k_1 + k_2
  • Series (one feeds into the next): 1/keff=1/k1+1/k21/k_{eff} = 1/k_1 + 1/k_2

In our problem, “opposite sides of the block” gives parallel even though the springs aren’t physically next to each other — both contribute restoring force simultaneously when the block moves.

Alternative Method

For the parallel case, using energy: PE at displacement xx is 12kx2+12kx2=kx2\tfrac{1}{2}kx^2 + \tfrac{1}{2}kx^2 = kx^2. Comparing to standard SHM U=12keffx2U = \tfrac{1}{2}k_{eff}x^2 gives keff=2kk_{eff} = 2k — same answer with one less line of algebra.

Common Mistake

The most common slip: students see “two springs” and automatically add stiffnesses. Spring combinations are about geometry, not just count. A spring on either side of the block (parallel) doubles kk; a spring in series with another (same direction, end-to-end) halves kk. Always sketch the displacement and ask “which spring stretches when the block moves?”.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next