I'm trying to solve:
$$u_{t}+u_{xxx} = u\sin{x}$$
where $u=u(x,t)$, subject to some initial condition, $u(x,0) = f(x)$
First attempt - via Laplace transforms wrt $t$:
$$\frac{\partial^3{U(x,s)}}{\partial{x}^3}+U(x,s)\left[s-\sin{x}\right]=u(x,0)=f(x)$$
I notice from the right hand side that the left must be a function of $x$ only. Not sure where to go from here.
Second attempt:
The Pde seems to be similar to the KdV equation (https://en.m.wikipedia.org/wiki/Korteweg%E2%80%93de_Vries_equation).
$$u_{t}+uu_x+\delta^2u_{xxx}=0$$
And comparing the two equations I notice that $u_x=-\sin{x}$ and $\delta^2=1$. - Can I do this here?
Hence
$$u(x,t)=\cos{x}+h(t)$$
Substituting this back into the Pde, I get the following:
$$h_t(t)-(\sin{x})h(t)+\sin{x}(1-\cos{x})=0$$
This does not seem to have any possible solutions for $h(t)$.
Questions:
- Is my working correct thus far?
- Can I take $u_x = \sin{x}$? If not why not? Are there not possible solutions for $h(t)$ with this assumption?
- What methods should I try for solving? Please give examples.
This is a very partial answer. Maybe you should solve the problem exactly as Airy's equation is solved. Using that $$ u\sin x = \frac u{2i}(e^{ix}-e^{-ix}), $$ take Fourier transform to the equation to obtain $$ \partial_t \hat u(t,\xi) +(i\xi)^3 \hat u(t,\xi) =\frac 1{2i}(\hat u(t,\xi-1)-\hat u(t,\xi+1)), $$ which simplifies to $$ \partial_t \hat u(t,\xi) = i\xi^3 \hat u(t,\xi) + \frac 1{2i}(\hat u(t,\xi-1)-\hat u(t,\xi+1)). $$ Unfortunately this ODE seems not easy to solve because of the delay ($\pm 1$) in $\xi$. I'm completely ignorant on how to solve these type of equations, but I assume that something can be said about its general solution if we know at least one particular solution. Unfortunately, the standard method (characteristic roots) seems not to offer any clue about it.