Updated Jun 30, 2026

When waves meet themselves

You have a wave now: a pattern that travels, described by frequency and amplitude, and you have light as one such wave on a giant dial. So far each wave has been alone. The deepest, strangest, and most useful behavior shows up when two waves land in the same place at the same time. This is where waves do things no marble or ball could ever do, and where a soap bubble turns into a rainbow.

Waves add up, peak by peak

When two waves overlap, they do not bounce off each other or fight for the spot. They add. At each point, the new height is the sum of the two waves' heights right there. This is called interference, and it has two extremes.

If two waves arrive with their peaks lined up, peak on peak, trough on trough, they reinforce. The result is a bigger wave. This is constructive interference.

wave A:   /\    /\        peaks aligned with peaks
wave B:   /\    /\
sum:      /\    /\   -> taller (louder / brighter)
         //\\  //\\

If two waves arrive shifted so one's peak meets the other's trough, they cancel. The result is flatter, or nothing at all. This is destructive interference.

wave A:   /\    /\        peak of A meets...
wave B:   \/    \/        ...trough of B
sum:     ----------  -> flat (silence / darkness)

What just happened: two real waves combined into something quieter than either one alone. Add two things and get less: no solid object behaves this way. This is the signature move of waves, and it is the engine behind everything in the rest of this phase.

You have heard destructive interference do its job. Noise-cancelling headphones listen to the sound coming at you, generate the exact opposite wave, peak-for-trough, and add it in. The two cancel, and you hear quiet. They are not blocking sound; they are adding more sound that happens to cancel.

Why a soap bubble is a rainbow

Now the payoff the whole guide has been walking toward. A soap film, or a thin slick of oil on a wet road, is colorless. Yet it shimmers with rainbow swirls. Where do colors come from when nothing colored is there? Interference.

A soap film is a very thin layer with two surfaces: the front and the back. When light hits it, some reflects off the front surface, and some passes through and reflects off the back surface. Those two reflections travel back out to your eye, but one took a slightly longer path, the extra trip through the film and back.

   incoming light
        \
         \   front surface  ___________________
          \ /   reflects here  \
           X                     \  thin film
          / \                     \
   to eye    \  back surface  ______\____________
              \  reflects here, after extra travel

What just happened: two copies of the same light reach your eye, one delayed by the round trip through the film. They are now interfering. Whether they reinforce or cancel depends on the delay, and the delay depends on the film's thickness measured against the light's wavelength.

Here is the rainbow. Recall that color is wavelength. For a given film thickness, that exact delay lines up the peaks for, say, blue (cancelling it) while the peaks for red still reinforce. So that spot looks reddish. A hair-thinner spot favors a different color. The film's thickness varies slightly across its surface, so different patches strengthen different colors, and you see swirling bands.

The bubble has no pigment. Its colors are pure geometry: the film's thickness, sorting wavelengths into reinforce-or-cancel. This is called thin-film interference, and it is also why oil slicks and beetle shells shimmer.

This is the moment the whole guide locks together. You needed "color is wavelength" from phase 2, and "waves add and can cancel" from this phase. Put them side by side and a soap bubble stops being decoration and becomes a measurement of its own thickness, painted in light.

The deeper payoff: interference is everywhere useful

Once you can see interference, you start spotting it doing real work.

  • Anti-reflective coatings on glasses and camera lenses are engineered thin films, tuned so reflected light cancels itself. Less glare reaches back to your eye, more light gets through the lens. Same physics as the bubble, aimed on purpose.
  • Reading a CD, DVD, or Blu-ray uses interference: tiny pits on the disc make reflected laser light reinforce or cancel, and that on/off is read as the bits of your data.
  • Wi-Fi dead spots in a room are often interference. Signal bouncing off walls arrives at a spot out of step with the direct signal, they partly cancel, and your bars drop. Move a step and the geometry changes, the cancellation fails, and the signal returns.
  • Diagnosing materials and stars: splitting light into its frequencies (a spectrum) and reading which are present or missing tells chemists what a sample is made of and astronomers what a distant star is made of, from light alone.

Each of these is the same handful of ideas from this guide, reused: a wave with a frequency and amplitude, light as such a wave, and two copies adding up to more or less.

Where this connects

If this guide made waves and fields click, the next natural question is why we trust this picture at all, how we know light is a field wave rather than tiny bullets, and what it means that the same equations predicted color and radio before anyone built a radio. That is the territory of /guides/what-physics-actually-is: how a model earns the right to be called real. You now have a concrete, satisfying example to carry into it.

For builders

Interference is the quiet workhorse under a lot of code you will touch. Audio engines mix tracks by summing sample amplitudes, the exact math of interference, which is why two signals can produce a clip (constructive overload) or a phase-cancellation dropout (destructive) if you are careless about alignment. Any signal-processing library's "phase" parameter is asking how much to shift one wave before adding it, the same knob the soap film turns by accident. When you debug a Wi-Fi-shaped problem or normalize mixed audio, the wave model from these three phases is the mental tool that tells you what is actually happening.

[
  {
    "q": "When two waves overlap so that one's peak meets the other's trough, the result is:",
    "choices": ["A taller wave", "A flatter wave or cancellation", "Two separate waves bouncing apart", "A faster wave"],
    "answer": 1,
    "explain": "Peak-meets-trough is destructive interference: the waves add to something smaller, even flat. This is how noise-cancelling headphones work."
  },
  {
    "q": "Why does a colorless soap film show rainbow colors?",
    "choices": ["It contains hidden pigment", "Light reflecting off its front and back surfaces interferes, reinforcing some wavelengths and cancelling others", "The soap chemically changes color", "It bends light like a prism only"],
    "answer": 1,
    "explain": "Thin-film interference: the two reflections are delayed by the film's thickness, and which colors reinforce or cancel depends on thickness versus wavelength."
  },
  {
    "q": "Anti-reflective lens coatings work by:",
    "choices": ["Absorbing all light", "Being a tuned thin film so reflected light cancels itself, letting more light through", "Making the lens thicker", "Changing the light's speed permanently"],
    "answer": 1,
    "explain": "They are engineered thin films that use destructive interference to cancel reflections, reducing glare and passing more light through."
  }
]

← Phase 2: Light is one wave on a giant dial | Overview

Check your understanding 3 questions

1. When two waves overlap so that one's peak meets the other's trough, the result is:

2. Why does a colorless soap film show rainbow colors?

3. Anti-reflective lens coatings work by:

Was this page helpful?