Calculate integral using Cauchy's formula

  • Thread starter Thread starter skrat
  • Start date Start date
  • Tags Tags
    Formula Integral
skrat
Messages
740
Reaction score
8

Homework Statement


Let ##K## be a circle ##|z-2|=2##. Using Cauchy's formula calculate ##\int _K\frac{(z-1)\sin(z)}{z^2-2z-3}dz##


Homework Equations



Cauchy's formula: ##f(a)2\pi i=\oint _k\frac{f(z)dz}{z-a}##


The Attempt at a Solution



It's my first time dealing with this kind of problems so I am not really sure that what I am doing is in fact the right way to do it. I would be really happy if one could check my solution.

##\frac{(z-1)\sin(z)}{z^2-2z-3}=\frac{(z-1)\sin(z)}{(z-3)(z+1)}## therefore ##a_1=3## and ##a_2=-1##.

For ##a_1=3##:

##f(z)=\frac{(z-1)\sin(z)}{z+1}##

##f(a)2\pi i=\oint _k\frac{f(z)dz}{z-a}##

##\frac{2\sin(3)}{4}2\pi i=\int _K\frac{\frac{(z-1)\sin(z)}{z+1}}{z-3}dz##

For ##a_2=-1##:

##f(z)=\frac{(z-1)\sin(z)}{z-3}##

##f(a)2\pi i=\oint _k\frac{f(z)dz}{z-a}##

##\frac{-2\sin(-1)}{-4}2\pi i=\int _K\frac{\frac{(z-1)\sin(z)}{z-3}}{z+1}dz##

##-\pi i\sin(1)=\int _K\frac{\frac{(z-1)\sin(z)}{z-3}}{z+1}dz##


Since ##K## is a circle with center in 2 and radius 2, point ##a_2=-1## is not inside ##K##. Which means that only integral around ##a_1=3## counts and therefore

##\int _K\frac{(z-1)\sin(z)}{z^2-2z-3}dz=\int _K\frac{\frac{(z-1)\sin(z)}{z+1}}{z-3}dz=\frac{2\sin(3)}{4}2\pi i##.

I HOPE so. Thanks in advance!
 
Physics news on Phys.org
You have the basic idea down, but what you wrote below is incorrect.

skrat said:
For ##a_2=-1##:

##f(z)=\frac{(z-1)\sin(z)}{z-3}##
For the given K and the way you chose ##a## and f, you can't say that
$$f(a)2\pi i=\oint _k\frac{f(z)dz}{z-a}$$ because function f isn't differentiable everywhere inside the region bounded by K. Therefore, the stuff you wrote below isn't correct:
##\frac{-2\sin(-1)}{-4}2\pi i=\int _K\frac{\frac{(z-1)\sin(z)}{z-3}}{z+1}dz##

##-\pi i\sin(1)=\int _K\frac{\frac{(z-1)\sin(z)}{z-3}}{z+1}dz##
Note also that when you considered the other pole, you said
$$\int _K \frac{\frac{(z-1)\sin(z)}{z+1}}{z-3}\,dz = \frac{2 \sin 3}{4}2\pi i.$$ You also said
$$\int _K \frac{\frac{(z-1)\sin(z)}{z-3}}{z+1}\,dz = -\pi i \sin 1.$$ You have the same integral equal to two different quantities!

When you calculated what the integral equaled by considering the pole at z=3, you were done. The pole at z=-1 is outside the contour, so you don't need to consider it at all.
 
vela said:
When you calculated what the integral equaled by considering the pole at z=3, you were done. The pole at z=-1 is outside the contour, so you don't need to consider it at all.

I completely agree with that. I only wanted to check if my idea is right, where I completely forgot that ##f## may not be Holomorphic outside ##K##.

So in case I would have two singular points inside given ##K##, than the integral would be a sum of two, or not?
 
Yes, that's how it will turn out, as you will learn later.
 
Thank you!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top