Exercise 3.  Evaluate  

3 (c).  [Graphics:Images/ResidueCalcModHome_gr_518.gif].

Solution 3 (c).

See text and/or instructor's solution manual.

Answer.   [Graphics:../Images/ResidueCalcModHome_gr_519.gif].  

Solution.  Factor the denominator and get

                    [Graphics:../Images/ResidueCalcModHome_gr_520.gif],  

and conclude that  [Graphics:../Images/ResidueCalcModHome_gr_521.gif]  has simple zeros at  [Graphics:../Images/ResidueCalcModHome_gr_522.gif],  [Graphics:../Images/ResidueCalcModHome_gr_523.gif]  and  [Graphics:../Images/ResidueCalcModHome_gr_524.gif].   

Use the techniques for determining the order of poles: apply  Corollaries 7.5 and 7.8  in Section 7.4 to conclude that

the integrand  [Graphics:../Images/ResidueCalcModHome_gr_525.gif]  has simple poles at  [Graphics:../Images/ResidueCalcModHome_gr_526.gif],  [Graphics:../Images/ResidueCalcModHome_gr_527.gif]  and  [Graphics:../Images/ResidueCalcModHome_gr_528.gif].   

                         [Graphics:../Images/ResidueCalcModHome_gr_529.gif]

                The points  [Graphics:../Images/ResidueCalcModHome_gr_530.gif],  [Graphics:../Images/ResidueCalcModHome_gr_531.gif]  and  [Graphics:../Images/ResidueCalcModHome_gr_532.gif]  that lie inside the contour  [Graphics:../Images/ResidueCalcModHome_gr_533.gif].  

        Now apply Theorem 8.1 the Cauchy's Residue Theorem.

The points  [Graphics:../Images/ResidueCalcModHome_gr_534.gif],  [Graphics:../Images/ResidueCalcModHome_gr_535.gif]  and  [Graphics:../Images/ResidueCalcModHome_gr_536.gif]  are the singularities that lie inside the contour  [Graphics:../Images/ResidueCalcModHome_gr_537.gif].  

Since  [Graphics:../Images/ResidueCalcModHome_gr_538.gif] is a simple pole, by Theorem 8.2 the residue is calculated as follows:  

                    [Graphics:../Images/ResidueCalcModHome_gr_539.gif]   

Similarly  [Graphics:../Images/ResidueCalcModHome_gr_540.gif] is a simple pole, and by Theorem 8.2 the residue is calculated as follows:  

                    [Graphics:../Images/ResidueCalcModHome_gr_541.gif]   

Similarly  [Graphics:../Images/ResidueCalcModHome_gr_542.gif] is a simple pole, and by Theorem 8.2 the residue is calculated as follows:  

                    [Graphics:../Images/ResidueCalcModHome_gr_543.gif]   

The "Residue Calculus" gives the value of the integral:

                              [Graphics:../Images/ResidueCalcModHome_gr_544.gif]  

We are done.   

Aside.  We can let Mathematica double check our work.

[Graphics:../Images/ResidueCalcModHome_gr_545.gif]

[Graphics:../Images/ResidueCalcModHome_gr_546.gif]


[Graphics:../Images/ResidueCalcModHome_gr_547.gif]

[Graphics:../Images/ResidueCalcModHome_gr_548.gif]


[Graphics:../Images/ResidueCalcModHome_gr_549.gif]

[Graphics:../Images/ResidueCalcModHome_gr_550.gif]

Maple can check our work too!

     > limit( (z-0)*exp(z)/(z^3+z), z=0 );

               1

     > limit( (z-I)*exp(z)/(z^3+z), z=I );

               [Graphics:../Images/ResidueCalcModHome_gr_551.gif]

     > limit( (z-(-I))*exp(z)/(z^3+z), z=-I );

               [Graphics:../Images/ResidueCalcModHome_gr_552.gif]

We are really done.   

Aside.  Both [Graphics:../Images/ResidueCalcModHome_gr_553.gif] and [Graphics:../Images/ResidueCalcModHome_gr_554.gif] are capable of finding residues.

[Graphics:../Images/ResidueCalcModHome_gr_555.gif]

[Graphics:../Images/ResidueCalcModHome_gr_556.gif]


[Graphics:../Images/ResidueCalcModHome_gr_557.gif]

[Graphics:../Images/ResidueCalcModHome_gr_558.gif]


[Graphics:../Images/ResidueCalcModHome_gr_559.gif]

[Graphics:../Images/ResidueCalcModHome_gr_560.gif]


[Graphics:../Images/ResidueCalcModHome_gr_561.gif]

[Graphics:../Images/ResidueCalcModHome_gr_562.gif]


     > V1 := residue( exp(z)/(z^3+z), z=0 );

               V1 := 1

     > V2 := residue( exp(z)/(z^3+z), z=I );

               [Graphics:../Images/ResidueCalcModHome_gr_563.gif]

     > V3 := residue( exp(z)/(z^3+z), z=-I );

               [Graphics:../Images/ResidueCalcModHome_gr_564.gif]

     > val:=2*Pi*I*(V1+V2+V3);

               [Graphics:../Images/ResidueCalcModHome_gr_565.gif]

     > simplify(val);

               [Graphics:../Images/ResidueCalcModHome_gr_566.gif]

     > val:=2*Pi*I*(residue(exp(z)/(z^3+z),z=0)
                  + residue(exp(z)/(z^3+z),z=I)
                  + residue(exp(z)/(z^3+z),z=-I));


               [Graphics:../Images/ResidueCalcModHome_gr_567.gif]

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This solution is complements of the authors.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) 2008 John H. Mathews, Russell W. Howell