Advanced Classical Mechanics/Continuum Mechanics

< Advanced Classical Mechanics

We can extend the formalism of Lagrangian mechanics to cover the motion of continuous materials: membranes, strings and fields.

Deriving the Lagrange Equations of a Continuum

We saw for a string that the potential and kinetic energy can be written as a integral over the length of the string.


L = \int_0^L  {\mathcal L} \left (\phi, \frac{\partial \phi}{\partial x},\frac{\partial \phi}{\partial t} \right ) dx

where {\mathcal L} is called the Lagrangian density.

The Action

Let's write out the action


S = \int dx dt {\mathcal L} \left (\phi, \frac{\partial \phi}{\partial x},\frac{\partial \phi}{\partial t} \right ).

We would like to find the function \phi(x,t) that minimizes the action, so we let \phi=\phi_0 + \eta and calculate 
\delta S = \int dx dt \left [ \left .\frac{\partial {\mathcal L}}{\partial \phi} \right |_{\phi_0} 
\eta + 
\left .\frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial x}\right )} \right |_{\phi_0} 
\frac{\partial \eta}{\partial x} +
\left . \frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial t}\right )} \right |_{\phi_0} 
\frac{\partial \eta}{\partial t} 
\right ].

Let integrate the last two items by parts and drop the boundary term because we assume that the value of \eta vanishes on the boundary, we get


\delta S = \int dx dt \eta \left [ \left .\frac{\partial {\mathcal L}}{\partial \phi} \right |_{\phi_0} 
-
\frac{d}{dx} \left .\frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial x}\right )} \right |_{\phi_0} 
-
\frac{d}{dt}
\left . \frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial t}\right )} \right |_{\phi_0} 
\right ].

Lagrange's Equations

Because the function \eta is completely arbitrary then for the value of \delta S to vanish, the integrand itself must vanish and we obtain the Lagrange equation for a field in one spatial dimension:


\frac{d}{dx} \frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial x}\right )}  +
\frac{d}{dt}
\frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial t}\right )} 
- \frac{\partial {\mathcal L}}{\partial \phi} = 0

that the actual motion must satify.

Each new dimension that the field lives in adds a new term of the form


\frac{d}{dz} \frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial \phi}{\partial z}\right )}

to the equations of motion.

Examples

Electrostatics

Let's do an example of an electric field with a bunch of charges around. The energy density of an electric field with charges around is


??? \quad \left({\mathcal \phi}\right )^2 + \rho \phi

We would like to minimize the integral of {\mathcal E} over a volume so it is natural to take ??? {\mathcal L} = . We have


{\mathcal L} = \frac{\epsilon_0}{2} \left [ \left ( \frac{\partial \phi}{\partial x} \right )^2 + \left ( \frac{\partial \phi}{\partial y} \right)^2 \right ] + \rho \phi

and Lagrange's equations are


??? \quad \frac{d}{dx} \frac{\partial {\mathcal L} }{\partial 
\left ( \frac{\partial \phi}{} \right) }  + 
\frac{d}{dy}
\frac{\partial {\mathcal L}} {\partial 
\left ( \frac{\partial}{} \right)}

A String

As a problem toward the beginning of the term, you found that the potential energy of a string could be given by


V = \int \frac{1}{2} \lambda \left ( \frac{\partial z}{\partial x} \right  )^2 dx

where \lambda is the string tension.

We can also write the kinetic energy of the string as an integral


T = \int \frac{1}{2} \left ( \frac{\partial z}{\partial t} \right )^2 d m = \int \frac{1}{2} \left ( \frac{\partial z}{\partial t} \right )^2 \mu d x

where \mu=M/L, the mass per unit length of the string. We can combine these two expressions to get the Langrangian density


{\mathcal L} = \frac{1}{2} \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left ( \frac{\partial z}{\partial x} \right )^2 \right ].

Now let's apply Lagrange's equations to this Lagrangian density,


\frac{d}{dx} \frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial z}{\partial x}\right )}  +
\frac{d}{dt}
\frac{\partial {\mathcal L}}{\partial 
\left ( \frac{\partial z}{\partial t}\right )} +
- \frac{\partial {\mathcal L}}{\partial z} = 0


