The One-Dimensional Wave Equation: Vibrating-String Problem
The One-Dimensional Wave Equation: Vibrating-String Problem
MAT 606
Spring Semester 2015-16
Lecture 10 Notes
∆xρutt = T [ux (x + ∆x, t) − ux (x, t)] + ∆xF (x, t) − ∆xβut (x, t) − ∆xγu(x, t),
where u(x, t) is the displacement of the string from equilibrium, ρ is the density, T is the tension,
F (x, t) is the external force, −βut is the frictional force against the string, and −γu is the restoring
force. Dividing by ∆x and letting ∆x → 0 yields the telephone or telegraph equation
where c2 = T /ρ and β, γ and F (x, t) have been relabeled after dividing by ρ. This equation
describes the transverse vibration of the string. It should be noted that because of the second
derivative with respect to time, the wave equation has two initial conditions, imposed on u(x, 0)
and ut (x, 0), which are the initial position and initial velocity, respectively.
The net force on the segment [x, x + ∆x] due to the tension is
where θ1 and θ2 are the angles that the string makes with the x-axis at x and x + ∆x, respectively.
The approximations by ux follow from right-triangle trigonometry. If the rod has a variable density
ρ(x), then the term of the wave equation arising from the net force due to tension is (c2 (x)ux )x ,
rather than c2 uxx .
Applications
Other applications of the one-dimensional wave equation are:
• Modeling the longitudinal and torsional vibration of a rod, or of sound waves. In this case,
the coefficient c2 is called Young’s modulus, which is a measure of the elasticity of the rod.
• Modeling electric current along a wire. This model actually yields the transmission-line
equations, which are then manipulated to obtain two wave equations, one for the voltage
and one for the current. The coefficients c2 is inversely proportional to the capacitance and
self-inductance per unit length.
1
The D’Alembert Solution of the Wave Equation
The solution of the Cauchy problem for the wave equation in one space dimension,
ξ = x + ct, η = x − ct.
Then we have
ux = uξ ξx + uη ηx
= uξ + uη ,
uxx = (ux )ξ + (ux )η
= uξξ + 2uξη + uηη ,
ut = uξ ξt + uη ηt
= cuξ − cuη
utt = c(ut )ξ − c(ut )η
= c2 uξξ − 2c2 uξη + c2 uηη .
Substituting these expressions for uxx and utt into the wave equation yields the very simple PDE
uξη = 0.
By integrating with respect to ξ, and then with respect to η, we obtain the general solution
where the functions Φ(η) and ψ(ξ) are chosen so as to satisfy the initial conditions.
Substituting this expression into the initial conditions yields the equations
1 x x
Z Z
1 1 1
Φ(x) = f (x) − g(s) ds, ψ(x) = f (x) + g(s) ds
2 2c x0 2 2c x0
2
More on the D’Alembert Solution
Earlier, we learned that the solution of the initial value problem
utt = c2 uxx , −∞ < x < ∞, t > 0,
u(x, 0) = f (x), ut (x, 0) = g(x), −∞ < x < ∞
is given by D’Alembert’s solution
Z x+ct
1 1
u(x, t) = [f (x − ct) + f (x + ct)] + g(s) ds.
2 2c x−ct
3
Solution of the Semi-Infinite String via the D’Alembert Solution
We now consider a vibrating semi-infinite string with a fixed end, modeled by the IBVP
ξ = x + ct, η = x − ct,
As before, we substitute this form of the solution into the initial conditions, and obtain
1 x−ct 1 x+ct
Z Z
1 1
φ(x − ct) = f (x − ct) − g(s) ds, ψ(x + ct) = f (x + ct) + g(s) ds.
2 2c x0 2 2c x0
However, we can only evaluate f (x) and g(x) wherever x > 0, which presents a problem when
x − ct < 0. To get around this, we apply the boundary condition to the form of u(x, t) to obtain
or
φ(−ct) = −ψ(ct).
This yields Z ct−x
1 1
φ(x − ct) = −ψ(ct − x) = − f (ct − x) − g(s) ds,
2 2c x0
and therefore
Z x+ct
1 1
u(x, t) = ψ(x + ct) − ψ(ct − x) = [f (x + ct) − f (ct − x)] + g(s) ds, 0 < x < ct.
2 2c ct−x
1 x+ct
Z
1
u(x, t) = [f (x + ct) + f (x − ct)] + g(s) ds, x ≥ ct.
2 2c x−ct
Exercises
Section 4.6: Exercises 1, 2, 5, 11, 14