I have been working on it and this is what I have now.
We take the Laplace transform in the t variable.
[tex]\mathcal{L}\left(2x \frac{\partial u}{\partial t} \right) = 2x \int_0^{\infty} \frac{\partial u}{\partial t} e^{-st} dt = 2x (-u(x,0) + \bar{U}(x,s)),[/tex]
where [tex]\bar{U}(x,s) =\int_0^{\infty} u(x,t) e^{-st} dt[/tex]. Also,
[tex]\mathcal{L}\left(x^2 \frac{\partial u}{\partial x} \right) = x^2 \frac{\partial}{\partial x}\mathcal{L}(u) = x^2 \frac{\partial}{\partial x} \bar{U} (x,s),[/tex]
and [tex]x[/tex] is treated as a constant.
Hence we have,
[tex]-2x u(x,0) + 2xs \bar{U} (x,s) + x^2 \frac{\partial \bar{U}}{\partial x} (x,s) = \mathcal{L} (g(t)).[/tex]
So,
[tex]x^2 \frac{d}{dx} \bar{U}(x,s) + 2xs \bar{U} (x,s) = \mathcal{L} (g(t)),[/tex]
or dividing by [tex]x^2[/tex]
[tex]\frac{d}{dx} \bar{U}(x,s) + \frac1x 2s \bar{U} (x,s) = \frac{\mathcal{L} (g(t))}{x^2}[/tex]
We solve this ODE by multiplying through by the integrating factor of [tex]x^{2s}[/tex].
This gives
[tex]x^{2s} \frac{d\bar{U}}{dx} + 2sx^{2s-1} \bar{U} = \mathcal{L} (g(t)) x^{2s-2}.[/tex]
Hence,
[tex]\frac{d}{dx} (x^2s\bar{U}) = \mathcal{L} (g(t)) x^{2s-2}.[/tex]
Therefore,
[tex]x^2s\bar{U} = \mathcal{L} (g(t)) \int x^{2s-2} = \mathcal{L} (g(t)) \left( \frac{x^{2s-1}}{2s-1} + C \right)[/tex]
for some constant of integration [tex]C[/tex]. Solving for [tex]\bar{U} (x,s)[/tex] gives,
[tex]\bar{U} (x,s) = \frac{\mathcal{L} (g(t))}{x(2s-1)} + \frac{C}{x^{2s}}.[/tex]
Now we need to determine [tex]C[/tex]. To do this we take the Laplace transform of the
initial condition to get,
[tex]\bar{U} (1,s) = \mathcal{L} (u(1,t)) = \mathcal{L} (0) = 0.[/tex]
We can now find our constant [tex]C[/tex]. We have
[tex]\bar{U} (1,s) = \frac{\mathcal{L} (g(t))}{2s-1} + C = 0 \Rightarrow C = - \frac{\mathcal{L} (g(t))}{2s-1}[/tex]
Hence
[tex]\bar{U} (x,s) = \frac{\mathcal{L} (g(t))}{x(2s-1)} - \frac{\mathcal{L} (g(t))}{x^{2s}(2s-1)}.[/tex]
To find [tex]u(x,t)[/tex] we now take the inverse Laplace transform:
[tex]\begin{align*}<br />
u(x,t)&= \mathcal{L}^{-1} \left( \frac{\mathcal{L} (g(t))}{x(2s-1)} -<br />
\frac{\mathcal{L} (g(t))}{x^{2s}(2s-1)} \right)\\<br />
&= \mathcal{L} (g(t)) \left( \mathcal{L}^{-1} \left( \frac1{x(2s-1)} \right) -<br />
\mathcal{L}^{-1} \left( \frac1{x^{2s}(2s-1)} \right) \right) \\<br />
&= \mathcal{L} (g(t)) \left( \frac1{sx(2s-1)} - \frac{x^{-2s}}{s(2s-1)} \right)<br />
\end{align*}[/tex]