0% found this document useful (0 votes)
43 views24 pages

MA201 Lecture8 Handout

1) The document discusses the wave equation which models the vibration of a stretched string. It presents the one-dimensional wave equation utt = c2uxx that describes the transverse displacement u(x,t) of the string over time. 2) D'Alembert's solution to the homogeneous wave equation is presented, which expresses the solution as a superposition of waves traveling in opposite directions. 3) Initial conditions of displacement u(x,0) and velocity ut(x,0) are incorporated into D'Alembert's solution to fully solve the Cauchy problem for the wave equation on an infinite string.

Uploaded by

vasu sain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views24 pages

MA201 Lecture8 Handout

1) The document discusses the wave equation which models the vibration of a stretched string. It presents the one-dimensional wave equation utt = c2uxx that describes the transverse displacement u(x,t) of the string over time. 2) D'Alembert's solution to the homogeneous wave equation is presented, which expresses the solution as a superposition of waves traveling in opposite directions. 3) Initial conditions of displacement u(x,0) and velocity ut(x,0) are incorporated into D'Alembert's solution to fully solve the Cauchy problem for the wave equation on an infinite string.

Uploaded by

vasu sain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 24

MA201 Partial Differential Equations

Lecture 8

MA201 1 / 24
Vibrating string and the wave equation

Figure : String problem

MA201 2 / 24
Vibrating string and the wave equation
Consider a stretched string of length π with the ends fastened to the ends x = 0
and x = π.
Suppose that the string is set to vibrate by displacing it from its equilibrium position.

Let u(x, t) denote the transverse displacement at time t ≥ 0 of the point on the string
at position x.
That is, we assume that each point of the string moves only in the vertical direction.

In particular, u(x, 0) denotes the initial shape of the string and ut (x, 0) denotes the
initial velocity.

That is, the string is set to vibrate by supplying an initial velocity ut (x, 0) to it from its
equilibrium position u(x, 0) and then releasing it.

MA201 3 / 24
Vibrating string and the wave equation (Contd.)

Under some physical assumptions, we arrive at the following equation known as the
one-dimensional wave equation:

utt (x, t) = c2 uxx (x, t), (1)

which governs the entire process. Here c represents a physical quantity.

The above equation corresponds to the situation of without consideration of any


external force acting on the string.

Suppose that we do wish to include such an external force on the string (due to its
weight or other impressed external forces (like gravity or pressure)), referred to as a
load, given by

f (x, t) = vertical force per unit length at point x, at time t.

MA201 4 / 24
Vibrating string and the wave equation (Contd.)
Then, the result will be the nonhomogeneous wave equation

utt − c2 uxx = F (x, t), (2)

where F (x, t) = ρ1 f (x, t), with ρ as the mass per unit length of the string.

Two special cases of (2) particularly generate interest:


• When the external force is due to the gravitational acceleration g only, the
equation becomes
utt = c2 uxx − g. (3)

• When the external force is due to the resistance of the medium (say, a string
vibrating in a fluid), the equation becomes

utt − c2 uxx = −kut , k is a positive constant, (4)

known as the damped wave equation.

MA201 5 / 24
Wave Equation
It is to be noted that the use of string problem to demonstrate the wave equation
is a matter of convenience. There are more applications in physics and
engineering.

For instance,
u(x, t) = sin(x ± ct)
represents sinusoidal waves traveling with speed c in the positive and negative
directions, respectively, without change of shape.

Figure : Water Wave

MA201 6 / 24
The D’Alembert’s solution of the wave equation
Method of characteristics is very useful for hyperbolic equations.

Please note
• Two families of characteristics of hyperbolic equations, being real and distinct, are
of considerable practical value.
• In one-dimensional progressive wave propagation, consideration of characteristics
can give us a good deal of information about the propagation of the wave fronts.
• This solution of one-dimensional wave equation, known as D’Alembert’s solution,
was discovered by a French mathematician named Jean Le Rond D’Alembert.

