A string moving in an elastic medium is governed by:
$u_{tt} = c^2u_{xx} − γ^2u$
where c and γ are constants. Solve this equation for a string of length L, fixed at the ends, subject to initial displacement f(x) and an initial velocity of zero.
I understand I need to find a separated solution in the form $u(x,t) = X(x)T(t)$.
After plugging that into the original equation, I got:
$X(x)T''(t) = c^2X''(x)T(t) - γ^2X(x)T(t)$
Then after dividing by $X(x)T(t)$,
$\frac{T''(t)}{T(t)} = c^2\frac{X''(x)}{X(x)} - γ^2 $
I know this is only true if each side is equal to a separation constant λ
$\frac{T''(t)}{T(t)} + γ^2 = λ $
$c^2\frac{X''(x)}{X(x)} = λ $
But I'm not sure if I'm heading in the right direction / where to go from here. I'm also not sure how to interpret the given "boundary conditions". I appreciate any help. Thanks in advance.