|
this is also very much analogous to Gauss' Law. did you learn Gauss' Law in electrostatics? the integral of the electric field over the surface is equal to the integral of the divergence of the electric field over the volume enclosed by that surface. the divergence is only nonzero at places where there are charges, which have electric fields like 1/r^2, which is singular. the only thing that can make the flux nonzero is the presence of singularities inside the surface you are integrating.
|
|
That is very interesting. Thankyou for sharing that.
|
for example, let f(z) be a holomorphic function, then make a new function, f(z)/(z-a), and perform the countour integral around the point a. obviously, this new function is not holomorphic in this domain (it has a pole at a), and so the integral is non-zero. in fact, you know what the value is, it is f(a). what is happening here? well, the Cauchy-Riemann conditions on the real and imaginary parts of f make this countour integral actually a restatement of Green's theorem. remember Green's theorem? the line integral around a closed curve of Pdx+Qdy is equal to the double integral over the disk enclosed by the curve of dQ/dx - dP/dy.
|
|
(excuse me for thinking out aloud)
So for the contour integral of f(z) which is holomorphic (analytic) at each point in and on the contour C, the value of the integral is independent of path along the contour between the two endpoints.
With that sorted we can write f(z) = u+iv and dz=dx+idy. Then
[contour integral]f(z)dz=[integral between a and b](u+iv)(dx+idy)=
Denote S by the integral...
S(udx+iudy+ivdx+i^2vdy)=S(udx - vdy) + i S(vdx + udy)
Now you said that Green's Theorem allows us to express line integrals as double integrals - specifically if two real-valued functions together with their first-order partial derivatives are continuous throughout the closed region. Which they are! Then
S (Pdx + Qdy) = SS (Q_x - P_y)dA
Then
S f(z)dz = SS (-v_x - u_y)dA + i SS (u_x - v_y)dA
But we know that from the C-R equations that u_x = v_y and u_y = -v_x then the right hand expression is zero. Wow!! That really does work! Thankyou for pointing me to Green's Theorem. That helped. Awesome stuff