The function is $f(x,y,z)=e^{ax+by}\cos(5z)$. I am supposed to find a and b given that it satisfies Laplace equation: $f_{xx}+f_{yy}+f_{zz}=0$
So, I found each derivative and replaced it back into the equation:
$\cos(5z)e^{ax+by}(a^2+b^2-25)=0$
So, all I can say is that $a^2+b^2=25$ which doesn't solve the problem. Am I missing something?