\mu \frac{d}{dt} \frac{\partial z}{\partial t} - \lambda \frac{d}{dx} \frac{\partial z}{\partial x} = 0


\frac{\partial^2 z}{\partial t^2} - \frac{\lambda}{\mu} \frac{\partial^2 z}{\partial x^2} = 0

We can find a solution to this equation of the form, 
z(x,t) = f(x-vt)\left. \right .
where v=\pm \sqrt{\lambda/\mu}. Let's substitute this into the equation to get


v^2 f'' - \frac{\lambda}{\mu} f'' = \frac{\lambda}{\mu} f'' - \frac{\lambda}{\mu} f'' = 0

This solution is a wave travelling in the positive or negative x-direction. The function f can take any form whatsoever and it always travels at the same speed. This type of wave is called a 'simple wave'.

The Discrete Fourier Transform

When a string vibrates it causes the air around it to vibrate as well; these vibrations travel through the air as waves that we can detect with the acoustic spectrometers attached to the sides of our heads. Our ears are sensitive to the pitch or frequency of the sound that the string produces so it is natural to look at the waves along a string as a sum of waves of a particular frequency, so we have 
z(x,t) = g(x) \cos \left ( \omega t + \phi \right )\left . \right .
where φ is the phase of the wave.

Let's substitute this into the equation of motion to get


-\omega^2 g(x) \cos \left ( \omega t + \phi \right )- \frac{\lambda}{\mu} g'' \left ( \cos\omega t + \phi \right ) = 0
so 
g'' = -\frac{\omega^2 \mu}{\lambda} g 
and 
g = A \sin \left ( \omega \sqrt{\frac{\mu}{\lambda}} x \right ) + B \cos \left ( \omega \sqrt{\frac{\mu}{\lambda}} x \right )

Now we must apply the boundary conditions of the string. Specifically, we have z(0,t)=z(L,t)=0 so


g  = A \sin \left ( \frac{n\pi}{L} x \right )

where n is an integer so we have a formula for the frequency of the wave in terms of the form of the oscillation along the string


\omega = n \frac{\pi}{L} \sqrt{\frac{\lambda}{\mu}}

The general solution will allow a sum of different frequencies so


z(x,t) = \sum_n A_n \sin \left ( \frac{n\pi}{L} x \right ) \cos \left ( n \frac{\pi}{L} \sqrt{\frac{\lambda}{\mu}} + \phi_n \right )

Let's suppose that we pluck the string so that a t=0, the string is not straight but it is not moving either, so we have \phi_n=0 in the formula above, and we get


z(x,0) = \sum_n A_n \sin \left ( \frac{n\pi}{L} x \right ).

We would like to find the coefficients A_n that tell us what pitches the string will emit when it is released.

Let's take the integral of both sides times \sin\left ( \frac{m\pi}{L} x \right ) to get


\int_0^L z(x,0) \sin\left ( \frac{m\pi}{L} x \right ) dx = \int_0^L \sum_n A_n \sin \left ( \frac{n\pi}{L} x \right ) \sin\left ( \frac{m\pi}{L} x \right ) dx.


 = \int_0^L \sum_n \frac{A_n}{2} \left [ \cos \left ( \frac{(n+m)\pi}{L} x \right ) 
+ \cos\left ( \frac{(n-m)\pi}{L} x \right ) \right ] dx = \int_0^L \frac{A_m}{2} d x = \frac{A_m L}{2}.

Rearranging we have


A_m = \frac{2}{L} \int_0^L z(x,0) \sin\left ( \frac{m\pi}{L} x \right ) dx

which defines the discrete Fourier transform.

A Membrane


As a problem toward the beginning of the term, you found that the potential energy of a string could be given by


V = \int \frac{1}{2} \lambda \left [  \left ( \frac{\partial z}{\partial x} \right  )^2 + \left ( \frac{\partial z}{\partial y} \right  )^2\right ] dx dy

where \lambda is the surface tension.

We can also write the kinetic energy of the membrane as an integral


T = \int \frac{1}{2} \left ( \frac{\partial z}{\partial t} \right )^2 d m = \int \frac{1}{2} \left ( \frac{\partial z}{\partial t} \right )^2 \mu d x dy

