Find the steady-state solution for the following heat equation with a source:
$$\frac{\partial u}{\partial t}= \nabla^2u -12(x^2-y^2) $$
on a ring (two dimension) with $a \le r \le b$ with dirichlet boundary conditions:
$$u_{r=a}= u_{r=b} = 0 $$
I've tried solving this by switching to polar coordinates (since there's no dependance on z) and with separation of variables, arriving at a radial solution with the Bessel function. (of course after finding eigenvalues)
Plugging in the radial and angular solutions into the equations doesn't give me anything that I personally can solve.
Now the other method is to "guess" a solution and plug it in, but I'm not sure what I should look for in a "guess" and would appreciate a direction.