Questions tagged [cauchy-integral-formula]

In mathematics, Cauchy's integral formula, named after Augustin-Louis Cauchy, is a central statement in complex analysis. It expresses the fact that a holomorphic function defined on a disk is completely determined by its values on the boundary of the disk, and it provides integral formulas for all derivatives of a holomorphic function. Cauchy's formula shows that, in complex analysis, "differentiation is equivalent to integration"

Suppose $U$ is an open subset of the complex plane ${\bf C}$, $f : U \rightarrow {\bf C}$ is a holomorphic function and the closed disk $D = \{ z : | |z - z_0| \leq r\}$ is completely contained in $U$. Let $\gamma$ be the circle forming the boundary of $D$. Then for every $a$ in the interior of $D$ : $$f(a) = \frac{1}{2\pi i} \oint_\gamma \frac{f(z)}{z-a}\ dz$$ where the contour integral is taken counter-clockwise.

In particular $f$ is actually infinitely differentiable, with $$ f^{(n)}(a) = \frac{n!}{2\pi i} \oint_\gamma \frac{f(z)}{(z-a)^{n+1}}\ dz$$ This formula is sometimes referred to as Cauchy's differentiation formula.

982 questions
4
votes
1 answer

Cauchy's integral formula and Green's theorem. Scalar or gradient?

I studied a little bit of electrostatics a long long time ago so I understand Green's theorem perfectly and I understand what it means to find the divergence of the gradient of a scalar function. Cauchy's integral formula looks similar to Greens…
R. Emery
  • 599
3
votes
1 answer

What is the contour integral of multiple poles...

I'm struggeling to integrate the following where the contour $|z|=1$ because the residues seem to include 'z': $$ \oint_C \frac{e^{1/z}}{z-a} dz $$ To find the residues, I first put the function into a power series: $$ \frac{e^{1/z}}{z-a} =…
2
votes
1 answer

In the proof of Cauchy Integral Theorem, transforming $dz$ to polar coordinates drops $dr$ term, why?

The proof on Wikipedia and the textbook both parameterize $z=x+iy$ in polar coordinates around the singularity as, $z=z_0 + re^{i\theta}$, and so I believe that $dz=e^{i\theta}dr + ire^{i\theta}d\theta$, but they make no mention of dropping the $dr$…
2
votes
0 answers

Does Cauchy rule apply if singularity is on the contour?

$$\int_c \frac{z}{z^2 + 4z + 3}dz$$ where C is a circle centered at -1 with radius 2. $$\int_c \frac{z}{z^2 + 4z + 3}dz = \int_c \frac{z}{(z+3)(z+1)}dz$$ So both singularities z = -1 and z = -3 but z = -3 is on the circle. So can we use Cauchy's…
Jwan622
  • 5,704
2
votes
2 answers

Integrate the given function around the unit circle using Cauchy's

Integrate the given function around the unit circle $\frac{z^3}{2z-i}$ I'm a bit confused here. So since the function is undefined at $z = \frac{1}{2}$, what does this imply? It implies that the function is not analytic everywhere does the…
Jwan622
  • 5,704
1
vote
1 answer

Evaluate integral using Cauchy's integral for derivatives.

Integrate counterclockwise around the unit circle. $$\int_c \frac{e^{z}}{z^{n}}dz$$ where n = 1,2,... Where do I even begin this? I know the integral formula that I probably want to use is: $$\int \frac{f(z)}{(z-a)^{n+1}}dz = \frac{2\pi \cdot…
Jwan622
  • 5,704
1
vote
2 answers

Integrate counterclockwise around unit circle. Indicate whether Cauchy Riemann theorem applies. Show details

$$\frac{1}{2z-1} = f(z)$$ So I don't think CR theoreum applies. So if the denominator is 0, then it's not defined. If z = 1/2, then it is not defined at 0. So f(z) it is not analytic even within C right? So there does not exist a simply connected…
Jwan622
  • 5,704
1
vote
0 answers

Cauchy integral and residue theorem

What is the difference in terms of the physical meaning of the two sets of the following Cauchy integral, $$ \begin{split} \int_c t^k \cdot \frac{t+\zeta}{t-\zeta} \frac{dt}{t} &=4\pi i \zeta^k\\ \int_c \frac{1}{t^k} \cdot \frac{t+\zeta}{t-\zeta}…
BeeTiau
  • 185
1
vote
1 answer

Divergence, curl, and gradient of a complex function

From an answer here I got Green's theorem for functions in the complex plane $$ \oint f(z) \, dz = i \iint \left( \nabla f \right) \, dx \, dy = i \iint \left( 1 {\partial f \over \partial x} + i {\partial f \over \partial y} \right) \, dx \,…
R. Emery
  • 599
0
votes
1 answer

Evaluate $\int_{\mathcal{C}}\frac{\sin z}{z-\pi/2}\,\mathrm{d}z$

Problem.1) Evaluate $\displaystyle \int_{\mathcal{C}}\frac{\sin z}{z-\pi/2}\,\mathrm{d}z$, given that $\mathcal{C} : |z| = \pi/2$
J.D
  • 33
0
votes
0 answers

Cauchy integral calculation outside the region

I have an integral $\oint \frac{2z}{z^2-9}dz$. It's said that the integral taken around the circle |z|=2 Here, the roots of z are $3,-3$ so it's outside the region. Does it mean the integral is 0?
Aegean
  • 99
0
votes
1 answer

Cauchy's Integral

Can we use Cauchy's integral formula to evaluate $\oint_{|z|=1}\frac{zdz}{\sin z}$? If so, how?
0
votes
1 answer

Cauchy integral of an inverse function

All, If an integral is of the form $$L(\xi)=\int_C \frac{g(t)}{t-\xi}dt$$ and the function $g(t)$ is analytic inside the unit circle $C$, then we know that, according to the residue theorem $$L(\xi)=\int_C \frac{g(t)}{t-\xi}dt=2\pi i \cdot \sum…
BeeTiau
  • 185
0
votes
0 answers

Cauchy and residue theorem of the following integral

All, According to the residue theorem, from the following integral, we can get $$ \begin{split} \int_c t^k \cdot \frac{t+\zeta}{t-\zeta} \frac{dt}{t} &=4\pi i \zeta^k \end{split} $$ where $k \geq 1$ and $c$ is a unit circle. Also, $\zeta^k = e^{k…
BeeTiau
  • 185
0
votes
2 answers

Cauchy-integral-formula

In our lecture, we hat the following Cauchy-integral-theorem (CIT): Let $f$ be a function that is holomorphic in a neighbourhood of the disk $\mathcal K(z_0,M)$ with radius M and centre $z_0$. Then $$f(z_0)=\frac{1}{2\pi…
newbie
  • 647
1
2