4.7.10 · D5Partial Differential Equations

Question bank — Wave equation (hyperbolic) 1D — derivation

1,499 words7 min readBack to topic

Before we start, a one-line reminder of the cast so no symbol is unearned:

  • = the sideways displacement of the string at position , time .
  • = slope (how tilted the string is); = curvature (how the slope bends).
  • = vertical acceleration of a point on the string.
  • = wave speed, built from tension and linear density .
  • = the angle the string makes with the horizontal at a point; its slope is .
  • and = the two initial conditions: is the starting shape, and is the starting velocity of every point.

True or false — justify

Speed of a wave grows if you pluck the string harder.
False. In the linear model depends only on the medium (tension and density); a louder pluck raises the amplitude , not the speed.
The wave equation is derived from energy conservation.
False. It comes straight from Newton's second law applied to a tiny element — vertical force from tension equals mass times vertical acceleration. See Newton's second law.
at a point means the string is steep there.
False. is curvature, not steepness. means concave-up (a dip), and by the equation that point accelerates upward.
If a point on the string has zero slope () it must have zero acceleration.
False. Acceleration is set by , not . The crest of a hump has but large negative , so it accelerates strongly downward.
Every function of the form solves the wave equation.
True. The operator factors as , and is annihilated by the right factor, so it's automatically a rightward-travelling solution.
The wave equation is the same type of PDE as the heat equation.
False. With the wave equation is hyperbolic (); the heat equation has no , so and it is parabolic (). Different type, different behaviour — see Classification of second-order PDEs.
Doubling the tension doubles the wave speed.
False. , so doubling multiplies by , not .
A rightward pulse keeps its exact shape forever.
True (in this ideal model). The argument just shifts; with no dispersion or damping in the pure wave equation, the profile is rigidly transported.
The horizontal component of tension does work moving the string up and down.
False. Only the vertical component (with the string's angle to the horizontal) drives transverse motion; the horizontal components cancel (that's why stays constant along ).
The factorisation is just a formal trick with no justification.
False. Expanding the product term by term, ; the two mixed terms cancel (partial derivatives commute, ), leaving exactly .

Spot the error

"Newton's law gives ."
The net force is the difference of the vertical components, not the sum: . The two tensions pull in opposite senses along the string. (Here is the angle the string makes with the horizontal.)
"For small angles , and equals the slope ."
With the string's angle to the horizontal, the slope is , not itself. For small angles all coincide, but you must land on so you can form .
"Dividing by and taking gives ."
The limit of is the second derivative , not . Correct result is .
"Since has units , is dimensionless."
Expanding N kg·m/s gives m/s. It's a genuine speed.
"In d'Alembert's formula, the integral of vanishes whenever the string starts at rest, so we always drop it."
The integral term carries the initial velocity . It vanishes only when ; a struck (not plucked) string has and needs it. See d'Alembert solution.
"Changing to turns the PDE into ."
It reduces to (a mixed second derivative). Integrating that twice gives , the two travelling waves.

Why questions

Why must we assume small slopes () for the derivation to work?
Small slopes let us replace and (with the angle to the horizontal) by the same and treat , linearising the geometry so tension stays constant and the PDE stays linear.
Why does the equation predict a travelling shape rather than a static one?
Curvature drives each point toward straightness (); as a point overshoots, its neighbour is now the most curved, so the "bulge of curvature" — and hence the shape — moves along.
Why is the discriminant test used to classify this PDE?
With the coefficients of , it mirrors the conic-section test: the sign decides whether the characteristic directions are real and distinct. Here gives two real characteristic families, the hallmark of wave propagation — see Method of characteristics.
Why do we need two initial conditions ( and at ) but only for time?
The equation is second order in (an ), so like it needs both an initial position and an initial velocity to fix the motion; boundary conditions handle the direction separately.
Why does a heavier string (bigger ) carry waves more slowly?
More mass per length means the same tension force produces less acceleration (), so disturbances propagate slower — exactly what says.
Why can separation of variables and d'Alembert both solve the same equation?
They're two representations of the same solution space — d'Alembert gives travelling waves , separation gives standing-wave sums; a standing wave is just two opposite travelling waves superposed.

Edge cases

What happens to if the tension (a slack string)?
: with no restoring tension nothing pulls the element back, so no wave can travel — the model degenerates.
If the initial shape is a flat line (, where ) with zero velocity (, where ), what does the string do?
It stays flat forever. d'Alembert gives ; with no curvature there is no acceleration, so nothing ever starts.
At a sharp corner (kink) in the initial shape , is undefined — is the wave equation still meaningful?
The strong (pointwise) form breaks at the kink, but d'Alembert's still transports the corner as a weak/travelling solution; the corner just moves at speed .
What does the solution look like at the exact instant a rightward and leftward pulse fully overlap?
They superpose linearly (add), possibly cancelling or doubling momentarily, then pass through each other unchanged — a direct consequence of the equation being linear.
In the limit (infinitely stiff/light string), how does information travel?
The characteristics flatten to instantaneous horizontal lines, so a disturbance would reach all points at once — a physically forbidden idealisation showing why finite matters.
If you set the initial velocity so that integrates to a nonzero constant over all space, is that a problem?
Not for the local wave equation — d'Alembert only ever integrates over the finite interval , so the value stays finite for any finite .
For a semi-infinite string fixed at , does a pulse simply vanish when it reaches the wall?
No — it reflects inverted. The fixed end forces , which (via an odd image extension) sends back a flipped pulse; energy is conserved, not lost.

Recall One-line self-test

If someone says "curvature = steepness," what's your instant correction? ::: Steepness is (slope); curvature is (how the slope changes) — and it's curvature, not steepness, that drives the acceleration.