where \mu=M/A, the mass per unit area of the membrane. We can combine these two expressions to get the Langrangian density


{\mathcal L} = \frac{1}{2} \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left [  \left ( \frac{\partial z}{\partial x} \right )^2 + \left ( \frac{\partial z}{\partial y} \right  )^2 \right ] \right ] = \frac{1}{2} \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left ( \nabla z \right )^2 \right ]

If we apply Lagrange's equations we obtain,


\mu \frac{d}{dt} \frac{\partial z}{\partial t}  - \lambda \frac{d}{dx} \frac{\partial z}{\partial x} - 
- \lambda \frac{d}{dy} \frac{\partial z}{\partial y}= 0


\mu \frac{d}{dt} \frac{\partial z}{\partial t}  - \lambda \nabla^2 z = 0

Different Coordinates

The value of the action does not depend on the coordinates that you use, but as we shall see the Lagrangian density does. First let's write the action using Cartesian coordinates


S = \int dx dy {\mathcal L} = \int dx dy = \frac{1}{2} \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left ( \nabla z \right )^2 \right ].

Sometimes it is useful to use polar coordinates for a circular drum perhaps. Here the action is


S = \int dr d\theta {\mathcal L} = \int dr d\theta r \frac{1}{2} \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left ( \nabla z \right )^2 \right ].

Notice that an r appears in front of the "Cartesian" Lagrangian density. This is just so the units work out, so we find that


 {\mathcal L}_{\rm polar} =  {\mathcal L}_{\rm Cartesian} \times r

In both coordinate systems the action has the same units but the Lagrangian density does not. We also need to rewrite the spatial derivatives in polar coordinates to get


 {\mathcal L}_{\rm polar} 
= \frac{1}{2} r \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left ( \nabla z \right )^2 \right ]
= \frac{1}{2} r \left [ \mu \left ( \frac{\partial z}{\partial t} \right )^2 - \lambda \left [ 
\left ( \frac{\partial z}{\partial r} \right )^2 + \left ( \frac{1}{r} \frac{\partial z}{\partial \theta} \right )^2\right ] \right ]

If we apply the Lagrange equations we find that the Lagrange density depends explicitly on the coordinate r. We obtain,


r \mu \frac{d}{dt} \frac{\partial z}{\partial t}  - \lambda \frac{d}{dr} \left ( r \frac{\partial z}{\partial r} \right ) - 
 \lambda \frac{1}{r} \frac{d}{d\theta} \frac{\partial z}{\partial \theta}= 0

and divide both sides by r to get


\mu \frac{\partial^2 z}{\partial t^2}  - \lambda \left [ \frac{1}{r} \frac{d}{dr} \left ( r \frac{\partial z}{\partial r} \right ) + \frac{1}{r^2} \frac{\partial^2 z}{\partial \theta^2} \right ] = 0

or using the definition of the Laplacian in cylindrical coordinates we get


\mu \frac{\partial^2 z}{\partial t^2}  - \lambda \nabla^2 z = 0

Solutions to the Two-Dimensional Wave Equation

When analyzing a drum or something with boundary conditions, it is natural to look for solutions to these equations with the form 
z(x,y,t) = X(x) Y(y) g(t)
in Cartesian coordinates, 
z(r,\theta,t) = R(r) f(\theta) g(t)
in cylindrical coordinates, or 
z(\theta,\phi,t) = Y(\theta,\phi) g(t).
Generally you can pick the function g to vary harmonically in time and the solutions to the spatial dependence are known as harmonics. In Cartesian coordinates we get sines and cosines (the harmonic functions). In cylidrical coordinates, we get sines and cosines in the \theta-direction and Bessel functions in the radial direction. If your drum is the surface of a sphere, the solutions are called spherical harmonics: sines and cosines in the \phi-direction and polynomials of \cos\theta in the other direction.

A Slung Slinky

As a final example we will study a slinky hanging from a horizontal surface and the waves that can propagate along it. Let's first draw a picture to show what we are talking about

Let's use the variable \phi_i to denote the angle that each pendulum makes with the vertical. Also let's restrict ourselves to the small-angle approximation. We can write the kinetic energy of each mass as


