Intuition The one core idea
A wave equation says "a bump on a string moves without changing shape," and the whole topic is built from one trick: a partial derivative measures how fast something changes when you wiggle only ONE input. Master that single picture — a slope you read while holding all-but-one variable frozen — and every symbol on the parent page (the ∂ 's, the ξ , η , the integral) becomes obvious.
This page assumes nothing . If the parent note wrote a symbol, we build it here from a picture first. Read top to bottom; each block earns the next.
f ( x )
A machine that eats one number x and spits out one number f ( x ) . Its picture is a curve : horizontal axis = the input x , vertical axis = the output.
On the parent page f ( x ) = e − x 2 is the "initial shape" of a string. Picture it as a single bump sitting on the horizontal line.
The string, frozen at time zero, IS such a curve: height above each point x . The letter f is just "the shape we start with."
We keep saying "slope." Let us earn it.
Definition Slope / derivative
Stand at a point on the curve and lay a tiny straight ruler flat against it — the tangent line . How steeply that ruler tilts is the slope . Written f ′ ( x ) or d x df , read "the derivative of f ."
Intuition Why a slope answers a real question
The slope answers "if I nudge x a hair to the right, how much does the height change?" Steep uphill = big positive slope; flat = zero; downhill = negative. That "rate of change" is the only idea derivatives ever encode.
We only ever use f ′ on the parent page to differentiate travelling waves — so this warm-up is enough.
u ( x , t )
A machine eating two numbers: position x AND time t . Its picture is a surface — a landscape whose height above the floor point ( x , t ) is u .
Intuition What it means physically
x = where you are on the string, t = what moment it is, u = how high the string is there and then. One horizontal axis is space, the other is time; the terrain's height is the string's displacement.
Every symbol from here on lives on this landscape.
The whole subject is called Partial Differential Equations for one reason:
Definition Partial derivative
On a two-input landscape you cannot ask "the slope" — slope in which direction? So we freeze one input and slide only the other, then read the ordinary slope. Freezing t and sliding x gives the partial derivative u x (also ∂ x u or ∂ x ∂ u ). Freezing x and sliding t gives u t .
Slice the landscape with a vertical knife. Cut along the x -axis (time held still): you expose a curve, and its slope is u x — "how tilted is the string right now." Cut along the t -axis (place held still): its slope is u t — "how fast is this one point rising," i.e. its velocity .
That is exactly why the parent's second initial condition u t ( x , 0 ) = g ( x ) is called the initial velocity : u t is the rise per unit time .
∂ x and d x d are the same symbol."
Why it feels right: both measure a slope in x . Reality: the curly ∂ warns there is a second variable (t ) sitting frozen in the background; the straight d is for one-variable functions. Use the curly one on any landscape.
u xx means "take u x , then take its partial in x again." It measures how the slope itself changes — the curvature , how sharply the string bends. Likewise u tt is the slope-of-the-velocity = acceleration of a point.
Intuition Reading the wave equation as a sentence
u tt = c 2 u xx
now reads in plain English: "a point accelerates (u tt ) in proportion to how much the string bends there (u xx )." A sharply curved spot snaps back hard — that is what makes waves ripple. The number c 2 sets how strong that snap is.
Definition The wave speed
c
c > 0 is a single positive number: the speed a bump travels, in length-per-time. On the picture it is the tilt of the characteristic lines you meet next.
Definition Differential operator
∂ x by itself is a verb : "differentiate whatever comes next in x ." Combining verbs, ∂ t + c ∂ x means "do ∂ t , then add c times ∂ x ." The parent page factors the wave operator as
∂ tt − c 2 ∂ xx = ( ∂ t − c ∂ x ) ( ∂ t + c ∂ x ) .
Intuition Why factoring is
allowed
Because these verbs behave like ordinary algebra: a 2 − b 2 = ( a − b ) ( a + b ) works when a , b commute (order doesn't matter). For smooth u , u x t = u t x — mixing the order of two partial derivatives gives the same answer — so ∂ x and ∂ t commute and the difference-of-squares trick is legal. That single fact turns one hard 2nd-order equation into two easy 1st-order transport equations .
ξ = x − c t , η = x + c t
Two new coordinates built from the old ones. Read ξ (Greek "xi") as "how far right of the right-mover you are" and η ("eta") as the left-mover's label. Freezing ξ (i.e. x − c t = const) traces a characteristic line — a straight track in the x –t plane along which a bump stays put.
On the space–time floor, x − c t = const is a straight line tilted so that as time t goes up, x goes up too (the bump moves right at speed c ). x + c t = const tilts the other way (left-mover). These two families of lines are the natural grid of the wave — using them instead of x , t is what collapses the parent's messy chain-rule into the clean u ξ η = 0 .
Common mistake "Minus sign means it moves left."
Why it feels right: minus feels like backwards. Fix: f ( x − c t ) holds a fixed value where x − c t is constant; as t grows, x must grow to keep it constant → the shape slides in the +x (right) direction. Minus = moves right.
The last unfamiliar mark on the parent page is in D'Alembert's formula:
2 c 1 ∫ x − c t x + c t g ( s ) d s .
Definition Definite integral
∫ a b g ( s ) d s is the signed area trapped between the curve g and the horizontal axis, from left edge a to right edge b . The s is a dummy variable — just a placeholder name for "the point we currently add up"; it never survives to the answer.
Intuition Why an integral appears
The initial velocity g has to be turned back into a displacement (a height). Adding up velocity over an interval = total distance = area under the velocity curve. That is precisely what ∫ g d s does, and the interval [ x − c t , x + c t ] is the stretch the wave can reach — the domain of dependence .
Recall Units check (why
2 c 1 and not 2 1 )
g is a velocity (length/time). ∫ g d s multiplies velocity by length ⇒ (length²/time). Dividing by c (length/time) leaves length = a displacement. Question — what breaks if you drop the c ? ::: The term stops being a length; the formula becomes dimensionally wrong.
Function of one variable f of x
Partial derivative u sub x and u sub t
Function of two variables u of x t surface
Second partials u xx and u tt curvature and acceleration
Wave equation u tt equals c squared u xx
Operators partial t plus or minus c partial x
Characteristic coordinates xi and eta
Definite integral area under g
Every arrow says "you need the left box to understand the right box." Follow them and you can read the parent note line by line.
Can you draw a bump f ( x ) and mark its tangent slope? Yes — the slope is f ′ ( x ) , rise over run of the tiny tangent ruler.
What does the curly ∂ warn you about? Another variable is being held frozen while you differentiate in the chosen one.
In words, what is u t physically? The velocity of a fixed point on the string — height rise per unit time, with x held fixed.
Read u tt = c 2 u xx as a sentence. Acceleration of a point equals c 2 times how sharply the string bends there.
Why may we factor ∂ tt − c 2 ∂ xx like a 2 − b 2 ? Because u x t = u t x , so ∂ x and ∂ t commute and difference-of-squares applies.
Which way does f ( x − c t ) travel, and why? Rightward (+x); to keep x − c t constant as t grows, x must grow.
What does ∫ a b g ( s ) d s measure and what is s ? The signed area under g from a to b ; s is a dummy placeholder variable.
Why 2 c 1 (not 2 1 ) on the velocity integral? Dividing by the speed c converts velocity·length back into a length (displacement).
Parent topic 4.7.11 →
Transport Equation — the first-order pieces the operator factors into.
Method of Characteristics — where ξ , η lines come from in general.
Domain of Dependence and Influence — the meaning of the integral's interval.
Classification of Second-Order PDEs — why u tt = c 2 u xx is "hyperbolic."
Separation of Variables — Wave Equation — the Fourier alternative on bounded strings.
Heat Equation — contrast: no characteristics, infinite speed.