The general solution of PDE $u_{xx} +u_{yy}=0$. There are four options given (correct option is given as d):
a) $ u=f(x+iy)-g(x-iy)$
b) $ u=f(x-iy)-g(x-iy)$
c) $ u=f(x-iy)+g(x+iy)$
d) $ u=f(x+iy)+g(x-iy)$
My attempt:
This is a homogeneous linear equation with constant coefficients:
So, its auxiliary equation is $m^2+1=0$. $\implies m=\pm i $
The textbook I am referring to (which also has this question) gives the following general solution for complex roots :
$ u=f_1(y+ix)+f_1(y-ix)+i\left[f_2(y+ix)+f_2(y-ix) \right]$
This question says general solution is $ u=C_1(x+iy)+C_2(x-iy)$
Which one is correct ? Moreover, I don't see any difference between options (a),(c) and (d).
Please advise.