T_i = \frac{1}{2} m r^2 {\dot \phi_i}^2

There are two sources of potential energy: gravity and the springs. The expression for gravity is straightforward we have


V_{{\rm gravity},i} = - m g r \left ( 1 - \cos \phi_i \right ) \approx \frac{1}{2} m g r \phi_i^2.

The potential energy of the springs is a bit more complicated. First, we have to come up with a convention so that we don't double count the springs. Let's identify a spring with the mass to its left so we have


V_{{\rm spring},i} = \frac{1}{2} k \left \{ r \left[ \left ( \frac{b}{r} + \sin\phi_{i+1} - \sin\phi_i \right )^2 + \left (\cos \phi_{i+1}-\cos\phi_i\right)^2 \right ]^{1/2} - l \right \}^2

Now let's take the small-angle approximation,


V_{{\rm spring},i} \approx \frac{1}{2} k \left ( b + r \phi_{i+1} - r \phi_i  - l \right )^2 = \frac{1}{2} k (b-l)^2 + k r (b-l) \left (\phi_{i+1}-\phi_{i}\right ) + \frac{1}{2} k  r^2 \left (\phi_{i+1}-\phi_{i}\right )^2.

We can simplify this further. The first term is a constant; let's drop it. The second term sums to zero when one combines the contribution from every spring. The final term is


V_{{\rm spring},i} \approx  \frac{1}{2} k  r^2 \left (\phi_{i+1}-\phi_{i}\right )^2 =   \frac{1}{2} k  r^2 l^2 \left (\frac{\partial \phi}{\partial x}\right )^2

where we have replaced \phi_i with \phi(x_i).

The Lagrange density is given by


{\mathcal L} = \frac{T_i - V_i}{l} = \frac{1}{2} \frac{m}{l} r^2 {\dot \phi}^2 -  \frac{1}{2} \frac{m}{l} g r \phi^2 - \frac{1}{2} k  r^2 l \phi'^2

The Klein-Gordon Equation

Let's apply Lagrange's equations to the Lagrange density to get the following equation of motion


\mu {\ddot \phi} - \lambda \phi'' + \mu \frac{g}{r} \phi = 0

where \mu=m r^2/l and \lambda=k r^2 l. This equation of motion is very similar to that of the stretched string but there is an extra term. Let's divide both sides by \mu to get


{\ddot \phi} - \frac{\lambda}{\mu} \phi'' + \omega_0^2 \phi = 0

where \omega_0^2=g/r is the natural frequency of the hanging masses. This is known as the Klein-Gordon equation, and it describes the evolution of massive scalar field. If we let the spring constant k go to zero, then \lambda goes to zero as well and we have the simple equation for a pendulum.


{\ddot \phi} + \omega_0^2 \phi = 0

To get an appreciation for the solutions, let's substitute a harmoncally varying wave


\phi = A(x) \cos \omega t

to get


-\omega^2  A - \frac{\lambda}{\mu} A'' + \omega_0^2 A = 0
and 
 A'' = - \frac{\mu}{\lambda} \left ( \omega^2 - \omega_0^2 \right )  A

If the frequency of the wave \omega is greater than the natural frequency of the pendulum, the wave varies sinusoidally in space as well as time (it propagates along the slinky). On the other hand, low-frequency waves are damped, so the slung slinky acts as a high-pass filter.

The form of the equation above encourages us to use solutions of the form


\phi = \cos \left ( k x - \omega t \right )

with the dispersion relation


k^2 = \frac{\mu}{\lambda} \left ( \omega^2 - \omega_0^2 \right ).

Phase Velocity

Again we see that when \omega<\omega_0 things get a bit funny. We can define the phase velocity of the wave


v_{\rm phase} = \frac{\omega}{k} = \sqrt{\frac{\lambda}{\mu}} \left ( 1 - \frac{\omega_0^2}{\omega^2} \right )^{-1/2}.

This measures the speed at which the crest of a wave of a particular frequency passes by.

Group Velocity

Let's say that we want to send a signal down the slinky. How long fast will the signal travel? Specifically, we would like to displace the end of the slinky back and forth and watch the compression travel along the spring.