MA201 7 / 24
The D’Alembert solution of the wave equation (Contd.)
Consider the one-dimensional wave equation:

utt = c2 uxx , −∞ < x < ∞, t > 0. (5)

Here B 2 − 4AC = 4c2 > 0.

The characteristics are given by

ξ = x − ct, η = x + ct.

Under this transformation

ux = uξ ξx + uη ηx = uξ + uη ,
ut = uξ ξt + uη ηt = −cuξ + cuη ,
uxx = (uξξ ξx + uξη ηx ) + (uηξ ξx + uηη ηx )
= uξξ + 2uξη + uηη ,
utt = −c(uξξ ξt + uξη ηt ) + c(uηξ ξt + uηη ηt ),
= c2 (uξξ − 2uξη + uηη ).

MA201 8 / 24
The D’Alembert solution of the wave equation (Contd.)
Substituting these into the given equation, we get

uξη = 0. (6)

Integrating partially with respect to η:

uξ = f ′ (ξ).

Integrating partially w.r.t. ξ:

u = f (ξ) + g(η).

The solution in physical variables:

u(x, t) = f (x − ct) + g(x + ct) (7)

where f and g are arbitrary functions.

MA201 9 / 24
The D’Alembert solution of the wave equation (Contd.)
The physical interpretation of these functions is quite interesting.

The functions f and g represent two progressive waves travelling in opposite


directions with the speed c.

To see this, let us first consider the solution u = f (x − ct).

At t = 0, it defines the curve u = f (x), and after time t = t1 , it defines the


curve u = f (x − ct1 ).

But these curves are identical except that the latter is translated to the right a
distance equal to ct1 .

MA201 10 / 24
Method of Characteristics (Contd.)

Figure : A Progressive Wave

MA201 11 / 24
The D’Alembert solution of the wave equation (Contd.)
Thus the entire configuration moves along the positive direction of the x-axis a
distance of ct1 in time t1 .

The velocity with which the wave is propagated is, therefore,


ct1
v= =c
t1

Similarly, the function g(x + ct) defines a wave progressing in the negative
direction of the x-axis with constant velocity c.

The total solution is, therefore, the algebraic sum of these two travelling waves.

Solution (7) is a very convenient representation for progressive waves


which travel large distances through a uniform medium.

MA201 12 / 24
The D’Alembert solution of the wave equation (Contd.)
Let us consider the following two initial conditions for a uniform medium over
−∞ < x < ∞.

Displacement: u(x, 0) = φ(x), (8)


Velocity: ut (x, 0) = ψ(x). (9)

That is,
we consider the vibration of a thin string of infinite length with some given initial
displacement and initial velocity.

From solution (7), by utilizing the conditions (8) and (9), we find that

f (x) + g(x) = φ(x), (10)


′ ′
−cf (x) + c g (x) = ψ(x), (11)

for all values of x.


MA201 13 / 24
The D’Alembert solution of the wave equation (Contd.)
Integrating the second equation with respect to x:
x
1
Z
−f (x) + g(x) = ψ(τ )dτ + A, (12)
c x0

where A is an integration constant and τ is a dummy variable.

From (10) and (12), we get

1 x
 
1
Z
f (x) = φ(x) − ψ(τ )dτ − A/2, (13)
2 c x0
1 x
 
1
Z
g(x) = φ(x) + ψ(τ )dτ + A/2, (14)
2 c x0

Substituting these expressions into (7):


x+ct
1 1
Z
u(x, t) = [φ(x − ct) + φ(x + ct)] + ψ(τ )dτ. (15)
2 2c x−ct

This is D’Alembert’s solution for one-dimensional wave equation.

MA201 14 / 24
The D’Alembert solution of the wave equation (Contd.)
Thus, for a given initial displacement and velocity in the vertical direction,
the wave equation (for an infinite string) is completely solved and this solution is
usually called the progressive wave solution.

