Difference between revisions of "Wave equation"

From Conservapedia
Jump to navigation Jump to search
(→‎Additional reading: clean up & uniformity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
−
A place where nobody dared to go
+
The '''wave equation''' is among the most well known, elegant, and important equations in all of mathematical physics.  A great many physical problems, usually relating to wave motion or vibration, turn into the wave equation when analyzed mathematically.  Some of these applications will be discussed below.
−
The love that we came to know
 
−
They call it Xanadu
 
  
−
And now
+
The wave equation concerns some "quantity" that is a function of both space and time.  That "quantity" might be air pressure, a magnetic field, the displacement of a string or membrane, or the abstract "wave function" of [[quantum mechanics]].  It is a ''partial differential equation'', since it involves [[partial derivative]]s.
−
Open your eyes and see
 
−
What we have made is real
 
−
We are in Xanadu
 
  
−
A million lights are dancing
+
In one dimension, and denoting the "quantity" as <math>\psi</math>, the equation is:
−
And there you are
+
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \frac{\partial^2 \psi}{\partial x^2}</math>
−
A shooting star
+
for some constant <math>c</math>.  <math>c</math> is the velocity of the wave.  It is common to use this symbol, even for waves other than light waves.
−
An everlasting world
 
−
And you're here with me
 
−
Eternally
 
  
−
Xanadu, Xanadu,  
+
Solutions to this equation are abundant.  For any function <math>\psi(q)</math> of a single variable <math>q</math>, if we turn it into a function of two variables by substituting <math>q = x - vt</math> (or <math>q = x + vt</math>), then, by the [[chain rule]], we have:
−
(now we are here)  
+
:<math>\frac{\partial \psi}{\partial t} = \psi' \frac{\partial}{\partial t}(x - ct) = - c\ \psi'</math>
−
In Xanadu
+
Taking the derivative again, we get:
−
Xanadu, Xanadu,
+
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \psi''</math>
−
(now we are here)
+
Similarly:
−
In Xanadu
+
:<math>\frac{\partial \psi}{\partial x} = \psi' \frac{\partial}{\partial x}(x - ct) = \psi'</math>
 +
:<math>\frac{\partial^2 \psi}{\partial x^2} = \psi''</math>
 +
{{clear}}
 +
[[File:Wave.jpg|thumb|right|450px|Graphs of the function <math>e^{-(x-t)^2}</math> for t=0 (blue), t=1 (red), t=2 (green) and t=3 (magenta)]]
 +
The figure on the right illustrates this for <math>\psi(q) = e^{-q^2}</math>, or <math>\psi(x, t) = e^{- (x - ct)^2}</math>.  One can clearly see the "wave", graphed as a function of <math>x</math>, moving to the right as time progresses.
  
−
Xanadu, your neon lights will shine
+
The quantity <math>c</math> in the wave equation is the speed of propagation of the wave.  Dimensional analysis of the derivatives shows that it has the dimensions of velocity.
−
For you, Xanadu
 
  
−
The love
+
==In Higher Dimensions, and the Laplacian==
−
The echoes of long ago
+
In two dimensions, and Cartesian coordinates, the wave equation is:
−
You needed the world to know
+
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \left(\frac{\partial^2 \psi}{\partial x^2} + \frac{\partial^2 \psi}{\partial y^2}\right)</math>
−
They are in Xanadu
+
In three dimensions it is:
 +
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \left(\frac{\partial^2 \psi}{\partial x^2} + \frac{\partial^2 \psi}{\partial y^2} + \frac{\partial^2 \psi}{\partial z^2}\right)</math>
 +
In each case the quantity in parentheses is called the [[Laplacian]] operator, denoted thusly:
 +
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \nabla^2 \psi</math>
  
−
The dream
+
The Laplacian operator is defined in arbitrary coordinate systems (e.g. cylindrical or spherical) to be equivalent to the Cartesian quantity shown above.  Therefore, to obtain the wave equation in arbitrary coordinates, one simply looks up the definition of the Laplacian in that coordinate system and substitutes it into
−
That came through a million years
+
:<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \nabla^2 \psi</math>
−
That lived on through all the tears
 
−
It came to Xanadu
 
  
−
A million lights are dancing
+
==Applications==
−
And there you are
+
There are many problems in physics that, when analyzed mathematically, turn into the wave equation.  These include:
−
A shooting star
+
*air pressure (hence sound waves)
−
An everlasting world
+
*vibrating strings (hence stringed instruments)
−
And you're here with me
+
*vibrating columns of air (woodwind and brass instruments)
−
Eternally
+
*vibrating membranes (kettle drums)
 +
*Maxwell's equations for electrodynamics (electromagnetic waves)
  
−
Xanadu, Xanadu,  
+
==Additional reading==
−
(now we are here)
+
Pain, H.J. ''The Physics of Vibrations and Waves'' 6th edition. Southern Gate, Chichester, West Sussex, England: John Wiley & Sons, 2005
−
In Xanadu
 
−
Xanadu, Xanadu,
 
−
(now we are here)
 
−
In Xanadu
 
  
−
Now that I'm here
+
<!--==References==
−
Now that you're near in Xanadu
+
<small><references/></small>-->
−
Now that I'm here
+
 
−
Now that you're near in Xanadu
+
[[Category:Physics]]
−
Xanadu...
 

Latest revision as of 21:35, July 13, 2016

The wave equation is among the most well known, elegant, and important equations in all of mathematical physics. A great many physical problems, usually relating to wave motion or vibration, turn into the wave equation when analyzed mathematically. Some of these applications will be discussed below.

The wave equation concerns some "quantity" that is a function of both space and time. That "quantity" might be air pressure, a magnetic field, the displacement of a string or membrane, or the abstract "wave function" of quantum mechanics. It is a partial differential equation, since it involves partial derivatives.

In one dimension, and denoting the "quantity" as <math>\psi</math>, the equation is:

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \frac{\partial^2 \psi}{\partial x^2}</math>

for some constant <math>c</math>. <math>c</math> is the velocity of the wave. It is common to use this symbol, even for waves other than light waves.

Solutions to this equation are abundant. For any function <math>\psi(q)</math> of a single variable <math>q</math>, if we turn it into a function of two variables by substituting <math>q = x - vt</math> (or <math>q = x + vt</math>), then, by the chain rule, we have:

<math>\frac{\partial \psi}{\partial t} = \psi' \frac{\partial}{\partial t}(x - ct) = - c\ \psi'</math>

Taking the derivative again, we get:

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \psi</math>

Similarly:

<math>\frac{\partial \psi}{\partial x} = \psi' \frac{\partial}{\partial x}(x - ct) = \psi'</math>
<math>\frac{\partial^2 \psi}{\partial x^2} = \psi</math>
File:Wave.jpg
Graphs of the function <math>e^{-(x-t)^2}</math> for t=0 (blue), t=1 (red), t=2 (green) and t=3 (magenta)

The figure on the right illustrates this for <math>\psi(q) = e^{-q^2}</math>, or <math>\psi(x, t) = e^{- (x - ct)^2}</math>. One can clearly see the "wave", graphed as a function of <math>x</math>, moving to the right as time progresses.

The quantity <math>c</math> in the wave equation is the speed of propagation of the wave. Dimensional analysis of the derivatives shows that it has the dimensions of velocity.

In Higher Dimensions, and the Laplacian

In two dimensions, and Cartesian coordinates, the wave equation is:

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \left(\frac{\partial^2 \psi}{\partial x^2} + \frac{\partial^2 \psi}{\partial y^2}\right)</math>

In three dimensions it is:

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \left(\frac{\partial^2 \psi}{\partial x^2} + \frac{\partial^2 \psi}{\partial y^2} + \frac{\partial^2 \psi}{\partial z^2}\right)</math>

In each case the quantity in parentheses is called the Laplacian operator, denoted thusly:

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \nabla^2 \psi</math>

The Laplacian operator is defined in arbitrary coordinate systems (e.g. cylindrical or spherical) to be equivalent to the Cartesian quantity shown above. Therefore, to obtain the wave equation in arbitrary coordinates, one simply looks up the definition of the Laplacian in that coordinate system and substitutes it into

<math>\frac{\partial^2 \psi}{\partial t^2} = c^2\ \nabla^2 \psi</math>

Applications

There are many problems in physics that, when analyzed mathematically, turn into the wave equation. These include:

  • air pressure (hence sound waves)
  • vibrating strings (hence stringed instruments)
  • vibrating columns of air (woodwind and brass instruments)
  • vibrating membranes (kettle drums)
  • Maxwell's equations for electrodynamics (electromagnetic waves)

Additional reading

Pain, H.J. The Physics of Vibrations and Waves 6th edition. Southern Gate, Chichester, West Sussex, England: John Wiley & Sons, 2005