This page is the workout room for Wave equation — derivation for string . The parent note built the equation
∂ t 2 ∂ 2 y = v 2 ∂ x 2 ∂ 2 y , v = μ T .
Here we throw every kind of question at it — normal numbers, doubling and halving, a value that goes to zero, a degenerate string, a real-world word problem, and an exam-style twist. Nothing on the exam should feel new after this.
Before we start, one plain-language reminder of the symbols, so line one is readable from zero:
Definition The three symbols we keep using
T = tension , the pulling force stretching the string, measured in newtons (N ). Think "how hard you tug the two ends."
μ = linear mass density (the Greek letter "mu"), how much mass sits on each metre of string, in kg/m . A thick rope has big μ ; a thin thread has small μ .
v = wave speed , how fast a wiggle travels along the string, in m/s . Not how fast the string moves up and down — how fast the shape slides sideways.
Every question this topic can throw is one of these cells. The examples below are tagged with the cell they hit.
Cell
What it tests
Covered by
A. Direct value
Plug T , μ into v = T / μ
Ex 1
B. Scaling up
Multiply T (or μ ) by a factor — how does v move?
Ex 2
C. Scaling down
Divide/halve a quantity — the inverse direction
Ex 3
D. Zero / degenerate input
T → 0 , or μ → 0 , or a slack string
Ex 4
E. Limiting behaviour
What happens as T → ∞
Ex 4
F. Given a wave, find v
Read v off y = A sin ( k x − ω t ) via v = ω / k
Ex 5
G. Left- vs right-mover / sign
Does f ( x − v t ) vs g ( x + v t ) still solve it? Sign of v
Ex 6
H. Real-world word problem
Guitar / rope with a hanging mass
Ex 7
I. Exam twist (combined)
Two effects at once (mass and tension change) + time-of-travel
Ex 8
A string has tension T = 64 N and linear mass density μ = 0.04 kg/m . Find the wave speed v .
Forecast: Guess before computing — is v nearer 10 , 40 , or 100 m/s ? (Big tension, light-ish string, so "fast" — hold that thought.)
Write the formula: v = T / μ .
Why this step? It's the only relation linking v to the medium ; nothing about shape or frequency is needed.
Substitute: v = 64/0.04 = 1600 .
Why this step? Division first, then square root — the square root undoes the "speed squared " that T / μ literally is (see parent Step 6).
Evaluate: v = 40 m/s .
Verify: Units N / ( kg/m ) = ( kg⋅m/s 2 ) / ( kg/m ) = m 2 / s 2 = m/s ✓. And 4 0 2 = 1600 = 64/0.04 ✓. Our forecast "around 40" was right.
Starting from the Ex 1 string (v = 40 m/s ), you quadruple the tension. What is the new speed?
Forecast: Speed also × 4 ? Or something gentler?
Only T changes, μ fixed, so v ∝ T .
Why this step? In v = T / μ , freezing μ leaves speed depending on T alone — the constant μ just rides along.
Multiply T by 4: v new = 4 v = 2 v .
Why this step? The square root of the factor is what actually reaches v ; 4 = 2 , not 4 . Force in, root out.
So v new = 2 × 40 = 80 m/s .
Verify: New T = 4 × 64 = 256 N ; 256/0.04 = 6400 = 80 m/s ✓. See Wave speed on a string — v = sqrt(T over mu) .
Same tension as Ex 1 (T = 64 N ), but you swap to a string with one-quarter the mass density: μ = 0.01 kg/m . New speed?
Forecast: Lighter string — faster or slower? By how much?
Now v ∝ 1/ μ (with T fixed).
Why this step? μ sits under the fraction and under the root. Shrinking a denominator grows the result; the root softens the growth.
Density × 4 1 means 1/ μ grows by 4 = 2 : v new = 2 v .
Why this step? 1/ 1/4 = 4 = 2 . A lighter string carries wiggles faster because there is less mass to accelerate for the same tug (this is F = ma from the parent: smaller m , bigger a ).
v new = 2 × 40 = 80 m/s .
Verify: 64/0.01 = 6400 = 80 m/s ✓. Note Ex 2 and Ex 3 gave the same 80 : quadrupling T and quartering μ are equivalent because both change the ratio T / μ by × 4 .
Explore the extremes of v = T / μ :
(a) A completely slack string, T → 0 . (b) An infinitely rigid pull, T → ∞ . (c) A massless idealised string, μ → 0 .
Forecast: In which case does the wave stop moving, and in which does it become infinitely fast?
(a) T → 0 : v = 0/ μ = 0 .
Why this step? With no tension there is no restoring tug (parent Step 2: the vertical force is T × curvature — kill T and the force is zero). A bent slack rope just sags; nothing propagates. Look at the red curve on the figure flattening to the axis as T → 0 .
(b) T → ∞ : v = T / μ → ∞ .
Why this step? Bigger tug ⇒ bigger restoring force ⇒ faster response. The curve rises without bound. (Physically capped by real materials, but the equation says ∞ .)
(c) μ → 0 : v = T / μ → ∞ as well.
Why this step? Zero mass means F = ma gives infinite acceleration for any force — the "shape" reacts instantly. This is why an idealised massless string is treated as transmitting tension instantly.
Verify: Sanity by a concrete tiny case: T = 64 , μ = 0.0001 ⇒ v = 640000 = 800 m/s — indeed huge as μ shrinks ✓. And T = 0.01 , μ = 0.04 ⇒ v = 0.25 = 0.5 m/s — indeed crawling as T shrinks ✓.
A wave on a string is y ( x , t ) = 0.02 sin ( 5 x − 20 t ) (SI units). Find its speed. If μ = 0.05 kg/m , what tension holds this string?
Forecast: Which two numbers in the formula set the speed — the 0.02 , the 5 , or the 20 ?
Match to the standard travelling wave y = A sin ( k x − ω t ) : amplitude A = 0.02 , wavenumber k = 5 rad/m , angular frequency ω = 20 rad/s .
Why this step? k is the coefficient of x (how many radians of wiggle per metre) and ω the coefficient of t (radians of wiggle per second). The amplitude A never affects speed — recall the parent's mistake box. See Travelling wave function y = A sin(kx - omega t) .
Use v = ω / k (the Dispersion relation omega = vk ): v = 20/5 = 4 m/s .
Why this step? The parent's Ex 3 showed sines solve the wave equation only if ω 2 = v 2 k 2 , i.e. v = ω / k . This is the tool that turns a written wave into a speed.
Now invert v = T / μ ⇒ T = μ v 2 = 0.05 × 4 2 .
Why this step? Squaring both sides removes the root; multiplying by μ isolates T .
T = 0.05 × 16 = 0.8 N .
Verify: T / μ = 0.8/0.05 = 16 = 4 m/s = ω / k ✓. Amplitude 0.02 never entered — as promised.
The parent showed y = f ( x − v t ) (a shape sliding right ) solves the equation. Does y = g ( x + v t ) (sliding left ) also solve it? Take the concrete pulse y ( x , t ) = 1 + ( x + 3 t ) 2 1 and check; here the number 3 plays the role of speed.
Forecast: Will the + sign break the equation, or does the equation not care about direction?
Set the inside as one variable u = x + v t with v = 3 , so y = 1 + u 2 1 .
Why this step? Bundling the argument lets us differentiate once with respect to u and reuse it — the chain rule trick from the parent's forecast section.
Time derivatives: ∂ t ∂ u = + v , so ∂ t 2 ∂ 2 y = y ′′ ( u ) ⋅ v 2 .
Why this step? Two applications of the chain rule; crucially the + v gets squared , so its sign disappears. The ( + v ) 2 and ( − v ) 2 are identical — that's the whole point.
Space derivatives: ∂ x ∂ u = 1 , so ∂ x 2 ∂ 2 y = y ′′ ( u ) .
Why this step? No hidden v in x , so the second x -derivative is just y ′′ ( u ) .
Compare: ∂ t 2 ∂ 2 y = v 2 y ′′ ( u ) = v 2 ∂ x 2 ∂ 2 y ✓.
Why this step? It matches y tt = v 2 y xx identically , no matter the sign of v . So both directions solve it — this is why the general solution is f ( x − v t ) + g ( x + v t ) : a right-mover plus a left-mover, exactly what reflects to make Standing waves on a string .
Verify: At the sample point x = 0 , t = 0 : symbolic differentiation (see VERIFY) gives y tt = v 2 y xx numerically for v = 3 ✓. The red arrow on the figure shows the pulse moving left as t grows, since x + 3 t = const needs x to decrease .
A rope of mass 0.2 kg and length 2 m runs horizontally over a pulley; a 5 kg block hangs from its end, stretching it (take g = 10 m/s 2 ). How fast does a pluck travel along the horizontal part?
Forecast: The tension comes from the hanging block — do you use the block's mass or its weight ?
Tension = weight of the hanging block: T = m g = 5 × 10 = 50 N .
Why this step? The block hangs in equilibrium, so the rope's tension exactly balances gravity on it (Newton's Second Law with a = 0 ). Use the force m g , not the mass — a classic trap.
Linear density of the rope: μ = length mass = 2 0.2 = 0.1 kg/m .
Why this step? μ is a property of the rope , computed from its own mass and length — nothing to do with the block.
Speed: v = T / μ = 50/0.1 = 500 ≈ 22.4 m/s .
Why this step? Same master formula; the physics was just to find T and μ correctly .
Verify: 500 = 22.36 … ; squaring back 22.3 6 2 ≈ 500 = 50/0.1 ✓. Units: N / ( kg/m ) = m/s ✓.
A wire has v 1 = 100 m/s over a length L = 5 m . For a new experiment you use a wire of double the mass density and pull it with triple the tension . (a) Find the new speed v 2 . (b) How long does a pulse now take to cross the 5 m ?
Forecast: Two changes tug in opposite directions — will v go up or down overall?
Combine both effects in one ratio. Since v = T / μ ,
v 1 v 2 = T 1 / μ 1 T 2 / μ 2 = 2 μ 1 3 T 1 ⋅ T 1 μ 1 = 2 3 .
Why this step? Taking the ratio cancels the original T 1 , μ 1 , so we only need the factors 3 and 2 . This avoids ever knowing the actual numbers.
So v 2 = 100 3/2 = 100 1.5 ≈ 122.5 m/s .
Why this step? 1.5 > 1 , so tripling tension wins over doubling density — the wire ends up faster. The root, again, tames the change.
Travel time (b): t = v 2 L = 122.5 5 ≈ 0.0408 s .
Why this step? Distance = speed × time, rearranged. Time and speed are inversely linked, so the faster wire crosses sooner.
Verify: v 2 2 / v 1 2 = ( 122.47 ) 2 /10 0 2 ≈ 1.5 = 3/2 ✓. And v 2 ⋅ t = 122.47 × 0.04083 ≈ 5 m = L ✓. See Energy carried by a wave for what changes besides speed when T and μ change.
Recall Rapid re-run (hide answers)
Ratio when T × 4 , μ fixed? ::: v × 2
Ratio when μ × 4 1 , T fixed? ::: v × 2
T → 0 gives v = ? ::: 0 (no restoring force)
Read v from y = A sin ( 5 x − 20 t ) ? ::: v = ω / k = 20/5 = 4 m/s
Hanging 5 kg sets tension to? ::: T = m g = 50 N , not 5
Does g ( x + v t ) solve the equation? ::: Yes — v gets squared, sign irrelevant
Mnemonic Ratio shortcut for "twist" problems
"Root the ratio." Never re-plug raw numbers — form v 2 / v 1 = ( T 2 / T 1 ) ⋅ ( μ 1 / μ 2 ) and just push the factors through the square root.