Definition: If $f\in L^1(\mathbb{R}^n)$, the Fourier Transform of $f$ is the function $\hat{f}$ given by $$\hat{f}(y)=\frac{1}{(2\pi)^{n/2}}\int_{\mathbb{R}^n}e^{-ix\cdot y}f(x)\;dx\;\;\;(y\in\mathbb{R}^n)$$ and the Inverse Fourier Transform of $f$ is the function $f^\vee$ given by $$f^\vee(y)=\frac{1}{(2\pi)^{n/2}}\int_{\mathbb{R}^n}e^{ix\cdot y}\hat{f}(x)\;dx\;\;\;(y\in\mathbb{R}^n).$$
The problem is to use Fourier Transform to solve $(1)$.
$$\left\{\begin{matrix} u_t(x,t)+u_{xxx}(x,t)=0, &(x,t)\in\mathbb{R}\times(0,\infty) \\ u(x,0)=g(x),& x\in\mathbb{R} \end{matrix}\right.\tag{1}$$
I found
$$u(x,t)=\frac{1}{\sqrt{2\pi}}\int_\mathbb{R}e^{iyx+iy^3t}\hat{g}(y)\;dy$$
Is it the correct answer? My calculation is below.
If we take the transform in $(1)$, we get
$$\left\{\begin{matrix} \hat{u}_t(y,t)+(iy)^3\hat{u}(y,t)=0, &(y,t)\in\mathbb{R}\times(0,\infty) \\ \hat{u}(y,0)=\hat{g}(y),& y\in\mathbb{R} \end{matrix}\right.\tag{2}$$
If we solve the first equation in $(2)$ with respect $t$, we conclude that
$$\hat{u}(y,t)=\hat{g}(y)e^{iy^3t}$$
Therefore
$$u(y,t)=(\hat{u})^\vee(y,t)=\frac{1}{\sqrt{2\pi}}\int_\mathbb{R}e^{ixy}\hat{u}(x,t)\;dx=\frac{1}{\sqrt{2\pi}}\int_\mathbb{R}e^{ixy}\hat{g}(x)e^{ix^3t}\;dx$$