Given the partial differential equation $$2\frac{\partial u}{\partial t} + 3\frac{\partial u}{\partial x} = 0$$ with auxiliary conditions $u = \sin(x)$ when $t = 0$, I tried to solve for $u(x, t)$ using the characteristic lines function. Here's my solution:
$$u(x, t) = f(bx - at) = f(3x - 2t)$$ Using the auxiliary conditions, $$\Longrightarrow \sin(x) = f(3x - 2(0)) = f(3x)$$ Substituting $w = 3x$, we have $$\sin{\left(\frac{w}{3}\right)} = f(w)$$ $$\therefore u(x, t) = \sin{\left(\frac{3x - 2t}{3}\right)} = \sin\left(x - \frac{2}{3}t\right)$$
[Edit] I differentiated $u(x, t)$ and found that $$2\frac{\partial u}{\partial t} + 3\frac{\partial u}{\partial x} \neq 0$$ But I did find that $$3\frac{\partial u}{\partial t} + 2\frac{\partial u}{\partial x} = 0$$ I would like to know where I went wrong.