I'm trying to solve a fourth-order linear non-homogeneous PDE
$$ \frac{\partial u}{\partial t} + \frac{\partial^2 u}{\partial \theta^2} + \frac{\partial^4 u}{\partial \theta^4} = - \sin{\theta}. $$
This PDE is periodic in $\theta$ and has domain $\theta \in [0, 2 \pi)$, $t\geq 0$, with boundary conditions
$$ \frac{\partial u}{\partial \theta} = 0 $$
on $\theta = \pi/2$ and $\theta = 3 \pi/2$, with initial condition $u(\theta , t=0) = 0$.
I'm not sure of the best way to approach solving this PDE, so any help would be much appreciated!
I know that in the non-homogeneous case with a constant initial condition, then there is a constant solution, but I'm not sure how to proceed in the non-homogeneous case with the $-\sin{\theta}$ term on the RHS.