We could naturally think of a signal as the sum of two waves of a single frequency.


A (x, t) = \cos \left [ \left ( k + \Delta k \right ) x - \left ( \omega + \Delta \omega \right ) t \right ]
+  \cos \left [ \left ( k - \Delta k \right ) x - \left ( \omega - \Delta \omega \right ) t \right ].

Using some trignometric identites we see that this is just an amplitude-modulated wave


A(x, t) = 2 \cos (k x - \omega t ) \cos ( \Delta k x - \Delta \omega t ).

The amplitude modulation is a wave that travels on top of the carrier wave at a speed of 
\Delta \omega/\Delta k \approx d \omega/d k 
for narrow bandwidth.

The group velocity measures the speed of a "wave packet" or how long a signal takes to travel along the slinky


v_{\rm group} = \frac{d \omega}{d k} = \frac{\lambda}{\mu} \frac{k}{\omega} = \frac{\lambda}{\mu} \frac{1}{v_{\rm phase}} = 
\sqrt{\frac{\lambda}{\mu}} \left ( 1 - \frac{\omega_0^2}{\omega^2} \right )^{1/2}.

If we think about the wave described above in more detail, we have a rapid back-and-forth oscillation that travels at the phase velocity and on top of it a variation in the amplitude of the rapid oscillation. If we ignored the frequency of the pendulums (taking g\rightarrow 0 or r\rightarrow \infty), these two variations would travel at the speed \sqrt{\lambda/\mu} and one would simply see a pattern travelling at a constant speed along the slinky.

Hanging the slinky introduces dispersion, this means that the pattern generally changes as it travels along the slinky.

The Sine-Gordon or Pendulum Equation

The slung Slinky is related to another important equation of physics. Let's take the exact expression for the gravitational potential energy


V_{{\rm gravity},i} = - m g r \left ( 1 - \cos \phi_i \right )

The new Lagrange density is given by


{\mathcal L} = \frac{T_i - V_i}{l} = \frac{1}{2} \frac{m}{l} r^2 {\dot \phi}^2 -  \frac{m}{l} g r \left ( 1 - \cos\phi \right ) - \frac{1}{2} k  r^2 l \phi'^2

and the equation of motion is


\mu {\ddot \phi} - \lambda \phi'' + \mu \frac{g}{r} \sin \phi = 0.

This is known as the sine-Gordon equation (those physicists are really good punsters). This equation is no longer linear in the variable \phi so it is much more difficult to solve than the Klein-Gordon equation. Specifically, we expect that the velocity of the wave will depend not only on the frequency but also the amplitude.

We can define our scale of time (\sqrt{r/g}) and distance (\sqrt{\mu r/(g\lambda)}) so that the equation takes the simpler form

 
{\ddot \phi} -  \phi'' +  \sin \phi = 0.

Let's look for solutions that have a fixed pattern travelling at a fixed velocity. This was not possible (except for a monochromatic wave) for the Klein-Gordon equation because of the dispersion. Here we have dispersion and non-linearity. Let's use


\phi = A(x - v t)

to get


v^2 A'' - A'' + \sin A = 0

so


A'' = \frac{\sin A}{1-v^2}

Here the value of velocity depends on the amplitude of the wave, v=2 for an amplitude of 0.01, v=1.91 for an amplitude of 1 and 1.64 for an amplitude of 2.

Solitons

The solutions above are strictly periodic, but we can also find waves that travel at velocities less than one that are not periodic (i.e. they are solitary waves or solitons).

The wider waves have amplitudes closer to 2\pi and velocities closer to zero. The speed of the solitons are 0.1, 0.5, 0.8 and 0.9 from widest to narrowest and the amplitudes range from 6.17 down to 6.11.

The differential equation actually has a simple solution as well. It is called the "kink" solution


\phi = 4 \tan^{-1} \left [ \exp \left ( \frac{x-vt}{\sqrt{1-v^2}} \right ) \right ]

The speed at which the kink travels depends on the maximum slope of the kink.

The steepest slope travels at v=0.9; then we have 0.8 and zero (a frozen kink).

This article is issued from Wikiversity - version of the Tuesday, December 08, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.