I have the following PDE: $${ \partial^2 u \over \partial x^2} + { \partial^2 u \over \partial y^2} = u$$
I was instructed to use separation of variables, so: $ u = X(x) Y(y) $ and the separation constant is $ \lambda $
Separating leads me to: $$ {\ddot{X} \over -X } = {\ddot{Y} - Y \over Y} = \lambda $$
Doing $ {\ddot{X} \over -X } = \lambda$, the solution set of $X$ is: $$ A_1\cos\bigl(\sqrt{-\lambda}x \bigr) + A_2\sin\bigl(\sqrt{-\lambda}x\bigr) ; \lambda >0 $$ $$ A_1 + A_2x \thinspace ; \lambda=0 $$ $$A_1e^{\sqrt{\lambda}x} + A_2e^{-\sqrt{\lambda}x} ; \lambda<0$$
Doing $ {\ddot{Y} - Y \over Y } = \lambda$, the solution set of $Y$ is:
$$ B_1e^{\sqrt{\lambda+1}y} + B_2e^{-\sqrt{\lambda+1}y} ;\lambda>-1 $$ $$ B_1 + B_2y \thinspace ; \lambda=-1 $$ $$ B_1\cos\bigl(\sqrt{\lambda+1}y\bigr) + B_2\sin\bigl(\sqrt{\lambda+1}y\bigr) ;\lambda<-1 $$
Now, first of all, are those right? And, if they are, how do I multiply the solution sets to find $ u(x,y) $?