tom_rylex
- 9
- 0
Homework Statement
I am looking at the derivation of the D'alembert equation, and I'm having trouble with understanding where the limits of integration come in.
Homework Equations
Given the 1-d wave equation:
u_{tt} = c^2u_{xx}, with the general solution u(x,t)= \theta(x-ct) + \psi(x+ct) and the initial conditions
u(x,0)=f(x), u_t(x,0)=g(x)
Show that the solution is
u(x,t)=\frac{1}{2} \left[ f(x+ct) + f(x-ct) +\frac{1}{c}\int_{x-ct}^{x+ct} g(y)dy \right]
The Attempt at a Solution
If I take the second of the initial conditions, I get
-c\theta'(x)+c\phi'(x)=g(x)
-\theta(x)+\phi(x)=\frac{1}{c}\int g(x),
I guess I just don't understand where the limits of integration come from to yield
\frac{1}{c} \int_{-\infty}^x g(y) dy
on the right hand side.