Waves: Common Mistakes and Fixes (3)

hard 3 min read
Tags Waves

Question

A string of length L=1L = 1 m and mass m=0.01m = 0.01 kg is stretched with a tension T=100T = 100 N. Find the frequency of the fundamental mode and the third harmonic. Both ends are fixed.

Solution — Step by Step

μ=mL=0.011=0.01 kg/m\mu = \frac{m}{L} = \frac{0.01}{1} = 0.01 \text{ kg/m}

v=Tμ=1000.01=10000=100 m/sv = \sqrt{\frac{T}{\mu}} = \sqrt{\frac{100}{0.01}} = \sqrt{10000} = 100 \text{ m/s}

For a string fixed at both ends, the allowed wavelengths satisfy L=nλ/2L = n\lambda/2, so λn=2L/n\lambda_n = 2L/n.

Fundamental (n=1n = 1): λ1=2\lambda_1 = 2 m, f1=v/λ1=100/2=50f_1 = v/\lambda_1 = 100/2 = 50 Hz.

Third harmonic (n=3n = 3): λ3=2/3\lambda_3 = 2/3 m, f3=v/λ3=1003/2=150f_3 = v/\lambda_3 = 100 \cdot 3/2 = 150 Hz.

For both-ends-fixed strings, fn=nf1f_n = n f_1. Check: f3=3(50)=150f_3 = 3(50) = 150 Hz. ✓

Final answer: f1=50f_1 = 50 Hz, f3=150f_3 = 150 Hz.

Why This Works

A string fixed at both ends must have a node at each end. The simplest standing wave fits exactly half a wavelength between the ends — that’s the fundamental. Higher harmonics fit nn half-wavelengths.

The wave speed depends only on the medium properties (TT and μ\mu), not on frequency. So once vv is fixed, frequency and wavelength are inversely related.

fn=n2LTμ,n=1,2,3,f_n = \frac{n}{2L}\sqrt{\frac{T}{\mu}}, \quad n = 1, 2, 3, \ldots

All harmonics are present (1f, 2f, 3f, …).

Alternative Method

Direct formula: fn=n2LT/μf_n = \frac{n}{2L}\sqrt{T/\mu}. Plug in n=1,3n = 1, 3:

f1=1210000=50 Hz,f3=3210000=150 Hzf_1 = \tfrac{1}{2}\sqrt{10000} = 50 \text{ Hz}, \quad f_3 = \tfrac{3}{2}\sqrt{10000} = 150 \text{ Hz}

Three places students mess up on string waves:

  1. Confusing string with open-closed pipe. A pipe closed at one end has only odd harmonics (1f, 3f, 5f…). A string fixed at both ends has all harmonics. Different boundary conditions, different formulas.
  2. Using μ\mu in g/m instead of kg/m. Always convert. μ=10\mu = 10 g/m means 0.010.01 kg/m.
  3. Forgetting the square root. v=T/μv = \sqrt{T/\mu}, not T/μT/\mu. Students sometimes write v=100/0.01=10000v = 100/0.01 = 10000 m/s — that’s the value of T/μT/\mu, not vv.

For pipes, the rule of thumb: open-open pipe and closed-open pipe behave differently. Open-open (like a flute) has all harmonics with fn=nv/2Lf_n = nv/2L. Closed-open (like a clarinet at low register) has only odd harmonics with fn=(2n1)v/4Lf_n = (2n-1)v/4L.

Common Mistake

The most expensive mistake on this kind of question is to mix up “third harmonic” with “third overtone.” For a both-ends-fixed string:

  • Third harmonic = n=3n = 3, so f3=3f1f_3 = 3f_1.
  • Third overtone = the third frequency above the fundamental, which is also n=4n = 4, so f=4f1f = 4f_1.

When the question says “third harmonic,” it means n=3n = 3. JEE 2023 had a question that used “third overtone” specifically to trip students up — read the wording.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next