Find the general solution to the equation $u_{xx} + u_x = 0$, assuming that $u$ is a function of two variables, $x$ and $y$
I know this seems like a simple question and I know it has something to do with $e^x$ but I can't figure out a clear way to obtain the general solution
(PS. $u_x$ is the partial derivative of u(x,t) with respect to $x$ and $u_{xx}$ is the second partial derivative)
Thank you in advance!
If $u = u(x)$ you are solving $u'' + u' = 0$ with characteristic equation $0 = a^2+a = a(a+1)$, with roots $0,-1$ and hence a general solution of $$ u(x) = Ae^{0x} + Be^{-1x} = A + Be^{-x}. $$ Since you want $u = u(x,y)$, the form must stay the same, but $A$ and $B$, while constant with respect to $x$, can depend on $y$, so you get $$ u(x,y) = A(y) + B(y)e^{-x}. $$