6

Let $f$ be analytic such that $\operatorname{Re} ( f'(z))=2y$ and $f(1+i)=2$. I need to find $\operatorname{Im} f$.

I took $f(z)=u(x,y)+i v(x,y)$ but I don't know $\frac{df(z)}{dz}=$ ? in terms of $u(x,y)$ and $v(x,y)$.

Could any one help me in that step?

Davide Giraudo
  • 172,925
Myshkin
  • 35,974
  • 27
  • 154
  • 332

2 Answers2

5

Hint: First find $f'(z)$ by the usual method of computing harmonic conjugates. (Just use the Cauchy-Riemann equations.) Then integrate to find $f(z)$ up to a constant of integration. Use your initial condition $f(1+i)=2$ to determine $f(z)$ uniquely.

Potato
  • 40,171
1

$$f'(z)=u_x+iv_x=v_y-iu_y$$ If $u_x=2y$ then $u=2xy+h(y)$ and if $v_y=2y$ then $v=y^2+g(x)$ .So $$f(z)=2xy+h(y)+(y^2+g(x))i$$ we know also $f(1+i)=2.1.1+h(1)+(1^2+g(1))i=2$ and $v_x=-u_y$. Hence $h(y)=0$ and $g(x)=-x^2$. Then $f(z)=2xy+(y^2-x^2)i$. Therefore $Im(f)=y^2-x^2$.

Ömer
  • 2,038