EDIT The issue is with the characteristic equations.
It should be
$$\frac{dt}{1} = \frac{dx}{2} =\frac{dw}{3u}$$
and not
$$\frac{dt}{1} = \frac{dx}{2} =\frac{dw}{3}$$
Solving the following PDE $u_t+2u_x+3u=0$ with $u(x,t=0) = e^{-x^2/l^2}$
So I've got my characteristics:
$$C_1 = x-2t$$ $$C_2 = 3x-2u$$
And I know the general form will be a function of the form
$$f(x-2t, 3x-2u)$$
And we can do the following
$$3x-2u = f(x-2t) \Rightarrow u = \frac12\left(3x-f(x-2t)\right) $$
Now we know that:
$$u(x,t=0) = e^{-x^2/l^2} = \frac12\left(3x-f(x)\right)$$
and
$$f(x) = 3x - 2e^{-x^2/l^2}\Rightarrow f(x-2t) = 3(x-2t) - 2e^{-(x-2t)^2/l^2} $$
Now the next step is where I'm having difficulties. Am I plugging f(x) back into here?
$$u = \frac12\left(3x-f(x-2t)\right)$$
I'd appreciate any hints