I want to find the local max/min and saddle points of $f(x,y) = e^x\cos(y)$.
I started off by finding the following:
\begin{align} f_x &= e^x\cos(y) \\ f_{xx} &= e^x\cos(y) \\ f_y &= -e^x\sin(y) \\ f_{yy} &= -e^x\cos(y) \\ f_{xy} &= -e^x\sin(y) \end{align}
I know I will need the following:
\begin{align} f_x &= 0 \\ f_y &= 0 \end{align}
Now, $\cos(y) = 0$ whenever $y = \frac{\pi}{2}$. Thus, $\frac{\pi}{2}$ would make $f_x = 0$.
Am I proceeding in the right direction?
