General solution of 1D vs 3D wave equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 4K views
yucheng
Messages
232
Reaction score
57
TL;DR
N/A
For the 1 dimensional wave equation,

$$\frac{\partial^2 u}{\partial x ^2} - \frac{1}{c^2}\frac{\partial ^2 u }{\partial t^2} = 0$$

##u## is of the form ##u(x \pm ct)##
For the 3 dimensional wave equation however,
$$\nabla ^2 u - \frac{1}{c^2}\frac{\partial ^2 u }{\partial t^2} = 0$$It appears that solutions need not be of the form ## u(\vec{k} \cdot \vec{r} - \nu t) ##, for instance spherical waves ## u = A/r \; \mathrm{exp}[-i(kr - vt)] ##

Am I right? Why is it so?
 
Last edited:
Physics news on Phys.org
Conservation of energy. A spherical wave spatial expands so it’s magnitude needs to decrease.
 
Frabjous said:
Conservation of energy. A spherical wave spatial expands so it’s magnitude needs to decrease.

But why doesn't it apply to the 1-dimensional case?
 
yucheng said:
But why doesn't it apply to the 1-dimensional case?
Take a distance r from the origin. For a spherical wave, things are spread out on the surface of a sphere with surface area 4πr2. On a line, things are still located at a single point.
 
yucheng said:
Summary: N/A

For the 1 dimensional wave equation,

$$\frac{\partial^2 u}{\partial x ^2} - \frac{1}{c^2}\frac{\partial ^2 u }{\partial t^2} = 0$$

##u## is of the form ##u(x \pm ct)##
For the 3 dimensional wave equation however,
$$\nabla ^2 u - \frac{1}{c^2}\frac{\partial ^2 u }{\partial t^2} = 0$$It appears that solutions need not be of the form ## u(\vec{k} \cdot \vec{r} - \nu t) ##, for instance spherical waves ## u = A/r \; \mathrm{exp}[-i(kr - vt)] ##

Am I right? Why is it so?

The change of variable [itex]\zeta = x + ct[/itex], [itex]\eta = x - ct[/itex] turns the 1D wave equation into [tex] \frac{\partial^2 u}{\partial \zeta\,\partial \eta} = 0[/tex] with general soluton [tex] u = f(\zeta) + g(\eta) = f(x + ct) + g(x-ct).[/tex] There is no equivalent of this change of variable in 2 or more spatial dimensions, so other types of solution are possible. In particular, solutions of the form [itex]u(\mathbf{x},t) = f(\mathbf{x})e^{\pm i\omega t}[/itex] are possible where [itex]f[/itex] satisfies [tex] \nabla^2 f + \frac{\omega^2}{c^2}f = 0.[/tex] This equation separates in many coordinate systems, and only in cartesians do we get solutions of the form [tex]f(\mathbf{x}) = \int_{\|\mathbf{k}\| = \omega/c}A(\mathbf{k})e^{i\mathbf{k}\cdot \mathbf{x}}\,dS[/tex] so that [tex] u(\mathbf{x},t) = \int_{\|\mathbf{k}\| = \omega/c}A(\mathbf{k})e^{i(\mathbf{k}\cdot \mathbf{x} \pm \omega t)} \,dS.[/tex] In 3D with spherical symmetry it can be shown that [itex]u(r,t)/r[/itex] satisfies the 1D wave equation, with general solution as above.
 
  • Like
Likes   Reactions: yucheng and PeroK
pasmith said:
1D wave equation
1D wave equation? Really?
 
yucheng said:
1D wave equation? Really?
Oops let me quote it in context...

pasmith said:
In 3D with spherical symmetry it can be shown that u(r,t)/r satisfies the 1D wave equation
Should it really be called 1D? I mean after a change of variables from Cartesian to spherical, then taking the partial derivatives with respect to ##\theta## and ##\phi## as zero, we get an ODE, but...
 
yucheng said:
Should it really be called 1D?
Some people do, some people don’t. You shouldn’t let semantics bother you.
 
  • Like
Likes   Reactions: yucheng