1

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?

Another User
  • 5,048
MathHelp1
  • 11
  • 2

1 Answers1

0

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)$.

tattwamasi amrutam
  • 12,802
  • 5
  • 38
  • 73