5

Let $a\in \mathbb{C}, |a|\ne 3$ and $\gamma$ is a circle with center at $0 $and radius $3$. How to compute the following integral $$\int \limits_\gamma \! \dfrac{\bar{z}}{z-a} \, \mathrm{d} z$$ ?

$\bar{z}$ is not analytic, that is why I do not what should I do

  • 2
    on the circle you have $\bar z = 3/z$. That's the trick used in this kind of problems. – user8268 Nov 06 '12 at 12:26
  • You can apply this trick on any circle, it does not have to be centered on the origin. Assume a center $(a,b)$ so the equation of the circle is $x^2+y^2-2(ax+by)+c=0$. Put $x^2+y^2=z\overline{z}, 2x=z+\overline{z}, 2y=-i(z-\overline{z})$ and $\overline{z}$ appears only linearly, so can be solved as a rational function of $z$. – Oscar Lanzi Aug 26 '19 at 22:28

2 Answers2

2

$$\int_\gamma\frac{\bar{z}}{z-z}dz=\int_\gamma\frac{9}{z(z-a)dz}=\frac{9}{a}\int_\gamma\left(\frac{1}{z-a}-\frac{1}{z}\right)dz=\frac{18\pi i}{a}(n(\gamma ,a)-n(\gamma , 0))$$ Where $n(\gamma ,a )$ is the winding number ( http://en.wikipedia.org/wiki/Winding_number) of $\gamma$ around $a$. So the given integral is equal to $0$ if $|a|<3$ and is $-18\pi i/a$ if $|a|>3$.

pritam
  • 10,157
1

Fleshing out (and slightly correcting) the trick mentioned in the comments:

$$z\in\gamma\Longrightarrow 9=|z|^2=z\overline z\Longrightarrow \overline z=\frac{9}{z}\Longrightarrow$$

$$\oint_\gamma\frac{\overline z}{z-a}dz=9\oint_\gamma \frac{dz}{z(z-a)}dz =:9 I$$

(1) If $\,|a|>3\,$ , then using Cauchy's Theorem:

$$9I=9\oint_\gamma\frac{\frac{1}{z-a}}{z}dz=9\cdot 2\pi i\left.\frac{1}{z-a}\right|_{z=0}=-\frac{18\pi i}{a}$$

(2) If $\,|a|<3\,$ , then we can integrate over little circles $\,\gamma_0\,,\,\gamma_a\,$ around zero and $\,a\,$ resp. that do not pass through the other point and are completely contained within $\,\gamma\,$ , and get:

$$9I=9\oint_{\gamma_0}\frac{\frac{1}{z-a}}{z}dz+\oint_{\gamma_a}\frac{\frac{1}{z}}{z-a}dz=18\pi i\left(\left.\frac{1}{z-a}\right|_{z=0}+\left.\frac{1}{z}\right|_{z=a}\right)=$$

$$=18\pi i\left(-\frac{1}{a}+\frac{1}{a}\right)=0$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287