Linear wave equation with moving point source

In summary, the conversation discusses the process of solving a wave equation with a moving point source and the use of a change of variables to simplify the equation. However, it is determined that the change of variables used is incorrect and a new approach involving the retarded Green's function is suggested. The conversation also includes a discussion of Fourier transforms and the search for a book that explains the retarded Green's function approach in more detail. Finally, there is a question about a proposed change of variables and its accuracy for low Mach numbers.
  • #1
LightningStrike
20
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.

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

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

[itex]\vec{r} = x \hat{i} + y \hat{j} + z \hat{k}[/itex] or something to that effect. [itex]\vec{r}_s[/itex] 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 [itex]\vec{r}' = \vec{r} - \vec{r}_s(t)[/itex]. In Cartesian coordinates this means [itex]x' = x - x_s(t)[/itex], [itex]y' = y - y_s(t)[/itex], [itex]z' = z - z_s(t)[/itex].

Sooo...

[itex]\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[/itex]

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

[itex]\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}')[/itex]

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
  • #2
What's wrong is that your change of variables involves four coordinates; not three. So

[tex]\frac{\partial}{\partial x} = \frac{\partial x'}{\partial x} \frac{\partial}{\partial x'} + \frac{\partial \tau'}{\partial x} \frac{\partial}{\partial \tau'}[/tex]

and

[tex]\frac{\partial}{\partial \tau} = \frac{\partial x'}{\partial \tau} \frac{\partial}{\partial x'} + \frac{\partial \tau'}{\partial \tau} \frac{\partial}{\partial \tau'}[/tex]

So, using

[tex]x'(x, \tau) = x - x_s (\tau)[/tex]
[tex]\tau'(x, \tau) = \tau[/tex]

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.
 
  • #3
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.
 
  • #4
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

[tex]-|\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)})[/tex]
where [itex]\mathbf{k} = (k_x,k_y,k_z)[/itex].

Solve this, then inverse Fourier transform the solution.
 
  • #5
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?
 
  • #6
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.

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

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

[itex]\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')[/itex]

Does this seem right?

If this is right, the [itex]\left(\frac{d x_s}{d \tau}\right)^2[/itex] 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:

Related to Linear wave equation with moving point source

1. What is the linear wave equation with moving point source?

The linear wave equation with moving point source is a mathematical model that describes the propagation of waves in a medium, such as sound or water. It takes into account the movement of a point source, which is a localized disturbance that creates waves.

2. How is the linear wave equation with moving point source different from the traditional wave equation?

The linear wave equation with moving point source differs from the traditional wave equation by incorporating the movement of a point source. This allows for a more accurate representation of how waves behave in real-life situations, where sources are not stationary.

3. What are the variables in the linear wave equation with moving point source?

The variables in the linear wave equation with moving point source are time (t), position (x), and displacement (u). Time represents the progression of the wave, position represents the location in space, and displacement represents the amplitude of the wave at a given point.

4. How is the linear wave equation with moving point source solved?

The linear wave equation with moving point source is typically solved using mathematical techniques, such as separation of variables or the method of characteristics. These methods involve breaking down the equation into smaller, more manageable parts and solving for each part separately.

5. What are some applications of the linear wave equation with moving point source?

The linear wave equation with moving point source has many practical applications, including predicting the behavior of sound waves in moving air, understanding the movement of water waves caused by a moving boat, and studying seismic waves caused by earthquakes. It is also used in engineering and physics to model the behavior of various types of waves in different scenarios.

Similar threads

  • Differential Equations
Replies
7
Views
2K
Replies
5
Views
1K
  • Differential Equations
Replies
1
Views
1K
  • Differential Equations
Replies
3
Views
2K
  • Differential Equations
Replies
5
Views
2K
  • Differential Equations
Replies
4
Views
788
Replies
4
Views
1K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
11
Views
1K
Back
Top