I'm trying to find the general solution of $$u_{tt}=c^2\frac{1}{x}\frac{\partial}{\partial x}\left( x \frac{\partial u}{\partial x} \right)$$ by using the ansatz $u(x,t)=f(x)g(t)$, assuming the seperation constant is zero.
So far I've done the following:
$$u_{tt}=f(x)g''(t)$$
$$u_x=f'(x)g(t)$$
and therefore I have $$f(x)g''(t)=\frac{c^2g(t)f'(x)}{x}+c^2g(t)f''(x)$$
I'm not sure how to progress from here though.
EDIT
Continuing from the advice given in the comments, I've found that $$f''(x)+f'(x)=0$$ which gives me $f(x)=A+Be^{-x}$. Similarly I have found that $g(t)=at+b$. Therefore, the general solution is $$u(x,t)=(A+Be^{-x})(at+b)$$ Is this now correct?