Linear wave equation with moving point source

Click For Summary
The discussion focuses on solving a linear wave equation with a moving point source, specifically addressing the transformation of variables to simplify the equation. The initial equation is non-dimensionalized, leading to a form that incorporates a delta function representing the moving source. The user expresses confusion about the change of variables and whether additional source terms are necessary due to the movement of the source. Suggestions include using the original coordinates for integration against the retarded Green's function or applying a Fourier transform to solve the equation. The user aims to determine the source's movement from the pressure field and seeks recommendations for resources on the retarded Green's function approach.
LightningStrike
Messages
20
Reaction score
0
I'll need some help and clarification about solving this equation.

After some non-dimensionalization, I can arrive at the following wave equation with a moving point source. The initial conditions are zero.

\Delta P - \frac{\partial^2 P}{\partial \tau^2} = - A \cos(\tau) \delta^3(\vec{r} - \vec{r}_s(\tau))

Whether the source is a cosine, a sine, or something else that is periodic is unimportant.

\vec{r} = x \hat{i} + y \hat{j} + z \hat{k} or something to that effect. \vec{r}_s is the location of the moving source.

I wanted to solve this equation, so I tried a change of variables to make the source stationary. I try \vec{r}' = \vec{r} - \vec{r}_s(t). In Cartesian coordinates this means x' = x - x_s(t), y' = y - y_s(t), z' = z - z_s(t).

Sooo...

\Delta P = \frac{\partial^2 P}{\partial x^2} + \frac{\partial^2 P}{\partial y^2} + \frac{\partial^2 P}{\partial z^2} = \frac{\partial^2 P}{\partial x'^2} \left(\frac{\partial x'}{\partial x}\right)^2 + \frac{\partial^2 P}{\partial y'^2} \left(\frac{\partial y'}{\partial y}\right)^2 + \frac{\partial^2 P}{\partial z'^2} \left(\frac{\partial z'}{\partial z}\right)^2

But \frac{\partial x'}{\partial x} = \frac{\partial y'}{\partial y} = \frac{\partial z'}{\partial z} = 1. So \Delta P = \frac{\partial^2 P}{\partial x'^2} + \frac{\partial^2 P}{\partial y'^2} + \frac{\partial^2 P}{\partial z'^2}

\frac{\partial^2 P}{\partial x'^2} + \frac{\partial^2 P}{\partial y'^2} + \frac{\partial^2 P}{\partial z'^2} - \frac{\partial^2 P}{\partial \tau^2} = - A \cos(t) \delta^3(\vec{r}')

This seems simpler than I thought it would be. I would expect additional source terms because the source is moving. I'm convinced there's something fundamentally wrong with my change of variables. If this is wrong, what am I missing?

Also, I'll need some help solving the equation once I get it into a good form. I have Strauss's PDE book, which details the inhomogeneous wave equation with zero initial conditions in section 9.3, however, I've always found Strauss to be too terse to be useful.
 
Last edited:
Physics news on Phys.org
What's wrong is that your change of variables involves four coordinates; not three. So

\frac{\partial}{\partial x} = \frac{\partial x'}{\partial x} \frac{\partial}{\partial x'} + \frac{\partial \tau'}{\partial x} \frac{\partial}{\partial \tau'}

and

\frac{\partial}{\partial \tau} = \frac{\partial x'}{\partial \tau} \frac{\partial}{\partial x'} + \frac{\partial \tau'}{\partial \tau} \frac{\partial}{\partial \tau'}

So, using

x'(x, \tau) = x - x_s (\tau)
\tau'(x, \tau) = \tau

some of the above terms cancel. Your space derivatives transform just as you computed; but your time derivative transforms in a nontrivial way.


By the way, I think the easiest way to solve this equation is to use the coordinates you started with. Then you simply integrate the source term against the retarded Green function.

Alternatively, if your source is moving in a straight line at constant velocity, then you can use a Lorentz transformation, which leaves the wave operator invariant. If the source velocity is less than the wave velocity, you can transform to a stationary source; if the source velocity is greater, you can transform to an instantaneous line source.
 
Ah, that makes sense. Thank you.

Could you recommend a website or book which details the integration against the retarded Green's function approach? My PDE class several semesters ago did not detail that and the book I have is not particularly helpful.
 
As long as your spatial boundary conditions are at infinity, an alternative approach you might consider is to Fourier transform in the spatial variables. This gives you

-|\mathbf{k}|^2 \tilde{P} - \frac{d^2 \tilde{P}}{d \tau^2} = -A\cos(\tau)\exp({i\mathbf{k} \cdot \mathbf{r}_s(\tau)})
where \mathbf{k} = (k_x,k_y,k_z).

Solve this, then inverse Fourier transform the solution.
 
Mute, this problem is unbounded, so that's a good suggestion. I've attempted a few things with the Fourier transform now, but I don't think any of them will lead to an acceptable solution. To solve what you've derived practically requires me to know the position of the source, or at least something about its movement. I'm trying to make as few assumptions about the movement of the source as possible.

I even tried my original change of variables (corrected, of course), and I dropped a few terms (which are okay if the Mach number of the point source is low), but that doesn't seem to lead anywhere. I attempted to develop a perturbed solution, but the solution got messy. Perhaps I'm too picky.

My ultimate goal is to determine the movement of the source given some of the pressure field. I'm going to start looking at books about inverse methods.

Could someone suggest a book that explains the retarded Green's function approach for the wave equation in more detail than Strauss's PDE book?
 
Could someone check this change of variables? I'm suspicious that I've made a mistake.

For simplicity I'll focus on the case with one spatial variable.

\frac{\partial^2 P}{\partial x^2} - \frac{\partial^2 P}{\partial \tau^2} = - A \cos(\tau) \delta(x - x_s(\tau))

With the change of variables x' = x - x_s(\tau) and \tau' = \tau I get the following equation in the new variables.

\left(1 - \left(\frac{d x_s}{d \tau'}\right)^2 \right) \frac{\partial^2 P}{\partial x'^2} - \frac{\partial^2 P}{\partial \tau'^2} + \frac{d^2 x_s}{d \tau'^2} \frac{\partial P}{\partial x'}= - A \cos(\tau') \delta(x')

Does this seem right?

If this is right, the \left(\frac{d x_s}{d \tau}\right)^2 term can be dropped. My non-dimensionalization made all velocities Mach numbers, and as I'll only be looking at the low Mach number (of the moving source) case (10 m/s at most!), M^2 seems even less significant. This could lead to an accurate solution for low Mach numbers.
 
Last edited:

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
5K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K