MA201 Lecture11 Hand
MA201 Lecture11 Hand
MA201(2022): PDE
IBVP for a vibrating string with no external forces
• We consider the problem of vibration of a thin finite string of length
L vibrating in a perpendicular plane. Only the transverse vibration is
considered.
• The string is assumed to be homogeneous and flexible with no
external force acting. The tension along the string is also assumed
to be uniform.
• The string is fastened at its two ends so as to have no displacements
at these two points.
(This will give boundary conditions.)
• The string is given a displacement φ(x) by pulling it from its
equilibrium position (say, along the x-axis) and released with a
velocity ψ(x).
(This will give initial conditions.)
• Such problems are known as Initial Boundary Value Problems
(IBVP) since both boundary and initial conditions are prescribed.
(On the other hand, D’Alembert’s solution for the vibration of an
infinite string is an Initial Value Problem (IVP) since no boundary
condition was associated.) - Refer to earlier lectures.
MA201(2022): PDE
IBVP for a vibrating string with no external forces
• Subsequently, the problem can be considered in a computational
domain
(x, t) ∈ [0, L] × [0, ∞).
MA201(2022): PDE
Separation of variables method
• This method will also hold for higher dimensional problems when
u = u(x, y , t), u = u(r , θ, t), u = u(r , θ, z), u = u(x, y , z),
u = u(r , θ, z, t) etc. by considering the appropriate product function.
In order to apply separation of variables method in an appropriate
manner, the following are to be noted:
• We are always looking for a non-trivial solution.
• For an IBVP, the boundary conditions must be zero conditions
whereas for a BVP, there must one non-zero boundary condition.
• At least one of the given conditions must be non-zero if the equation
is homogeneous.
• Finding the solution is not possible if the above two conditions are
not met.
• All conditions (including initial conditions) may be zero if the
governing equation is non-homogeneous, i.e., if it contains a source.
• Though BVPs or IBVPs cannot be solved directly by this method if
BCs are non-zero or the equation is not homogeneous, there are
modified methods for finding solution for such problems based on
separation of variables method.
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
XT ′′ = c 2 X ′′ T . (6)
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
X ′′ T ′′
= 2 .
X c T
• Here the left side is a function of x and the right side is a function
of t.
• The equality will hold only if both are equal to a constant, say, k.
Then,
X ′′ T ′′
= 2 = k.
X c T
• It gives us two ordinary differential equations as follows:
X ′′ − kX = 0, (7a)
T ′′ − c 2 kT = 0. (7b)
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
Case I: k = 0
• In this case, equations (7) reduce to
X ′′ = 0, and T ′′ = 0,
X (x) = Ax + B, T (t) = Ct + D.
• Boundary conditions
u(0, t) = u(L, t) = 0
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
X ′′ − λ2 X = 0, and T ′′ − c 2 λ2 T = 0,
giving rise to solutions
X (x) = Ae λx + Be −λx ,
T (t) = Ce cλt + De −cλt .
• Therefore,
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
• Using boundary condition u(0, t) = 0, we get
A + B = 0, B = −A.
• The t part of the solution cannot be zero as it will lead to T (t) = 0 and
then case k > 0 will be rejected straight way.
A(e λL − e −λL ) = 0,
which leads to A = 0 as λ 6= 0. This also implies B = 0. In other words, X (x) = 0.
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
Case III: k < 0, let k = −λ2 for some λ 6= 0.
X ′′ + λ2 X = 0 and T ′′ + c 2 λ2 T = 0,
giving rise to solutions
• Therefore,
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
• Using boundary condition u(L, t) = 0, we get
B sin(λL) = 0.
sin(λL) = 0,
which gives us
nπ
λ= = λn , n = 1, 2, 3, . . . .
L
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
• Since the wave equation is linear and homogeneous, any linear
combination will also be a solution.
provided
i. An and Bn are determined uniquely and
ii. each of the resulting series for those coefficients converges, and
iii. the limit of the series is twice continuously differentiable with respect to x and t
both so that it satisfies the equation utt − c 2 uxx = 0.
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
• Using the initial condition u(x, 0) = φ(x), we get
∞
X nπx
φ(x) = An sin . (10)
n=1
L
• Therefore,
L
2
Z nπx
An = φ(x) sin dx, n = 1, 2, 3, . . . (11)
L 0 L
MA201(2022): PDE
IBVP for a vibrating string with no external forces (Contd.)
In order to utilize the other initial condition ut (x, 0) = ψ(x), we need to
differentiate (9) w.r.t. t to get
∞
X nπx nπc h nπct nπct i
ut (x, t) = sin −An sin + Bn cos .
n=1
L L L L
Then
∞
X nπc nπx
ψ(x) = Bn sin .
n=1
L L
L
2
Z nπx
Bn = ψ(x) sin dx, n = 1, 2, 3, . . . (12)
nπc 0 L
MA201(2022): PDE
IBVP for Vibrating string with no external forces (Contd.)
Therefore,
∞
X ∞
X nπx h nπct nπct i
u(x, t) = un (x, t) = sin An cos + Bn sin , (13)
n=1 n=1
L L L
with
L
2
Z nπx
An = φ(x) sin dx, n = 1, 2, 3, . . . (14)
L 0 L
and
L
2
Z nπx
Bn = ψ(x) sin dx, n = 1, 2, 3, . . . . (15)
nπc 0 L
gives us the solution of our initial value problem for vibration of a finite string under
the assumptions and given conditions.
One-dimensional wave equation, as discussed above, is the most familiar hyperbolic
equation. Solutions for other hyperbolic equations under the similar conditions may
be obtained in a similar manner.
MA201(2022): PDE
IBVP for Vibrating string with no external forces (Contd.)
The displacement (8) is referred to as the n-th eigenfunction or n-th
normal mode of the vibrating string.
The n-th normal mode vibrates with a period of (2L/nc) seconds which corresponds
to a frequency of (nc/2L) cycles per second. since c 2 = (gT /w ), where g is the
acceleration due to gravity, T is the tension and w is the weight of the string per unit
length, the frequency is
1/2
n gT
.
2L w
Hence
If a string on a musical instrument vibrates in a normal mode, its pitch may be
sharpened (frequency increased) by either decreasing the length L of the string or
increasing the tension T in the string.
MA201(2022): PDE
IBVP for Vibrating string with no external forces (Contd.)
The first normal mode n = 1 vibrates with the lowest frequency
1/2
1 gT
.
2L w
This is known as the fundamental frequency of the string. If the string can be made
to vibrate in a higher normal mode, the frequency is increased by an integer multiple
which corresponds to the production of a musical harmonic or overtone.
MA201(2022): PDE