Gh0stZA
- 25
- 0
Hello everyone,
The question:
My attempt:
I'll try my hand at the analytic part if I could get some clarification on this part first. :)
The question:
Find all the points where f(z) = (x^2 + y^2 -2y) + i(2x-2xy) is differentiable, and compute the derivative at those points.
Is the function above analytic at any point? Justify your answer clearly.
My attempt:
u (x,y) = x^2 + y^2 - 2y
v (x,y) = 2x - 2xy
u_x = 2x
v_y = -2x
u_y = 2y - 2
v_x = 2 - 2y
However Cauchy-Riemann states that u_x = v_y so my reasoning is v_y = -v_y and that is only true where v_y = 0. That is to say: -2x = 0 \rightarrow x = 0.
But if x=0 then v(x,y) = 0 and u(x,y) = y^2 - y
We then continue: By Cauchy-Riemann:
u_y = -v_x
But if v(x,y) = 0 then v_x = 0
And as such: 2y - 2 = 0
y = 1
Does this mean the function is only differentiable at (0,1) ?
The derivative of the function:
f'(z_0) = u_x + iv_x = 2x + i(2-2y)
At the point (0,1):
f'(z_0) = 0 + i (2-2) = 0
I'll try my hand at the analytic part if I could get some clarification on this part first. :)