if $u(x, y) = x^3 - 3 x y^2$ find $f(z)$, where $f(z)$ is an analytical function
How can the function can be solve from Cauchy-Riemann equation or other way. I have to find $v(x, y)$ at first. how can I find $v(x, y)$ and How can I find the funtion?
Here is the Cauchy-Riemann
$$\frac{\partial(u)}{\partial x} = \frac{\partial(v)}{\partial y}$$
$$\frac{\partial(u)}{\partial y} =- \frac{\partial(v)}{\partial x}$$
Hint:
As mentioned in the comments, we have CR equations as:
$$\frac{\partial(u)}{\partial x} = \frac{\partial(v)}{\partial y}$$
$$\frac{\partial(u)}{\partial y} =- \frac{\partial(v)}{\partial x}$$
Using the first we have:
$$ \frac{\partial(v)}{\partial y}=\frac{\partial(u)}{\partial x}=3x^2-3y^2$$
$$ \frac{\partial(v)}{\partial y}=3x^2-3y^2$$
When you integrate this partially w.r.t $y$ you will get the integrated value of the above and some function of $x$, say $f(x)$ (think why?):
$$v(x,y)=3yx^2-y^3+f(x)$$
Now use the second CR equation on this to find $f(x)$. Can you do it?
You should finally get: $\boxed{v(x,y)=3yx^2-y^3+C}$ where $C$ is an arbitrary constant.