Solve the PDE $2u_x(x,t) + 3u_t(x,t) = 0$ for all $(x,t) \in \mathbb{R}^2$ with $u(x,0) = f(x)$ for all $x \in \mathbb{R}$, where $f \in L^1 \cap \mathcal{C}^1$. Hint: Use Fourier transformation on the PDE and the initial condition.
I do not quite see what this hint is good for. Simply noting that the PDE is equivalent to $u_x + \frac{3}{2}u_t = 0$ reduces this problem basically to the advecation equation, which is easily solvable by the method of characteristics.
Am I missing something?