5

My text says that in a plane sound wave (or in the far field), particle velocity and pressure is in phase. As we move closer to the sound source (to near field and more spherical waves), the phase angle between these two quantities will gradually shift towards 90˚.

Why does this phase shift occur? I haven't been able to find an intuitive explanation for why there is a phase shift in spherical waves, but not in plane waves, and vice versa.

jodles
  • 151

3 Answers3

3

Remembering back to my undergrad days, and courtesy of a quick Google: if you define the acoustic potential $\phi$ by:

$$u = - \nabla \phi$$

then the pressure is:

$$p = \rho \frac{\partial\phi}{\partial t}$$

For a plane wave in one dimension the wave equation is:

$$\frac{\partial^2\phi}{\partial x^2} = \frac{1}{c^2} \frac{\partial^2\phi}{\partial t^2}$$

and the solution is:

$$\phi = f(ct \pm x)$$

for some function $f$. So $u$ and $p$ are in phase. However for a spherical wave the wave equation looks rather different:

$$\frac{\partial^2 (r\phi)}{\partial x^2} = \frac{1}{c^2} \frac{\partial^2 (r\phi)}{\partial t^2}$$

and you get:

$$\phi = \frac {f(ct \mp x)}{r}$$

where if I recall correctly the minus sign means a wave travelling outwards and the plus means a wave travelling inwards. So:

$$u = \frac {f(ct \mp x)}{r^2} \pm \frac {f'(ct \mp x)}{r}$$ $$p = \rho c\frac {f'(ct \mp x)}{r}$$

It's because $u$ and $p$ have a different $r$ dependance that you get the change in phase for distances below a wavelength or two.

Phew! Now you're going to ask me to put this into simple physical terms, but you'll have to let me go away and think about that. I guess it's basically because with a spherical wave the acoustic energy falls with distance in a sort of 1/$r^2$ way, but for a plane wave the acoustic energy is constant with distance.

John Rennie
  • 367,598
3

I generally agree with John Rennie's nice derivation (apart for the few details I'm afraid to ask not to start a flame ;). However, if I had to tell it engineering students, I'd started with more specific formulas for mechanical waves they probably already know:

$$\Delta p = - B \frac{\partial s}{\partial x}$$

$$v = \frac{\partial s}{\partial t}$$

where $B$ is bulk modulus of material, $s$ is displacement and $\frac{\partial}{\partial x}$ is derivation in the direction of the wave.

It is pretty obvious that displacement function for plane wave must be multiplied by $1/r$ for spherical wave in order to conserve energy, which falls as $1/r^2$ and is proportional to square of displacement, so

$$s(r,t) = \frac{\sin(kr - \omega t)}{r}.$$

(Exact derivation is not very difficult and can be seen at http://scienceworld.wolfram.com/physics/SphericalWave.html)

If you make calculations above you end up with one term for velocity and two terms for pressure variation:

$$v(r,t) = -\omega \frac{\cos(kr - \omega t)}{r}$$

$$\Delta p(r,t) = -B k \frac{\cos(kr - \omega t)}{r} + B \frac{\sin(kr - \omega t)}{r^2}.$$

At larger distances, first term is predominant, and velocity and pressure variation are in phase. However, the second term becomes predominant at smaller distances $kr \le 1$, so the velocity and pressure variation come out of phase.

It is interesting to note that at critical distance $kr = 1$ pressure variation is always zero! It is really curious thing, because looking at compressions and rarefactions it would seem that all start at that distance, as if surface of the sphere $r = 1/k$ would actually be source of pressure variations. Also, within this sphere, displacement and pressure variation are in phase, which means that we have standing wave within the sphere in terms of energy.

I think this all comes to one thing: Sphere of dimension $r = 1/k = \lambda/2\pi$ is the smallest dimension of aperture you need that you actually create waves of wavelength $\lambda$. You need some moving part that creates compressions and rarefactions and within dimensionality of those movements you cannot have classical traveling wave. It seems that solution for $r \le 1/k$ is not physical considering traveling wave as such.

Pygmalion
  • 5,003
0

It's a little easier to understand if you look at the electrical case with cylindrical geometry: a long wire carrying AC current. If you are far from the wire, the E and B fields are in phase, because they represent radiated power flowing away from the wire. But close to the wire, you are in the range where inductive current flows, and the energy mostly just washes back and forth in and out of the wire.

The total energy radiated by the wire is only a small fraction of the very large energies that are exchanged inductively in the region near the wire. That's why there has to be a mismatch in the phases...because in the near field, the energy is not radiated but just temporarily stored.

It's the same basic idea with the acoustic case of the spherical source. Near the source, the amplitudes have to fall off as 1/r-squared, from simple geometric arguments. If this represented in-phase acoustic power, your total radiated power would be falling of as 1/r^4, which wouldn't add up.

Marty Green
  • 4,289