Cauchy-Riemann $w = |z^2|$

53 Views Asked by At

So for these types of questions, I can compute the partial differentials for Cauchy-Riemann but then I have trouble seeing/explaining where the function is differentiable?

For example with this question I end up with

$\partial u/\partial x = 2x$

$\partial v/\partial y = 0 $

$\partial u/\partial y = 2y $

$\partial v/\partial x = 0 $

Now what?

1

There are 1 best solutions below

3
On

For a function to be analytic at a point, partial derivatives must exist and they should satisfy cauchy-riemann equations, which says $u_x=v_y$ and $u_y=-v_x$.

Since you have got $u_x=2x$ and $v_y=0$, cauchy riemann equation gives $2x=0$ and hence $x=0$. Similarly $u_y=-v_x$ gives $2y=0$ and hence $y=0$.

So In here the function is only analytic at $(0,0)$.