I have formula for 1D wave equation:
(*) u(x, t) = 1/2 [ f(x + ct) + f(x - ct) ] + 1 / (2c) Integral( g(s), wrt
s, from x-ct to x+ct )
I am trying to find u(1/2, 3/2) when L = 1, c = 1, f(x) = 0, g(x) = x(1 -
x).
However, for (*) to work, the initial position f(x) and initial velocity...