Find the steady state solution of the following modified heat equation. (An advection term has been included.)
$u = u(x,t)$ on $x \in [0,L]$
$u_t - u_{xx} + \beta u_x = 0$
$\beta$ is a constant
$L$ is a constant
with BC's:
$u(0,t) - 5u_x(0,t) = 3$
$u(L,t) = 10$
with IC:
$u(x,0) = 3x$