Exercise 1.  Find   [Graphics:Images/ResidueCalcModHome_gr_1.gif]   for the following functions:

1 (m).   [Graphics:Images/ResidueCalcModHome_gr_373.gif].

Solution 1 (m).

See text and/or instructor's solution manual.

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

Solution.   Here  [Graphics:../Images/ResidueCalcModHome_gr_375.gif]  and the numerator  [Graphics:../Images/ResidueCalcModHome_gr_376.gif]  has zero of order  [Graphics:../Images/ResidueCalcModHome_gr_377.gif]  at  [Graphics:../Images/ResidueCalcModHome_gr_378.gif],  

The denominator  [Graphics:../Images/ResidueCalcModHome_gr_379.gif]  has a zero of order  [Graphics:../Images/ResidueCalcModHome_gr_380.gif]  at the point  [Graphics:../Images/ResidueCalcModHome_gr_381.gif].

Applying Corollary 7.8 we can conclude that  [Graphics:../Images/ResidueCalcModHome_gr_382.gif]  has a pole of order  [Graphics:../Images/ResidueCalcModHome_gr_383.gif]  at [Graphics:../Images/ResidueCalcModHome_gr_384.gif], and by Theorem 8.2 the residue is calculated as follows:

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

We are done.   

Aside.  We can let Mathematica double check our work.

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

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

Maple can check our work too!

     > limit( (z-0)*(exp(4*z)-1)/(sin(z))^2, z=0 );

               4

We are really done.   

Alternate Solution.   If you prefer, you can expand  [Graphics:../Images/ResidueCalcModHome_gr_388.gif]  in a Laurent series about  [Graphics:../Images/ResidueCalcModHome_gr_389.gif].  

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

This might be quite tedious, so we will show how to do it with Mathematica and Maple.

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

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


     > series( (exp(4*z)-1)/(sin(z)^2), z=0,8 );

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

 

Here we see that  [Graphics:../Images/ResidueCalcModHome_gr_394.gif][Graphics:../Images/ResidueCalcModHome_gr_395.gif]  

has a simple pole at  [Graphics:../Images/ResidueCalcModHome_gr_396.gif],  and according to Definition 8.1 the residue is  [Graphics:../Images/ResidueCalcModHome_gr_397.gif].  

We are really really done.   

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

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

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


     > residue( (exp(4*z)-1)/(sin(z)^2), z=0 );

               4

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

This solution is complements of the authors.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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