Sound wave interference from reflection off an obstacle

  • Thread starter Thread starter e(ho0n3
  • Start date Start date
  • Tags Tags
    Sound
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
e(ho0n3
Messages
1,349
Reaction score
0
[SOLVED] Sound Reflecting of an Obstacle

Homework Statement


A source of sound waves (wavelength [itex]\lambda[/itex]) is a distance L from a detector. Sound reaches the detector directly, and also by reflecting off an obstacle. The obstacle is equidistant from the source and detector. When the obstacle is a distance d to the right of the line of sight between source and detector, the two waves arrive in phase. How much farther to the right must the obstacle be moved if the two waves are to be out of phase by 1/2 wavelength, so destructive interference occurs? (Assume [itex]\lambda \ll L, d[/itex].)

Homework Equations


Let c be the distance from the source to the obstacle. The total distance covered by the sound wave bounced off the obstacle, from source to detector, is 2c. Since the waves are in phase, then [itex]L = 2c - n\lambda[/itex] where n is a positive integer.

The Attempt at a Solution


I figure, if the two waves are supposed to be out of phase by [itex]1/2 \lambda[/itex], then [itex]L = 2c - n\lambda + 1/2\lambda[/itex] right? So, I have to move the obstacle to the right such that the distance covered by the reflected sound wave, from source to detector, measures [itex]2c + \lambda/2[/itex]. Equivalently, the distance from the source to the obstacle has to measure [itex]c + \lambda/4[/itex].

If I'm right, the rest is just algebra which I can do. What do you think?
 
Last edited:
Physics news on Phys.org
I like your equation here: [itex]L = 2c - n\lambda + 1/2\lambda[/itex]
Rewritten, it could be:

[itex]2c - L= (n+\frac{1}{2}) \lambda[/itex]

read as, the difference in distance between the direct route and reflected route needs to be equal to half the wavelength. I say go for it.
 
Thanks. Calculating c, I get:

[tex]c = \sqrt{(L/2)^2 + d^2}[/tex]

Let h be the distance sought by the problem. Then,

[tex](c + \lambda/4)^2 = (L/2)^2 + (d + h)^2[/tex]

Solving for h, I get:

[tex]h = \sqrt{(c + \lambda/4)^2 - (L/2)^2} - d[/tex]

That looks about right.