Consider the Cauchy problem:
uttβ=c2uxxβ,u(x,0)=f(x),utβ(x,0)=g(x)
Step 1: Change of Variables
Introduce characteristic coordinates:
ΞΎ=xβct,Ξ·=x+ct
By the chain rule:
βxββ=βΞΎββ+βΞ·ββ,βtββ=βcβΞΎββ+cβΞ·ββ
Step 2: Transform the PDE
Computing second derivatives:
uttβ=c2(βΞΎ2β2uββ2βΞΎβΞ·β2uβ+βΞ·2β2uβ)
uxxβ=βΞΎ2β2uβ+2βΞΎβΞ·β2uβ+βΞ·2β2uβ
Substituting into uttβ=c2uxxβ:
c2(βΞΎ2β2uββ2βΞΎβΞ·β2uβ+βΞ·2β2uβ)=c2(βΞΎ2β2uβ+2βΞΎβΞ·β2uβ+βΞ·2β2uβ)
Simplifying: βΞΎβΞ·β2uβ=0
Step 3: General Solution
Since βΞΎβΞ·β2uβ=0, we have βΞΎβuβ=h(ΞΎ) for some function h.
Integrating: u(ΞΎ,Ξ·)=β«h(ΞΎ)dΞΎ+k(Ξ·)=F(ΞΎ)+G(Ξ·)
In original coordinates:
u(x,t)=F(xβct)+G(x+ct)
Step 4: Apply Initial Conditions
From u(x,0)=f(x):
F(x)+G(x)=f(x)...(1)
From utβ(x,0)=g(x):
βcFβ²(x)+cGβ²(x)=g(x)
Integrating:
βF(x)+G(x)=c1ββ«0xβg(s)ds+C...(2)
Step 5: Solve for F and G
Adding equations (1) and (2):
2G(x)=f(x)+c1ββ«0xβg(s)ds+C
Subtracting equation (2) from (1):
2F(x)=f(x)βc1ββ«0xβg(s)dsβC
Step 6: Final Formula
Substituting F(xβct) and G(x+ct) (the constant C cancels):
u(x,t)=21β[f(xβct)+f(x+ct)]+2c1ββ«xβctx+ctβg(s)ds
This is D'Alembert's formula.