It is to be noted that
the use of string problem to demonstrate the solution of the wave problem is a matter
of convenience. However, any variables satisfying the wave equation possess the same
mathematical properties developed for the string.

MA201 15 / 24
The D’Alembert solution of the wave equation (Contd.)
It is clear that the wave equation can be handled very easily
by introducing the characteristic variables (ξ, η).

The relationship between the physical plane and the characteristic plane for this
particular example can be demonstrated graphically.

Equation (7) represents the solution as the sum of two progressive waves: one going to
the right and the other to the left.

The wave celerity is c.

MA201 16 / 24
The D’Alembert solution of the wave equation (Contd.)

For each of the two progressive waves, we can also follow the wave motion by observing
that in the xt-plane, 12 f (x − ct) is constant along each line x − ct = constant and
similarly 12 g(x + ct) is constant along each line x + ct = constant.

Thus, there are two families of parallel lines called the characteristics along which the
waves are propagated.

MA201 17 / 24
Method of Characteristics (Contd.)

Figure : Relationship between characteristic plane and physical plane

MA201 18 / 24
The D’Alembert solution of the wave equation (Contd.)
Furthermore, along the x-axis,
the values of u(x, 0) and ut (x, 0) are given as initial conditions of displacement and
velocity

and they just suffice to determine the constant values of f and g along the individual
characteristic.

The characteristics, therefore, represent the paths in the xt-plane along which
disturbances in the medium propagate.

Finally, since the solution of wave equation is u = f (x − ct) + g(x + ct),

the value of u at any point in the xt-plane is the sum of the values of f and g on the
respective characteristics which pass through that point.

MA201 19 / 24
Special cases of D’Alembert solution

CASE I (Initial velocity zero).


Suppose the string has ICs

u(x, 0) = φ(x),
ut (x, 0) = 0.

Then, D’Alembert’s solution is


1
u(x, t) = [φ(x − ct) + φ(x + ct)].
2

MA201 20 / 24
Special cases of D’Alembert solution
t

u(x,t)

x−ct x+ct

(x−ct,0) (x+ct,0) x

Figure : Geometrical interpretation of u(x, t) = 12 [φ(x − ct) + φ(x + ct)]

MA201 21 / 24
Special cases of D’Alembert solution (Contd.)

CASE 2. (Initial displacement zero)


Suppose the string has the following ICs:

u(x, 0) = 0,
ut (x, 0) = ψ(x).

In this case, the D’Alembert’s solution is


x+ct
1
Z
u(x, t) = ψ(τ ) dτ.
2c x−ct

The solution u at (x, t) may be interpreted as integrating the initial velocity between
x − ct and x + ct on the initial line t = 0.

MA201 22 / 24
Special cases of D’Alembert solution (Contd.)

Example (Zero initial velocity)


Solve the IVP:

PDE: utt = c2 uxx , −∞ < x < ∞, t > 0


IC: u(x, 0) = sin(x),
ut (x, 0) = 0.

Solution: Using D’Alembert’s formula with φ(x) = sin(x) and ψ(x) = 0, we obtain
1
u(x, t) = [sin(x − ct) + sin(x + ct)] .
2

MA201 23 / 24
Special cases of D’Alembert solution (Contd.)

Example (Zero initial displacement)


Consider the IVP:

PDE: utt = c2 uxx , −∞ < x < ∞, t > 0


I.C. u(x, 0) = 0,
ut (x, 0) = sin(x).

Solution:
Here the string is initially straight (u(x, 0) = 0), but has a variable velocity at t = 0
(ut (x, 0) = sin(x)). Thus, using D’Alembert’s formula with φ(x) = 0 and
ψ(x) = sin(x), we obtain
x+ct
1 1
Z
u(x, t) = sin(τ )dτ = − [cos(x + ct) − cos(x − ct)] .
2c x−ct 2c

MA201 24 / 24

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy