Given that $f(x,y)=u(x,y)+iv(x,y)$ is an entire function of $z=x+iy$ such that $f(0)=-1$, $\partial u/\partial x=(e^y+e^{-y})\text{cos}x $ and $\partial u/\partial y=(e^y-e^{-y})\text{sin}x $, what is $f(\pi/3)$?
My Attempt: Since function is given entire, implies analytic everywhere. So, using C.R. conditions I found out $u(x,y)=(e^y+e^{-y})\text{sin}x$ and $v(x,y)=(e^y-e^{-y})\text{cos}x$. But couldn't proceed further as $f(x,y)$ has two variables but we are given $f(0)=-1$ and asked about $f(\pi/3)$ which are both in just one variable.
Please help me to solve this question. Thanks in advance.
After following JonathanZ suggestion I could solve the above question. Posting the complete solution here: $\partial u/\partial x=(e^y+e^{-y})\text{cos}x \implies u(x,y)=(e^y+e^{-y})\text{cos}x+g(y)$. Now since $\partial u/\partial y=(e^y-e^{-y})\text{sin}x $, differentiating $u(x,y)$ w.r.t $y$ to get $g(y)=c$.
So, $u(x,y)=(e^y+e^{-y})\text{cos}x+c$
Since $\partial u/\partial x=\partial v/\partial y$ and $\partial u/\partial y=-\partial v/\partial x$. On solving we get $v(x,y)=(e^y-e^{-y})\text{cos}x+k$.
Now using the initial condition $f(0)=-1$, we find that $c=-1\;,k=0$ and so, $$f(x,y)=[(e^y+e^{-y})\text{sin}x-1]+i[(e^y-e^{-y})\text{cos}x]$$ Now $f(\pi/3)=f(\pi/3,0)=2\times\frac{\sqrt3}{2}-1+i(0)=\sqrt{3}-1$.
$$f(\pi/3)=\sqrt3-1.$$